@charset "UTF-8";
/*
 * Theme Name: patapatapaperi
*/
.title {
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .title {
    font-size: 4rem;
  }
}

body, html {
  margin: 0 !important;
  padding: 0 !important;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #383838;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
}

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

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

a, a img {
  color: #222222;
  text-decoration: none;
}
a:hover, a img:hover {
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .pc_only {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .pc_only {
    display: block !important;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .tab_only {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .tab_only {
    display: none !important;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .tab_only {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .tab_only {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 480px) {
  .sp_only {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .tab_and_sp {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .tab_and_sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .tab_and_sp {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .tab_and_sp {
    display: block !important;
  }
}

@media screen and (min-width: 1280px) {
  .pc_and_tab {
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .pc_and_tab {
    display: block !important;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .pc_and_tab {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .pc_and_tab {
    display: none !important;
  }
}

.content_wrapper {
  overflow: hidden;
  position: relative;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  zoom: 0.7;
}

/* ふわっと現れる */
.fadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* topページheader */
.header_mv {
  background: url(images/mv_pc.png) no-repeat 0 0/contain;
  width: 100vw;
  padding-top: 42.9%;
  position: relative;
}
@media screen and (max-width: 834px) {
  .header_mv {
    background: url(images/mv_tab.png) no-repeat 0 0/contain;
    width: 100%;
    padding-top: 133.57%;
  }
}

.top_youtube_btn {
  position: absolute;
  bottom: 10%;
  display: block;
  width: 28%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .top_youtube_btn {
    width: 55%;
    bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .top_youtube_btn {
    width: 70%;
    bottom: 3%;
  }
}
.top_youtube_btn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px) {
  .header_mv .top_youtube_btn {
    width: 55%;
  }
}

.header_sns_area {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 5%;
  position: absolute;
}
@media screen and (min-width: 1280px) {
  .header_sns_area {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  .header_sns_area {
    width: 90%;
  }
}
@media screen and (max-width: 834px) {
  .header_sns_area {
    top: 3%;
  }
}
.header_sns_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.header_sns_area ul img {
  width: 80%;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .header_sns_area ul {
    gap: 24px;
  }
  .header_sns_area ul img {
    width: 97%;
  }
}
@media screen and (max-width: 480px) {
  .header_sns_area ul {
    gap: 0;
  }
  .header_sns_area ul img {
    width: 65%;
  }
}

.header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .header_nav ul {
    margin-top: 20px;
    margin-bottom: 30px;
    gap: 20px 30px;
  }
  .header_nav ul li {
    width: 20%;
  }
  .header_nav ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .header_nav ul {
    margin-top: 40px;
    margin-bottom: 50px;
    gap: 20px 30px;
  }
  .header_nav ul li {
    width: 38%;
  }
  .header_nav ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header_nav ul {
    gap: 0 15px;
  }
}

/* footer */
#footer {
  background: #efa594;
  background: url(images/footer/footer_star.svg) repeat-x top, url(images/footer/footer_book_shelf.svg) repeat-x bottom, -webkit-gradient(linear, left top, left bottom, color-stop(0.55%, #3C4A93), color-stop(49.48%, rgba(112, 118, 168, 0.5)), to(rgba(239, 165, 148, 0.02)));
  background: url(images/footer/footer_star.svg) repeat-x top, url(images/footer/footer_book_shelf.svg) repeat-x bottom, -webkit-linear-gradient(top, #3C4A93 0.55%, rgba(112, 118, 168, 0.5) 49.48%, rgba(239, 165, 148, 0.02) 100%);
  background: url(images/footer/footer_star.svg) repeat-x top, url(images/footer/footer_book_shelf.svg) repeat-x bottom, linear-gradient(180deg, #3C4A93 0.55%, rgba(112, 118, 168, 0.5) 49.48%, rgba(239, 165, 148, 0.02) 100%);
  background-size: 50% 50%, 50% 50%, 100% 100%;
  min-height: 500px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  #footer {
    background-size: 70%, 70%, 100%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #footer {
    background-size: 100%, 100%, 100%;
  }
}
@media screen and (max-width: 480px) {
  #footer {
    background-size: 200%, 200%, 100%;
  }
}

.footer_logo_wrapper {
  padding-top: 50px;
}
.footer_logo_wrapper .footer_logo {
  display: block;
  margin: 0 auto 30px;
}

.footer_nav {
  width: 400px;
  margin: 0 auto 30px;
}
.footer_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer_nav ul li a {
  color: #ffffff;
  white-space: nowrap;
}

@media screen and (max-width: 834px) {
  .footer_nav {
    width: 90%;
  }
  .footer_nav ul {
    display: block;
  }
  .footer_nav ul li {
    text-align: center;
    margin-bottom: 10px;
  }
}
.footer_sns_area {
  width: 240px;
  margin: 0 auto 50px;
}
.footer_sns_area ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_sns_area ul li {
  width: 48px;
}
.footer_sns_area ul li img {
  width: 100%;
  height: auto;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
}

/* paperi animation */
.paperi_animation_wrapper {
  position: relative;
}
.paperi_animation_wrapper p.paperi_car_right {
  position: absolute;
  right: -100px;
  top: -70px;
  z-index: 10;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .paperi_animation_wrapper p.paperi_car_right {
    right: -110px;
  }
}
@media screen and (max-width: 760px) {
  .paperi_animation_wrapper p.paperi_car_right { /* 小さめのタブレット */
    display: none;
  }
}
.paperi_animation_wrapper p.paperi_car_right img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .paperi_animation_wrapper p.paperi_car_right img {
    width: 138px;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .paperi_animation_wrapper p.paperi_car_right img {
    width: 120px;
  }
}
.paperi_animation_wrapper p.paperi_car_left {
  position: absolute;
  left: -100px;
  top: -70px;
  z-index: 10;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .paperi_animation_wrapper p.paperi_car_left {
    left: -110px;
  }
}
@media screen and (max-width: 760px) {
  .paperi_animation_wrapper p.paperi_car_left { /* 小さめのタブレット */
    display: none;
  }
}
.paperi_animation_wrapper p.paperi_car_left img {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .paperi_animation_wrapper p.paperi_car_left img {
    width: 138px;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .paperi_animation_wrapper p.paperi_car_left img {
    width: 120px;
  }
}

/* paperiくん左右のアニメーション */
.elm_r {
  -webkit-animation: elm_r 2s;
          animation: elm_r 2s;
}

@-webkit-keyframes elm_r {
  to {
    -webkit-transform: translate(-120px, 0);
            transform: translate(-120px, 0);
  }
}

@keyframes elm_r {
  to {
    -webkit-transform: translate(-120px, 0);
            transform: translate(-120px, 0);
  }
}
.elm_r_tab {
  -webkit-animation: elm_r_tab 2s;
          animation: elm_r_tab 2s;
}

@-webkit-keyframes elm_r_tab {
  to {
    -webkit-transform: translate(-120px, 0);
            transform: translate(-120px, 0);
  }
}

@keyframes elm_r_tab {
  to {
    -webkit-transform: translate(-120px, 0);
            transform: translate(-120px, 0);
  }
}
.elm_l {
  -webkit-animation: elm_l 2s;
          animation: elm_l 2s;
}

@-webkit-keyframes elm_l {
  to {
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
}

@keyframes elm_l {
  to {
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
}
.elm_l_tab {
  -webkit-animation: elm_l_tab 2s;
          animation: elm_l_tab 2s;
}

@-webkit-keyframes elm_l_tab {
  to {
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
}

@keyframes elm_l_tab {
  to {
    -webkit-transform: translate(120px, 0);
            transform: translate(120px, 0);
  }
}
/* contents_section */
.contents_section {
  position: relative;
}
.contents_section h2 {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .contents_section h2 {
    width: 90%;
    top: -40px;
  }
  .contents_section h2 img {
    width: 100%;
  }
}

/* new movie */
#top_new_movie {
  background: url(images/top/new_movie/border_top.svg) repeat-x top, url(images/top/new_movie/bg.png) repeat;
  padding-bottom: 70px;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  #top_new_movie {
    padding-bottom: 50px;
  }
}
#top_new_movie .top_new_movie_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#top_new_movie .tv_wrapper {
  width: 454px;
  margin: 80px auto 0;
}
#top_new_movie .tv_wrapper img {
  position: relative;
  z-index: 1;
}
#top_new_movie .tv_wrapper iframe {
  width: 358.66px;
  height: 201.71px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 17%;
}
@media screen and (max-width: 834px) {
  #top_new_movie .tv_wrapper {
    width: 70%;
    position: relative;
  }
  #top_new_movie .tv_wrapper img {
    width: 100%;
  }
  #top_new_movie .tv_wrapper iframe {
    width: 79%;
    height: 42%;
    top: 22%;
  }
}
@media screen and (max-width: 480px) {
  #top_new_movie .tv_wrapper {
    width: 85%;
  }
}
#top_new_movie .top_new_movie_tanuki {
  position: absolute;
  top: 19%;
  left: 1%;
  width: 442px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_new_movie .top_new_movie_tanuki {
    width: 31%;
    top: 22%;
    left: 2%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_new_movie .top_new_movie_tanuki.rotate_tanuki {
    -webkit-animation-name: rotateTanuki;
            animation-name: rotateTanuki;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    top: 30%;
    width: 34%;
    left: 1.5%;
  }
  @-webkit-keyframes rotateTanuki {
    from {
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg);
    }
  }
  @keyframes rotateTanuki {
    from {
      opacity: 1;
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      opacity: 1;
      -webkit-transform: rotate(-20deg);
              transform: rotate(-20deg);
    }
  }
}
@media screen and (max-width: 480px) {
  #top_new_movie .top_new_movie_tanuki {
    display: none;
  }
}
#top_new_movie .top_new_movie_leaves {
  position: absolute;
  top: 9%;
  right: 11%;
  width: 165px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_new_movie .top_new_movie_leaves {
    top: 11%;
    right: 10%;
    width: 13%;
  }
}
@media screen and (max-width: 834px) {
  #top_new_movie .top_new_movie_leaves {
    display: none;
  }
}
#top_new_movie .top_youtube_btn {
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1280px) {
  #top_new_movie .top_youtube_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_new_movie .top_youtube_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #top_new_movie .top_youtube_btn {
    margin-top: 0;
    width: 70%;
  }
}

/* song of the month */
#top_this_month_song {
  background: url(images/top/this_month_song/border_top.svg) repeat-x top, url(images/top/this_month_song/bg.png) repeat;
  position: relative;
  padding-bottom: 70px;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  #top_this_month_song {
    padding-bottom: 50px;
  }
}
#top_this_month_song .top_this_month_song_inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#top_this_month_song .tv_wrapper {
  width: 454px;
  margin: 80px auto 0;
}
#top_this_month_song .tv_wrapper img {
  position: relative;
  z-index: 1;
}
#top_this_month_song .tv_wrapper iframe {
  width: 358.66px;
  height: 201.71px;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 17.5%;
}
@media screen and (max-width: 834px) {
  #top_this_month_song .tv_wrapper {
    width: 70%;
    position: relative;
  }
  #top_this_month_song .tv_wrapper img {
    width: 100%;
  }
  #top_this_month_song .tv_wrapper iframe {
    width: 79%;
    height: 42%;
    top: 22%;
  }
}
@media screen and (max-width: 480px) {
  #top_this_month_song .tv_wrapper {
    width: 85%;
  }
}
#top_this_month_song .top_this_month_song_oyazou {
  position: absolute;
  top: -23%;
  right: 2%;
  width: 280px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_this_month_song .top_this_month_song_oyazou {
    width: 25%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_this_month_song .top_this_month_song_oyazou.slide_oyazou {
    -webkit-animation-name: slideOyazou;
            animation-name: slideOyazou;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    top: 28%;
    width: 26%;
  }
  @-webkit-keyframes slideOyazou {
    from {
      opacity: 1;
      right: 2%;
    }
    to {
      opacity: 1;
      right: -1%;
    }
  }
  @keyframes slideOyazou {
    from {
      opacity: 1;
      right: 2%;
    }
    to {
      opacity: 1;
      right: -1%;
    }
  }
}
@media screen and (max-width: 480px) {
  #top_this_month_song .top_this_month_song_oyazou {
    display: none;
  }
}
#top_this_month_song .top_this_month_song_kozou {
  position: absolute;
  top: 33%;
  right: -3%;
  width: 258px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_this_month_song .top_this_month_song_kozou {
    width: 21%;
    right: 0;
    top: 32%;
  }
}
@media screen and (max-width: 834px) {
  #top_this_month_song .top_this_month_song_kozou {
    display: none;
  }
}
#top_this_month_song .top_this_month_song_apple_line {
  position: absolute;
  top: 20%;
  left: 18%;
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #top_this_month_song .top_this_month_song_apple_line {
    top: 30%;
    left: 18%;
  }
}
@media screen and (max-width: 980px) {
  #top_this_month_song .top_this_month_song_apple_line { /* 微調整 */
    left: 13%;
  }
}
@media screen and (max-width: 834px) {
  #top_this_month_song .top_this_month_song_apple_line {
    display: none;
  }
}
#top_this_month_song .top_this_month_song_apple_line li {
  margin-bottom: 10px;
}
#top_this_month_song .top_this_month_song_apple_line li img {
  width: 80px;
  height: auto;
}
#top_this_month_song .top_youtube_btn {
  position: relative;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_this_month_song .top_youtube_btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  #top_this_month_song .top_youtube_btn {
    margin-top: 0;
    width: 70%;
  }
}

