iframe,
video,
img {
  max-width: 100%;
}

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

.feedback--form {
  max-height: 60vh;
  padding: 10px 20px;
  z-index: 110;
  background-color: #fff;
  overflow-y: auto;
  pointer-events: all;
}
.template--feedback {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: auto;
  bottom: calc(60vh * -1);
  left: auto;
  transition: bottom 300ms ease-in-out;
  pointer-events: none;
}
@media only screen and (min-width: 62em) {
  .template--feedback {
    display: grid;
    grid-template-columns: 500px 1fr;
    top: 30vh;
    left: -500px;
    transition: left 300ms ease-in-out;
  }
}
.template--feedback.feedback--open {
  bottom: 0;
}
@media only screen and (min-width: 62em) {
  .template--feedback.feedback--open {
    left: 0;
  }
}

@media only screen and (min-width: 62em) {
  .template--feedback-button {
    transform: translateY(-100%) rotate(90deg);
    transform-origin: left bottom;
  }
}

.template--feedback-button {
  pointer-events: all;
}

.feedback-button--button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
@media only screen and (min-width: 62em) {
  .feedback-button--button {
    display: inline-block;
    width: auto;
    height: auto;
  }
}

.btn-more {
  width: 100%;
  position: fixed;
  right: auto;
  bottom: 50px;
  left: 0;
}
@media only screen and (min-width: 62em) {
  .btn-more {
    width: auto;
    right: 20px;
    bottom: 20px;
    left: auto;
  }
}
.btn-more p {
  margin: 0;
}
.btn-more p.btn-more__btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: var(--color-primary);
  border-bottom: 1px solid #fff;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}
@media only screen and (min-width: 62em) {
  .btn-more p.btn-more__btn a {
    height: auto;
    background-color: transparent;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 62em) {
  .btn-more p.btn-more__btn a span {
    display: none;
  }
}
.btn-more p.btn-more__btn a img {
  display: none;
}
@media only screen and (min-width: 62em) {
  .btn-more p.btn-more__btn a img {
    display: inline-block;
  }
}

.page-id-54 .btn-more {
  bottom: 0;
}

.newsletter--container {
  display: block;
}
@media only screen and (min-width: 62em) {
  .newsletter--container {
    display: grid;
    grid-template-columns: 1fr 250px;
    grid-column-gap: 50px;
  }
}
.newsletter--container > div:last-child {
  display: none;
  background-color: var(--color-primary);
}
@media only screen and (min-width: 62em) {
  .newsletter--container > div:last-child {
    display: flex;
    align-items: center;
  }
}
.newsletter--container h3 {
  max-width: calc(100% - 20px);
}
@media only screen and (min-width: 62em) {
  .newsletter--container h3 {
    max-width: none;
  }
}

.visitor-modal--close {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1000;
  color: var(--color-primary);
  background: none;
  border: 0;
  font-size: 40px;
  outline: none;
}
@media only screen and (min-width: 62em) {
  .visitor-modal--close {
    color: #fff;
  }
}

.theme-wyswyg-content > div {
  max-width: 100%;
}
.theme-wyswyg-content .alignleft {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .theme-wyswyg-content .alignleft {
    display: inline;
    margin-right: 1.5em;
    margin-bottom: 20px;
    float: left;
  }
}
.theme-wyswyg-content .alignright {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  .theme-wyswyg-content .alignright {
    display: inline;
    margin-right: 1.5em;
    float: left;
  }
}

.category-content--feed {
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 48em) {
  .category-content--feed {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 62em) {
  .category-content--feed {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-id-54 .template--feedback {
  display: none;
}

.topbar--list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 10px;
  font-size: 80%;
  list-style: none;
}
@media only screen and (min-width: 62em) {
  .topbar--list {
    margin: 0;
  }
}
.topbar--contact-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.topbar--socials {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

/*# sourceMappingURL=style-updates.css.map */

/* /cnのheaderの調整 */
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 10px 0px 5px !important;
  }
} 

/* ----------------------------------

  wechat-qr

 ------------------------------------*/
#wechat-qr {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}

/* doyouyakult-cn/assets/js/common.js */
#wechat-qr.show {
  display: flex;
  animation: fadeIn .3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wechat-qr__close {
  position: absolute;
  top: 40px;
  right: 40px;
}

.wechat-qr__close a {
  display: inline-block;
  width: 40px;
  height: 40px;
  /* cursor: pointer; */
}

.wechat-qr__close a::before, .wechat-qr__close a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #151515;
}
.wechat-qr__close a::before {transform: translateY(-50%) rotate(45deg);}
.wechat-qr__close a::after {transform: translateY(-50%) rotate(-45deg);}

#wechat-qr p {
  position: absolute;
  top: calc(50% - 135px);
  left: 50%;
  transform: translate(-50%, -100%);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #151515;
}

#wechat-qr figure {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  #wechat-qr p {
    top: calc(50% - 100px);
    font-size: 18px;
  }

  .wechat-qr__close {
    top: 20px;
    right: 20px;
  }
}