@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap");
.l-main {
  font-weight: 500;
  color: #5C3900;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

/*!
 * ress.css • v1.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/**
 * 1. All browsers without overlaying scrollbars
 * 2. iOS 8+

 * 1. すべてのブラウザで、スクロールバーのオーバーレイを無し。
 * 2. iOS 8+
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* 1 */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * 1. Inherit text-decoration and vertical align to ::before and ::after pseudo elements

 * 1. 「::before」と「::after」に、「text-decoration」と「vertical-align」を継承。
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit;
}

/**
 * 1. Set `background-repeat: no-repeat` to all elements
 * 2. Reset `padding` and `margin` of all elements

 * 1. すべての要素に、「background-repeat: no-repeat;」を指定。
 * 2. すべての要素に、「padding」と「margin」をリセット。
 */
* {
  background-repeat: no-repeat; /* 1 */
  padding: 0; /* 2 */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/**
 * Add the correct display in iOS 4-7.

 * iOS 4-7に、正しいdisplayを設定。
 */
.l-main audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Show the overflow in Edge and IE

 * 1. EdgeとIEに、「overflow: visible;」を定義。
 */
.l-main hr {
  overflow: visible; /* 1 */
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox
 * Correct `block` display not defined for `main` in IE 11

 * IE8/9に、displayプロパティを定義。
 * IE10/11とFirefoxのdetail要素とsummary要素に、displayプロパティを定義。
 * IE11のmain要素に、displayプロパティを定義。
 */
.l-main article,
.l-main aside,
.l-main details,
.l-main figcaption,
.l-main figure,
.l-main footer,
.l-main header,
.l-main main,
.l-main menu,
.l-main nav,
.l-main section,
.l-main summary {
  display: block;
}

/**
 * 1. Set font-size to 80% in `small` elements

 * 1. small要素に、フォントサイズ「80%」を定義。
 */
.l-main small {
  font-size: 90%; /* 1 */
}

/**
 * 1. Add the correct display in IE

 * 1. IEに、displayプロパティを定義。
 */
[hidden],
template {
  display: none; /* 1 */
}

/**
 * 1. Add a bordered underline effect in all browsers
 * 2. Remove text decoration in Firefox 40+

 * 1. すべてのブラウザに、点線を定義。
 * 2. Firefox40+に、テキストの装飾を削除。
 */
abbr[title] {
  border-bottom: 1px dotted; /* 1 */
  text-decoration: none; /* 2 */
}

/**
 * 1. Remove the gray background on active links in IE 10
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+

 * 1. IE10に、アクティブリンクのグレーの背景を削除。
 * 2. iOS8+とSafari8+に、リンクの下線のギャップを削除。
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the outline when hovering in all browsers

 * 1. すべてのブラウザに、ホバー時のアウトラインを削除。
 */
a:active,
a:hover {
  outline-width: 0; /* 1 */
}

/**
 * 1. Specify the font family of code elements

 * 1. コード要素に、フォントファミリーを指定。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
 * 1. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+

 * 1. Edge12+, Safari6.2+, Chrome18+に、「bold」を適用。
 */
.l-main b {
  font-weight: 700;
}
.l-main strong {
  font-weight: 700; /* 1 */
  font-style: normal;
  display: inline;
}
.l-main em {
  font-weight: 700; /* 1 */
  font-style: normal;
}

/**
 * 1. Address styling not present in Safari and Chrome

 * 1. SafariとChromeに、定義。
 */
.l-main dfn {
  font-style: italic; /* 1 */
}

/**
 * Address styling not present in IE 8/9

 * 1. IE8/9に、定義。
 */
.l-main mark {
  background-color: #ff0;
  color: #000;
}

/**
 * https://gist.github.com/unruthless/413930
 */
.l-main sub,
.l-main sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.l-main sub {
  bottom: -0.25em;
}
.l-main sup {
  top: -0.5em;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10

 * 1. IE8/9/10に、a要素の中にある時にボーダーを削除。
 */
.l-main img {
  max-width: 100%;
  height: auto;
  border-style: none; /* 1 */
  vertical-align: bottom;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera

 * 1. Chrome, Firefox, Operaに、正しいvertical-alignを与える。
 */
.l-main progress {
  vertical-align: baseline;
}

/**
 * 1. Internet Explorer 11-

 * 1. Internet Explorer 11-
 */
.l-main svg:not(:root) {
  overflow: hidden; /* 1 */
}

/**
 * 1. Internet Explorer 11+, Windows Phone 8.1+

 * 1. Internet Explorer 11+, Windows Phone 8.1+
 */
.l-main audio,
.l-main canvas,
.l-main progress,
.l-main video {
  display: inline-block; /* 1 */
}

/* # =================================================================
   # Acessibility
   # ================================================================= */
/**
 * Hide content from screens but not screenreaders

 * コンテンツを隠す時は、スクリーンリーダーからでなく、スクリーンから。
 */
/**
 * Specify the progress cursor of updating elements

 * アップデート中の要素のプログレスのカーソルを指定。
 */
/* */
/* # =================================================================
   # Selection
   # ================================================================= */
/**
 * Specify text selection background color and omit drop shadow

 * テキスト選択時の背景色を指定し、ドロップシャドウを削除。
 */
/**
 * 1. Required when declaring ::selection

 * 1. 「::selection」を使用する時に必要。
 */
html, body {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  min-width: 1200px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  html, body {
    min-width: auto;
  }
}

html {
  font-size: 62.5%;
}

.l-main a:hover {
  outline: none;
}
.l-main a:active {
  outline: none;
}
.l-main a:focus {
  outline: none;
}
@media screen and (min-width: 768px) {
  .l-main {
    /* =================================
      hover
    ================================= */
  }
  .l-main a {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
  }
  .l-main a:hover {
    opacity: 0.8;
  }
  .l-main .btn-animation {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .l-main .btn-animation:hover {
    opacity: 1;
    -webkit-animation: btn-effects 0.3s ease-in-out 0s 1 alternate;
            animation: btn-effects 0.3s ease-in-out 0s 1 alternate;
  }
}

body, html {
  overflow: auto;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.pc-only {
  display: block !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}

/*=================================
  home
=================================*/
.c-txt-Rounded {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.c-txt-outline {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.c-shadow-intro {
  -webkit-box-shadow: 0px 4px 0px 0px rgba(40, 95, 18, 0.5411764706);
          box-shadow: 0px 4px 0px 0px rgba(40, 95, 18, 0.5411764706);
}

.c-ttl-bg {
  position: relative;
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
  color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-ttl-bg {
    font-size: 4rem;
  }
}
.c-ttl-bg::before {
  width: 500px;
  height: 100px;
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-ttl-bg::before {
    width: 340px;
  }
}
.c-ttl-bg--sm {
  font-size: 4rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-ttl-bg--sm {
    font-size: 2.4rem;
  }
}
.c-ttl-bg span {
  position: relative;
  z-index: 1;
}

.c-mission-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-mission-ttl--mission {
  position: relative;
  color: #FFF;
  font-size: 1.5rem;
  position: relative;
  width: 38%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 115, 87)), to(rgb(255, 178, 37)));
  background: linear-gradient(180deg, rgb(255, 115, 87) 0%, rgb(255, 178, 37) 100%);
  font-weight: 700;
  border-radius: 20px 0 0 20px;
  text-box: trim-both cap alphabetic;
  padding: 13px 0 13px 32px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-mission-ttl--mission {
    font-size: 1.4rem;
    width: 36%;
  }
}
.c-mission-ttl--mission::before {
  position: absolute;
  display: block;
  content: "";
  width: 44px;
  height: 40px;
  background: url(/learned/honobonocacao/assets/images/ico_pineapple.png) no-repeat center top/contain;
  left: -14px;
  top: -7px;
}
.c-mission-ttl--normal {
  width: 62%;
  background: #FFF;
  border-radius: 0 20px 20px 0;
  text-box: trim-both cap alphabetic;
  font-size: 1.6rem;
  padding: 12px 0;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-mission-ttl--normal {
    width: 64%;
  }
}
.c-mission-ttl-ver02--normal {
  position: relative;
  background: #FFF;
  border-radius: 20px;
  text-box: trim-both cap alphabetic;
  font-size: 1.6rem;
  padding: 12px 0;
  font-weight: 600;
  text-align: center;
}
.c-mission-ttl-ver02--normal::before {
  position: absolute;
  display: block;
  content: "";
  width: 44px;
  height: 40px;
  background: url(/learned/honobonocacao/assets/images/ico_pineapple.png) no-repeat center top/contain;
  left: -14px;
  top: -7px;
}

a.popup-youtube {
  display: inline-block;
}

.mfp-iframe-holder .mfp-content {
  width: 75% !important;
  max-width: 1792px;
  height: auto !important;
  padding-top: 0 !important;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .mfp-iframe-holder .mfp-content {
    width: 90% !important;
    height: auto !important;
    max-width: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    padding-top: 10vw !important;
  }
}
.mfp-iframe-holder .mfp-iframe-scaler {
  width: 100% !important;
  height: 0 !important;
  padding-top: 56.25% !important;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .mfp-iframe-holder .mfp-iframe-scaler {
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-top: 177.78% !important;
    background: #000;
  }
}
.mfp-iframe-holder .mfp-iframe-scaler iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (min-width: 0) and (max-width: 768px) {
  body.pv-popup-only .mfp-iframe-scaler {
    padding-top: 56.25% !important;
  }
}

.mfp-close {
  position: fixed;
  top: 2vw !important;
  right: 4vw !important;
  z-index: 100;
  color: #fff;
  font-size: 60px;
  opacity: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.mfp-close:hover {
  opacity: 0.8;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .mfp-close {
    top: 0 !important;
    right: -2vw !important;
    font-size: 45px;
  }
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.c-qrcode {
  max-width: 439px;
  height: 402px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode {
    max-width: 365px;
    height: 274px;
  }
}
.c-qrcode--inner {
  background: url(/learned/honobonocacao/assets/images/bg_qrcode.png) no-repeat top center/100%;
  height: 100%;
  padding-top: 118px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode--inner {
    background: url(/learned/honobonocacao/assets/images/bg_qrcode_sp.png) no-repeat top center/100%;
  }
}
.c-qrcode__ttl {
  text-align: center;
}
.c-qrcode__ttl > p {
  font-size: 2.4rem;
  font-weight: 600;
  color: #F5E47D;
  margin-bottom: unset;
}
.c-qrcode__ttl > p + p {
  font-size: 1.4rem;
  color: #FFF;
}
.c-qrcode__list--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 15px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--inner {
    gap: 7px;
    margin-top: unset;
  }
}
.c-qrcode__list--item {
  max-width: 105px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--item {
    max-width: unset;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--qr {
    display: none;
  }
}
.c-qrcode__list--btn {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--btn {
    margin-top: 6px;
  }
}
.c-qrcode__list--btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-qrcode__list--btn.apple {
  height: 32px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-qrcode__list--btn.apple img {
  width: auto;
  height: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--btn.apple {
    height: 44px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-qrcode__list--btn.google img {
    height: 44px;
    width: auto;
  }
}

.p-mv {
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-mv {
    z-index: 2;
  }
}
.p-mv img {
  width: 100%;
}
.p-mv__qrwrap {
  position: absolute;
  top: 20%;
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-mv__qrwrap {
    position: relative;
    margin-top: -36%;
  }
}
.p-mv__qrwrap .c-qrcode {
  margin-left: 60%;
}
@media screen and (max-width: 1400px) {
  .p-mv__qrwrap .c-qrcode {
    margin-top: -4%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-mv__qrwrap .c-qrcode {
    margin-top: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__chara {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-mv__chara {
    display: none;
  }
}

.p-intro {
  position: relative;
  z-index: 1;
  background: url(/learned/honobonocacao/assets/images/bg_intro_02.png) no-repeat left bottom/100%, url(/learned/honobonocacao/assets/images/bg_intro.jpg) no-repeat center top/cover;
  padding-bottom: 80px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro {
    background: url(/learned/honobonocacao/assets/images/bg_intro_sp.jpg) no-repeat center bottom/cover;
    padding-top: 224px;
    margin-top: -256px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__inner {
    padding: unset;
  }
}
.p-intro__toc--inner {
  max-width: 853px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__toc {
    padding: 0 4px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__cont {
    padding: 0 20px;
  }
}
.p-intro__list {
  padding-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-intro__item {
  width: calc(33.3% - 12px);
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__item {
    width: calc(33.3% - 2.6px);
  }
}
.p-intro__item a {
  position: relative;
  font-size: 3.9rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
  color: #D93D3F;
  display: block;
  background: radial-gradient(circle, rgb(255, 255, 255) 50%, rgb(242, 255, 196) 100%);
  border-radius: 20px;
  border: 3px solid #FFDB00;
  text-box: trim-both cap alphabetic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 118px;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__item a {
    font-size: 2rem;
    min-height: 80px;
  }
}
.p-intro__item a::before {
  display: block;
  position: absolute;
  content: "";
  width: 119px;
  height: 68px;
  background: url(/learned/honobonocacao/assets/images/ico_sprout_yl.svg) no-repeat left top/contain;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -58px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__item a::before {
    width: 53px;
    height: 30px;
    top: -27px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__item:last-of-type a {
    font-size: 1.8rem;
    letter-spacing: -0.1em;
    line-height: 1.1;
  }
}
.p-intro__txt--sm {
  font-size: 3rem;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__txt--sm {
    font-size: 1.4rem;
  }
}
.p-intro__ttl {
  max-width: 632px;
  margin: 124px auto 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__ttl {
    width: 95%;
    margin-top: 80px;
  }
}
.p-intro__movie {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.p-intro__movie--item {
  width: 53%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__movie--item {
    width: 100%;
    text-align: center;
  }
}
.p-intro__serif {
  padding-left: 100px;
  width: calc(37% + 100px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-intro__serif {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding-left: unset;
  }
}

.p-about {
  position: relative;
  z-index: 1;
  padding-top: 75px;
  padding-bottom: 60px;
  background: #C3E895;
  border-radius: 50px;
  margin-top: -48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about {
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 30px;
    margin-top: -28px;
  }
}
.p-about__ttl {
  z-index: 2;
}
.p-about__ttl::before {
  background: url(/learned/honobonocacao/assets/images/bg_ttl01.png) no-repeat left top/contain;
}
.p-about__desc--inner {
  position: relative;
  max-width: 1000px;
  margin: -55px auto 0;
  border-radius: 50px;
  background: #AAD278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
    background: none;
    margin: 0 auto;
    padding: unset;
  }
}
.p-about__desc--inner::after {
  display: block;
  position: absolute;
  content: "";
  background: url(/learned/honobonocacao/assets/images/ico_about_cacao.png) no-repeat left top/contain;
  width: 143px;
  height: 100px;
  right: 33px;
  bottom: 36px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--inner::after {
    display: none;
  }
}
.p-about__desc--txt {
  width: calc(54% - 60px);
  padding-left: 60px;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--txt {
    width: 100%;
    padding: 0 20px;
    text-align: center;
    margin-top: 20px;
  }
}
.p-about__desc--txt h3 {
  font-size: 24px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--txt h3 {
    font-size: 2.2rem;
  }
}
.p-about__desc--txt p {
  font-size: 1.8rem;
  margin-top: 28px;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--txt p {
    font-size: 1.6rem;
    margin-top: 18px;
    margin-bottom: unset;
  }
}
.p-about__desc--img {
  width: 40%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__desc--img {
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }
}
.p-about__cont {
  margin-top: 37px;
  background: url(/learned/honobonocacao/assets/images/bg_about_grass.png) no-repeat center top/cover;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-about__cont {
    margin-top: 30px;
    background: none;
  }
}

.p-howtoplay {
  background: url(/learned/honobonocacao/assets/images/bg_howto.jpg) repeat left top/100%;
  padding-top: 138px;
  padding-bottom: 211px;
  margin-top: -48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay {
    padding-top: 88px;
    padding-bottom: 88px;
    margin-top: -28px;
    background: url(/learned/honobonocacao/assets/images/bg_howto_sp.jpg) repeat left top/contain;
  }
}
.p-howtoplay__ttl::before {
  background: url(/learned/honobonocacao/assets/images/bg_ttl01.png) no-repeat left top/contain;
}
.p-howtoplay__cont {
  margin-top: 60px;
}
.p-howtoplay__cont + .p-howtoplay__cont {
  margin-top: 90px;
}
.p-howtoplay__cont--ttl {
  position: relative;
  z-index: 1;
  font-size: 3rem;
  text-box: trim-both cap alphabetic;
  padding: 28px 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(129, 183, 58)), to(rgb(201, 217, 112)));
  background: linear-gradient(180deg, rgb(129, 183, 58) 0%, rgb(201, 217, 112) 100%);
  max-width: 1000px;
  border-radius: 40px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__cont--ttl {
    font-size: 2.4rem;
    padding: 20px 0;
    line-height: 1.3;
  }
  .p-howtoplay__cont--ttl span {
    font-size: 1.8rem;
  }
  .p-howtoplay__cont--ttl.onerow {
    padding: 28px 0;
  }
}
.p-howtoplay__desc {
  position: relative;
  z-index: 0;
  margin-top: -40px;
  background: url(/learned/honobonocacao/assets/images/bg_howto_desc.jpg) no-repeat left top/cover;
  border-radius: 20px;
  border: 4px solid #90BE45;
  padding: 100px 60px 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__desc {
    padding: 70px 14px 60px;
  }
}
.p-howtoplay__desc--supportcont + .p-howtoplay__desc--supportcont {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__desc--supportcont + .p-howtoplay__desc--supportcont {
    margin-top: 40px;
  }
}
.p-howtoplay__thum01 {
  margin-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum01 {
    margin-top: unset;
  }
}
.p-howtoplay__thum01--bg {
  position: relative;
  background: url(/learned/honobonocacao/assets/images/img_howto_deco01.png) no-repeat left top/contain, url(/learned/honobonocacao/assets/images/img_howto_deco02.png) no-repeat right bottom/contain;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum01--bg {
    background: unset;
  }
}
.p-howtoplay__thum01--img {
  max-width: 432px;
  margin: 0 auto;
}
.p-howtoplay__thum01--img.lion {
  max-width: 935px;
}
.p-howtoplay__thum01--img.chocolate {
  max-width: 796px;
}
.p-howtoplay__thum02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: unset;
  }
}
.p-howtoplay__thum02--item {
  width: calc(50% - 25px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum02--item {
    width: 100%;
  }
  .p-howtoplay__thum02--item + .p-howtoplay__thum02--item {
    margin-top: 40px;
  }
}
.p-howtoplay__thum02--img {
  margin-top: 20px;
}
.p-howtoplay__thum02--img-ver02 {
  margin-top: unset;
}
.p-howtoplay__thum02--img-ver03 {
  width: 60%;
  margin: 20px auto 0;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum02--img-ver03 {
    width: 100%;
  }
}
.p-howtoplay__thum03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: unset;
  }
}
.p-howtoplay__thum03--item {
  width: calc(33.3% - 40px);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum03--item {
    width: 100%;
    margin-top: 60px;
  }
}
.p-howtoplay__thum03--img {
  margin-top: 20px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__thum03--img {
    text-align: center;
    margin-top: 10px;
  }
}
.p-howtoplay__subttl {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__subttl {
    font-size: 1.6rem;
    text-align: left;
    margin-top: 30px;
  }
}
.p-howtoplay__maintxt {
  font-size: 1.7rem;
  margin-top: 26px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-howtoplay__maintxt {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.p-pv {
  background: url(/learned/honobonocacao/assets/images/bg_pv_btm.jpg) no-repeat left top/cover;
  border-radius: 50px;
  padding-bottom: 90px;
  margin-top: -48px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv {
    margin-top: -28px;
    padding-top: 40px;
    padding-bottom: 30px;
    border-radius: 30px;
  }
}
.p-pv__ttl {
  top: -50px;
}
.p-pv__ttl::before {
  background: url(/learned/honobonocacao/assets/images/bg_ttl02.png) no-repeat left top/contain;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__ttl {
    top: auto;
  }
}
.p-pv__moviewrap {
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__moviewrap {
    margin-top: 40px;
  }
}
.p-pv__movieitem {
  position: relative;
  width: 53%;
  margin-left: 35%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__movieitem {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-pv__movieitem a {
  position: relative;
  z-index: 1;
  background: #FFF;
  border-radius: 10px;
}
.p-pv__movieitem a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-pv__movieitem a:hover {
  opacity: 1;
}
.p-pv__movieitem a:hover img {
  opacity: 0.8;
}
.p-pv__movieitem::before {
  display: block;
  position: absolute;
  content: "";
  width: 236px;
  height: 224px;
  top: 26px;
  right: -140px;
  background: url(/learned/honobonocacao/assets/images/img_chara_pv02.png) no-repeat left top/contain;
}
@media screen and (max-width: 1400px) {
  .p-pv__movieitem::before {
    width: 160px;
    height: 152px;
    right: -98px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__movieitem::before {
    display: none;
  }
}
.p-pv__movieitem::after {
  display: block;
  position: absolute;
  content: "";
  width: 149px;
  height: 179px;
  background: url(/learned/honobonocacao/assets/images/img_chara_pv03.png) no-repeat left top/contain;
  bottom: 16px;
  right: -30%;
}
@media screen and (max-width: 1400px) {
  .p-pv__movieitem::after {
    width: 108px;
    height: 130px;
    right: -18%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__movieitem::after {
    display: none;
  }
}
.p-pv__serifwrap {
  position: absolute;
  left: 16px;
  top: 45px;
}
.p-pv__serif {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__serif {
    padding-left: unset;
  }
}
.p-pv__serif::after {
  display: block;
  width: 222%;
  height: 150%;
  left: -40%;
  top: 140px;
  position: absolute;
  content: "";
  background: url(/learned/honobonocacao/assets/images/img_chara_pv01.png) no-repeat left top/contain;
}
@media screen and (max-width: 1400px) {
  .p-pv__serif::after {
    width: 145% px;
    height: 112%;
    left: -8%;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-pv__chara {
    margin-top: 20px;
  }
}

.p-sns a {
  max-width: 550px;
  margin: 90px auto;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-sns a {
    margin: 60px auto;
  }
}
.p-sns a img {
  width: 100%;
}

.p-download {
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__inner {
    padding: unset;
  }
}
.p-download__qrwrap {
  position: absolute;
  top: 10%;
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__qrwrap {
    top: 100vw;
  }
}
.p-download__qrwrap .c-qrcode {
  margin-left: 54%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__qrwrap .c-qrcode {
    margin-left: auto;
    margin-right: auto;
    height: 194px;
    max-width: unset;
    margin-top: unset;
  }
  .p-download__qrwrap .c-qrcode--inner {
    background: url(/learned/honobonocacao/assets/images/bg_qrcode_sp_btm.png) no-repeat center/contain;
    padding-top: 33px;
  }
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__noteswrap {
    padding: 0 20px;
  }
}
.p-download__noteslist {
  max-width: 790px;
  margin: 60px auto 0;
}
.p-download__noteslist dl {
  width: 100%;
}
.p-download__noteslist--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  font-size: 1.2rem;
  padding: 10px 0;
  line-height: 2.5;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__noteslist--item {
    gap: 30px;
  }
}
.p-download__noteslist--item:nth-child(odd) {
  background-color: #F6F6F6;
}
.p-download__noteslist--item dt {
  width: 10%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__noteslist--item dt {
    width: calc(24% - 10px);
    padding-left: 10px;
  }
}
.p-download__noteslist--item dd {
  width: 48%;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .p-download__noteslist--item dd {
    width: 76%;
  }
}
.p-download__notes {
  max-width: 570px;
  margin: 40px auto 0;
}
.p-download__notes ul li {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.2rem;
}
.p-download__notes ul li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-download__notes ul li + li {
  margin-top: 10px;
}

.c-cv {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: url(/learned/honobonocacao/assets/images/bg_cv_cacao01.png) no-repeat left center/27vw, url(/learned/honobonocacao/assets/images/bg_cv_cacao02.png) no-repeat right center/27vw, #4E963C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.c-cv.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-cv {
    min-width: unset;
    padding: unset;
    background: #4E963C;
  }
}
.c-cv__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 768px) {
  .c-cv__cont {
    padding: 6px 8px 4px;
  }
}
.c-cv__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}
.c-cv__btn {
  margin-left: 10px;
}

.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
.js-fade-in.is-animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade-in[data-delay="3000"] {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.js-fade-in[data-delay="5000"] {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
.js-fade-in[data-delay="10000"] {
  -webkit-transition-delay: 10s;
          transition-delay: 10s;
}

/* Pagetop Button */
.l-pagetop-honobonocacao {
  position: fixed;
  right: 20px;
  bottom: 90px;
  top: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-pagetop-honobonocacao.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.l-pagetop-honobonocacao:not(.is-hidden) {
  opacity: 1;
  visibility: visible;
}

.m-pagetop-honobonocacao {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-pagetop-honobonocacao:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .l-pagetop-honobonocacao {
    right: 7px;
    bottom: 55px;
  }
  .m-pagetop-honobonocacao {
    width: 35px;
    height: 35px;
  }
  .m-pagetop-honobonocacao img {
    width: 100%;
    height: auto;
    margin-top: unset;
  }
}
/*# sourceMappingURL=style.css.map */