/* let's try */
#top_try {
  background: url(images/top/try/border_top.svg) repeat-x top, url(images/top/try/bg.png) repeat;
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  #top_try {
    padding-bottom: 50px;
  }
}
#top_try .top_try_inner {
  padding-top: 160px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  #top_try .top_try_inner {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #top_try .top_try_inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #top_try .top_try_inner {
    padding-top: 120px;
  }
}
#top_try .top_try_inner .top_try_pencil {
  position: absolute;
  bottom: -120px;
  left: -40px;
}
#top_try .archive_list li:nth-child(1) {
  position: relative;
}
#top_try .archive_list li:nth-child(1) .top_try_kappa {
  position: absolute;
  top: -14rem;
  left: -30%;
  z-index: 0;
  width: 350px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_try .archive_list li:nth-child(1) .top_try_kappa {
    width: 102%;
    top: -43%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_try .archive_list li:nth-child(1) .top_try_kappa {
    width: 100%;
    top: -46%;
  }
}
@media screen and (max-width: 480px) {
  #top_try .archive_list li:nth-child(1) .top_try_kappa {
    width: 59%;
    top: -9rem;
    left: -5.5rem;
  }
}
#top_try .archive_list li:nth-child(3) {
  position: relative;
}
#top_try .archive_list li:nth-child(3) .top_try_inco {
  position: absolute;
  bottom: 3rem;
  right: -32%;
  z-index: 0;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_try .archive_list li:nth-child(3) .top_try_inco {
    width: 92%;
    bottom: 2.5rem;
    right: -32%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_try .archive_list li:nth-child(3) .top_try_inco {
    width: 88%;
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  #top_try .archive_list li:nth-child(3) .top_try_inco {
    width: 69%;
    bottom: 1.5rem;
    right: -24%;
  }
}
#top_try .top_youtube_btn {
  position: relative;
}

