@charset "UTF-8";

/*
	##### OGIS #####
	about/assets/css/about_sp.css
*/


/* --------------------------------------------------
contents section
-------------------------------------------------- */

.sec {
  display: block;
  width: 100%;
  max-width: calc(670 / 750 * 100vw);
  padding: calc(160 / 750 * 100vw) 0 calc(150 / 750 * 100vw);
  margin: 0 auto;
  counter-increment: number;

  .txt {
    text-align: justify;
  }
}

.line {
  all: unset;
  display: block;
  height: 1px;
  max-width: calc(670 / 750 * 100vw);
  margin: 0 auto;
  background-color: var(--color-5);
}

.sec-ttl {
  display: inline-block;
  padding-left: calc(120 / 750 * 100vw);
  margin-bottom: calc(55 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  letter-spacing: .14em;
  line-height: 1.375;
  position: relative;

  &::before {
    content: counter(number, decimal-leading-zero);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: "Catamaran", sans-serif;
    font-weight: 400;
    font-size: calc(36 / 750 * 100vw);
    letter-spacing: 0;
    width: calc(91 / 750 * 100vw);
    height: calc(91 / 750 * 100vw);
    border: solid 1.5px var(--color-4);
    border-radius: 50%;
    color: var(--color-4);
    position: absolute;
    left: 0;
    top: -.4em;
  }
}

em.bold {
  font-style: normal;
  font-size: 120%;
  font-weight: 700;
  color: var(--color-3)
}
em.marker {
  font-size: 110%;
  font-style: normal;
  font-weight: 700;
  color: var(--color-3);
  text-decoration: underline;
  text-decoration-thickness: .5em;
  text-decoration-color: #fdffa1;
  text-underline-offset: -.25em;
}


/* --------------------------------------------------
profile page
-------------------------------------------------- */

.sub-column {
  border-radius: calc(10 / 750 * 100vw);
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 0);
  background-size: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw);
  background-position: 0 calc(7 / 750 * 100vw);
  background-color: var(--bg-col);
}

.profile .sec-01 .sub-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: calc(50 / 750 * 100vw) auto calc(60 / 750 * 100vw);
  padding-bottom: calc(80 / 750 * 100vw);

  .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(360 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-weight: 700;
    font-size: calc(30 / 750 * 100vw);
    letter-spacing: .14em;
    color: #fff;
    background-color: var(--color-6);
  }
  .txt {
    width: 100%;
    padding: 0 calc(55 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) 0;
  }
  .chart-1-1 {
    width: calc(628 / 750 * 100vw);
    height: auto;
  }
}

.chart-1-2 {
  margin: calc(50 / 750 * 100vw) auto 0;
  width: calc(670 / 750 * 100vw);
  height: auto;
}

.chart-1-3 {
  display: grid;
  grid-template-columns: repeat(2, calc(325 / 750 * 100vw));
  grid-template-rows: auto auto;
  gap: calc(20 / 750 * 100vw);
  margin-top: calc(50 / 750 * 100vw);
  margin-bottom: calc(60 / 750 * 100vw);

  li {
    display: block;

    &:nth-child(2) {
      grid-column: 1/2;
      grid-row: 2/3;

      dd {
        background-image: url(../images/pct-1-1.svg)
      }
    }
    &:nth-child(1) {
      grid-column: 1/3;
      grid-row: 1/2;

      dt {
        background-color: var(--color-3);
      }
      dd {
        background-image: url(../images/pct-1-2.svg)
      }
    }
    &:nth-child(3) {
      grid-column: 2/3;
      grid-row: 2/3;

      dd {
        background-image: url(../images/pct-1-3.svg)
      }
    }
  }
  dl {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    border-radius: calc(10 / 750 * 100vw);
    overflow: hidden;

    dt {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: calc(60 / 750 * 100vw);
      background-color: rgba(var(--rgb-3), .7);
      color: #fff;
      font-weight: 600;
      font-size: calc(28 / 750 * 100vw);
    }
    dd {
      flex: 1 1 auto;
      display: block;
      text-align: center;
      padding-top: calc(160 / 750 * 100vw);
      padding-bottom: 1em;
      font-weight: 700;
      font-size: calc(26 / 750 * 100vw);
      line-height: 1.6153846153846154;
      background-color: var(--bg-col);
      background-size: calc(132 / 750 * 100vw) calc(132 / 750 * 100vw);
      background-position: center top calc(16 / 750 * 100vw);
      background-repeat: no-repeat;
    }
  }
}

.chart-1-4 {
  display: block;
  width: calc(670 / 750 * 100vw);
  height: auto;
  margin: calc(70 / 750 * 100vw) auto calc(75 / 750 * 100vw);
}

