/*!*
 * @url: https://www.afternoon-tea.xyz/
 * @author: RanaDesign
 */
.serif {
  font-family: "Noto Serif JP", serif; }

.tea-for-peace-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 64px; }
  .tea-for-peace-links__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 16px; }
    .tea-for-peace-links__content .img-wrapper {
      display: -ms-flexbox;
      display: flex;
      padding: 0 5%; }
      .tea-for-peace-links__content .img-wrapper img {
        width: 100%;
        height: auto; }
    .tea-for-peace-links__content .main-wrapper {
      text-align: center; }
      .tea-for-peace-links__content .main-wrapper h2 {
        font-size: 1.7rem;
        letter-spacing: 0.1em; }
      .tea-for-peace-links__content .main-wrapper p.text {
        margin-top: 16px;
        font-size: 1.2rem;
        line-height: 1.6; }
      .tea-for-peace-links__content .main-wrapper a.link-button {
        display: block;
        width: fit-content;
        margin: 24px auto 0;
        padding: 12px 48px;
        background-color: #006450;
        color: #f2f0ed;
        font-size: 1.2rem;
        line-height: 1; }

.tea-for-peace-categories {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1480px;
  margin: 24px auto 0;
  padding: 0 5%;
  overflow: hidden; }
  .tea-for-peace-categories__link {
    width: 47.5%;
    text-align: center; }
    .tea-for-peace-categories__link.close {
      pointer-events: none; }
      .tea-for-peace-categories__link.close .img-wrapper::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.65); }
      .tea-for-peace-categories__link.close .img-wrapper::after {
        content: "Coming soon";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Dosis";
        font-size: 1.6rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        white-space: nowrap; }
    .tea-for-peace-categories__link .img-wrapper {
      position: relative;
      z-index: 1;
      aspect-ratio: 1 / 1; }
      .tea-for-peace-categories__link .img-wrapper img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
    .tea-for-peace-categories__link p {
      margin-top: 8px;
      font-size: 1.6rem;
      letter-spacing: 0.03em; }
    .tea-for-peace-categories__link h3 {
      font-size: 1.1rem;
      letter-spacing: 0.1em; }