/* character */
#top_character {
  background: url(images/top/character/border_top.svg) repeat-x top, url(images/top/character/bg.png) repeat;
  position: relative;
  padding-bottom: 10%;
}
#top_character .top_character_inner {
  padding-top: 10rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  #top_character .top_character_inner {
    width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #top_character .top_character_inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  #top_character .top_character_inner {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner {
    padding-top: 7rem;
  }
}
#top_character .top_character_inner .img_character {
  width: 43.5%;
  background: #ffffff;
  padding: 5%;
  position: relative;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_character .top_character_inner .img_character {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner .img_character {
    width: 80%;
    margin: 0 auto;
  }
}
#top_character .top_character_inner .img_character img.top_character_paperi {
  width: 73%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 834px) {
  #top_character .top_character_inner .img_character img.top_character_paperi {
    width: 100%;
    position: relative;
  }
}
#top_character .top_character_inner .img_character img.top_character_leaf {
  position: absolute;
  left: -18%;
  bottom: -20%;
  width: 30%;
}
@media screen and (max-width: 1280px) {
  #top_character .top_character_inner .img_character img.top_character_leaf {
    left: -11%;
    width: 26%;
    bottom: -15%;
  }
}
@media screen and (max-width: 834px) {
  #top_character .top_character_inner .img_character img.top_character_leaf {
    width: 23%;
    bottom: -9%;
  }
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner .img_character img.top_character_leaf {
    bottom: -10%;
    width: 26%;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_character .top_character_inner .img_character .top_character_flower.tab_and_sp {
    position: absolute;
    top: -11%;
    right: -15%;
    width: 26%;
  }
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner .img_character .top_character_flower.tab_and_sp {
    position: absolute;
    top: -10%;
    right: -10%;
    width: 26%;
  }
}
#top_character .top_character_inner .desc_character {
  width: 56.5%;
  padding: 5% 0 5% 5%;
  position: relative;
}
@media screen and (max-width: 834px) {
  #top_character .top_character_inner .desc_character {
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
  }
}
#top_character .top_character_inner .desc_character h3 {
  background: url(images/top/character/border_name.svg) repeat-x;
  background-position: bottom 0 right 0;
  padding-bottom: 7px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner .desc_character h3 img {
    width: 80%;
    height: auto;
  }
}
#top_character .top_character_inner .desc_character p {
  position: relative;
  color: #85502A;
  display: inline;
  line-height: 2.4;
  background: url(images/top/character/border_text.svg) repeat-x;
  background-position: bottom;
  padding-bottom: 3px;
  font-size: 1.25rem;
  z-index: 10;
}
#top_character .top_character_inner .desc_character .top_character_flower.pc_only {
  position: absolute;
  top: -5%;
  right: -1%;
  width: 20%;
}
@media screen and (max-width: 1280px) {
  #top_character .top_character_inner .desc_character .top_character_flower.pc_only {
    top: 0;
    right: -1%;
    width: 19%;
  }
}
#top_character .top_character_inner .desc_character .top_character_dot {
  position: absolute;
  bottom: -28%;
  right: -10%;
  zoom: 0.5;
}
@media screen and (max-width: 1280px) {
  #top_character .top_character_inner .desc_character .top_character_dot {
    bottom: -15%;
    right: -20%;
  }
}
@media screen and (max-width: 480px) {
  #top_character .top_character_inner .desc_character .top_character_dot {
    bottom: -12%;
    right: -31%;
  }
}

