@import url("https://fonts.googleapis.com/css2?family=Gantari:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
.gantari {
  font-family: "Gantari", sans-serif; }

#page.chocozen {
  color: #222; }
  #page.chocozen #header {
    background: #4a2515;
    color: #FFF; }
    #page.chocozen #header .right ul li a {
      color: #FFF;
      font-weight: 500; }
    #page.chocozen #header .right ul li ul.child_menu a {
      color: #222; }
  #page.chocozen #footer {
    background: #efe8da;
    color: #222; }
    #page.chocozen #footer a {
      color: #222; }
    #page.chocozen #footer .footerTop .left ul li a {
      color: #222; }
      #page.chocozen #footer .footerTop .left ul li a::before {
        background: #222; }
    #page.chocozen #footer .footerBottom .right ul li a {
      color: #222; }
  #page.chocozen a {
    color: #222; }
  #page.chocozen .btnBox .btn a {
    background: transparent;
    border: 2px solid #4a2515;
    color: #4a2515;
    font-weight: 500;
    letter-spacing: 0.05em; }
    #page.chocozen .btnBox .btn a::after {
      background: transparent;
      border-radius: 0;
      content: '';
      width: 8px;
      height: 8px;
      border: 0;
      border-top: solid 1px #4a2515;
      border-right: solid 1px #4a2515;
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    #page.chocozen .btnBox .btn a:hover {
      background: #4a2515;
      color: #FFF; }
      #page.chocozen .btnBox .btn a:hover::after {
        border-color: #FFF; }
  #page.chocozen .contactBox {
    background: #502212;
    position: relative; }
    #page.chocozen .contactBox::after {
      background-color: transparent;
      background-image: radial-gradient(circle at 50% 50%, #C56F00 0%, #A25B1000 50%); }
    #page.chocozen .contactBox .inner {
      background: rgba(255, 255, 255, 0.8); }
    #page.chocozen .contactBox .btnBox .btn a {
      background: #4a2515;
      color: #FFF; }
      #page.chocozen .contactBox .btnBox .btn a::after {
        border-color: #FFF; }
      #page.chocozen .contactBox .btnBox .btn a:hover {
        background: transparent;
        color: #4a2515; }
        #page.chocozen .contactBox .btnBox .btn a:hover::after {
          border-color: #4a2515; }
  #page.chocozen .main {
    background: #502212;
    position: relative; }
    #page.chocozen .main::after {
      background-image: radial-gradient(circle at 75% 50%, #C56F00 0%, #A25B1000 50%);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.5; }
    #page.chocozen .main img {
      position: relative;
      z-index: 1; }
    #page.chocozen .main .txtBox {
      position: absolute;
      top: 50%;
      left: 12%;
      transform: translateY(-50%);
      z-index: 5; }
      #page.chocozen .main .txtBox h2 {
        margin-bottom: 2em;
        width: 90%; }
      #page.chocozen .main .txtBox .subTitle {
        color: #c0984a;
        font-size: 320%;
        line-height: 1.4em;
        margin-bottom: 0.5em; }
      #page.chocozen .main .txtBox h3 {
        color: #FFF;
        font-size: 108%; }
  #page.chocozen .mainTitleBox {
    background: #efe8da;
    position: relative; }
    #page.chocozen .mainTitleBox::after {
      background-image: url("../images/chocozen/chocozen_main_bg.png");
      background-position: 0% 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      content: '';
      position: absolute;
      top: 0;
      left: -7.5%;
      border: 0;
      width: 50%;
      height: 100%;
      max-width: 800px;
      z-index: 0; }
    #page.chocozen .mainTitleBox .inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 1; }
      #page.chocozen .mainTitleBox .inner .txtBox,
      #page.chocozen .mainTitleBox .inner .imgBox {
        box-sizing: border-box; }
      #page.chocozen .mainTitleBox .inner .txtBox {
        width: 45%; }
        #page.chocozen .mainTitleBox .inner .txtBox .titleBox {
          text-align: left; }
      #page.chocozen .mainTitleBox .inner .imgBox {
        width: 45%; }
    #page.chocozen .mainTitleBox h2,
    #page.chocozen .mainTitleBox .desc {
      line-height: 1.5em; }
    #page.chocozen .mainTitleBox .txt {
      font-weight: 500;
      line-height: 2em; }
      #page.chocozen .mainTitleBox .txt p {
        margin-bottom: 1em; }
        #page.chocozen .mainTitleBox .txt p:last-child {
          margin-bottom: 0; }
  #page.chocozen .aboutBox {
    background: #502212;
    padding: 2em 0;
    position: relative; }
    #page.chocozen .aboutBox::after {
      background-image: radial-gradient(circle at 25% 50%, #C56F00 0%, #A25B1000 50%);
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      opacity: 0.5; }
    #page.chocozen .aboutBox .about {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10vw;
      padding-right: 10vw;
      position: relative;
      z-index: 1; }
      #page.chocozen .aboutBox .about .txtBox,
      #page.chocozen .aboutBox .about .imgBox {
        width: 47.5%; }
      #page.chocozen .aboutBox .about .txtBox {
        box-sizing: border-box;
        padding-right: 8.5%; }
        #page.chocozen .aboutBox .about .txtBox .box {
          color: #FFF;
          margin-bottom: 2em;
          line-height: 2em; }
          #page.chocozen .aboutBox .about .txtBox .box:last-child {
            margin-bottom: 0; }
          #page.chocozen .aboutBox .about .txtBox .box h3 {
            color: #c0984a;
            font-size: 155%;
            font-weight: 600;
            line-height: 1.6em;
            margin-bottom: 1em; }
  #page.chocozen .inner {
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 5em;
    padding-bottom: 5em; }
    #page.chocozen .inner .titleBox {
      background-image: none;
      color: #4a2515;
      margin-bottom: 4em;
      text-align: center; }
      #page.chocozen .inner .titleBox h2,
      #page.chocozen .inner .titleBox .desc {
        line-height: 1.5em; }
      #page.chocozen .inner .titleBox h2 {
        font-size: 286%;
        margin-bottom: 0.2em;
        position: relative; }
      #page.chocozen .inner .titleBox .desc {
        font-weight: 500;
        margin-bottom: 0em; }
    #page.chocozen .inner .lineup {
      padding-left: 5vw;
      padding-right: 5vw; }
      #page.chocozen .inner .lineup .products {
        margin-bottom: 4em; }
        #page.chocozen .inner .lineup .products:last-child {
          margin-bottom: 0; }
        #page.chocozen .inner .lineup .products .box {
          display: flex;
          align-items: end;
          justify-content: space-between;
          margin-bottom: 4em; }
          #page.chocozen .inner .lineup .products .box .txtBox {
            width: 50%; }
            #page.chocozen .inner .lineup .products .box .txtBox h3 {
              color: #c0984a;
              font-size: 155%;
              font-weight: 600;
              line-height: 1.6em;
              margin-bottom: 1em; }
            #page.chocozen .inner .lineup .products .box .txtBox .txt {
              margin-bottom: 4em; }
            #page.chocozen .inner .lineup .products .box .txtBox .btnBox .btn a {
              width: 100%; }
          #page.chocozen .inner .lineup .products .box .imgBox {
            width: 40%; }
