@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ビリビリ図鑑11月
---------------------------------------------------------------------------------------------------------------------
*/
#single-header {
  padding: 0 5%; }
  @media (min-width: 768px) {
    #single-header {
      padding: 0 60px;
      margin: 100px auto 0; } }
  @media (min-width: 1024px) {
    #single-header {
      padding: 0 80px; } }
  @media (min-width: 1250px) {
    #single-header {
      padding: 0 140px; } }

.side-loop.left {
  display: none; }
  @media (min-width: 768px) {
    .side-loop.left {
      display: block; } }
.side-loop.right {
  display: none; }
  @media (min-width: 768px) {
    .side-loop.right {
      display: block; } }

.post-container {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .post-container {
      padding: 0 60px; } }
  @media (min-width: 1024px) {
    .post-container {
      padding: 0 80px; } }
  @media (min-width: 1250px) {
    .post-container {
      padding: 0 120px; } }
  @media (min-width: 1600px) {
    .post-container {
      padding: 0 160px; } }
  .post-container .part0 {
    margin-top: 50px; }
    @media (min-width: 1024px) {
      .post-container .part0 {
        margin-top: 100px; } }
    .post-container .part0 .part0-ph {
      margin: auto;
      width: 90%;
      max-width: 860px; }
      @media (min-width: 768px) {
        .post-container .part0 .part0-ph {
          width: 80%; } }
    .post-container .part0 .part0-in {
      background-color: #fff;
      border-radius: 40px;
      padding: 30px 20px; }
      @media (min-width: 1024px) {
        .post-container .part0 .part0-in {
          padding: 40px; } }
      @media (min-width: 1250px) {
        .post-container .part0 .part0-in {
          border-radius: 80px;
          padding: 80px 0; } }
      .post-container .part0 .part0-in .txt-area {
        max-width: 820px;
        margin: auto; }
        .post-container .part0 .part0-in .txt-area .title {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #1C98E5; }
          .post-container .part0 .part0-in .txt-area .title h3 {
            font-family: "Dela Gothic One", sans-serif;
            font-style: normal;
            font-size: 1.25em;
            font-weight: 400; }
            @media (min-width: 768px) {
              .post-container .part0 .part0-in .txt-area .title h3 {
                font-size: 2.0em; } }
            @media (min-width: 1250px) {
              .post-container .part0 .part0-in .txt-area .title h3 {
                font-size: 3.75em; } }
          .post-container .part0 .part0-in .txt-area .title h2 {
            font-family: "Dela Gothic One", sans-serif;
            font-style: normal;
            font-size: 2.4em;
            font-weight: 400;
            margin: 0 5px; }
            @media (min-width: 768px) {
              .post-container .part0 .part0-in .txt-area .title h2 {
                font-size: 4.0em; } }
            @media (min-width: 1250px) {
              .post-container .part0 .part0-in .txt-area .title h2 {
                font-size: 6.0em;
                margin: 0 10px; } }
        .post-container .part0 .part0-in .txt-area p {
          font-size: 0.9em;
          line-height: 1.6em;
          text-align: justify;
          color: #000;
          margin: 20px auto; }
          @media (min-width: 768px) {
            .post-container .part0 .part0-in .txt-area p {
              font-size: 1.0em;
              text-align: center;
              margin: 20px auto 40px; } }
          @media (min-width: 1250px) {
            .post-container .part0 .part0-in .txt-area p {
              font-size: 1.125em; } }
      .post-container .part0 .part0-in .photo-0 {
        max-width: 820px;
        margin: auto; }
        .post-container .part0 .part0-in .photo-0 ul {
          position: relative;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .post-container .part0 .part0-in .photo-0 ul {
              display: flex;
              margin-bottom: 0; } }
          .post-container .part0 .part0-in .photo-0 ul:last-child {
            margin-bottom: 0; }
          .post-container .part0 .part0-in .photo-0 ul li {
            margin-bottom: 20px; }
            .post-container .part0 .part0-in .photo-0 ul li:last-child {
              margin-bottom: 0; }
            @media (min-width: 768px) {
              .post-container .part0 .part0-in .photo-0 ul li {
                width: 50%; }
                .post-container .part0 .part0-in .photo-0 ul li:first-child {
                  padding-right: 10px; }
                .post-container .part0 .part0-in .photo-0 ul li:last-child {
                  padding-left: 10px; } }
            @media (min-width: 1250px) {
              .post-container .part0 .part0-in .photo-0 ul li:first-child {
                padding-right: 20px; }
              .post-container .part0 .part0-in .photo-0 ul li:last-child {
                padding-left: 20px; } }
            .post-container .part0 .part0-in .photo-0 ul li img {
              border-radius: 10px; }
              @media (min-width: 768px) {
                .post-container .part0 .part0-in .photo-0 ul li img {
                  border-radius: 20px; } }
              .post-container .part0 .part0-in .photo-0 ul li img:nth-child(2) {
                margin-top: 20px; }
                @media (min-width: 768px) {
                  .post-container .part0 .part0-in .photo-0 ul li img:nth-child(2) {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: calc(50% - 10px); } }
                @media (min-width: 1250px) {
                  .post-container .part0 .part0-in .photo-0 ul li img:nth-child(2) {
                    width: calc(50% - 20px); } }
  .post-container .part-box {
    background-color: #F1FF4E;
    border-radius: 40px;
    padding: 30px 20px;
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .post-container .part-box {
        padding: 40px;
        margin-top: 100px; } }
    @media (min-width: 1250px) {
      .post-container .part-box {
        border-radius: 80px;
        padding: 60px 0; } }
    .post-container .part-box .part-box-in {
      max-width: 820px;
      margin: auto; }
    .post-container .part-box h3 {
      font-family: "Dela Gothic One", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 1.25em;
      text-align: center;
      color: #222324;
      line-height: 1.2em;
      margin-top: 10px; }
      @media (min-width: 768px) {
        .post-container .part-box h3 {
          font-size: 2em; } }
      @media (min-width: 1250px) {
        .post-container .part-box h3 {
          font-size: 3em; } }
    .post-container .part-box .title {
      display: flex;
      align-items: center; }
      .post-container .part-box .title.type1 .txt {
        color: #1C98E5; }
      .post-container .part-box .title.type2 .txt {
        color: #05CC70; }
      .post-container .part-box .title.type3 .txt {
        color: #FF5719;
        width: 100%; }
      .post-container .part-box .title.type4 .txt {
        color: #1C98E5;
        width: 100%; }
      .post-container .part-box .title.type5 .txt {
        color: #05CC70;
        width: 100%; }
      .post-container .part-box .title.type6 .txt {
        color: #FF5719;
        width: 100%; }
      .post-container .part-box .title.type7 .txt {
        color: #1C98E5;
        width: 100%; }
      .post-container .part-box .title img {
        width: 80px; }
        @media (min-width: 768px) {
          .post-container .part-box .title img {
            width: 160px; } }
        @media (min-width: 1250px) {
          .post-container .part-box .title img {
            width: 260px; } }
      .post-container .part-box .title .txt {
        font-family: "Dela Gothic One", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        width: calc(100% - 80px); }
        @media (min-width: 768px) {
          .post-container .part-box .title .txt {
            width: calc(100% - 160px); } }
        @media (min-width: 1250px) {
          .post-container .part-box .title .txt {
            width: calc(100% - 260px); } }
        .post-container .part-box .title .txt h2 {
          font-size: 1.45em;
          font-weight: 400;
          line-height: 1.0em; }
          @media (min-width: 768px) {
            .post-container .part-box .title .txt h2 {
              font-size: 2.5em; } }
          @media (min-width: 1250px) {
            .post-container .part-box .title .txt h2 {
              font-size: 3.75em; } }
        .post-container .part-box .title .txt h4 {
          font-size: 0.9em;
          line-height: 1.2em; }
          @media (min-width: 768px) {
            .post-container .part-box .title .txt h4 {
              font-size: 1.5em; } }
          @media (min-width: 1250px) {
            .post-container .part-box .title .txt h4 {
              font-size: 3em; } }
        .post-container .part-box .title .txt.large h2 {
          font-size: 1.6em; }
          @media (min-width: 768px) {
            .post-container .part-box .title .txt.large h2 {
              font-size: 3.6em; } }
          @media (min-width: 1250px) {
            .post-container .part-box .title .txt.large h2 {
              font-size: 4em; } }
    @media (min-width: 768px) {
      .post-container .part-box .photo-type3 {
        display: flex; } }
    @media (min-width: 768px) {
      .post-container .part-box .photo-type3 .title {
        display: block;
        width: 160px; } }
    @media (min-width: 1250px) {
      .post-container .part-box .photo-type3 .title {
        display: block;
        width: 260px; } }
    .post-container .part-box .photo-type3 .title h2 {
      font-size: 1.8em; }
      @media (min-width: 768px) {
        .post-container .part-box .photo-type3 .title h2 {
          margin-top: 30px;
          font-size: 3.0em; } }
      @media (min-width: 1250px) {
        .post-container .part-box .photo-type3 .title h2 {
          margin-top: 40px;
          font-size: 4em; } }
    .post-container .part-box .photo-type3 .ph3 {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .post-container .part-box .photo-type3 .ph3 {
          padding-left: 10%;
          margin-top: 0;
          width: calc(100% - 160px); } }
      @media (min-width: 1250px) {
        .post-container .part-box .photo-type3 .ph3 {
          width: calc(100% - 260px); } }
      .post-container .part-box .photo-type3 .ph3 img {
        border-radius: 10px; }
        @media (min-width: 768px) {
          .post-container .part-box .photo-type3 .ph3 img {
            border-radius: 20px; } }
    .post-container .part-box .photo-type1 {
      margin-top: 30px; }
      @media (min-width: 1024px) {
        .post-container .part-box .photo-type1 {
          margin-top: 60px; } }
      .post-container .part-box .photo-type1 img {
        border-radius: 10px; }
        @media (min-width: 768px) {
          .post-container .part-box .photo-type1 img {
            border-radius: 20px; } }
    .post-container .part-box .photo-type2 {
      margin-top: 30px; }
      @media (min-width: 1024px) {
        .post-container .part-box .photo-type2 {
          margin-top: 60px; } }
      .post-container .part-box .photo-type2 img {
        border-radius: 10px; }
        @media (min-width: 768px) {
          .post-container .part-box .photo-type2 img {
            border-radius: 20px; } }
      .post-container .part-box .photo-type2 ul {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .post-container .part-box .photo-type2 ul {
            display: flex;
            margin-bottom: 40px; } }
        .post-container .part-box .photo-type2 ul:last-child {
          margin-bottom: 0; }
        .post-container .part-box .photo-type2 ul li {
          margin-bottom: 20px; }
          .post-container .part-box .photo-type2 ul li:last-child {
            margin-bottom: 0; }
          @media (min-width: 768px) {
            .post-container .part-box .photo-type2 ul li {
              width: 50%; }
              .post-container .part-box .photo-type2 ul li:first-child {
                padding-right: 10px; }
              .post-container .part-box .photo-type2 ul li:last-child {
                padding-left: 10px; } }
          @media (min-width: 1250px) {
            .post-container .part-box .photo-type2 ul li {
              width: 50%; }
              .post-container .part-box .photo-type2 ul li:first-child {
                padding-right: 20px; }
              .post-container .part-box .photo-type2 ul li:last-child {
                padding-left: 20px; } }
    .post-container .part-box .explanation {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .post-container .part-box .explanation {
          display: flex;
          margin-top: 40px; } }
      .post-container .part-box .explanation .explanation-L {
        position: relative; }
        @media (min-width: 768px) {
          .post-container .part-box .explanation .explanation-L {
            width: 50%;
            padding-right: 5px; } }
        @media (min-width: 1250px) {
          .post-container .part-box .explanation .explanation-L {
            padding-right: 10px; } }
        .post-container .part-box .explanation .explanation-L ul li {
          display: flex;
          align-items: center;
          color: #222324;
          margin-bottom: 10px; }
          .post-container .part-box .explanation .explanation-L ul li:last-child {
            margin-bottom: 0; }
          .post-container .part-box .explanation .explanation-L ul li h4 {
            font-family: "Dela Gothic One", sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 1.45em;
            text-align: center;
            line-height: 1.4em;
            width: 35px; }
            @media (min-width: 1024px) {
              .post-container .part-box .explanation .explanation-L ul li h4 {
                font-size: 3.0em;
                width: 70px; } }
          .post-container .part-box .explanation .explanation-L ul li p {
            font-size: 0.9em;
            text-align: justify;
            line-height: 1.4em;
            width: calc(100% - 35px); }
            @media (min-width: 1024px) {
              .post-container .part-box .explanation .explanation-L ul li p {
                font-size: 1.125em;
                width: calc(100% - 70px); } }
        .post-container .part-box .explanation .explanation-L img {
          border-radius: 10px;
          margin-top: 20px; }
          @media (min-width: 768px) {
            .post-container .part-box .explanation .explanation-L img {
              position: absolute;
              bottom: 0;
              width: calc(100% - 5px);
              border-radius: 20px;
              margin-top: 0; } }
          @media (min-width: 1250px) {
            .post-container .part-box .explanation .explanation-L img {
              width: calc(100% - 10px); } }
      .post-container .part-box .explanation .explanation-R {
        background-color: #fff;
        border-radius: 15px;
        padding: 20px;
        margin-top: 20px; }
        @media (min-width: 768px) {
          .post-container .part-box .explanation .explanation-R {
            width: calc(50% - 5px);
            margin: 0 0 0 20px; } }
        @media (min-width: 1250px) {
          .post-container .part-box .explanation .explanation-R {
            border-radius: 30px;
            width: calc(50% - 10px);
            margin: 0 0 0 20px;
            padding: 40px 20px; } }
        .post-container .part-box .explanation .explanation-R ul li:first-child {
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            .post-container .part-box .explanation .explanation-R ul li:first-child {
              margin: 0 auto 40px;
              max-width: 320px; } }
        .post-container .part-box .explanation .explanation-R ul li:last-child {
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .post-container .part-box .explanation .explanation-R ul li:last-child {
              width: 100%;
              margin: 0 auto; } }
  .post-container .last {
    margin-top: 40px; }
    @media (min-width: 1024px) {
      .post-container .last {
        max-width: 1000px;
        margin: 80px auto 0; } }
    @media only screen and (min-width: 768px) {
      .post-container .last .o-4column .col-lg-4 {
        padding: 0 15px; }
      .post-container .last .o-4column {
        margin: 0 -15px; } }
    @media only screen and (min-width: 1024px) {
      .post-container .last .o-4column .col-lg-4 {
        padding: 0 20px; }
      .post-container .last .o-4column {
        margin: 0 -20px; } }
    .post-container .last .people-box {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .post-container .last .people-box {
          margin-bottom: 30px; } }
      @media (min-width: 1250px) {
        .post-container .last .people-box {
          margin-bottom: 40px; } }
      .post-container .last .people-box img {
        border-radius: 10px; }
        @media (min-width: 1024px) {
          .post-container .last .people-box img {
            border-radius: 20px; } }
      .post-container .last .people-box p {
        font-size: 0.8em;
        line-height: 1.6em;
        text-align: justify;
        margin-top: 5px; }
        @media (min-width: 1024px) {
          .post-container .last .people-box p {
            font-size: 1.125em;
            margin-top: 10px; } }