/* goods */
@media screen and (min-width: 1280px) {
  .more_btn_wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .more_btn_wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .more_btn_wrapper {
    margin-top: 50px;
  }
  .more_btn_wrapper .top_youtube_btn {
    width: 70%;
  }
}

#top_goods {
  background: url(images/top/goods/border_top.svg) repeat-x top, url(images/top/goods/bg.png) repeat;
  position: relative;
  padding-bottom: 80px;
}
#top_goods .top_goods_inner {
  padding-top: 160px;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  #top_goods .top_goods_inner {
    padding-top: 120px;
    margin-bottom: 0;
  }
}
#top_goods .top_goods_inner .top_goods_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 1280px) {
  #top_goods .top_goods_inner .top_goods_list {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #top_goods .top_goods_inner .top_goods_list {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_goods .top_goods_inner .top_goods_list {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #top_goods .top_goods_inner .top_goods_list {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
#top_goods .top_goods_inner .top_goods_list li {
  width: 30%;
  padding: 1%;
  background: #ffffff;
}
@media screen and (max-width: 480px) {
  #top_goods .top_goods_inner .top_goods_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#top_goods .top_goods_inner .top_goods_list li .top_goods_thumb {
  width: 100%;
  height: 19vw;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 480px) {
  #top_goods .top_goods_inner .top_goods_list li .top_goods_thumb {
    height: 70vw;
  }
}
#top_goods .top_goods_inner .top_goods_list li .top_goods_name {
  font-size: 1.25rem;
  margin-top: 0;
}
#top_goods .top_goods_inner .top_goods_list li .top_goods_price {
  font-size: 1.25rem;
  text-align: right;
  margin-bottom: 0;
}
#top_goods .top_goods_inner .top_goods_list li .top_goods_price .tax_text {
  font-size: 1rem;
}
#top_goods .top_goods_inner .top_goods_list li .top_goods_list_text {
  padding: 10px;
}
#top_goods .top_goods_inner .top_goods_list li:nth-child(1) {
  position: relative;
}
#top_goods .top_goods_inner .top_goods_list li:nth-child(1) .top_goods_namakemono01 {
  position: absolute;
  top: -5px;
  left: -62px;
  z-index: 10;
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_goods .top_goods_inner .top_goods_list li:nth-child(1) .top_goods_namakemono01 {
    left: -45px;
    width: 110px;
  }
}
@media screen and (max-width: 834px) {
  #top_goods .top_goods_inner .top_goods_list li:nth-child(1) .top_goods_namakemono01 {
    left: -32px;
    width: 100px;
  }
}
#top_goods .top_goods_inner .top_goods_list li:nth-child(3) {
  position: relative;
}
#top_goods .top_goods_inner .top_goods_list li:nth-child(3) .top_goods_namakemono02 {
  position: absolute;
  bottom: -18px;
  right: -64px;
  z-index: 10;
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1280px) {
  #top_goods .top_goods_inner .top_goods_list li:nth-child(3) .top_goods_namakemono02 {
    right: -45px;
    width: 110px;
  }
}
@media screen and (max-width: 834px) {
  #top_goods .top_goods_inner .top_goods_list li:nth-child(3) .top_goods_namakemono02 {
    right: -32px;
    width: 100px;
  }
}
#top_goods .top_youtube_btn {
  position: relative;
}

