/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none; }

body {
  line-height: 1; }

menu, ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@charset "UTF-8";
html {
  font-size: 62.5%; }
  @media (min-width: 48em) {
    html {
      font-size: 100%; } }

body {
  color: #853522;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif; }

.container {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 48em) {
    .container {
      max-width: 768px; } }
  .container .row {
    margin: 0 8%; }
    @media (min-width: 48em) {
      .container .row {
        margin: 0 100px; } }

.section-content {
  padding: 4.6rem 0; }
  @media (min-width: 48em) {
    .section-content {
      padding: 84px 0; } }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none;
  transition: all linear 0.1s; }
  @media (min-width: 48em) {
    a:hover {
      opacity: 0.7;
      cursor: pointer; } }

@media (max-width: 47.99em) {
  br.pc {
    display: none; } }

.wrap-btn {
  display: flex;
  justify-content: center; }

.btn {
  border-radius: 10px;
  box-shadow: 3px 3px 16px rgba(72, 16, 16, 0.2);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center; }
  @media (max-width: 47.99em) {
    .btn {
      font-size: 16px;
      margin: 0 auto;
      padding: 23px 0;
      width: 90%; } }
  .btn.disable {
    background: #9d9d9d !important;
    border: 2px solid #767676;
    color: #fff;
    pointer-events: none; }
  .btn.btn-detail {
    font-size: 2rem;
    padding: 2.7rem;
    position: relative; }
    @media (min-width: 48em) {
      .btn.btn-detail {
        font-size: 28px;
        max-width: 543px;
        padding: 34px 0;
        width: 100%; } }
    .btn.btn-detail .svg-inline--fa {
      position: absolute;
      right: 2rem; }
      @media (min-width: 48em) {
        .btn.btn-detail .svg-inline--fa {
          right: 31px; } }
  .btn.btn-instagram {
    position: relative;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    /*グラデーション①*/
    overflow: hidden;
    /*はみ出た部分を隠す*/ }
    .btn.btn-instagram img,
    .btn.btn-instagram .text {
      z-index: 2; }
    .btn.btn-instagram:after {
      /*グラデーション②*/
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      /*全体を覆う*/
      height: 100%;
      /*全体を覆う*/
      background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
      z-index: 1; }
  .btn.btn-twitter {
    background: #33a4ef; }
  .btn.btn-pink {
    background: #f78383; }
  .btn.btn-yellow {
    background: #f7ce3e; }
  .btn.btn-orange {
    background: #fd7d41; }

@media (max-width: 47.99em) {
  .br {
    display: none; } }

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }
  @media (min-width: 48em) {
    .full-width {
      margin-left: auto;
      margin-right: auto; } }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

br.sp {
  display: block; }
  @media (min-width: 48em) {
    br.sp {
      display: none; } }

br.pc {
  display: none; }
  @media (min-width: 48em) {
    br.pc {
      display: block; } }

.first-view {
  position: relative;
  background: #fef783;
  padding: 0 0 14.5rem; }
  @media (min-width: 48em) {
    .first-view {
      padding: 0 0 150px; } }
  .first-view img {
    position: relative;
    width: 100%; }
  .first-view .instagram {
    position: absolute;
    right: 0;
    bottom: 4.4rem;
    left: 0;
    margin: 0 auto;
    z-index: 10; }
    @media (min-width: 48em) {
      .first-view .instagram {
        bottom: 39px; } }
  .first-view .insta_btn2 {
    /*ボタンの下地*/
    position: relative;
    color: #fff;
    /*文字・アイコン色*/
    border-radius: 7px;
    /*角丸に*/
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 1.8rem;
    /*文字のサイズ*/
    overflow: hidden;
    /*はみ出た部分を隠す*/
    text-decoration: none;
    /*下線は消す*/
    width: 80%;
    margin: 0 auto;
    background: #4e3823; }
    @media (min-width: 48em) {
      .first-view .insta_btn2 {
        font-size: 22px;
        max-width: 432px;
        padding: 35px 35px; } }
    .first-view .insta_btn2 .instagram-img {
      margin: 0 13px 0 0;
      max-width: 30px; }
  .first-view .insta_btn2:before {
    /*グラデーション②*/
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*全体を覆う*/
    height: 100%;
    /*全体を覆う*/ }
  .first-view .insta_btn2 .fa-instagram {
    /*アイコン*/
    font-size: 35px;
    /*アイコンサイズ*/
    position: relative;
    top: 4px;
    /*アイコン位置の微調整*/ }
  .first-view .insta_btn2 span {
    /*テキスト*/
    display: inline-block;
    position: relative;
    transition: 0.5s; }

.section-heading {
  margin: 0 auto 3.3rem;
  text-align: center;
  max-width: 810px; }
  @media (min-width: 48em) {
    .section-heading {
      margin: 0 auto 53px; } }

.honey-fes {
  background: url(../images/bg1.png) no-repeat;
  background-size: cover;
  background-position: center center; }
  .honey-fes .brand-explanation {
    margin: 0 0 7.2rem;
    text-align: center; }
    @media (min-width: 48em) {
      .honey-fes .brand-explanation {
        margin: 0 0 122px; } }
  .honey-fes .honey-fes-text {
    text-align: center; }
  .honey-fes .performance {
    margin: 0 0 4rem;
    text-align: center; }
    @media (min-width: 48em) {
      .honey-fes .performance {
        margin: 0 0 66px; } }
  .honey-fes .collaboration-list {
    display: flex;
    flex-direction: column; }
    .honey-fes .collaboration-list__item {
      width: 100%; }
      .honey-fes .collaboration-list__item:not(:first-of-type) {
        margin: 5.3rem 0 0; }
      .honey-fes .collaboration-list__item .movie-content {
        background: #fff;
        height: 100%; }
        .honey-fes .collaboration-list__item .movie-content .eyecatch {
          padding: 1.4rem 1.4rem 1.8rem 1.4rem; }
          @media (min-width: 48em) {
            .honey-fes .collaboration-list__item .movie-content .eyecatch {
              padding: 14px 14px 18px 14px; } }
          .honey-fes .collaboration-list__item .movie-content .eyecatch img {
            width: 100%; }
        .honey-fes .collaboration-list__item .movie-content .band-heading {
          width: 100%; }
        .honey-fes .collaboration-list__item .movie-content .guest {
          display: flex;
          justify-content: space-around;
          padding: 1.8rem 1.4rem 1.4rem 1.4rem; }
          @media (min-width: 48em) {
            .honey-fes .collaboration-list__item .movie-content .guest {
              padding: 18px 14px 14px 14px; } }
          .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info {
            margin: 0 0 0 1.1rem;
            text-align: left; }
            @media (min-width: 48em) {
              .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info {
                margin: 0 0 0 11px; } }
            .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .name {
              margin: 6px 0 0; }
            .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .about {
              font-size: 1.2rem;
              line-height: 1.5;
              margin: 12px 0 0; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .about {
                  font-size: 15px; } }
            .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .sns-list {
              justify-content: flex-start;
              margin: 1.5rem 0 0; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .sns-list {
                  margin: 25px 0 0; } }
              .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .sns-list__item img {
                max-width: 5.5rem; }
                @media (min-width: 48em) {
                  .honey-fes .collaboration-list__item .movie-content .guest.guest-details .guest-info .sns-list__item img {
                    max-width: 60px; } }
          .honey-fes .collaboration-list__item .movie-content .guest .guest-icon {
            text-align: center;
            width: 35%; }
            .honey-fes .collaboration-list__item .movie-content .guest .guest-icon.silhouette img {
              max-width: 85px; }
            .honey-fes .collaboration-list__item .movie-content .guest .guest-icon img {
              width: 100%; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest .guest-icon img {
                  max-width: 142px; } }
          .honey-fes .collaboration-list__item .movie-content .guest .guest-info {
            text-align: center;
            width: 60%; }
            @media (min-width: 48em) {
              .honey-fes .collaboration-list__item .movie-content .guest .guest-info .secret-guest-heading {
                margin: 10px 0 0;
                width: 50%; } }
            .honey-fes .collaboration-list__item .movie-content .guest .guest-info .comming-soon {
              margin: 2.8rem 0 0 0; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest .guest-info .comming-soon {
                  margin: 28px 0 0 0; } }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest .guest-info .comming-soon img {
                  width: 50%; } }
            .honey-fes .collaboration-list__item .movie-content .guest .guest-info .name {
              font-size: 2.2rem;
              font-weight: 600;
              letter-spacing: -1px;
              margin: 2rem 0 0; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest .guest-info .name {
                  font-size: 27px;
                  margin: 20px 0 0; } }
              .honey-fes .collaboration-list__item .movie-content .guest .guest-info .name .keisyo {
                font-size: 1.6rem;
                font-weight: normal; }
                @media (min-width: 48em) {
                  .honey-fes .collaboration-list__item .movie-content .guest .guest-info .name .keisyo {
                    font-size: 20px; } }
          .honey-fes .collaboration-list__item .movie-content .guest .sns-list {
            display: flex;
            justify-content: center;
            margin: 2.5rem 0 0; }
            @media (min-width: 48em) {
              .honey-fes .collaboration-list__item .movie-content .guest .sns-list {
                margin: 25px 0 0; } }
            .honey-fes .collaboration-list__item .movie-content .guest .sns-list__item {
              margin: 0 0.7rem; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .guest .sns-list__item {
                  margin: 0 7px; } }
              .honey-fes .collaboration-list__item .movie-content .guest .sns-list__item img {
                max-width: 6rem; }
                @media (min-width: 48em) {
                  .honey-fes .collaboration-list__item .movie-content .guest .sns-list__item img {
                    max-width: 80px; } }
        .honey-fes .collaboration-list__item .movie-content .influencer-sns-list {
          display: flex;
          justify-content: space-around;
          padding: 13px 0 27px; }
          .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item {
            width: 48%; }
            @media (min-width: 48em) {
              .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item {
                width: 45%; } }
            .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns {
              align-items: center;
              display: flex;
              font-size: 1.4rem;
              justify-content: center;
              padding: 2rem 0.3rem; }
              @media (min-width: 48em) {
                .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns {
                  font-size: 15px;
                  max-width: 432px;
                  padding: 18px 8px; } }
              .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns img {
                max-width: 2.2rem; }
                @media (min-width: 48em) {
                  .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns img {
                    max-width: 24px; } }
              .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns .text {
                line-height: 1.45;
                margin: 0 0 0 0.6rem; }
                @media (min-width: 48em) {
                  .honey-fes .collaboration-list__item .movie-content .influencer-sns-list__item .btn-sns .text {
                    margin: 0 0 0 8px; } }

.products {
  background: #ffffc5; }
  .products .products-heading {
    text-align: center; }
    .products .products-heading img {
      width: 80%; }
      @media (min-width: 48em) {
        .products .products-heading img {
          width: auto; } }
  .products .products-explain {
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 3.5rem 0 4rem;
    text-align: center; }
    @media (min-width: 48em) {
      .products .products-explain {
        font-size: 26px;
        margin: 38px 0 46px; } }
  .products .btns-list {
    display: flex;
    justify-content: space-between;
    margin: 28px 0 0; }
    .products .btns-list__item {
      width: 32%; }
      .products .btns-list__item .btn-detail {
        font-size: 11px;
        line-height: 1.5;
        padding: 1.6rem 0.2rem;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media (min-width: 48em) {
          .products .btns-list__item .btn-detail {
            font-size: 15px;
            padding: 14px 10px; } }
        .products .btns-list__item .btn-detail.btn-melty-honey {
          background: #fd6f92; }
        .products .btns-list__item .btn-detail.btn-deep-honey {
          background: #fd631c; }
  .products .products-content {
    position: relative;
    text-align: center; }
    .products .products-content .products-img {
      margin: 10.8rem 0 0;
      width: 77%; }
      @media (min-width: 48em) {
        .products .products-content .products-img {
          margin: 160px 0 0; } }
    .products .products-content .products-info {
      margin: 0 auto 5.5rem;
      padding: 2rem 0;
      width: 81%; }
      @media (min-width: 48em) {
        .products .products-content .products-info {
          margin: 0 auto 90px;
          padding: 60px 0; } }
      .products .products-content .products-info.deep-honey {
        background: #f7eac5; }
        .products .products-content .products-info.deep-honey .heading {
          color: #c55a11; }
      .products .products-content .products-info.melty-honey {
        background: #fff7f4; }
        .products .products-content .products-info.melty-honey .heading {
          color: #f46d88; }
      .products .products-content .products-info .products-text {
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.7;
        margin: 0 0 3.5rem; }
        @media (min-width: 48em) {
          .products .products-content .products-info .products-text {
            font-size: 20px;
            margin: 0 0 83px; } }
        .products .products-content .products-info .products-text .heading {
          font-size: 2.3rem;
          margin: 0 0 0.7rem; }
          @media (min-width: 48em) {
            .products .products-content .products-info .products-text .heading {
              font-size: 24px;
              margin: 0 0 7px; } }
      .products .products-content .products-info .graph img {
        max-width: 80%; }
        @media (min-width: 48em) {
          .products .products-content .products-info .graph img {
            max-width: 100%; } }
  .products .melty-honey-series {
    margin: 9rem 0 0; }
    @media (min-width: 48em) {
      .products .melty-honey-series {
        margin: 187px 0 0; } }

.event {
  background: url(../images/event-pattern.png);
  position: relative; }
  .event .event-content {
    display: flex;
    flex-direction: column; }
    .event .event-content .info {
      margin: 2.6rem 0 0;
      text-align: center; }
      .event .event-content .info img {
        max-width: 80%; }
        @media (min-width: 48em) {
          .event .event-content .info img {
            max-width: 100%; } }

footer {
  background: #fff;
  border-top: 6px solid #f57490;
  padding: 3.2rem 0; }
  @media (min-width: 48em) {
    footer {
      padding: 33px 0; } }
  footer .footer-content {
    align-items: center;
    display: flex;
    flex-direction: column-reverse; }
    footer .footer-content .company-logo {
      margin: 1.5rem 0 0; }
      @media (min-width: 48em) {
        footer .footer-content .company-logo {
          margin: 0; } }
      @media (min-width: 48em) {
        footer .footer-content .company-logo img {
          margin: 30px 0 0;
          max-width: 138px; } }
    footer .footer-content .footer-nav {
      align-items: center;
      display: flex;
      flex-direction: column; }
      @media (min-width: 48em) {
        footer .footer-content .footer-nav {
          flex-direction: row; } }
      footer .footer-content .footer-nav__item {
        margin: 0 0 2.1rem; }
        @media (min-width: 48em) {
          footer .footer-content .footer-nav__item {
            margin: 0 0 0 21px; } }
        footer .footer-content .footer-nav__item a {
          color: #404040;
          font-size: 1.5rem; }
          @media (min-width: 48em) {
            footer .footer-content .footer-nav__item a {
              font-size: 12px; } }

.sns-btn-list {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 5rem 0 0; }
  @media (min-width: 48em) {
    .sns-btn-list {
      margin: 70px 0 0; } }
  .sns-btn-list__item {
    width: 100%; }
    @media (min-width: 48em) {
      .sns-btn-list__item {
        max-width: 432px; } }
    .sns-btn-list__item:last-of-type {
      margin: 4rem 0 0 0; }
      @media (min-width: 48em) {
        .sns-btn-list__item:last-of-type {
          margin: 40px 0 0; } }
    .sns-btn-list__item .btn-sns {
      align-items: center;
      display: flex;
      font-size: 2rem;
      justify-content: center; }
      @media (min-width: 48em) {
        .sns-btn-list__item .btn-sns {
          font-size: 22px;
          max-width: 432px;
          padding: 35px 35px; } }
      .sns-btn-list__item .btn-sns img {
        max-width: 3rem; }
        @media (min-width: 48em) {
          .sns-btn-list__item .btn-sns img {
            max-width: 32px; } }
      .sns-btn-list__item .btn-sns .text {
        margin: 0 0 0 1.3rem; }
        @media (min-width: 48em) {
          .sns-btn-list__item .btn-sns .text {
            margin: 0 0 0 15px; } }

.talk-live .talk-live-heading {
  background: url(../images/bg-talk-live-heading.png) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 3.4rem 0 2.8rem; }
  @media (min-width: 48em) {
    .talk-live .talk-live-heading {
      padding: 66px 0 50px; } }

.talk-live .talk-live-content {
  background: url(../images/bg-talk-live-content.png) no-repeat;
  background-size: cover; }
  @media (min-width: 48em) {
    .talk-live .talk-live-content .row {
      margin: 0; } }

@media (min-width: 48em) {
  .talk-live .talk-live-schedule-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

@media (min-width: 48em) {
  .talk-live .talk-live-schedule-list__item {
    width: calc(100% / 2 - 4%); } }

.talk-live .talk-live-schedule-list__item:not(:first-of-type) {
  margin: 6.4rem 0 0; }
  @media (min-width: 48em) {
    .talk-live .talk-live-schedule-list__item:not(:first-of-type) {
      margin: 68px 0 0; } }

@media (min-width: 48em) {
  .talk-live .talk-live-schedule-list__item:nth-of-type(2) {
    margin: 0; } }

.talk-live .talk-live-schedule-list__item .guest-thumb + .wrap-btn {
  margin: 1.7rem 0 0; }
  @media (min-width: 48em) {
    .talk-live .talk-live-schedule-list__item .guest-thumb + .wrap-btn {
      margin: 19px 0 0; } }

@media (min-width: 48em) {
  .talk-live .talk-live-schedule-list__item .btn-detail {
    font-size: 20px;
    padding: 24px 0; } }

.history {
  background: #ffffc5; }
  .history .slick-slide {
    padding: 0 5px; }
    @media (min-width: 48em) {
      .history .slick-slide {
        padding: 0 10px; } }
  .history .slick-next,
  .history .slick-prev {
    height: auto;
    width: auto; }
  .history .slick-next {
    right: -32px; }
    @media (min-width: 48em) {
      .history .slick-next {
        right: -42px; } }
  .history .slick-prev {
    left: -32px; }
    @media (min-width: 48em) {
      .history .slick-prev {
        left: -42px; } }


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