.chart-1-5 {
  display: block;
  width: 100%;

  figure {
    display: block;

    figcaption {
      font-size: calc(28 / 750 * 100vw);
      font-weight: 700;
      margin-bottom: calc(30 / 750 * 100vw);
  
      .small {
        font-size: 70%;
        font-weight: 600;
        vertical-align: baseline;
      }
      &::before {
        content: '●';
        color: var(--color-4);
        font-size: .7em;
        padding-right: .2em;
        display: inline-block;
        translate: 0 -.25em;
      }
    }
    .img-box {
      display: block;
      width: 100%;
      padding-bottom: calc(30 / 750 * 100vw);
      overflow: hidden;
      overflow-x: scroll;
      scrollbar-color: var(--color-4) var(--color-5);

      picture {
        display: block;
        width: calc(1150 / 750 * 100vw);
        height: calc(100 / 750 * 100vw);  
      }
    }
  }

  .fig-note {
    display: block;
    width: 100%;
    font-size: calc(24 / 750 * 100vw);
    line-height: 2;
    text-align: right;
    margin-top: 1em;
  }
}

.double-column {
  display: flex;
  flex-direction: column;
  row-gap: calc(30 / 750 * 100vw);
  margin-top: calc(60 / 750 * 100vw);
  margin-bottom: calc(80 / 750 * 100vw)
}

.profile .sec-03 .sub-column {
  padding: calc(45 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  .ttl {
    display: flex;
    flex-direction: column;
    row-gap: .5em;
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.6428571428571428;
    text-align: center;
    color: var(--color-6);
    margin-bottom: calc(25 / 750 * 100vw);

    .small {
      font-weight: 600;
      font-size: calc(26 / 750 * 100vw);
      line-height: 1.5384615384615385;
    }
  }
  .flow-chart {
    width: 100%;

    .left-side {
      padding: calc(40 / 750 * 100vw);
      margin-bottom: calc(77 / 750 * 100vw);
      font-size: calc(28 / 750 * 100vw);
      font-weight: 600;
      line-height: 1.6428571428571428;
      text-align: justify;
      background-color: #fff;
      position: relative;

      &::after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: calc(17 / 750 * 100vw) calc(18.5 / 750 * 100vw);
        border-color: var(--color-3) transparent transparent transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        translate: -50% calc(30 / 750 * 100vw);
      }
    }
    .right-side {
      display: block;
      background-color: #fff;

      dt {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: calc(60 / 750 * 100vw);
        font-size: calc(30 / 750 * 100vw);
        font-weight: 700;
        color: #fff;
        background-color: var(--color-3)
      }
      dd {
        display: block;
        width: 100%;
        padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
        font-size: calc(28 / 750 * 100vw);
        line-height: 1.6428571428571428;
        text-align: justify;
      }
    }
  }
}

.profile .related-link {
  display: block;
  width: calc(610 / 750 * 100vw);
  height: calc(90 / 750 * 100vw);
  margin: 0 auto;

  a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-radius: 100px;
    border-style: solid;
    border-color: transparent;
    background-color: var(--color-3);
    color: #fff;
    font-weight: 700;
    font-size: calc(28 / 750 * 100vw);
    overflow: hidden;
    text-decoration: none;
    position: relative;

    &::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: calc(48 / 750 * 100vw);
      width: calc(27 / 750 * 100vw);
      height: calc(16 / 750 * 100vw);
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      background-image: url(../../../assets/images/arrw-r.svg);
    }

    dl {
      display: inline-block;

      & * {
        display: inline
      }
    }
  }
}


.box-list {
  display: flex;
  flex-direction: column;
  row-gap: calc(20 / 750 * 100vw);
  margin-top: calc(50 / 750 * 100vw);

  li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--bg-col);
    background-image: radial-gradient(closest-side, rgba(255, 255, 255, .5) 30%, transparent 0);
    background-size: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw);
    border-radius: calc(20 / 750 * 100vw);
    padding: 30px 1em;
  }
}

.chart-1-6 {
  display: block;
  width: calc(700 / 750 * 100vw);
  height: auto;
  margin-top: calc(75 / 750 * 100vw);
  margin-left: calc(-15 / 750 * 100vw);
}



/* --------------------------------------------------
field page
-------------------------------------------------- */

.field-page {
  .pre-ttl {
    font-size: 60%;
  }
  .lead-ttl {
    font-weight: 700;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: .14em;
    line-height: 1.375;
    text-align: center;
    margin-bottom: calc(45 / 750 * 100vw);

    & + .lead {
      margin-bottom: calc(56 / 750 * 100vw);
    }
  }
  .sec.sec-02 {
    padding-block: 0 calc(200 / 750 * 100vw);
    max-width: none;

    .sec-inner {
      max-width: calc(670 / 750 * 100vw);
      margin: 0 auto;
    }
    .chart-2-0-2 {
      max-width: calc(670 / 750 * 100vw);
      margin: 0 auto calc(200 / 750 * 100vw);
    }
  }
}