/* news */
#top_news {
  background: url(images/top/news/border_top.svg) repeat-x top, url(images/top/news/bg.png) repeat;
  position: relative;
  padding-bottom: 80px;
}
#top_news > h2 {
  z-index: 10;
}
#top_news .top_news_inner {
  padding-top: 160px;
  margin-bottom: 80px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #top_news .top_news_inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  #top_news .top_news_inner {
    margin-bottom: 0;
  }
}
#top_news .top_news_inner .top_news_uzu01 {
  position: absolute;
  bottom: -200px;
  width: 333px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 480px) {
  #top_news .top_news_inner .top_news_uzu01 {
    width: 200px;
  }
}
#top_news .top_news_inner .top_news_uzu02 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 30px;
  width: 333px;
  height: auto;
}
@media screen and (max-width: 480px) {
  #top_news .top_news_inner .top_news_uzu02 {
    width: 200px;
  }
}
#top_news .top_news_inner .top_news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 1280px) {
  #top_news .top_news_inner .top_news_list {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  #top_news .top_news_inner .top_news_list {
    width: 90%;
    margin: 0 auto;
  }
}
#top_news .top_news_inner .top_news_list::after {
  width: 30%;
  content: "";
  display: block;
}
@media screen and (max-width: 1280px) {
  #top_news .top_news_inner .top_news_list::after {
    width: 48%;
  }
}
#top_news .top_news_inner .top_news_list > li {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1280px) {
  #top_news .top_news_inner .top_news_list > li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  #top_news .top_news_inner .top_news_list > li {
    width: 48%;
    margin-bottom: 30px;
  }
}
#top_news .top_news_inner .top_news_list > li a {
  padding: 3%;
  display: block;
  width: 100%;
  background: #ffffff;
}
#top_news .top_news_inner .top_news_list > li .top_news_thumb {
  width: 100%;
  height: auto;
  padding-top: 74.2%;
  position: relative;
  background: #ededed;
}
#top_news .top_news_inner .top_news_list > li .top_news_thumb img {
  aspect-ratio: 100/72 !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top_news .top_news_inner .top_news_list > li .top_news_category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#top_news .top_news_inner .top_news_list > li .top_news_category_list li {
  color: #85502A;
  font-size: 14px;
  margin-right: 8px;
  font-weight: normal;
}
#top_news .top_news_inner .top_news_list > li .top_news_title {
  color: #383838;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
  #top_news .top_news_inner .top_news_list > li .top_news_title {
    font-size: 1.2rem;
  }
}
#top_news .top_news_inner .top_news_list > li .top_news_date {
  color: #383838;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}
#top_news .top_news_inner .top_news_list > li .top_news_list_text {
  padding: 4px 10px 10px;
}
#top_news .top_youtube_btn {
  position: relative;
}
@media screen and (max-width: 480px) {
  #top_news .more_btn_wrapper {
    margin-top: 20px;
  }
}

/* sub header */
.sub_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 20px 1.7%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .sub_header {
    padding: 20px 1.7% 0;
  }
}

.sub_logo img {
  width: 320px;
}
@media screen and (max-width: 1280px) {
  .sub_logo {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .sub_header_nav {
    display: none;
  }
}
.sub_header_nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 0;
}
.sub_header_nav img {
  width: 190px;
}

@media screen and (min-width: 834px) {
  .drawer-toggle {
    display: none;
  }
}

.drawer-nav {
  z-index: 100;
  width: 20rem;
}

.drawer--right .drawer-nav {
  right: -20rem;
}

.drawer-overlay {
  z-index: 50;
}

