@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
.garamond {
  font-family: "EB Garamond", serif; }

#page.jomara {
  color: #3c2221;
  font-family: "Noto Serif JP", "Noto Serif", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; }
  #page.jomara #header .right ul li a {
    color: #3c2221;
    font-weight: 700; }
  #page.jomara #footer {
    background: #3c2221;
    color: #FFF; }
    #page.jomara #footer a {
      color: #FFF; }
    #page.jomara #footer .footerTop .left ul li a {
      color: #FFF; }
      #page.jomara #footer .footerTop .left ul li a::before {
        background: #FFF; }
    #page.jomara #footer .footerBottom .right ul li a {
      color: #FFF; }
  #page.jomara a {
    color: #3c2221; }
  #page.jomara .btnBox .btn a {
    background: #3c2221;
    border-color: #3c2221;
    border-radius: 0;
    color: #FFF;
    font-weight: 700;
    letter-spacing: 0.05em; }
    #page.jomara .btnBox .btn a::after {
      background: transparent;
      border-radius: 0;
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: solid 1px #FFF;
      border-right: solid 1px #FFF;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    #page.jomara .btnBox .btn a:hover {
      background: transparent;
      color: #3c2221; }
      #page.jomara .btnBox .btn a:hover::after {
        border-color: #3c2221; }
  #page.jomara .contactBox {
    background: no-repeat url("../images/jomara/jomara_bg.jpg") 50% 50%;
    background-size: cover; }
    #page.jomara .contactBox::after {
      background: rgba(255, 255, 255, 0.5); }
  #page.jomara .mainTitleBox {
    background-image: linear-gradient(0deg, #f2f2e8 -25%, #FFFFFF 50%); }
    #page.jomara .mainTitleBox .inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #page.jomara .mainTitleBox .inner .txtBox,
      #page.jomara .mainTitleBox .inner .imgBox {
        box-sizing: border-box; }
      #page.jomara .mainTitleBox .inner .txtBox {
        width: 50%; }
      #page.jomara .mainTitleBox .inner .imgBox {
        width: 45%; }
    #page.jomara .mainTitleBox h2,
    #page.jomara .mainTitleBox .desc {
      line-height: 1.5em; }
    #page.jomara .mainTitleBox h2 {
      font-size: 240%;
      margin-bottom: 0.5em;
      padding-bottom: 0.5em;
      position: relative; }
      #page.jomara .mainTitleBox h2::after {
        background: #3c2221;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 1em;
        height: 1px; }
    #page.jomara .mainTitleBox .desc {
      font-weight: 500;
      margin-bottom: 2em; }
    #page.jomara .mainTitleBox h3 {
      font-size: 150%;
      font-weight: 600;
      margin-bottom: 1em; }
    #page.jomara .mainTitleBox .txt {
      font-weight: 500;
      line-height: 2em; }
  #page.jomara .jomara_bg {
    background-image: linear-gradient(0deg, #f2f2e8 -25%, #FFFFFF 50%); }
  #page.jomara .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 5em;
    padding-bottom: 5em; }
    #page.jomara .inner .titleBox {
      background-image: none;
      margin-bottom: 4em;
      text-align: center; }
      #page.jomara .inner .titleBox h2,
      #page.jomara .inner .titleBox .desc {
        line-height: 1.5em; }
      #page.jomara .inner .titleBox h2 {
        font-size: 240%;
        margin-bottom: 0.5em;
        padding-bottom: 0.5em;
        position: relative; }
        #page.jomara .inner .titleBox h2::after {
          background: #3c2221;
          content: '';
          position: absolute;
          left: 50%;
          bottom: 0;
          width: 1em;
          height: 1px;
          transform: translateX(-50%); }
      #page.jomara .inner .titleBox .desc {
        font-weight: 500;
        margin-bottom: 0em; }
    #page.jomara .inner .content .about .titleBox {
      margin-bottom: 3em; }
    #page.jomara .inner .content .about .title {
      font-size: 150%;
      margin-bottom: 1.5em; }
    #page.jomara .inner .content .about .desc {
      line-height: 2em; }
    #page.jomara .inner .content .about .movie {
      margin-bottom: 4em;
      width: 100%;
      height: 0;
      padding-top: 56.25%;
      position: relative; }
      #page.jomara .inner .content .about .movie .video {
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
    #page.jomara .inner .content .about .description {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10vw;
      padding-right: 10vw; }
      #page.jomara .inner .content .about .description .txtBox,
      #page.jomara .inner .content .about .description .imgBox {
        width: 47.5%; }
      #page.jomara .inner .content .about .description .txtBox .box {
        margin-bottom: 2em; }
        #page.jomara .inner .content .about .description .txtBox .box:last-child {
          margin-bottom: 0; }
      #page.jomara .inner .content .about .description .txtBox h3 {
        font-size: 120%;
        font-weight: 600;
        margin-bottom: 1em; }
    #page.jomara .inner .lineup .products {
      margin-bottom: 4em; }
      #page.jomara .inner .lineup .products:last-child {
        margin-bottom: 0; }
      #page.jomara .inner .lineup .products.narrow {
        padding-left: 10vw;
        padding-right: 10vw; }
      #page.jomara .inner .lineup .products.landscape .box .txtBox {
        box-sizing: border-box;
        padding-left: 10vw; }
      #page.jomara .inner .lineup .products .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 4em; }
        #page.jomara .inner .lineup .products .box .txtBox {
          width: 55%; }
          #page.jomara .inner .lineup .products .box .txtBox h3 {
            font-size: 120%;
            font-weight: 600;
            margin-bottom: 1em; }
        #page.jomara .inner .lineup .products .box .imgBox {
          width: 40%; }
        #page.jomara .inner .lineup .products .box.rev .txtBox {
          order: 2; }
        #page.jomara .inner .lineup .products .box.rev .imgBox {
          order: 1; }
  #page.jomara .bg_img {
    background: no-repeat url("../images/jomara/bg-date.jpg") 50% 90%;
    background-size: cover;
    display: block;
    width: 100%;
    height: 480px; }