.lead-for-concept {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 5%;
  background-color: #f2f0ed; }
  .lead-for-concept__eyecatch img {
    display: block;
    width: 100%;
    height: auto; }
  .lead-for-concept__contents {
    padding: 12%;
    background-color: #006450; }
    .lead-for-concept__contents p > img,
    .lead-for-concept__contents a > img {
      width: 100%;
      height: auto; }
    .lead-for-concept__contents p.logo {
      width: 70%;
      margin: 0 auto; }
    .lead-for-concept__contents p.main-message {
      width: 78%;
      margin: 20px auto 0; }
    .lead-for-concept__contents a.button {
      display: block;
      margin: 24px auto 0; }

.lead-for-other {
  position: relative;
  z-index: 1;
  border-top: solid 4px #006450;
  border-bottom: solid 4px #006450;
  background-color: #fff; }
  .lead-for-other__image {
    width: 100%;
    height: auto; }
    .lead-for-other__image img {
      display: block;
      width: 100%;
      height: auto; }
  .lead-for-other__contents {
    padding: 48px 5%;
    text-align: center; }
    .lead-for-other__contents h3 {
      font-size: 1.7rem;
      line-height: 1;
      letter-spacing: 0.1em; }
    .lead-for-other__contents p {
      margin-top: 20px;
      font-size: 1.2rem;
      line-height: 1.8;
      letter-spacing: 0.1em; }
    .lead-for-other__contents a.link-button {
      display: block;
      width: fit-content;
      margin: 20px auto 0;
      padding: 12px 48px;
      background-color: #006450;
      color: #f2f0ed;
      font-size: 1.2rem;
      line-height: 1;
      letter-spacing: 0.1em; }

.movie-modal-trigger {
  cursor: pointer; }

.modal-video-body {
  max-width: 1160px !important; }

.modal-video-close-btn {
  top: -33px !important;
  right: 0 !important;
  width: 25px !important;
  height: 25px !important; }

.spinner-box {
  width: 100px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: transparent; }
  .spinner-box .circle-border {
    width: 64px;
    height: 64px;
    padding: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 50%;
    background: #006450;
    background: linear-gradient(0deg, rgba(0, 100, 80, 0.1) 33%, #006450 100%);
    animation: spin 0.8s linear 0s infinite; }
  .spinner-box .circle-core {
    width: 100%;
    height: 100%;
    background-color: #e4e4e4;
    border-radius: 50%; }

.back-to-top {
  padding: 40px 0; }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(359deg); } }

@media screen and (min-width: 768px) {

  .tea-for-peace-links {
    gap: 40px; }

  .tea-for-peace-links__content {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    gap: 5%;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding-right: 6.5%;
    padding-left: 2.5%; }

  .tea-for-peace-links__content--rev {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding-right: 2.5%;
    padding-left: 6.5%; }

  .tea-for-peace-links__content .img-wrapper {
    padding: unset; }

  .tea-for-peace-links__content .main-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: left; }

  .tea-for-peace-links__content .main-wrapper h2 {
    font-size: 26px; }

  .tea-for-peace-links__content .main-wrapper p.text {
    margin-top: 32px;
    font-size: 14px; }

  .tea-for-peace-links__content .main-wrapper a.link-button {
    margin: 40px 0 0;
    padding: 14px 28px;
    font-size: 16px;
    transition: opacity 300ms; }

  .tea-for-peace-links__content .main-wrapper a.link-button:hover {
    opacity: 0.6; }

  .tea-for-peace-categories {
    margin-top: 40px;
    padding: 0 2.5%;
    gap: 3%; }

  .tea-for-peace-categories__link {
    width: 31.33%; }

  .tea-for-peace-categories__link:nth-child(n + 4) {
    margin-top: 3%; }

  .tea-for-peace-categories__link.close .img-wrapper::after {
    font-size: 24px; }

  .tea-for-peace-categories__link a {
    transition: opacity 300ms; }

  .tea-for-peace-categories__link a:hover {
    opacity: 0.6; }

  .tea-for-peace-categories__link p {
    margin-top: 12px;
    font-size: 20px; }

  .tea-for-peace-categories__link h3 {
    margin-top: 4px;
    font-size: 14px; }

  .lead-for-concept {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 2.5%; }

  .lead-for-concept__eyecatch {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 70%; }

  .lead-for-concept__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    width: 30%;
    padding: 2.5%; }

  .lead-for-concept__contents p.logo {
    width: 85%; }

  .lead-for-concept__contents p.main-message {
    width: 74%;
    margin-top: 11.5%; }

  .lead-for-concept__contents a.button {
    margin-top: 11.5%;
    transition: opacity 300ms; }

  .lead-for-concept__contents a.button:hover {
    opacity: 0.8; }

  .lead-for-other {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }

  .lead-for-other__image {
    width: 50%; }

  .lead-for-other__contents {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    width: 50%; }

  .lead-for-other__contents h3 {
    font-size: 26px; }

  .lead-for-other__contents p {
    margin-top: 32px;
    font-size: 14px;
    line-height: 2; }

  .lead-for-other__contents a.link-button {
    margin-top: 32px;
    padding: 14px 24px;
    font-size: 16px;
    transition: opacity 300ms; }

  .lead-for-other__contents a.link-button:hover {
    opacity: 0.6; }

  .movie-modal-trigger {
    transition: filter 300ms; }

  .movie-modal-trigger:hover {
    filter: brightness(0.8); }

  .back-to-top {
    padding: 80px 0;
    font-size: 20px; } }

@media screen and (max-width: 767px) {

  .tea-for-peace-categories__link:nth-child(n + 3) {
    margin-top: 7%; } }

@media screen and (min-width: 1481px) {

  .lead-for-other__contents h3 {
    font-size: 30px; }

  .lead-for-other__contents p {
    font-size: 16px; }

  .lead-for-other__contents a.link-button {
    padding: 16px 38px;
    font-size: 18px; } }

/*# sourceMappingURL=../../../_css-maps/lp/tea-for-peace/components.css.map */