.drawer-menu li {
  border-bottom: 1px dashed #ccc;
}

.drawer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  position: relative;
}
.drawer-menu-item div {
  position: relative;
  bottom: 3px;
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 35px;
  text-align: center;
}
.drawer-menu-item div img {
  display: inline;
  max-width: 40px;
}

.sub_title {
  width: 100%;
  padding: 50px 0 0 0;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_title h2 {
  margin: -70px 0 0;
}
.sub_title img {
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .sub_title img {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .sub_title img {
    width: 80%;
  }
}

.sub_content {
  width: 100%;
  margin: 0 auto;
}
.sub_content .sub_content_inner {
  width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .sub_content .sub_content_inner {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .sub_content .sub_content_inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .sub_content .sub_content_inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .sub_content .sub_content_inner {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
}

/* pagenavi */
.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
.wp-pagenavi .pages {
  color: #5DCB5A;
  margin-right: 30px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-pagenavi .page {
  background: #5DCB5A;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border: #5DCB5A 3px solid;
  color: #F0F6D8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.wp-pagenavi .current {
  background: #F0F6D8;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border: #5DCB5A 3px solid;
  color: #5DCB5A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-family: "fontawesome";
  font-size: 1rem;
  background: #5DCB5A;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  min-width: 40px;
  height: 40px;
  border: #5DCB5A 3px solid;
  color: #F0F6D8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

/* common archive */
.archive_list_wrapper {
  padding-bottom: 100px;
}

.archive_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media screen and (min-width: 1280px) {
  .archive_list {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .archive_list {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .archive_list {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .archive_list {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
.archive_list li {
  position: relative;
  width: 30%;
}
.archive_list li a img {
  border-bottom: none !important;
}
@media screen and (max-width: 480px) {
  .archive_list li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.archive_list li span.try_tag_ribbon {
  color: #ffffff;
  background: #5DCB5A;
  position: absolute;
  top: 25px;
  left: -20px;
  padding: 8px 16px;
  z-index: 10;
}
.archive_list li span.try_tag_ribbon::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6A9368; /*折り返し部分*/
}
@media screen and (max-width: 480px) {
  .archive_list li span.try_tag_ribbon {
    padding: 4px 10px;
    font-size: 15px;
    top: 10px;
  }
}
.archive_list li span.new_badge {
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FA5D5D;
  text-align: center;
  line-height: 60px;
  z-index: 10;
  letter-spacing: 1px;
}
@media screen and (max-width: 834px) {
  .archive_list li span.new_badge {
    top: 5px;
    right: 5px;
    font-size: 14px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.archive_list li a {
  width: 100%;
  height: auto;
  z-index: 9;
  position: relative;
}
.archive_list li a img {
  width: 100%;
  height: auto;
  border: 8px solid #ffffff;
}

.archive_list.cell_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 0;
  width: 100%;
}

.archive_list.cell_list:after {
  content: "";
  width: 23%;
  height: 0;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .archive_list.cell_list:after {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .archive_list.cell_list:after {
    width: 45%;
  }
}

.archive_list.cell_list:before {
  content: "";
  width: 23%;
  height: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .archive_list.cell_list:before {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .archive_list.cell_list:before {
    width: 45%;
  }
}

.archive_list.cell_list .cell {
  width: 23%;
  margin-bottom: 3%;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .archive_list.cell_list .cell {
    width: 30%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .archive_list.cell_list .cell {
    width: 45%;
    margin-bottom: 7%;
  }
}

.category_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.category_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
  padding-top: 45px;
  padding-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  .category_btn_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .category_btn_list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.category_btn_list li {
  font-size: 1rem !important;
  background: #5DCB5A;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .category_btn_list li {
    margin-bottom: 0;
  }
}
.category_btn_list li a {
  color: #ffffff;
}
.category_btn_list li:hover,
.category_btn_list .current-cat {
  background: #ffffff;
  outline: 3px solid #5DCB5A;
  outline-offset: -3px;
  color: #5DCB5A;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
}
.category_btn_list li:hover a,
.category_btn_list .current-cat a {
  color: #5DCB5A;
}

/* try archive */
#try_archive .sub_title {
  background: url(images/try/border_top.svg) repeat-x top, url(images/try/bg.png) repeat;
}
#try_archive .sub_content {
  background: url(images/try/bg.png) repeat;
}

#try_single .sub_title {
  background: url(images/try/border_top.svg) repeat-x top, url(images/try/bg.png) repeat;
}
#try_single .sub_content {
  background: url(images/try/bg.png) repeat;
}
#try_single .category_btn_list {
  padding: 0;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 480px) {
  #try_single .category_btn_list {
    gap: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #try_single .category_btn_list li {
    height: 26px;
    border-radius: 13px;
    line-height: 26px;
    font-size: 16px;
    padding: 0 15px;
  }
}
#try_single .try_single_content {
  font-weight: bold;
  font-size: 18px;
}
#try_single .try_signle_attention {
  margin-bottom: 30px;
}
#try_single .try_single_img {
  border: #222222 3px solid;
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #try_single .try_single_img {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  #try_single .try_single_img {
    width: 90%;
  }
}
#try_single .entry_title {
  border-bottom: 1px solid #5DCB5A;
  letter-spacing: 1px;
  position: relative;
  padding-left: 50px;
}
#try_single .entry_title::before {
  content: "";
  display: inline-block;
  background: url(images/try/pencil.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2px;
  bottom: 5px;
  width: 40px;
  height: 40px;
}
#try_single .download_btn {
  display: block;
  margin: 40px auto 10px;
  width: 336px;
}
@media screen and (max-width: 480px) {
  #try_single .download_btn {
    width: 90%;
  }
}
#try_single .download_btn img {
  width: 100%;
  height: auto;
}

