/* Contents
=========================================== */
/* overwrite
--------------------------------- */
.main {
  display: block;
  max-width: none; }

.footer {
  margin-top: 0;
  border-top: none; }
  .footer::before, .footer::after {
    display: none; }

/* layout
--------------------------------- */
.container__inner {
  box-sizing: content-box;
  position: relative;
  margin: 0 auto;
  max-width: 924px;
  padding: 0 50px; }
  @media only screen and (max-width: 767px) {
    .container__inner {
      padding-left: 4.6666666667vw;
      padding-right: 4.6666666667vw; } }

/* section
--------------------------------- */
.section__title {
  position: relative;
  display: table;
  margin: 0 auto 60px;
  padding: 0 30px .4em;
  border-bottom: solid 2px;
  font-size: 19px;
  line-height: 1.3;
  text-align: center; }
  .section__title img {
    position: absolute;
    left: -50px;
    bottom: -20px; }
  .section__title--knowledge {
    color: #f36b9f;
    border-color: #f36b9f; }
  .section__title--practice {
    padding-left: 40px;
    padding-right: 40px;
    color: #f79d43;
    border-color: #f79d43; }
    .section__title--practice img {
      left: -30px; }
  .section__title--prize {
    color: #6ad5c5;
    border-color: #6ad5c5; }
    .section__title--prize img {
      left: -28px;
      bottom: -18px; }
  .section__title--present {
    color: #84d44a;
    border-color: #84d44a; }
    .section__title--present img {
      left: -80px;
      bottom: -30px; }
  .section__title--product {
    color: #ef8548;
    border-color: #ef8548; }
    .section__title--product img {
      left: -45px;
      bottom: -30px; }
.section__subtitle {
  margin-bottom: 50px;
  text-align: center; }
  .section__subtitle dt {
    margin-bottom: .3em;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4; }
    .section__subtitle dt span {
      font-size: 26px; }
  .section__subtitle dd {
    margin: 0; }
    .section__subtitle dd p {
      margin: 0;
      line-height: 2.1875; }
.section__subtitle__present {
  margin-bottom: 40px;
  text-align: center; }
  .section__subtitle__present dt {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4; }
  .section__subtitle__present dt.term {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2; }
    .section__subtitle__present dt span {
      font-size: 26px; }
  .section__subtitle__present dd {
    margin: 0; }
    .section__subtitle__present dd p {
      margin: 0;
      line-height: 2.1875; }
@media only screen and (max-width: 767px) {
  .section__title {
    margin-bottom: 6vw;
    padding-left: 4.6666666667vw !important;
    padding-right: 4.6666666667vw !important;
    font-size: 4vw; }
    .section__title--knowledge img {
      width: 9.6vw !important;
      left: -6.6666666667vw;
      bottom: -1.4666666667vw; }
    .section__title--practice img {
      width: 7.8666666667vw !important;
      left: -4.5333333333vw;
      bottom: -2vw; }
    .section__title--prize img {
      width: 6.9333333333vw !important;
      left: -4vw;
      bottom: -1.7333333333vw; }
    .section__title--present img {
      width: 13.4666666667vw !important;
      left: -10.6666666667vw;
      bottom: -6vw; }
    .section__title--product img {
      width: 9.2vw !important;
      left: -5.3333333333vw;
      bottom: -5.3333333333vw; }
  .section__subtitle {
    margin-bottom: 10vw; }
    .section__subtitle dt {
      font-size: 6.9333333333vw;
      line-height: 1.34; }
      .section__subtitle dt span {
        font-size: 5.0666666667vw; }
    .section__subtitle dd {
      font-size: 3.4666666667vw; }
      .section__subtitle dd p {
        line-height: 1.73; }
        .section__subtitle dd p + ul {
          margin-top: .5em; }
  .section__subtitle__present {
    margin-bottom: 9.3333333333vw; }
    .section__subtitle__present dt {
      font-size: 6.9333333333vw;
      line-height: 1.34; }
      .section__subtitle__present dt span {
        font-size: 5.0666666667vw; }
    .section__subtitle__present dt.term {
      font-size: 5.0666666667vw;
      line-height: 1.2; }
    .section__subtitle__present dd {
      font-size: 3.4666666667vw; }
      .section__subtitle__present dd p {
        line-height: 1.73; }
        .section__subtitle__present dd p + ul {
          margin-top: .5em; } }

/* visual
--------------------------------- */
@media (min-width: 768px) {
  .visual {
    background: #fffcd0 url("../images/visual_bg-pc.jpg") no-repeat center; } }
@media (max-width: 1024px) {
  .visual {
    background-size: cover; } }
@media only screen and (max-width: 767px) {
  .visual__inner {
    padding: 0; } }

/* intro
--------------------------------- */
.intro {
  padding: 40px 0 45px; }
  .intro__lead {
    margin-bottom: .75em;
    line-height: 2.8125;
    text-align: center; }
    .intro__lead p {
      margin: 0; }
      .intro__lead p + p {
        margin-top: .25em; }
  .intro__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .intro__menu a {
      display: inline-block; }
  .intro__leaf {
    position: absolute; }
    .intro__leaf--lt {
      top: 55px;
      left: -80px; }
    .intro__leaf--rb {
      bottom: 115px;
      right: -154px; }
  @media (min-width: 768px) {
    .intro__menu {
      margin-top: 50px;
      gap: 10px calc(75 / 924 * 100%); }
      .intro__menu > li:nth-child(1) {
        flex: 0 0 calc(257 / 924 * 100%); }
      .intro__menu > li:nth-child(2) {
        flex: 0 0 calc(254 / 924 * 100%); }
      .intro__menu > li:nth-child(3) {
        flex: 0 0 calc(257 / 924 * 100%); }
      .intro__menu > li:nth-child(4) {
        flex: 0 0 calc(267 / 924 * 100%); }
      .intro__menu > li:nth-child(5) {
        flex: 0 0 calc(272 / 924 * 100%); } }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 10.6666666667vw 0 13.3333333333vw; }
      .intro__inner {
        padding: 0; }
      .intro__lead {
        margin-bottom: 2em;
        line-height: 2.307;
        font-size: 3.4666666667vw; }
        .intro__lead p + p {
          margin-top: 1em; }
      .intro__menu {
        margin-top: 6.6666666667vw;
        gap: 2.6666666667vw 0; }
        .intro__menu > li {
          flex: 0 0 46.6666666667vw;
          text-align: center; }
          .intro__menu > li:nth-child(3) {
            flex: 0 0 100%; }
            .intro__menu > li:nth-child(3) img {
              width: 48.5333333333vw; }
      .intro__leaf--lt {
        top: -16vw;
        left: 0; }
        .intro__leaf--lt img {
          width: 16.2666666667vw !important; }
      .intro__leaf--rb {
        bottom: auto;
        top: 37.3333333333vw;
        right: 0; }
        .intro__leaf--rb img {
          width: 11.6vw !important; } }

/* knowledge
--------------------------------- */
.knowledge {
  padding: 180px 0 150px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCAxMjEzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNDgsIDI1MSkiIGQ9Ik0wLjAsODAuOTk5IEMwLjAsODAuOTk5IDQ5OC4zNjgsLTc5LjIxIDk2MC4yMTQsNTEuOTk4IEMxMzgwLjE3NywxNzEuMTM4IDE5MTkuOTk5LDAuOTk5IDE5MTkuOTk5LDAuOTk5IEwxOTE5Ljk5OSwxMTYxLjk5OSBDMTkxOS45OTksMTE2MS45OTkgMTQyMi4wLDEyNzYuNjEzIDk2MC4wLDExNjEuOTk5IEM0OTQuMTIyLDEwNDYuNDI0IDAuMCwxMTYxLjk5OSAwLjAsMTE2MS45OTkgTDAuMCw4MC45OTkgWiIvPjwvc3ZnPg==") no-repeat center;
  background-size: 100% 100%; }
  .knowledge__panel {
    position: relative;
    margin-bottom: 40px; }
    .knowledge__panel__link {
      position: relative;
      display: flex;
      align-items: center;
      gap: 50px;
      padding: 30px 90px 30px 80px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0px 5px 30px 0px rgba(125, 0, 48, 0.2);
      color: #545c59;
      text-decoration: none; }
      .knowledge__panel__link::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 30px;
        width: 20px;
        height: 20px;
        border-top: solid 4px #f36b9f;
        border-right: solid 4px #f36b9f;
        transform: translateY(-50%) rotate(45deg); }
    .knowledge__panel__image {
      flex: 0 0 270px; }
    .knowledge__panel__body {
      flex: 1 0 0%; }
      .knowledge__panel__body h3 {
        margin-bottom: 1em;
        font-size: 19px;
        font-weight: normal;
        line-height: 1.84; }
      .knowledge__panel__body p {
        margin: 0;
        line-height: 1.875; }
    .knowledge__panel__leaf {
      position: absolute; }
      .knowledge__panel__leaf--01 {
        top: -30px;
        left: -20px; }
      .knowledge__panel__leaf--02 {
        bottom: -28px;
        right: -21px; }
      .knowledge__panel__leaf--03 {
        bottom: -15px;
        left: -9px; }
  .knowledge__btn {
    margin-top: 40px; }
  .knowledge__leaf {
    position: absolute; }
    .knowledge__leaf--lt {
      top: -207px;
      left: -281px; }
    .knowledge__leaf--rb {
      bottom: -223px;
      right: -229px; }
  @media only screen and (max-width: 767px) {
    .knowledge {
      padding: 24vw 0;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNzUwIDE4MDkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNDgsIDI1MSkiIGQ9Ik0wLjAsMjQuMCBDMC4wLDI0LjAgMTk1LjQxOSwtMjkuOTA2IDM3NS41LDI0LjAgQzU2NS45MjgsODEuMzA5IDc0OS45OTksMjQuMCA3NDkuOTk5LDI0LjAgTDc0OS45OTksMTc4NS45OTkgQzc0OS45OTksMTc4NS45OTkgNTQ4Ljk4MSwxODM2LjM2NSAzNzUuOCwxNzg1Ljk5OSBDMTk0LjkwMSwxNzMzLjg1OCAwLjAsMTc4NS45OTkgMC4wLDE3ODUuOTk5IEwwLjAsMjQuMCBaIi8+Cjwvc3ZnPg==") no-repeat center;
      background-size: 100% 100%; }
      .knowledge__panel {
        margin-bottom: 4.6666666667vw; }
        .knowledge__panel__link {
          flex-wrap: wrap;
          align-items: stretch;
          justify-content: space-between;
          gap: 0;
          padding: 4.6666666667vw 4.6666666667vw 4.6666666667vw 4.6666666667vw;
          border-radius: 1.3333333333vw; }
          .knowledge__panel__link::after {
            content: none; }
        .knowledge__panel__image {
          flex: 0 0 25.3333333333vw; }
          .knowledge__panel__image img {
            aspect-ratio: 1;
            object-fit: cover; }
        .knowledge__panel__body {
          display: contents; }
          .knowledge__panel__body h3 {
            flex: 0 0 52vw;
            align-self: center;
            margin-bottom: 0;
            font-size: 4vw;
            line-height: 1.5; }
          .knowledge__panel__body p {
            flex: 0 0 100%;
            margin-top: 1em;
            font-size: 3.4666666667vw;
            line-height: 1.38; }
          .knowledge__panel__body div {
            flex: 0 0 100%;
            margin-top: 1em; }
        .knowledge__panel__leaf--01 {
          top: -6.4vw;
          left: -3.6vw; }
          .knowledge__panel__leaf--01 img {
            width: 10.1333333333vw !important; }
        .knowledge__panel__leaf--02 {
          top: 50%;
          bottom: auto;
          right: -3.3333333333vw;
          transform: translateY(-75%); }
          .knowledge__panel__leaf--02 img {
            width: 9.4666666667vw !important; }
        .knowledge__panel__leaf--03 {
          bottom: -2.6666666667vw;
          left: -0.8vw; }
          .knowledge__panel__leaf--03 img {
            width: 14.6666666667vw !important; }
      .knowledge__btn {
        margin-top: 9.3333333333vw; }
      .knowledge__leaf--lt {
        top: -28vw;
        left: 1.3333333333vw; }
        .knowledge__leaf--lt img {
          width: 29.2vw !important; }
      .knowledge__leaf--rb {
        bottom: -28.6666666667vw;
        right: 5.7333333333vw; }
        .knowledge__leaf--rb img {
          width: 19.6vw !important; } }

/* practice
--------------------------------- */
.practice {
  padding: 80px 0 40px; }
  .practice__panel__link {
    display: block;
    position: relative;
    padding: 85px 45px 45px;
    border-radius: 10px;
    background: #fff;
    border: solid 2px #efefef;
    box-shadow: 0px 5px 30px 0px rgba(176, 176, 176, 0.2);
    color: #545c59;
    text-decoration: none; }
    .practice__panel__link::after {
      content: "";
      position: absolute;
      bottom: 14px;
      right: 16px;
      width: 18px;
      height: 18px;
      border-top: solid 4px #f79d43;
      border-right: solid 4px #f79d43;
      transform: rotate(45deg); }
  .practice__panel__image {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0px 0px 10px 0px white;
    border: solid 2px #efefef;
    border-bottom: none;
    border-right: none;
    background: #fff;
    padding: 5px;
    border-radius: 50.1%; }
    .practice__panel__image img {
      width: 122px !important;
      transform: rotate(-45deg); }
  .practice__panel__title {
    font-size: 26px;
    line-height: 1.34;
    text-align: center; }
  .practice__btn {
    margin-top: 60px; }
  .practice__bnr {
    margin-top: 30px;
    text-align: center; }
  .practice__leaf {
    position: absolute; }
    .practice__leaf--lt {
      top: 188px;
      left: -254px; }
    .practice__leaf--rb {
      bottom: -287px;
      right: -411px; }
  @media (min-width: 768px) {
    .practice__panels {
      display: flex;
      gap: 25px;
      margin-top: 90px; }
      .practice__panels > div {
        flex: 1 0 0%; }
    .practice .knowledge__panel__link::after {
      border-color: #ef8548; } }
  @media only screen and (max-width: 767px) {
    .practice {
      padding: 21.3333333333vw 0 16vw; }
      .practice__panel {
        margin-top: 21.3333333333vw; }
        .practice__panel__link {
          padding: 18vw 4vw 10vw;
          border-radius: 1.3333333333vw; }
          .practice__panel__link::after {
            bottom: 2.6666666667vw;
            right: 3.2vw;
            width: 2.9333333333vw;
            height: 2.9333333333vw;
            border-top: solid 3px #f79d43;
            border-right: solid 3px #f79d43; }
        .practice__panel__image {
          padding: 3px; }
          .practice__panel__image img {
            width: 24.5333333333vw !important; }
        .practice__panel__title {
          font-size: 5.0666666667vw; }
        .practice__panel__lead {
          font-size: 3.4666666667vw;
          line-height: 1.73; }
      .practice__btn {
        margin-top: 8vw; }
      .practice__bnr {
        margin-top: 8vw; }
      .practice__leaf--lt {
        top: -13.3333333333vw;
        left: 1.3333333333vw; }
        .practice__leaf--lt img {
          width: 20.1333333333vw !important; }
      .practice__leaf--rb {
        bottom: -32vw;
        right: 6.6666666667vw; }
        .practice__leaf--rb img {
          width: 24.6666666667vw !important; } }

/* prize
--------------------------------- */
.prize {
  padding: 165px 0 140px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkyMCA5ODUiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyNDUsIDI0NSwgMjQ1KSIgZD0iTTAuMCw4MC45OTkgQzAuMCw4MC45OTkgNDk4LjM2OCwtNzkuMjIgOTYwLjIxNCw1MS45OTkgQzEzODAuMTc3LDE3MS4xMzkgMTkxOS45OTksMC45OTkgMTkxOS45OTksMC45OTkgTDE5MTkuOTk5LDkzMy45OTkgQzE5MTkuOTk5LDkzMy45OTkgMTQyMi4wLDEwNDguNjEzIDk2MC4wLDkzMy45OTkgQzQ5NC4xMjIsODE4LjQyNCAwLjAsOTMzLjk5OSAwLjAsOTMzLjk5OSBMMC4wLDgwLjk5OSBaIi8+Cjwvc3ZnPg==") no-repeat center;
  background-size: 100% 100%; }
  .prize__panels {
    display: flex; }
  .prize__panel {
    box-sizing: border-box;
    position: relative;
    padding: 55px 25px 30px;
    background-size: 100% 100%; }
    .prize__panel--l {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzA0IDE2NyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNOS45OTksMC4wIEwyOTMuOTk5LDAuMCBDMjk5LjUyMiwwLjAgMzAzLjk5OSw0LjQ3NiAzMDMuOTk5LDEwLjAgTDMwMy45OTksMTQxLjk5OSBDMzAzLjk5OSwxNDcuNTIyIDI5OS41MjIsMTUxLjk5OSAyOTMuOTk5LDE1MS45OTkgTDkuOTk5LDE1MS45OTkgQzQuNDc3LDE1MS45OTkgMC4wLDE0Ny41MjIgMC4wLDE0MS45OTkgTDAuMCwxMC4wIEMwLjAsNC40NzYgNC40NzcsMC4wIDkuOTk5LDAuMCBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNMjI2Ljk5OSwxNjcuMCBMMjI3LjYyLDE1MS45OTkgTDI1My45MzcsMTUxLjk5OSBMMjI2Ljk5OSwxNjcuMCBaIi8+PC9zdmc+") no-repeat; }
    .prize__panel--c {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMzM5IDE2NyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNOS45OTksMC4wIEwzMjkuMCwwLjAgQzMzNC41MjIsMC4wIDMzOC45OTksNC40NzcgMzM4Ljk5OSw5Ljk5OSBMMzM4Ljk5OSwxNDIuMCBDMzM4Ljk5OSwxNDcuNTIyIDMzNC41MjIsMTUxLjk5OSAzMjkuMCwxNTEuOTk5IEw5Ljk5OSwxNTEuOTk5IEM0LjQ3NywxNTEuOTk5IDAuMCwxNDcuNTIyIDAuMCwxNDIuMCBMMC4wLDkuOTk5IEMwLjAsNC40NzcgNC40NzcsMC4wIDkuOTk5LDAuMCBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNODIuOTk5LDE2Ni45OTkgTDgzLjYyLDE1MS45OTkgTDEwOS45MzcsMTUxLjk5OSBMODIuOTk5LDE2Ni45OTkgWiIvPjwvc3ZnPg==") no-repeat; }
    .prize__panel--r {
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjc1IDE2NyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNMjQ1LjAsMTY2Ljk5OSBMMjQ0LjkzNywxNTEuOTk5IEwyMTguNjIsMTUxLjk5OSBMMjQ1LjAsMTY2Ljk5OSBaIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiAgZmlsbD0icmdiKDI1NSwgMjU1LCAyNTUpIiBkPSJNOS45OTksMC4wIEwyNjUuMCwwLjAgQzI3MC41MjIsMC4wIDI3NS4wLDQuNDc3IDI3NS4wLDEwLjAgTDI3NS4wLDE0MS45OTkgQzI3NS4wLDE0Ny41MjIgMjcwLjUyMiwxNTEuOTk5IDI2NS4wLDE1MS45OTkgTDkuOTk5LDE1MS45OTkgQzQuNDc3LDE1MS45OTkgMC4wLDE0Ny41MjIgMC4wLDE0MS45OTkgTDAuMCwxMC4wIEMwLjAsNC40NzcgNC40NzcsMC4wIDkuOTk5LDAuMCBaIi8+PC9zdmc+") no-repeat; }
    .prize__panel__icon {
      position: absolute;
      left: 50%;
      top: 0;
      transform: translate(-50%, -50%); }
      .prize__panel__icon img {
        width: 93px !important; }
    .prize__panel__body {
      line-height: 1.625; }
      .prize__panel__body p {
        margin: 0; }
  .prize__btn {
    margin-top: 40px; }
  .prize__leaf {
    position: absolute; }
    .prize__leaf--lb {
      bottom: -82px;
      left: -277px; }
  @media (min-width: 768px) {
    .prize__panels {
      justify-content: space-between; }
      .prize__panels > div:nth-child(1) {
        flex: 0 0 calc(304 / 957 * 100%);
        padding-top: 40px; }
        .prize__panels > div:nth-child(1) svg {
          width: calc(208 / 304 * 100%);
          margin: 0 0 65px 35px; }
      .prize__panels > div:nth-child(2) {
        flex: 0 0 calc(339 / 957 * 100%);
        padding-top: 50px; }
        .prize__panels > div:nth-child(2) svg {
          width: calc(143 / 339 * 100%);
          margin: 55px 0 0 150px; }
      .prize__panels > div:nth-child(3) {
        flex: 0 0 calc(275 / 957 * 100%); }
        .prize__panels > div:nth-child(3) svg {
          width: calc(184 / 275 * 100%);
          margin: 0 0 70px 45px; } }
  @media only screen and (max-width: 767px) {
    .prize {
      padding: 25.3333333333vw 0 29.3333333333vw;
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNzUwIDE4MDkiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjQ1LCAyNDUsIDI0NSkiIGQ9Ik0wLjAsMjQuMCBDMC4wLDI0LjAgMTk1LjQxOSwtMjkuOTA2IDM3NS41LDI0LjAgQzU2NS45MjgsODEuMzA5IDc0OS45OTksMjQuMCA3NDkuOTk5LDI0LjAgTDc0OS45OTksMTc4NS45OTkgQzc0OS45OTksMTc4NS45OTkgNTQ4Ljk4MSwxODM2LjM2NSAzNzUuOCwxNzg1Ljk5OSBDMTk0LjkwMSwxNzMzLjg1OCAwLjAsMTc4NS45OTkgMC4wLDE3ODUuOTk5IEwwLjAsMjQuMCBaIi8+Cjwvc3ZnPg==") no-repeat center;
      background-size: 100% 100%; }
      .prize__panels {
        flex-direction: column;
        margin-top: 13.3333333333vw; }
        .prize__panels > div:nth-child(1) {
          order: 2;
          display: flex;
          justify-content: space-between;
          align-items: flex-start; }
          .prize__panels > div:nth-child(1) svg {
            width: 29.6vw; }
        .prize__panels > div:nth-child(2) {
          order: 1; }
        .prize__panels > div:nth-child(3) {
          order: 3;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .prize__panels > div:nth-child(3) svg {
            width: 24.2666666667vw;
            margin-left: 6.9333333333vw; }
      .prize__panel {
        padding: 9.3333333333vw 5.3333333333vw 8vw; }
        .prize__panel__icon img {
          width: 14.2666666667vw !important; }
        .prize__panel__body p {
          font-size: 3.4666666667vw;
          line-height: 1.73; }
        .prize__panel--c {
          width: 73.7333333333vw;
          margin: 0 auto 3.3333333333vw; }
        .prize__panel--l {
          width: 57.4666666667vw;
          margin: 5.6vw 0 0; }
        .prize__panel--r {
          width: 50.8vw;
          margin: 3.3333333333vw 0 0; }
      .prize__btn {
        margin-top: 5.3333333333vw; }
      .prize__leaf--lb {
        bottom: -28.4vw;
        left: 4.2666666667vw; }
        .prize__leaf--lb img {
          width: 20.9333333333vw !important; } }

/* present
--------------------------------- */
.present {
  padding: 55px 0 130px; }
  .present__inner {
    background: #fff url("../images/04/bg_present.png") no-repeat top center; }
  .present__tabs {
    display: flex;
    gap: 12px; }
    .present__tabs > li {
      flex: 1 0 0%; }
  .present__tab {
    transition: all .3s ease;
    padding: 20px 5px 18px;
    background: #efefef;
    border-radius: 10px 10px 0 0;
    line-height: 1.35;
    text-align: center;
    cursor: pointer; }
    .present__tab.is-active, .present__tab:hover {
      background: #84d44a;
      color: #fff; }
    .present__tab.is-active {
      cursor: default;
      pointer-events: none; }
    .present__tab.is-disabled {
      pointer-events: none; }
    .present__tab dt {
      margin-bottom: .2em;
      font-size: 26px;
      font-weight: bold; }
    .present__tab dd {
      font-size: 14px;
      letter-spacing: 0; }
  .present__contents {
    padding: 25px;
    background: #f5ffee; }
  .present__content {
    display: none; }
  .present__item {
    box-sizing: border-box;
    padding: 12px 12px 30px 26px;
    background: #fff; }
    .present__item__head {
      display: grid;
      grid-template-columns: 1fr 156px;
      grid-template-rows: auto auto;
      margin-bottom: 10px; }
    .present__item__name {
      align-self: center;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.35; }
      .present__item__name span {
        font-size: 19px; }
    .present__item__batch {
      grid-row: 1 / 3;
      grid-column: 2 / 3;
      color: #f36b9f;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      letter-spacing: 0; }
      .present__item__batch dl {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 153px;
        background: url("../images/present_batch.png") no-repeat;
        background-size: 100% 100%; }
      .present__item__batch dt {
        font-size: 62px; }
      .present__item__batch dd {
        font-size: 20px; }
    .present__item__tags {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: .5em;
      padding-top: .3em;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 0;
      color: #14a468; }
      .present__item__tags li {
        padding: .4em .75em .3em;
        border: solid 1px #14a468;
        border-radius: 1.5em; }
    .present__item__image {
      margin-bottom: 25px;
      margin-top: 25px;
      text-align: center; }
      .present__item__image img {
        width: auto;
        height: 214px; }
      .present__item__image img.airis {
        width: auto;
        height: 249px; }
    .present__item__info {
      line-height: 1.5; }
      .present__item__info dl {
        margin: 0; }
      .present__item__info dt {
        font-size: 19px; }
      .present__item__info dd {
        margin-left: 1em; }
      .present__item__info dl + dl {
        margin-top: 1em; }
      .present__item__info ul {
        font-size: 16px; }
      .present__item__info li {
        padding-left: 1em;
        text-indent: -1em; }
      .present__item__info li.small {
        font-size: 12px; }
  .present__leaf {
    position: absolute; }
    .present__leaf--lt {
      top: 140px;
      left: -303px; }
    .present__leaf--rb {
      bottom: -35px;
      right: -241px; }
  .present__btn {
    margin-top: 60px; }
  @media (min-width: 768px) {
    .present__items {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
    .present__item {
      flex: 0 0 calc(50% - 12px); } }
  @media only screen and (max-width: 767px) {
    .present {
      padding: 16vw 0 18vw; }
      .present__inner {
        background: #fff url("../images/04/bg_present_sp.png") no-repeat top center; }
      .present__tabs {
        gap: 1.3333333333vw; }
      .present__tab {
        padding: 2.6666666667vw 0 2.4vw;
        border-radius: 1.3333333333vw 1.3333333333vw 0 0; }
        .present__tab dt {
          font-size: 5.0666666667vw; }
        .present__tab dd {
          font-size: 2.6666666667vw; }
      .present__contents {
        margin: 0 -4.6666666667vw;
        padding: 4.6666666667vw; }
      .present__items > div + div {
        margin-top: 4.6666666667vw; }
      .present__item {
        padding: 3.6vw 3.3333333333vw 5.3333333333vw 4.6666666667vw; }
        .present__item__head {
          grid-template-columns: 1fr 24.2666666667vw;
          margin-bottom: 1.6vw; }
        .present__item__name {
          font-size: 5.0666666667vw;
          line-height: 1.26; }
          .present__item__name span {
            font-size: 4vw; }
        .present__item__batch dl {
          height: 23.7333333333vw; }
        .present__item__batch dt {
          font-size: 9.8666666667vw; }
        .present__item__batch dd {
          font-size: 3.2vw; }
        .present__item__tags {
          padding-top: .5em;
          font-size: 3.4666666667vw; }
        .present__item__image {
          margin-bottom: 4.6666666667vw;
          margin-top: 4.6666666667vw; }
          .present__item__image img {
            height: 44.4vw; }
        .present__item__info dt {
          font-size: 4vw; }
        .present__item__info dd {
          font-size: 3.4666666667vw; }
        .present__item__info ul {
          font-size: 4vw; }
      .present__leaf--rb {
        bottom: -35.2vw;
        right: 6.6666666667vw; }
        .present__leaf--rb img {
          width: 14.5333333333vw !important; }
      .present__btn {
        margin-top: 8vw; } }

/* product
--------------------------------- */
.product {
  padding: 120px 0 160px;
  background: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9IjE5MjBweCIgaGVpZ2h0PSI2OTEycHgiPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiICBmaWxsPSJyZ2IoMjU1LCAyNDksIDI0NSkiCiBkPSJNMC4wLDgxLjAgQzAuMCw4MS4wIDQ5OC4zNjgsLTc5LjIxIDk2MC4yMTQsNTEuOTk5IEMxMzgwLjE3OCwxNzEuMTM5IDE5MjAuMCwwLjk5OCAxOTIwLjAsMC45OTggTDE5MjAuMCw2ODYwLjk5OSBDMTkyMC4wLDY4NjAuOTk5IDE0MjIuMCw2OTc1LjYxMyA5NjAuMCw2ODYwLjk5OSBDNDk0LjEyMSw2NzQ1LjQyNCAwLjAsNjg2MC45OTkgMC4wLDY4NjAuOTk5IEwwLjAsODEuMCBaIi8+Cjwvc3ZnPg==") no-repeat center;
  background-size: 100% 100%; }
  .product__contents {
    padding: 25px; }
  .product__item {
    box-sizing: border-box;
    padding: 20px 19px 32px 19px;
    background: #fff; }
    .product__item__head {
      padding: 0 10px;
      margin-bottom: 25px; }
    .product__item__name {
      font-size: 26px;
      font-weight: bold;
      line-height: 1.35; }
    .product__item__tags {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      gap: .5em;
      padding-top: .3em;
      line-height: 1;
      font-weight: bold;
      letter-spacing: 0;
      color: #14a468; }
      .product__item__tags li {
        padding: .4em .75em .3em;
        border: solid 1px #14a468;
        border-radius: 1.5em; }
    .product__item__image {
      margin-bottom: 25px;
      text-align: center; }
      .product__item__image img {
        width: auto;
        height: 214px; }
      .product__item__image > div {
        margin-top: .5em;
        padding: 0 10px;
        font-size: 14px;
        text-align: left; }
    .product__item__info {
      margin-bottom: 30px;
      line-height: 1.5; }
      .product__item__info dd {
        margin: 0 1.5em; }
    .product__item__btns {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 10px; }
      .product__item__btns > li:nth-child(1), .product__item__btns > li:nth-child(2) {
        flex: 0 0 calc(50% - 5px); }
      .product__item__btns > li:nth-child(3) {
        flex: 1 0 0; }
  .product__leaf {
    position: absolute; }
    .product__leaf--lt {
      top: -230px;
      left: -420px; }
    .product__leaf--rb {
      bottom: -326px;
      right: -308px; }
  .product__notes {
    margin-top: 20px;
    font-size: 14px; }
  .product__btn {
    margin-top: 60px; }
  @media (min-width: 768px) {
    .product__items {
      display: flex;
      flex-wrap: wrap;
      gap: 24px; }
    .product__item {
      flex: 0 0 calc(50% - 12px); } }
  @media only screen and (max-width: 767px) {
    .product {
      padding: 25.3333333333vw 0 26.6666666667vw;
      background: url("data:image/svg+xml;base64,PHN2ZyAKIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIgogd2lkdGg9Ijc1MHB4IiBoZWlnaHQ9Ijk3NTBweCI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgIGZpbGw9InJnYigyNTUsIDI0OSwgMjQ1KSIKIGQ9Ik0wLjAsMjQuMCBDMC4wLDI0LjAgMTk1LjQxOSwtMjkuOTA2IDM3NS41LDI0LjAgQzU2NS45MjksODEuMzA5IDc0OS45OTksMjQuMCA3NDkuOTk5LDI0LjAgTDc0OS45OTksOTcyNy4wIEM3NDkuOTk5LDk3MjcuMCA1NDguOTgxLDk3NzcuMzY0IDM3NS44LDk3MjcuMCBDMTk0LjkwMSw5Njc0Ljg1OSAwLjAsOTcyNy4wIDAuMCw5NzI3LjAgTDAuMCwyNC4wIFoiLz4KPC9zdmc+") no-repeat center;
      background-size: 100% 100%; }
      .product__contents {
        margin: 0 -4.6666666667vw;
        padding: 4.6666666667vw; }
      .product__items > div + div {
        margin-top: 4.6666666667vw; }
      .product__item {
        padding: 4.6666666667vw; }
        .product__item__head {
          padding: 0;
          margin-bottom: 1.3333333333vw; }
        .product__item__name {
          font-size: 5.0666666667vw;
          line-height: 1.26; }
        .product__item__tags {
          padding-top: .5em;
          font-size: 3.4666666667vw; }
        .product__item__image {
          margin-bottom: 4.6666666667vw; }
          .product__item__image img {
            height: 34.4vw; }
          .product__item__image div {
            font-size: 3.2vw; }
        .product__item__info {
          margin-bottom: 4vw; }
          .product__item__info dt {
            margin-bottom: .5em; }
            .product__item__info dt img {
              width: 31.7333333333vw !important;
              height: auto; }
          .product__item__info dd {
            margin: 0;
            font-size: 3.4666666667vw; }
        .product__item__btns {
          gap: 3.3333333333vw 3.4666666667vw; }
          .product__item__btns > li:nth-child(1), .product__item__btns > li:nth-child(2) {
            flex: 0 0 calc(50% - 1.7333333333vw); }
          .product__item__btns > li:nth-child(3) {
            flex: 1 0 0; }
      .product__leaf--lt {
        top: -40vw;
        left: 4.2666666667vw; }
        .product__leaf--lt img {
          width: 22.4vw !important; }
      .product__leaf--rb {
        bottom: -38.6666666667vw;
        right: 6.2666666667vw; }
        .product__leaf--rb img {
          width: 86.9333333333vw !important; }
      .product__notes {
        margin-top: 4vw;
        font-size: 3.2vw;
        line-height: 1.35; }
      .product__btn {
        margin-top: 8vw; } }

/* banner
--------------------------------- */
.banner {
  padding: 80px 0; }
  .banner__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 227px;
    padding: 0 calc(450 / 924 * 100%) 0 calc(30 / 924 * 100%);
    background: #f4f4f4 url("../images/banner_bg-pc.jpg") no-repeat;
    background-size: cover;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden; }
  .banner__body {
    color: #545c59; }
    .banner__body h2 {
      margin-bottom: .5em;
      font-size: 32px;
      line-height: 1.5;
      color: #14a468; }
    .banner__body p {
      margin: 0; }
  .banner__detail {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .5em 2em;
    background: #14a468;
    border-radius: 20px 0 0 0;
    color: #fff; }
  @media only screen and (max-width: 767px) {
    .banner {
      padding: 16vw 0; }
      .banner__link {
        min-height: 38.2666666667vw;
        padding: 0 calc(300 / 680 * 100%) 0 calc(30 / 680 * 100%);
        background: #f4f4f4 url("../images/banner_bg-sp.jpg") no-repeat;
        background-size: cover;
        border-radius: 2.6666666667vw; }
      .banner__body h2 {
        font-size: 5.8666666667vw;
        line-height: 1.23; }
      .banner__body p {
        font-size: 3.4666666667vw;
        line-height: 1.38; }
      .banner__detail {
        padding: .5em 1em .4em;
        border-radius: 2.6666666667vw 0 0 0;
        font-size: 3.4666666667vw; } }

/* magnific-popup 
--------------------------------- */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: none;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 25px;
    padding-right: 25px; } }
.mfp-close-movie {
  position: absolute;
  right: 0;
  top: -50px;
  width: 36px;
  height: 36px;
  cursor: pointer; }
  .mfp-close-movie--image {
    top: -20px; }
  .mfp-close-movie::before, .mfp-close-movie::after {
    position: absolute;
    top: 17px;
    left: -3px;
    display: block;
    content: "";
    width: 44px;
    height: 3px;
    background-color: #fff; }
  .mfp-close-movie::before {
    transform: rotate(45deg); }
  .mfp-close-movie::after {
    transform: rotate(-45deg); }

/* btn 
--------------------------------- */
.c-btn {
  transition: opacity .3s ease;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  height: 68px;
  border-radius: 34px;
  font-size: 19px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  outline: none; }
  .c-btn:hover {
    opacity: .75; }
  .c-btn--knowledge {
    background: #f36b9f; }
  .c-btn--practice {
    background: #f79d43; }
  .c-btn--prize {
    background: #6ad5c5; }
  .c-btn--present {
    max-width: 350px;
    background: #84d44a; }
  .c-btn--product {
    max-width: 350px;
    background: #ef8548; }
  .c-btn--store, .c-btn--detail {
    position: relative;
    max-width: none !important;
    height: 46px;
    border-radius: 23px;
    font-size: 16px;
    letter-spacing: 0; }
    .c-btn--store > i, .c-btn--detail > i {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 16px;
      height: 16px;
      background-size: 16px 16px !important; }
  .c-btn--store {
    background: #ef8548; }
    .c-btn--store > i {
      background: url("../images/icn_external_w.png") no-repeat; }
  .c-btn--detail {
    background: #fff;
    border: solid 2px #ef8548;
    color: #ef8548; }
    .c-btn--detail > i {
      background: url("../images/icn_external_o.png") no-repeat; }
  @media only screen and (max-width: 767px) {
    .c-btn {
      max-width: 37.3333333333vw;
      height: 10.9333333333vw;
      border-radius: 5.4666666667vw;
      font-size: 4vw; }
      .c-btn--present {
        max-width: 66.6666666667vw; }
      .c-btn--store, .c-btn--detail {
        height: 11.7333333333vw;
        border-radius: 5.8666666667vw;
        font-size: 3.4666666667vw; }
        .c-btn--store > i, .c-btn--detail > i {
          right: 2.6666666667vw;
          width: 2.6666666667vw;
          height: 2.6666666667vw;
          background-size: 2.6666666667vw 2.6666666667vw !important; }
      .c-btn--close {
        margin: 0 auto;
        max-width: none;
        height: 30px;
        border-radius: 15px;
        background-color: #c07932;
        background-image: url(../images/icon_close-sp.png);
        background-repeat: no-repeat;
        background-position: left 20px center;
        background-size: 12px;
        box-shadow: none; }
        .c-btn--close::after {
          content: none; } }

/* store 
--------------------------------- */
/* store */
.c-store {
  display: none;
  background-color: transparent; }
  .c-store__btns > li a {
    display: block; }
  .c-store__att {
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4; }
  @media (min-width: 768px) {
    .c-store {
      position: absolute;
      left: 50%;
      bottom: 100%;
      transform: translateX(-50%);
      padding: 0 0 25px; }
      .c-store--left {
        left: -30px;
        transform: none; }
        .c-store--left .c-store__inner::after {
          left: 120px;
          transform: none; }
      .c-store--right {
        left: auto;
        right: -30px;
        transform: none; }
        .c-store--right .c-store__inner::after {
          left: auto;
          right: 120px;
          transform: none; }
      .c-store__inner {
        position: relative;
        padding: 10px;
        background-color: #ef8548;
        box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25); }
        .c-store__inner::after {
          position: absolute;
          bottom: -12px;
          left: 50%;
          transform: translateX(-50%);
          content: "";
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 8px 0 8px;
          border-color: #ef8548 transparent transparent transparent; }
      .c-store-wrap {
        position: relative; }
      .c-store__btns {
        display: flex; }
        .c-store__btns > li {
          width: 210px; }
          .c-store__btns > li + li {
            margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .mfp-content .c-store {
      display: block; }
    .c-store__inner {
      padding: 40px 20px 20px;
      background-color: #ef8548; }
    .c-store__title {
      margin-bottom: 40px;
      color: #fff;
      font-size: 2.2rem;
      text-align: center;
      line-height: 1; }
    .c-store__btns {
      margin-bottom: 40px; }
      .c-store__btns li + li {
        margin-top: 25px; }
    .c-store__att {
      margin-bottom: 20px; } }

.close_img {
  margin-bottom: 50px; }

.close_txt {
  color: #4aa800;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px; }

.close_txt span {
  font-size: 48px; }

.close_subtxt {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .close_img {
    margin-bottom: 35px; }

  .close_txt {
    font-size: 6.4vw;
    margin-bottom: 0; }

  .close_txt span {
    font-size: 8.5333333333vw; }

  .close_subtxt {
    font-size: 4.2666666667vw;
    font-weight: bold;
    text-align: center; } }
/* Utility
=========================================== */
/* display */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important; } }
@media print {
  .u-forsp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important; } }

/* image */
img.u-liquid {
  width: 100%;
  height: auto; }
img.u-liquid--mw {
  width: auto;
  max-width: 100%; }
@media only screen and (max-width: 767px) {
  img.u-liquid--sp {
    width: 100%;
    height: auto; } }

/* others */
.u-oro {
  transition: opacity .3s ease; }
  .u-oro:hover {
    opacity: .75; }

/*# sourceMappingURL=style.css.map */