/* Content adjustments for integrated sections */
.elementor-20965 {
  max-width: 100%;
  margin: 0 auto;
}

.elementor-heading-title {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff;
}

.br-sp {
  display: none;
}

@media (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.entry-content {
  padding: 0 !important;
}

#main.main {
  overflow-x: hidden;
}

.premium-image-hotspots-container img {
  max-width: 100%;
  height: auto;
}

.tx_red_2 {
  color: #f00;
  font-weight: bold;
}

.tx_s {
  font-size: 0.6em;
}

.tx_80 {
  font-size: 80%;
}

.form_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.form_table td {
  padding: 8px;
  border: 1px solid #ccc;
}

.wpcf7-form-control {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

.wpcf7-submit {
  background-color: #333;
  color: #fff;
  padding: 10px 40px;
  border: none;
  cursor: pointer;
}

/* Elementor Widget Styles */
.elementor-widget-image {
  text-align: center;
}
.elementor-widget-image a {
  display: inline-block;
}
.elementor-widget-image a img[src$=".svg"] {
  width: 48px;
}
.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked
  .elementor-drop-cap {
  background-color: #818a91;
  color: #fff;
}
.elementor-widget-text-editor.elementor-drop-cap-view-framed
  .elementor-drop-cap {
  color: #818a91;
  border: 3px solid;
  background-color: transparent;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
  .elementor-drop-cap {
  margin-top: 8px;
}
.elementor-widget-text-editor:not(.elementor-drop-cap-view-default)
  .elementor-drop-cap-letter {
  width: 1em;
  height: 1em;
}
.elementor-widget-text-editor .elementor-drop-cap {
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 50px;
}
.elementor-widget-text-editor .elementor-drop-cap-letter {
  display: inline-block;
}

.archive-list__title{
  background: #000;
  color: #fff;
  padding: 12px 15px;
  text-align: center;
  margin-bottom: 20px;
}

.archive-list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(3, 1fr);
  margin: 60px auto;
}
@media screen and (max-width: 1099.98px) {
  .archive-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.archive-list__detail__body{
  font-weight: normal;
}

.elementor-widget-container{
  line-height: 2;
}

.archive-list__thumbnail{
  aspect-ratio: 1/1;
}
.archive-list__thumbnail img {
  height: 100%;
}

/* Order Info Section */
.order-info-section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.order-info-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order-info-badge {
  background: #000;
  color: #fff;
  padding: 15px 40px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}

.order-info-badge .highlight-red {
  color: #ff3333;
  margin-left: 5px;
}

.order-info-flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}

.order-info-left {
  flex: 1;
}

.order-info-right {
  width: 400px;
}

.order-info-left .main-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
}

.order-info-left .sub-text {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
}

.order-info-left .holiday-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.highlight-red {
  color: #ff3333;
}

/* Right Column */
.delivery-area {
  margin-bottom: 30px;
}

.delivery-title {
  color: #ff3333;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.delivery-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.delivery-box .box-title {
  font-weight: bold;
  margin-bottom: 10px;
}

/* FAX Order Box */
.fax-order-box {
  display: flex;
  background: #bd1e1e;
  border-radius: 12px;
  padding: 20px 25px;
  color: #fff;
  text-decoration: none;
  align-items: center;
  transition: opacity 0.3s;
}

.fax-order-box:hover {
  opacity: 0.8;
}

.fax-text-side {
  flex: 1;
}

.fax-box-label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.fax-number {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}

.fax-icon-side {
  width: 60px;
  margin-left: 15px;
}

.fax-icon-side img {
  width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .order-info-flex {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .order-info-right {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 767px) {
  .order-info-badge {
    font-size: 18px;
    padding: 10px 20px;
  }
  
  .order-info-left .main-text {
    font-size: 16px;
  }
  
  .fax-number {
    font-size: 24px;
  }
  
  .delivery-title {
    font-size: 18px;
  }
}

/* Video Section */
#video {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  margin-top: 50px;
}

.video-box {
  position: relative;
  width: 100%;
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.8; /* Darkens the video for text readability */
}

.video-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}

.video-text h3 {
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.video-text p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

@media (max-width: 1024px) {
  .video-text h3 {
    font-size: 26px;
  }
  .video-text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .video-text h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .video-text p {
    font-size: 13px;
    line-height: 1.8;
  }
}

/* Arrow Separator */
.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
}

.scroll-arrow {
  width: 100px;
  height: auto;
  animation: arrow-bounce 2s infinite;
}
@media (max-width: 767px) {
  .arrow-container {
    margin: 50px 0;
  }
  .scroll-arrow {
    width: 50px;
    height: auto;
    animation: arrow-bounce 2s infinite;
  }
}


@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.myhp-form__form{
  background: #f1f1f1;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .myhp-form__form{
    padding: 40px 20px;
  }
}
.myhp-form__items{
  max-width: 1100px;
  margin: 0 auto 2em auto !important;
}