/*!
Theme Name: hostdebut.jp
Author: ather
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.08768vw;
  }
}

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

p, td, th {
  font-size: 16px;
  line-height: 1.8em;
}
p {
    margin-bottom: 1rem;
}
@media screen and (max-width: 1600px) {
  p, td, th {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 767px) {
  p, td, th {
    font-size: 2.08768vw;
  }
}
@media screen and (max-width: 640px) {
  p, td, th {
    font-size: 4.2644vw;
  }
}

.desktop {
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  min-width: 100%;
}

.desktop .KV {
  width: 100%;
  height: 45rem;
  aspect-ratio: 2.67;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .desktop .KV {
    height: 20rem;
  }
}

.header-text {
  padding: 4.2rem 0 0 1rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.2em;
  text-shadow: 0px 0px 5px rgb(255, 241, 58);
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .header-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .header-text {
    font-size: 1rem;
    padding: 1.5rem 0 0 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .header-text {
    font-size: 1.4rem;
    padding-top: 2.5rem;
  }
}

.desktop .header {
  background-color: transparent;
  padding: 3rem 10rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .desktop .header {
    padding: 1rem;
  }
}

.desktop .logo-2 {
  width: 20.3125rem;
  height: 7.5rem;
  aspect-ratio: 2.72;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .desktop .logo-2 {
    width: 10rem;
    height: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .desktop .logo-2 {
    width: 14rem;
    height: 5rem;
  }
}

.banner-section {
  padding: 5rem 20px 2rem;
  max-width: 1640px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .banner-section {
    padding-bottom: 4rem;
  }
  .banner-section img {
    height: 8rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

details summary {
  cursor: pointer;
  list-style: none;
}

.desktop .view-6,
.desktop .view-5,
.desktop .view-4,
.desktop .view-3 {
  padding: 0 20px;
  max-width: 1640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.desktop .view-4 {
  max-width: 1460px;
  padding: 3.75rem 20px 0;
}
.desktop .view-4 a {
  max-width: 688px;
  padding: 0 10px;
  width: 49%;
}
@media screen and (max-width: 767px) {
  .desktop .view-4 a {
    width: 100%;
    margin: auto;
  }
  .desktop .view-4 a:first-child {
    margin-bottom: 2rem;
  }
}
.desktop .view-4 img {
  width: 100%;
}

.desktop .view-5 {
  max-width: 1640px;
  padding: 3.75rem 20px 0;
}
.desktop .view-5 label, .desktop .view-5 a {
  width: 100%;
}
.desktop .view-5 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .desktop .view-5 img {
    height: 7.08984rem;
  }
}

.banner-long {
  width: 77%;
}
@media screen and (max-width: 1600px) {
  .banner-long {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .banner-long {
    width: 100%;
  }
}

.banner-long-box {
  margin-bottom: 2rem;
  width: 100%;
  height: 15.625rem;
}
.banner-long-box label {
  height: 100%;
  display: block;
}
.banner-long-box label img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .banner-long-box {
  height: 13rem;
}
@media screen and (max-width: 767px) {
  .archive .banner-long-box,
  .banner-long-box {
    height: 8.5rem;
    margin-bottom: 1.4rem;
  }
}
.banner-long-box .img-long {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desktop .view-3.pickup {
  padding: 5rem 0;
}
.desktop .view-3.pickup .banner-long {
  width: 100%;
}
.desktop .view-3.pickup .banner-long-box {
  height: auto;
}

.banner-short {
  width: 20%;
}
@media screen and (max-width: 1600px) {
  .banner-short {
    width: 23%;
  }
}
@media screen and (max-width: 767px) {
  .banner-short {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

.banner-short-box {
  margin-bottom: 2rem;
  width: 100%;
  height: 20rem;
}
@media screen and (max-width: 1100px) {
  .banner-short-box {
    height: 20.2rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-short-box {
    width: 23%;
    height: auto;
  }
}
.banner-short-box label {
  display: block;
  height: 100%;
}
.banner-short-box label img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-short-box .img-long {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.desktop .view-6 {
  padding: 3.75rem 20px 0;
}
@media screen and (max-width: 767px) {
  .desktop .view-6 {
    padding-top: 1.5rem;
  }
}
.desktop .view-6 .banner-short-box {
  margin: 0;
  width: 20%;
}
@media screen and (max-width: 1600px) {
  .desktop .view-6 .banner-short-box {
    width: 23%;
  }
}

.in-img {
  display: none;
}
.in-img .inner {
  padding: 1rem;
  background: #121212;
  position: relative;
  width: auto;
}
.in-img .inner label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
}
@media screen and (max-width: 767px) {
  .in-img .inner label {
    width: 5rem;
    height: 5rem;
    font-size: 4rem;
  }
}
.in-img .inner [id*=button_] {
  position: absolute;
  top: 44%;
  right: -4rem;
  color: #fff;
  transform: scaleX(0.5);
  font-size: 6rem;
}
.in-img .inner img {
  max-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
  height: 80vh;
  width: auto;
  margin: auto;
  display: block;
}
.in-img .button_inner {
  padding: 1rem 1rem 0;
  display: flex;
  justify-content: space-around;
}
.in-img .button_inner a {
  background: #06C755;
  font-size: 1.2rem;
  padding: 0.2em 1rem;
  display: flex;
  align-items: center;
  width: 7em;
  border-radius: 3em;
  color: #fff;
  justify-content: center;
}
.in-img .button_inner a::before {
  content: "";
  height: 2rem;
  width: 2rem;
  display: inline-block;
  background: url(./img/icon-line.jpg) no-repeat center/100% auto;
  margin-right: 0.5rem;
}
.in-img .button_inner a.tel_a {
  background: #fff;
  color: #333;
}
.in-img .button_inner a.tel_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/icon-tel.png);
  margin-right: 1rem;
}
.in-img .button_inner a.site_a {
  background: #fff;
  color: #333;
}
.in-img .button_inner a.site_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/site.png);
  margin-right: 1rem;
}
.in-img .button_inner a.insta_a {
  background: #fff;
  color: #333;
}
.in-img .button_inner a.insta_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/insta.png);
  margin-right: 1rem;
}
.in-img .button_inner a.youtube_a {
  background: #fff;
  color: #333;
  width:8em;
}
.in-img .button_inner a.youtube_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/youtube.png);
  margin-right: 0.5rem;
}
.in-img .button_inner a.x_a {
  background: #fff;
  color: #333;
}
.in-img .button_inner a.x_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/xicon.png);
  margin-right: 1rem;
}
.in-img .button_inner a.facebook_a {
  background: #fff;
  color: #333;
  width:8em;
}
.in-img .button_inner a.facebook_a::before {
  height: 1.3rem;
  width: 1.5rem;
  background-image: url(./img/facebook.png);
  margin-right: 0.2rem;
}
.in-img .button_inner a.tiktok_a {
  background: #fff;
  color: #333;
}
.in-img .button_inner a.tiktok_a::before {
  height: 1.3rem;
  width: 1.3rem;
  background-image: url(./img/tiktok.png);
  margin-right: 1rem;
}
@media screen and (max-width: 1100px) {
  .in-img .button_inner a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .in-img .button_inner a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .in-img .button_inner a {
    font-size: 1.75rem;
  }
}

[id*=bannerlong_]:checked + .in-img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.88);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.content-box-title {
  font-weight: 700;
  color: #333;
  font-size: 1.5rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .content-box-title {
    font-size: 1.8rem;
  }
}

.content-box-text {
  font-weight: 700;
  color: #333;
  font-size: 5rem;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .content-box-text {
    font-size: 3rem;
  }
}

.desktop .faq-box,
.desktop .view-7 {
  width: 100%;
  height: 41.4375rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(180deg, rgb(255, 241, 58) 0%, rgb(253, 204, 19) 100%);
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box,
  .desktop .view-7 {
    height: 24rem;
  }
}
.desktop .faq-box .content-box,
.desktop .view-7 .content-box {
  padding: 0 20px;
  max-width: 1640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desktop .faq-box .content-box-title,
.desktop .view-7 .content-box-title {
  width: 100%;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .content-box-title,
  .desktop .view-7 .content-box-title {
    padding-top: 5rem;
  }
}
.desktop .faq-box .content-box-text,
.desktop .view-7 .content-box-text {
  width: 100%;
}
.desktop .faq-box .inner-box-text-1,
.desktop .view-7 .inner-box-text-1 {
  font-weight: 700;
  color: #e32c06;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .inner-box-text-1,
  .desktop .view-7 .inner-box-text-1 {
    font-size: 1.25rem;
  }
}
.desktop .faq-box .inner-box-text-2,
.desktop .view-7 .inner-box-text-2 {
  font-weight: 700;
  color: #333;
  font-size: 2rem;
  padding: 0.4em 0 0.1em;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .inner-box-text-2,
  .desktop .view-7 .inner-box-text-2 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box .inner-box-text-2,
  .desktop .view-7 .inner-box-text-2 {
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
  }
}
.desktop .faq-box .inner-box-text-3,
.desktop .view-7 .inner-box-text-3 {
  font-weight: 700;
  color: #333;
  font-size: 1.5rem;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .inner-box-text-3,
  .desktop .view-7 .inner-box-text-3 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box .inner-box-text-3,
  .desktop .view-7 .inner-box-text-3 {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
  }
}
.desktop .faq-box .inner,
.desktop .view-7 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .inner,
  .desktop .view-7 .inner {
    padding: 0;
  }
}
.desktop .faq-box .inner .inner-box,
.desktop .view-7 .inner .inner-box {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .inner .inner-box,
  .desktop .view-7 .inner .inner-box {
    padding: 1.5rem 0;
  }
}
.desktop .faq-box .inner .inner-box img,
.desktop .view-7 .inner .inner-box img {
  width: 4rem;
  margin-left: 2rem;
}
.desktop .faq-box .inner .inner-box:last-child .inner-box-text-1,
.desktop .view-7 .inner .inner-box:last-child .inner-box-text-1 {
  color: #06c755;
}

.desktop .faq-box {
  background: none;
  height: auto;
  padding-bottom: 13.75rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box .content-box-title {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box {
    padding-bottom: 5.75rem;
  }
}
.desktop .faq-box .inner {
  text-align: left;
}
.desktop .faq-box details {
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1100px) {
  .desktop .faq-box details {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .desktop .faq-box details {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.desktop .faq-box details summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 6rem 1.5rem 6rem;
  background: linear-gradient(180deg, rgb(255, 241, 58) 0%, rgb(253, 204, 19) 100%);
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box details summary {
    padding: 1rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .desktop .faq-box details .group-box-text-1 {
    display: flex;
    width: 90%;
    align-items: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box details .group-box-text-1 {
    align-items: flex-start;
  }
}
.desktop .faq-box details .group-box-text-1 span {
  font-weight: 400;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .desktop .faq-box details .group-box-text-1 span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box details .group-box-text-1 span {
    font-size: 2.04265rem;
  }
}
.desktop .faq-box details .group-box-text-1 span:first-child {
  font-size: 1.5rem;
  margin-right: 0.2em;
}
@media screen and (max-width: 1100px) {
  .desktop .faq-box details .group-box-text-1 span:first-child {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .desktop .faq-box details .group-box-text-1 span:first-child {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .desktop .faq-box details .group-box-text-1 span:first-child {
    font-size: 2.55331rem;
  }
}
.desktop .faq-box details .group-box-wrapper {
  background: #fff;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop .faq-box details .group-box-wrapper span {
  display: block;
  height: 1px;
  width: 1.5rem;
  background: #333;
  position: relative;
}
.desktop .faq-box details .group-box-wrapper span::after {
  content: "";
  display: block;
  background: #333;
  width: 1px;
  height: 1.5rem;
  position: absolute;
  top: -0.7rem;
  left: 0;
  right: 0;
  margin: auto;
}
.desktop .faq-box details[open] .group-box-wrapper span {
  transform: rotate(45deg);
}

.answer {
  font-size: 1rem;
  text-align: left;
  padding: 2rem 0 2rem 6.2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .answer {
    padding: 1rem 2rem;
  }
}
.answer span {
  padding-top: 0.4em;
  line-height: 1.6em;
}
@media screen and (max-width: 1100px) {
  .answer span {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .answer span {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .answer span {
    font-size: 2.04265rem;
  }
}
.answer span:first-child {
  font-size: 1.5rem;
  margin-right: 0.3em;
  padding-top: 0;
}
@media screen and (max-width: 1100px) {
  .answer span:first-child {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .answer span:first-child {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .answer span:first-child {
    font-size: 2.55331rem;
  }
}

.footer-menu {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2509803922);
  background: linear-gradient(180deg, rgb(255, 241, 58) 0%, rgb(253, 204, 19) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    flex-wrap: wrap;
    padding: 1rem 0;
    justify-content: space-between;
  }
}
.footer-menu a {
  color: #333;
  font-weight: bold;
  line-height: 5em;
  text-align: center;
  padding: 0 3em;
}
@media screen and (max-width: 1100px) {
  .footer-menu a {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-menu a {
    font-size: 1.25rem;
    line-height: 2em;
    padding: 0 2em;
  }
}
@media screen and (max-width: 640px) {
  .footer-menu a {
    font-size: 2.04265rem;
  }
}

.footer-logo {
  display: block;
  margin: 4rem auto;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    margin: 4rem auto;
    width: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .footer-logo {
    width: 17rem;
  }
}

/*form*/
.desktop .contact .inner {
  max-width: 900px;
  margin: auto;
  display: block;
}
.desktop .contact input[type=tel],
.desktop .contact input[type=text],
.desktop .contact input[type=email],
.desktop .contact textarea {
  border: none;
  border: 1px solid #ccc;
  border-radius: 0.2rem;
  font-size: 18px;
  padding: 0.5rem;
  width: 100%;
}
.desktop .contact .title {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
@media screen and (max-width: 1600px) {
  .desktop .contact .title {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 767px) {
  .desktop .contact .title {
    font-size: 2.08768vw;
  }
}
@media screen and (max-width: 640px) {
  .desktop .contact .title {
    font-size: 4.2644vw;
  }
}
.desktop .contact .title span {
  background: #890500;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 3em;
  font-size: 0.8em;
  padding: 0.2em 0;
  margin-left: 1rem;
}
.desktop .contact input[type=submit] {
  background: #a6936a;
  border: 1px solid #a6936a;
  border-radius: 4em;
  color: #fff;
  display: block;
  margin: 3rem auto 0;
  max-width: 200px;
  padding: 1em;
  width: 100%;
}
.desktop .contact input[type=submit]:hover {
  background: #fff;
  color: #a6936a;
}

.privacy .content-box .inner .wp-block-heading {
  font-size: 1.4rem;
  padding: 2rem 0 0.5rem;
}
@media screen and (max-width: 767px) {
  .privacy .content-box .inner .wp-block-heading {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 640px) {
  .privacy .content-box .inner .wp-block-heading {
    font-size: 2.55331rem;
  }
}

.desktop .company .inner {
  padding-top: 4rem;
}
.desktop .company .wp-block-table {
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .desktop .company .wp-block-table {
    margin-top: 4rem;
  }
}
.desktop .company .wp-block-table th:first-child, .desktop .company .wp-block-table td:first-child {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .desktop .company .wp-block-table th:first-child, .desktop .company .wp-block-table td:first-child {
    width: 30%;
  }
}

.desktop .archive-box {
  padding: 5rem 20px;
  max-width: 1640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desktop .archive-box .content-box {
  width: 70%;
}
.desktop .archive-box .widget-area {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .desktop .archive-box .content-box,
  .desktop .archive-box .widget-area {
    width: 100%;
  }
}
.desktop .archive-box .widget-area .popular-posts h2,
.desktop .archive-box .widget-area .wp-block-heading {
  font-size: 1.8rem;
  padding: 1rem;
  background: yellow;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
.desktop .archive-box .widget-area .wpp-no-data {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
  line-height: 1.4em;
}
.desktop .archive-box .widget-area ul li a {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
  line-height: 1.4em;
  border: 1px solid #ccc;
  padding: 1rem;
}
.desktop .archive-box .news-list a {
  color: #333;
  margin-bottom: 2rem;
  display: block;
}
.desktop .archive-box .news-list .cat {
  display: inline-block;
  margin-bottom: 1rem;
  display: none;
}
.desktop .archive-box .news-list .blog-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.desktop .archive-box .news-list .blog-box img, .desktop .archive-box .news-list .blog-box .no-img {
  width: 40%;
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  height: 20rem;
}
.desktop .archive-box .news-list .blog-box .no-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
}
.desktop .archive-box .news-list .blog-box .blog-text {
  width: 55%;
}
.desktop .archive-box .news-list .blog-box .blog-text .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.desktop .archive-box .news-list .blog-box .blog-text .cont {
  line-height: 1.8em;
}
.desktop .archive-box .news-list .blog-box .blog-text .date {
  display: block;
  margin: 1rem 0;
}
.desktop .archive-box.parent_shop_blog .news-list .cat {
  display: inline-block;
  border: 1px solid;
  padding: 0.2em 1em;
}
.desktop .archive-box.parent_shop_blog .news-list .blog-box .blog-text {
  display: flex;
  flex-wrap: wrap;
}
.desktop .archive-box.parent_shop_blog .news-list .blog-box .blog-text .title {
  font-size: 1.6rem;
}
.desktop .archive-box.parent_shop_blog .news-list .blog-box .blog-text .date {
  display: block;
  margin-bottom: 0;
  order: 1;
}
.desktop .archive-box.parent_shop_blog .widget-area a {
  border: 0;
  border-bottom: 1px solid #ccc;
}
.desktop .archive-box.parent_shop_blog .widget-area .popular-posts h2,
.desktop .archive-box.parent_shop_blog .widget-area .wp-block-heading {
  padding-left: 0;
  background: none;
  text-align: left;
}

.button-box a {
  background: #a6936a;
  border: 1px solid #a6936a;
  border-radius: 4em;
  color: #fff;
  display: block;
  margin: 3rem auto 0;
  max-width: 200px;
  padding: 1em;
  width: 100%;
  text-align: center;
}
.button-box a:hover {
  background: #fff;
  color: #a6936a;
}
.more-button {
    text-align: center;
}
.more-button a {
    font-size: 1.6em;
    background: linear-gradient(180deg, rgb(255, 241, 58) 0%, rgb(253, 204, 19) 100%);
    color: #000;
    padding: 1em 3em;
    border: 6px solid #000;
    border-radius: 0.2em;
    display: block;
}
.more-button a:hover {
    opacity: 0.7;
}
label {
    cursor:pointer;
}
@media screen and (max-width: 640px) {
  .desktop .archive-box .news-list .blog-box img, .desktop .archive-box .news-list .blog-box .no-img {
    width: 100%;
    height: 35rem;
  }
  .desktop .archive-box .news-list .blog-box .blog-text {
    width: 100%;
  }
  .desktop .archive-box .news-list .blog-box .blog-text .title,
  .section-title,
  .desktop .archive-box.parent_shop_blog .news-list .blog-box .blog-text .title {
    font-size: 2.6rem;
    padding-bottom: 1em;
  }
  .desktop .archive-box .widget-area .popular-posts h2,
  .desktop .archive-box .widget-area .wp-block-heading,
  .desktop .archive-box.parent_shop_blog .widget-area .popular-posts h2,
  .desktop .archive-box.parent_shop_blog .widget-area .wp-block-heading,
  .desktop .archive-box .news-list .blog-box .blog-text .cont {
    font-size: 2rem;
  }
  .desktop .archive-box .widget-area ul li a,
  .desktop .archive-box .news-list .blog-box .blog-text .date,
  .desktop .archive-box.parent_shop_blog .widget-area a,
  .button-box a,
  .desktop .archive-box.parent_shop_blog .news-list .cat,
  .desktop .archive-box.parent_shop_blog .news-list .blog-box .blog-text .date {
    font-size: 1.8rem;
  }
  .desktop .archive-box .widget-area {
    padding-top: 6rem;
  }
  .news-list li {
    padding-bottom: 2rem;
  }
  .in-img .inner img {
    max-width: 100%;
    width: 85vw;
    height: auto;
  }
  .in-img .inner [id*=button_] {
    right: -2rem;
  }
  .more-button {
    padding-bottom: 2rem;
  }

}
.wp-pagenavi {
    display: flex;
    justify-content: center;
    padding: 3rem 0 4rem;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 4px 10px 7px !important;
    font-size: 1.8rem;
    color: #000;
}
/*20251112*/
.menu {
    position: fixed;
    top: 0;
    width: 100%;
}
.menu label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 6rem;
    height: 4rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
}
.menu label span {
    width: 100%;
    height: 4px;
    background: #000;
    z-index: 1;
}
.menu label span::after,
.menu label span::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #000;
    display: block;
    top: 0;
    position: absolute;
}
.menu label span::after {
    top: 90%;
}
.menu-box {
    padding: 10rem 6rem;
    background: #000;
    transform: translateX(100rem);
    width: 45rem;
    position: absolute;
    right: 0;
}
.menu-box a {
    display: block;
    margin-bottom: 3rem;
    font-size: 2.6rem;
    color: #fff;
}
#menu:checked + label span {
    background: none;
}
#menu:checked + label span::before {
    transform: rotate(35deg);
    top: 45%;
    background: #fff;
}
#menu:checked + label span::after {
    transform: rotate(-35deg);
    top: 45%;
    background: #fff;
}
#menu:checked ~ .menu-box {
    transform: translateX(0);
}
@media screen and (min-width: 641px) {
  .sp {
    display:none;
  }
}
