@charset "utf-8";

/* ======================================================
 * lezafaceu.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * - Clearfix
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * - Clearfix
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- lezaface-u-column-layout ----- */
  .lezaface-u-column-layout {
    display: flex;
    margin-top: 2.5em;
    gap: 30px;
  }
  .lezaface-u-column-layout > * {
    width: calc((100% - 150px) / 6);
  }

  /* ----- lezaface-u-media ----- */
  a.lezaface-u-media_link {
    display: block;
    color: #333;
    position: relative;
  }
  .lezaface-u-media_link:hover > .lezaface-u-media_image img {
    opacity: .7;
  }
  .lezaface-u-media > a:hover > .lezaface-u-media_title {
    text-decoration: underline;
    color: #3381d0;
  }
  .lezaface-u-media > a.lezaface-u-media_link > .lezaface-u-media_image img {
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
  }
  .lezaface-u-media_title {
    color: #333;
    position: relative;
    margin: 0 0 .75em;
    padding-left: 25px;
    font-weight: 700;
    line-height: 1.25;
  }
  .lezaface-u-media_title::before {
    position: absolute;
    top: 0.2em;
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  .lezaface-u-media_label {
    letter-spacing: -0.2px;
  }
  .lezaface-u-media_description {
    font-size: 1.4rem;
  }

  /* ----- lezaface-u-column-v2-layout ----- */
  .lezaface-u-column-v2-layout {
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    margin-top: 2.5em;
  }
  .lezaface-u-column-v2_item {
    width: calc((100% - 40px) / 2);
  }
  .lezaface-u-column-v2-image-set {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: .5em;
  }
  .lezaface-u-column-v2-image_caption {
    font-size: 2.0rem;
    text-align: center;
    margin-top: .4em;
  }


  /* ----- lezaface-u-heading-lv2 ----- */
  .lezaface-u-heading-lv2 {
    margin: 3.4em 0 1.9em;
    border-bottom: 2px solid #ddd;
  }
  .lezaface-u-heading-lv2_inner {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    padding-bottom: 1.4rem;
  }
  .lezaface-u-heading-lv2_title {
    font-size: 3.0rem;
    line-height: 1.5;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }


  /* ----- lezaface-u-image-box ----- */
  .lezaface-u-image-box {
    display: flex;
    margin-top: 1.7em;
  }
  .lezaface-u-image-box_item:first-child {
    width: 55%;
  }
  .lezaface-u-image-box_item:nth-child(n+2) {
    width: 41.6%;
    margin-left: calc(100% - 96.6%);
  }
  .lezaface-u-image-box_caption {
    text-align: center;
    font-size: 2.0rem;
    margin-top: .4em;
  }
  .lezaface-u-image-box_figure + .lezaface-u-image-box_figure {
    margin-top: 2em;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 768px) and (max-width: 1279px) {
}
@media screen and (min-width: 768px) and (max-width: 1190px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 840px) {
}
/* **
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
** */

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */

  /* ----- lezaface-u-column-layout ----- */
  .lezaface-u-column-layout {
    display: flex;
    margin-top: 2.5em;
    gap: 2em 15px;
    flex-flow: row wrap;
  }
  .lezaface-u-column-layout > * {
    width: calc((100% - 15px) / 2);
  }

  /* ----- lezaface-u-media ----- */
  .lezaface-u-media {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
  }
  a.lezaface-u-media_link {
    color: #333;
  }
  .lezaface-u-media_title {
    position: relative;
    color: #333;
    font-size: 1.5rem;
    font-weight: 700;
    padding-left: 2.5rem;
  }
  .lezaface-u-media_title::after {
    position: absolute;
    left: 0;
    top: 35%;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: "";
  }
  .lezaface-u-media_label {
    letter-spacing: -0.2px;
  }
  .lezaface-u-media_description {
    font-size: 1.2rem;
    margin-top: .4em;
  }

  /* ----- lezaface-u-column-v2-layout ----- */
  .lezaface-u-column-v2-layout {
    margin: 1.1em -15px 0;
  }
  .lezaface-u-column-v2_item + .lezaface-u-column-v2_item {
    margin-top: 1em;
  }

  .lezaface-u-column-v2-image_inner {
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .lezaface-u-column-v2-image_inner > img {
    width: 56%;
  }
  .lezaface-u-column-v2-image_caption {
    font-size: 1.5rem;
    margin: .2em .2em 0 .8em;
    line-height: 1.4;
  }

  /* ----- lezaface-u-heading-lv2 ----- */
  .lezaface-u-heading-lv2 {
    margin: 2.1em 0 1.1em;
    border-bottom: 2px solid #ddd;
  }
  .lezaface-u-heading-lv2_inner {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: .8rem;
    flex-direction: column;
  }
  .lezaface-u-heading-lv2_title {
    font-size: 2.0rem;
    line-height: 1.4;
    letter-spacing: -0.9px;
    font-weight: bold;
    font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  /* ----- lezaface-u-image-box ----- */
  .lezaface-u-image-box {
    margin-top: 1em;
  }
  .lezaface-u-image-box_item + .lezaface-u-image-box_item {
    margin-top: .9em;
  }
  .lezaface-u-image-box_item > .lezaface-u-image-box_main > .lezaface-u-image-box_caption {
    text-align: center;
    margin-top: .8em;
    margin-left: 0;
  }
  .lezaface-u-image-box_caption {
    font-size: 1.5rem;
    margin-left: 1.1em;
    line-height: 1.4;
  }
  .lezaface-u-image-box_figure {
    display: flex;
    align-items: center;
  }
  .lezaface-u-image-box_figure + .lezaface-u-image-box_figure {
    margin-top: 1.2em;
  }
  .lezaface-u-image-box_figure > img {
    width: 55%;
  }

  /* ------------------------------------------------------
   * Clearfix
  ------------------------------------------------------ */
  .clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (max-width: 360px) {
}
/* **
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}
** */

/* ======================================================
 * Print
====================================================== */
@media print {
}