/* news archive */
#news_archive .sub_title,
#news_single .sub_title {
  background: url(images/news/border_top.svg) repeat-x top, url(images/news/bg.png) repeat;
}
#news_archive .sub_content,
#news_single .sub_content {
  background: url(images/news/bg.png) repeat;
}
#news_archive .sub_content_inner,
#news_single .sub_content_inner {
  padding: 30px 0;
}

.news_article_category .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .news_article_category .news_list {
    width: 1100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .news_article_category .news_list {
    width: 90%;
    margin: 0 auto;
  }
}
.news_article_category .news_list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news_article_category .news_list > li a {
  display: block;
  width: 100%;
  background: #ffffff;
  padding: 8px;
}
.news_article_category .news_list > li .top_news_thumb {
  width: 100%;
  height: auto;
  padding-top: 74.2%;
  position: relative;
  background: #ededed;
}
.news_article_category .news_list > li .top_news_thumb img {
  aspect-ratio: 100/72 !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news_article_category .news_list > li .top_news_title {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 3px;
  margin-bottom: 3px;
}
@media screen and (max-width: 480px) {
  .news_article_category .news_list > li .top_news_title {
    font-size: 1.2rem;
  }
}
.news_article_category .news_list > li .top_news_date {
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: normal;
}
.news_article_category .news_list > li a .news_list_text {
  padding: 4px 20px 20px;
  color: #383838;
}
.news_article_category .news_list > li a .news_list_text .top_news_category_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.news_article_category .news_list > li a .news_list_text .top_news_category_list li {
  color: #85502A !important;
  color: #383838;
  font-size: 14px;
  margin-right: 8px;
  font-weight: normal;
  width: auto !important;
  margin-bottom: 0 !important;
}

.single .sub_content_inner {
  padding: 30px 0;
}

/* common single */
.single_article {
  padding: 40px 70px;
  width: 1100px;
  margin: 30px auto;
  background: #ffffff;
  border-radius: 10px;
  font-weight: normal;
}
@media screen and (max-width: 1280px) {
  .single_article {
    width: 100%;
    padding: 20px 35px;
  }
}
@media screen and (max-width: 480px) {
  .single_article {
    margin: 0;
  }
}
.single_article .entry_thumbnail img {
  width: 100%;
  height: auto;
}
.single_article .entry_title {
  border-bottom: 5px #85502A solid;
  padding-bottom: 2px;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8em;
}
@media screen and (max-width: 480px) {
  .single_article .entry_title {
    margin-top: 10px;
    font-size: 1.5em;
  }
}
.single_article .entry_category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.single_article .entry_category ul li {
  margin-right: 8px;
}
.single_article .entry_category ul li a {
  color: #85502A;
  font-size: 14px;
  text-decoration: underline;
}
.single_article .entry_date {
  display: inline-block;
  margin-left: 20px;
  font-weight: normal;
  font-size: 20px;
}
.single_article .entry_content {
  margin-top: 30px;
}
.single_article .entry_content * {
  max-width: 100%;
  word-wrap: break-word;
}
.single_article .entry_content p {
  margin: 20px 0;
}
.single_article .entry_content a {
  text-decoration: underline;
}
.single_article .entry_content h2 {
  font-size: 1.6em;
  border-left: #85502A 6px solid;
  padding-left: 8px;
  line-height: 1.2;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .single_article .entry_content h2 {
    font-size: 1.5em;
  }
}
.single_article .entry_content h3 {
  font-size: 1.5em;
  border-left: #85502A 2px solid;
  padding-left: 8px;
  line-height: 1.2;
  margin: 20px 0;
}
@media screen and (max-width: 480px) {
  .single_article .entry_content h3 {
    font-size: 1.4em;
  }
}
.single_article .entry_content h4, .single_article .entry_content h5, .single_article .entry_content h6 {
  font-size: 1em;
  margin: 20px 0;
}
.single_article .entry_content table {
  border-collapse: collapse;
}
.single_article .entry_content thead th {
  background: #85502A;
  color: #ffffff;
  border: #ffffff 1px solid;
  padding: 6px 10px;
}
.single_article .entry_content thead th:first-child {
  border-left: #85502A 1px solid;
}
.single_article .entry_content thead th:last-child {
  border-right: #85502A 1px solid;
}
.single_article .entry_content tbody th {
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px #85502A solid;
  background: #BE9578;
  color: #ffffff;
}
.single_article .entry_content tbody th a {
  color: #ffffff;
}
.single_article .entry_content tbody td {
  padding: 6px 10px;
  border: 1px #85502A solid;
}
.single_article .entry_content ul {
  padding-left: 40px;
}
.single_article .entry_content ul > li {
  list-style: disc;
}
.single_article .entry_content ul > li li {
  list-style: circle;
}
.single_article .entry_content ul > li li li {
  list-style: disc;
}
.single_article .entry_content ul > li li li li {
  list-style: circle;
}
.single_article .entry_content img {
  max-width: 100%;
}
.single_article .entry_content .alignleft {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
}
.single_article .entry_content .alignright {
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  float: right;
}
.single_article .entry_content .aligncenter {
  margin: 15px auto;
}
.single_article .entry_content .aligncenter a {
  text-decoration: underline;
}
.single_article .entry_tag {
  font-size: 0.8rem;
}
.single_article .entry_tag a {
  text-decoration: underline;
}

.return_btn {
  display: block;
  margin: 20px auto;
  width: 250px;
  text-decoration: none;
  cursor: pointer;
  height: 70px;
  border-radius: 35px;
  background: #5DCB5A;
  line-height: 70px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.return_btn:hover {
  background: #ffffff;
  outline: 3px solid #5DCB5A;
  outline-offset: -3px;
  color: #5DCB5A;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
  color: #5DCB5A;
}

/* about */
#about .sub_title {
  background: url(images/about/border_top.svg) repeat-x top, url(images/about/bg.png) repeat;
  padding-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  #about .sub_title {
    padding-bottom: 40px;
  }
}