.keywords-set {
  background-image:
    linear-gradient(rgba(255, 255, 255, .3) 1px, transparent 0),
    linear-gradient(90deg, rgba(255, 255, 255, .3) 1px, transparent 0);
  background-size: calc(14 / 750 * 100vw) calc(14 / 750 * 100vw);
  background-position: 0 calc(7 / 750 * 100vw);
  background-color: var(--bg-col);
  padding-inline: calc(40 / 750 * 100vw);
  padding-block: calc(200 / 750 * 100vw);

  .indicator {
    display: none;
  }
}
.key-cols {
  background-color: #fff;
  width: 100%;
  border-radius: calc(10 / 750 * 100vw);
  padding-block: calc(80 / 750 * 100vw) calc(100 / 750 * 100vw);
  padding-inline: calc(45 / 750 * 100vw);
  counter-increment: keynum;

  & + & {
    margin-top: calc(100 / 750 * 100vw);
  }
  .key-ttl {
    font-weight: 700;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: .14em;
    line-height: 1.53125;
    color: var(--color-6);
    text-align: center;
    margin-bottom: calc(40 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    align-items: center;

    &::before {
      content: counter(keynum, decimal-leading-zero);
      font-family: "Catamaran", sans-serif;
      font-weight: 500;
      font-size: calc(70 / 750 * 100vw);
    }
    .ttl {
      padding-top: calc(30 / 750 * 100vw);
      position: relative;

      &::before {
        content: '';
        display: block;
        width: calc(80 / 750 * 100vw);
        height: 0;
        border-top: solid 1px var(--color-6);
        position: absolute;
        top: 0;
        left: 50%;
        translate: -50% 0;
      }
    }
  }
  .txt + .img-box {
    margin-top: calc(50 / 750 * 100vw);
  }
  .inter-line {
    all: unset;
    display: block;
    width: calc(80 / 750 * 100vw);
    height: 0;
    border-top: solid 1px var(--color-6);
    margin: calc(120 / 750 * 100vw) auto calc(30 / 750 * 100vw);
  }
  .sub-ttl {
    font-weight: 700;
    font-size: calc(32 / 750 * 100vw);
    letter-spacing: .14em;
    line-height: 1.53125;
    color: var(--color-6);
    text-align: center;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  .keys-related-links {
    padding-block-start: calc(10 / 750 * 100vw);
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;

    & + .sub-section {
      margin-top: calc(120 / 750 * 100vw);
    }
    .links-ttl {
      font-weight: 700;
      font-size: calc(24 / 750 * 100vw);
      color: var(--color-3);
      padding: calc(50 / 750 * 100vw) 0 0;
      white-space: nowrap;
    }
    .links-set {
      flex: 0 1 calc(375 / 750 * 100vw);
      container: link-area / inline-size;

      .links-list li {
        display: block;
        width: 100%;

        a {
          display: inline-block;
          width: 100%;
          padding: calc(50 / 750 * 100vw) calc(55 / 750 * 100vw) calc(15 / 750 * 100vw) 0;
          text-decoration: none;
          font-weight: 700;
          font-size: calc(24 / 750 * 100vw);
          line-height: 1.4166666666666667;
          color: var(--color-3);
          background: url(../../../assets/images/arrw-r-long-b.svg) no-repeat top calc((50 / 750 * 100vw) + .5em) right / calc(32 / 750 * 100vw) auto;
          border-bottom: solid 1px var(--color-3);
        }
      }
    }
  }
  .spirits-list {
    display: flex;
    flex-direction: column;
    row-gap: calc(20 / 750 * 100vw);
    width: 100%;
    margin: calc(50 / 750 * 100vw) 0 calc(55 / 750 * 100vw);

    li:not(:last-child) {
      display: block;
      padding: calc(40 / 750 * 100vw) calc(35 / 750 * 100vw);
      background-color: #f2f2f2;
      font-weight: 700;
      font-size: calc(29 / 750 * 100vw);
      line-height: 1.6428571428571428;
      color: var(--color-3);

      span {
        display: flex;
        align-items: first baseline;
        column-gap: calc(16 / 750 * 100vw);
        flex: 0 1 calc(480 / 750 * 100vw);
        text-align: justify;

        &::before {
          flex: 0 0 calc(12 / 750 * 100vw);
          content: '';
          box-sizing: content-box;
          display: inline-block;
          width: calc(12 / 750 * 100vw);
          height: calc(12 / 750 * 100vw);
          border-radius: 50%;
          background-color: var(--color-3);
          background-clip: content-box;
          border: solid 1px transparent
        }
      }
    }
    li.etc {
      display: block;
      width: 100%;
      text-align: center;
      padding-top: calc(10 / 750 * 100vw);
      font-weight: 700;
      font-size: calc(25 / 750 * 100vw);
      color: var(--color-3);
    }
  }
}