#about .sub_content {
  background: url(images/about/bg.png) repeat;
  padding-bottom: 70px;
}
@media screen and (max-width: 1280px) {
  #about .sub_content {
    padding-bottom: 40px;
  }
}

#about .sub_content_inner .about_box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 70px;
  border-radius: 10px;
  background: #ffffff;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box {
    width: 100%;
    padding: 30px 40px;
  }
}
#about .sub_content_inner .about_box .about_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text,
#about .sub_content_inner .about_box .about_description .about_description_image {
  width: 47.5%;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text,
  #about .sub_content_inner .about_box .about_description .about_description_image {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text .about_description_text_h3_wrapper {
    text-align: center;
  }
  #about .sub_content_inner .about_box .about_description .about_description_text .about_description_text_h3_wrapper h3 {
    display: inline-block;
    position: relative;
  }
  #about .sub_content_inner .about_box .about_description .about_description_text .about_description_text_h3_wrapper h3::before {
    content: "";
    background: url(images/about/top_left.svg) no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    top: -30px;
    left: -30px;
  }
  #about .sub_content_inner .about_box .about_description .about_description_text .about_description_text_h3_wrapper h3::after {
    content: "";
    background: url(images/about/bottom_right.svg) no-repeat;
    background-size: contain;
    width: 37px;
    height: 37px;
    position: absolute;
    bottom: -30px;
    right: -30px;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text .about_purple_text {
  color: #928BBE;
  font-size: 23px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text .about_purple_text {
    font-size: 21px;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text .about_purple_text::before {
  content: "";
  background: url(images/about/top_left.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  position: absolute;
  top: -30px;
  left: -30px;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text .about_purple_text::before {
    display: none;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text .about_orange_text {
  color: #FF9C55;
  font-size: 23px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text .about_orange_text {
    font-size: 21px;
    margin-bottom: 0;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text .about_orange_text::before {
  content: "";
  background: url(images/about/bottom_right.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 37px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text .about_orange_text::before {
    display: none;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_text p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #about .sub_content_inner .about_box .about_description .about_description_image {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #about .sub_content_inner .about_box .about_description .about_description_image {
    width: 100%;
    margin: 0 auto;
  }
}
#about .sub_content_inner .about_box .about_description .about_description_image img {
  width: 100%;
  height: auto;
}
#about .sub_content_inner .about_box .about_youtube_btn {
  display: block;
  width: 28%;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (max-width: 834px) and (min-width: 480px) {
  #about .sub_content_inner .about_box .about_youtube_btn {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  #about .sub_content_inner .about_box .about_youtube_btn {
    width: 80%;
  }
}
#about .sub_content_inner .about_box .about_youtube_btn img {
  width: 100%;
  height: auto;
}
#about .sub_content_inner .about_box .about_sns_list {
  width: 410px;
  margin: 50px auto;
}
@media screen and (max-width: 480px) {
  #about .sub_content_inner .about_box .about_sns_list {
    width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 30px auto;
  }
  #about .sub_content_inner .about_box .about_sns_list img {
    width: 32px;
  }
  #about .sub_content_inner .about_box .about_sns_list img.about_youtube_icon {
    width: 34px !important;
    height: auto;
  }
  #about .sub_content_inner .about_box .about_sns_list .about_sns_list_text {
    display: none;
  }
}
#about .sub_content_inner .about_box .about_sns_list li {
  margin-bottom: 8px;
  font-weight: normal;
}
#about .sub_content_inner .about_box .about_sns_list img {
  width: 24px;
  height: auto;
}
#about .sub_content_inner .about_box .about_sns_list img.about_youtube_icon {
  width: 26px;
  height: auto;
}
#about .sub_content_inner .about_box .about_footer {
  text-align: center;
}/*# sourceMappingURL=style.css.map */