@charset "UTF-8";
/*
Theme Name: classic-tea-world
Theme URI: https://c-teaworld.sakura-telier.com/
Author:  SakurA.T
Author URI: https://sakura-telier.com/
Description: お茶の世界〜クラシックティーワールド〜のテーマです。
Version: 1.0.0

Style List *
 *  1.reset
 *  2.Common
 *  3.Home
 *  4.Tea-category-page
 *  5.tea-page
 *  6.trivia-listpage
 *  7.trivia-page
 *  8.wp追記分
*/
/* 1.reset */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* 2.Common */
html {
  font-size: 62.5%;
  font-family: "Klee One", serif;
  color: #290303;
  width: 100%;
  box-sizing: border-box; }
  html::before {
    content: "";
    width: 100%;
    height: 40px;
    background-image: url("img/common/book_frame_down_sp.png");
    background-size: contain;
    background-position: left top;
    background-repeat: repeat;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 40; }
    @media (min-width: 1160px) {
      html::before {
        height: 70px;
        background-image: url("img/common/book_frame_down_pc.png"); } }
  html::after {
    content: "";
    width: 30px;
    height: 40px;
    background-image: url("img/common/book_frame_lower_left_sp.png");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 50; }
    @media (min-width: 1160px) {
      html::after {
        width: 100px;
        height: 70px;
        background-image: url("img/common/book_frame_lower_left_pc.png"); } }

body {
  font-family: "Klee One", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 3.2rem;
  text-align: center;
  background-image: url("img/common/page_back.png");
  background-repeat: repeat; }
  body::before {
    content: "";
    width: 30px;
    height: 100vh;
    background-image: url("img/common/book_frame_left_sp.png");
    background-size: contain;
    background-position: left top;
    background-repeat: repeat;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 30; }
    @media (min-width: 1160px) {
      body::before {
        width: 100px;
        background-image: url("img/common/book_frame_left_pc.png");
        top: 100px; } }
  body::after {
    content: "";
    width: 30px;
    height: 100vh;
    background-image: url("img/common/book_frame_right_sp.png");
    background-size: contain;
    background-position: right top;
    background-repeat: repeat;
    position: fixed;
    top: 60px;
    right: 0;
    z-index: 30; }
    @media (min-width: 1160px) {
      body::after {
        width: 100px;
        background-image: url("img/common/book_frame_right_pc.png");
        top: 100px; } }
  body h1, body h2 {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 2.9rem; }
    @media (min-width: 1160px) {
      body h1, body h2 {
        font-size: 3.0rem;
        line-height: 4.4rem; } }
  body .english {
    font-family: "Source Serif Pro", serif; }

#splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center; }

#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px; }
  #splash_text img {
    position: absolute;
    top: 16%;
    left: 16%;
    width: 100px;
    z-index: 9999; }

.loader_cover {
  width: 100%;
  height: 100%;
  background-image: url("img/common/loading-back.png");
  background-repeat: repeat;
  transition: all 0.6s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleX(1); }

.loader_cover-left {
  transform-origin: center left; }

.coveranime {
  transform: scaleX(0); }

/*要素のフェードイン設定*/
.fadeInTrigger {
  opacity: 0; }

.fadeIn {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.header {
  width: 100%;
  height: 60px;
  background-image: url("img/common/book_frame_up_sp.png");
  background-size: contain;
  background-position: left top;
  background-repeat: repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20; }
  @media (min-width: 1160px) {
    .header {
      height: 100px;
      background-image: url("img/common/book_frame_up_pc.png"); } }
  .header::before {
    content: "";
    width: 30px;
    height: 60px;
    background-image: url("img/common/book_frame_upper_right_sp.png");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 30; }
    @media (min-width: 1160px) {
      .header::before {
        width: 100px;
        height: 100px;
        background-image: url("img/common/book_frame_upper_right_pc.png"); } }

.header-nav {
  display: flex;
  justify-content: space-between; }
  @media (min-width: 1160px) {
    .header-nav {
      position: relative;
      max-width: 1160px;
      margin: 0 auto; } }

.open-set {
  width: 157px;
  height: 50px;
  background-color: #F8F6EF;
  margin: 10px 0 0 30px; }
  @media (min-width: 1160px) {
    .open-set {
      width: 155px;
      height: 85px;
      margin: 15px 0 0; } }
  .open-set img {
    width: 95px;
    height: 47px;
    margin-top: 1px; }
    @media (min-width: 1160px) {
      .open-set img {
        width: 155px;
        height: 78px;
        margin-top: 3px; } }
  .open-set a {
    display: block;
    margin-left: 50px; }
    @media (min-width: 1160px) {
      .open-set a {
        margin-left: 0; } }

.open-button {
  display: none; }

@media (max-width: 1160px) {
  .open-button {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px; }
    .open-button span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 10px;
      height: 2px;
      background: #290303;
      width: 30px; }
      .open-button span:nth-of-type(1) {
        top: 15px; }
      .open-button span:nth-of-type(2) {
        top: 22px;
        width: 26px; }
      .open-button span:nth-of-type(3) {
        top: 29px;
        width: 22px; }

  .open-button.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-45deg);
    width: 30px; }
  .open-button.active span:nth-of-type(2) {
    opacity: 0; }
  .open-button.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(45deg);
    width: 30px; }

  #g-nav {
    position: fixed;
    z-index: 20;
    top: 60px;
    left: -120%;
    width: 100%;
    height: 100vh;
    background-image: url("img/common/page_back.png");
    background-repeat: repeat;
    transition: all 0.6s; }

  #g-nav.panelactive {
    left: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

  .type-nav {
    position: relative; }

  .nav-frame-sp {
    position: relative;
    width: 79%;
    height: 82vh;
    margin: 0 auto;
    border: solid 10px #290303;
    background-image: url("img/common/arrow_left.png"), url("img/common/arrow_right.png");
    background-repeat: no-repeat;
    background-size: 15px 15px, 15px 15px;
    background-position: top 50% left 5px, top 50% right 5px; }
    .nav-frame-sp::before {
      content: "";
      position: absolute;
      top: -5px;
      bottom: -5px;
      left: -5px;
      right: -5px;
      border: solid 1px #290303;
      margin: 10px; }

  .nav-frame-deco-sp {
    height: 82vh;
    background-image: url("img/common/main_decoration_brown_left.png"), url("img/common/main_decoration_brown_rigth.png"), url("img/common/main_decoration_brown_downleft.png"), url("img/common/main_decoration_brown_downrigth.png");
    background-repeat: no-repeat;
    background-size: 40px 36px;
    background-position: top 4px left 2px, top 4px right 2px, bottom 4px left 2px, bottom 4px right 2px; } }
@media (min-width: 1160px) {
  .nav-pc {
    display: flex;
    justify-content: space-around;
    min-width: 560px;
    position: absolute;
    top: 20px;
    right: 250px; }

  #t-nav.panelactive {
    left: 50%;
    transform: translateX(-50%); } }
#t-nav {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 1160px) {
    #t-nav {
      display: flex;
      justify-content: center;
      align-content: center;
      min-width: 960px;
      height: 90px;
      outline: solid 1px #fff;
      outline-offset: -4px;
      background-image: url("img/common/back_choco.png");
      background-size: cover;
      background-repeat: repeat;
      position: fixed;
      top: 100px;
      left: -120%;
      transition: all 0.6s; }
      #t-nav li {
        margin: 15px 35px; } }

.open-type h3 {
  font-size: 2.0rem;
  color: #fff;
  font-weight: 400;
  line-height: 2.9rem;
  padding: 15px 0; }
  @media (min-width: 1160px) {
    .open-type h3 {
      padding: 22px 0; } }

.search-box {
  position: relative;
  width: 120px;
  height: 46px;
  margin: 10px 30px 0 0;
  z-index: 40; }
  @media (min-width: 1160px) {
    .search-box {
      width: 250px;
      height: 60px;
      margin: 20px 0 0; } }
.search-field {
  width: 120px;
  height: 46px;
  -webkit-appearance: none;
  border: none;
  background-color: #F8F6EF;
  font-size: 1.6rem;
  color: #290303;
  font-family: "Klee One", serif;
  padding: 0 2.0rem 0 0.5rem; }
  @media (min-width: 1160px) {
    .search-field {
      width: 250px;
      height: 60px;
      padding: 0 3.0rem 0 1.0rem;
      font-size: 2.0rem; } }
.search-btn {
  width: 20px;
  position: absolute;
  top: 1.3rem;
  right: 0.2rem; }
  @media (min-width: 1160px) {
    .search-btn {
      width: 30px;
      top: 1.5rem;
      right: 1.0rem; } }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: inherit !important; }

.h1-decoration {
  padding: 2.0rem 0 1.5rem 0;
  display: flex;
  justify-content: center; }
  .h1-decoration img {
    width: 60px;
    height: 20px;
    margin: 1.4rem 0.5rem 0; }

.btn {
  position: relative;
  width: 22.0rem;
  height: 6.0rem;
  margin: 0 auto 2.1rem;
  outline: solid 1px #fff;
  outline-offset: -2px;
  text-align: center;
  line-height: 6.0rem; }
  @media (min-width: 1160px) {
    .btn {
      width: 16.0rem; } }
  .btn::before {
    content: "";
    display: block;
    background-image: url("img/common/button_decoration_white_left.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    left: 1px; }
  .btn::after {
    content: "";
    display: block;
    background-image: url("img/common/button_decoration_white_right.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 2px;
    right: 1px; }
  .btn a {
    display: block;
    font-size: 2.0rem;
    color: #fff;
    text-decoration: none; }
  .btn img {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 24px; }
    @media (min-width: 1160px) {
      .btn img {
        top: 26px;
        right: 30px; } }

.one {
  background-image: url("img/common/back_milk.png");
  background-size: cover;
  background-repeat: repeat; }
  @media (min-width: 1160px) {
    .one {
      height: 8.0rem;
      line-height: 8.0rem; } }

.two {
  background-image: url("img/common/back_choco.png");
  background-size: cover;
  background-repeat: repeat;
  height: 28.4rem; }
  @media (min-width: 1160px) {
    .two {
      height: 7.5rem;
      line-height: 7.5rem; } }

.three {
  background-image: url("img/common/back_brown.png");
  background-size: cover;
  background-repeat: repeat; }
  @media (min-width: 1160px) {
    .three {
      height: 7.0rem;
      line-height: 7.0rem; } }

.tea {
  width: 15.0rem;
  height: 4.0rem;
  line-height: 4.0rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 1160px) {
    .tea {
      height: 6.0rem;
      line-height: 6.0rem; } }

.red, .red-tea {
  background-image: url("img/red-tea/back_red.png");
  background-size: cover;
  background-repeat: repeat; }

.green, .green-tea {
  background-image: url("img/green-tea/back_green.png");
  background-size: cover;
  background-repeat: repeat; }

.blue, .blue-tea {
  background-image: url("img/blue-tea/back_blue.png");
  background-size: cover;
  background-repeat: repeat; }

.another, .another-tea {
  background-image: url("img/another-tea/back_normal.png");
  background-size: cover;
  background-repeat: repeat; }

@media (min-width: 1160px) {
  .none {
    display: none; } }

.h-decoration img {
  width: 15.1rem;
  height: 6.5rem;
  margin-top: -1.8rem; }
  @media (min-width: 1160px) {
    .h-decoration img {
      width: 25.7rem;
      height: 11.0rem;
      margin-top: -3.0rem; } }

footer {
  margin: 8rem auto 0;
  width: 85%;
  height: 44.5rem;
  position: relative;
  background-color: #290303;
  background-image: url("img/common/button_decoration_white_left.png"), url("img/common/button_decoration_white_right.png"), url("img/common/footer_decoration_white_bottomleft.png"), url("img/common/footer_decoration_white_bottomright.png");
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: top 2px left 2px, top 2px right 2px, bottom 41px left 2px, bottom 41px right 2px; }
  @media (min-width: 1160px) {
    footer {
      margin: 12rem auto 0;
      height: 32.0rem;
      background-position: top 2px left 2px, top 2px right 2px, bottom 71px left 2px, bottom 71px right 2px; } }
  footer ul {
    padding-top: 2.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (min-width: 1160px) {
      footer ul {
        padding-top: 3.6rem; } }
    footer ul li {
      margin: 4.0rem 1.0rem 0; }
      footer ul li a {
        display: block;
        text-decoration: none;
        color: #fff;
        width: 6.0rem; }
        footer ul li a img {
          width: 6.0rem;
          height: 6.0rem;
          object-fit: contain; }
  footer small {
    color: #fff;
    position: absolute;
    bottom: 4.0rem;
    left: 50%;
    transform: translateX(-50%); }
    @media (min-width: 1160px) {
      footer small {
        bottom: 2.0rem; } }

.footer-frame-deco {
  position: relative;
  height: 41.5rem; }
  @media (min-width: 1160px) {
    .footer-frame-deco {
      height: 25.0rem; } }
  .footer-frame-deco_center {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%; }
  .footer-frame-deco_leaf {
    width: 25px;
    position: absolute;
    top: 2.1rem;
    left: 50%;
    transform: translateX(-50%); }

.footer-left {
  left: 10px; }
.footer-right {
  right: 10px; }

#page-top {
  position: fixed;
  right: 35px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 1160px) {
    #page-top {
      right: 110px; } }
  #page-top a {
    display: block; }
  #page-top img {
    width: 30px;
    height: 30px;
    margin-bottom: 25px; }
    @media (min-width: 1160px) {
      #page-top img {
        width: 40px;
        height: 40px;
        margin-bottom: 60px; } }

#page-top.UpMove {
  animation: UpAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
#page-top.DownMove {
  animation: DownAnime 0.5s forwards; }

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
main {
  width: 85%;
  margin: 60px auto 0; }
  @media (min-width: 1160px) {
    main {
      margin: 100px auto 0; } }

.section-top {
  position: relative;
  height: 82vh;
  border: solid 10px #290303;
  background-image: url("img/common/arrow_left.png"), url("img/common/arrow_right.png"), url("img/top/mainV_DJ_sp.png");
  background-repeat: no-repeat;
  background-size: 15px 15px, 15px 15px, cover;
  background-position: top 50% left 5px, top 50% right 5px, bottom; }
  @media (min-width: 1160px) {
    .section-top {
      height: 74vh;
      border: solid 20px #290303;
      background-image: url("img/common/arrow_left.png"), url("img/common/arrow_right.png"), url("img/top/mainV_DJ_pc.png");
      background-repeat: no-repeat;
      background-size: 30px 30px, 30px 30px, cover;
      background-position: top 50% left 12px, top 50% right 12px, top; } }
  .section-top::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 1px #290303;
    margin: 10px; }
    @media (min-width: 1160px) {
      .section-top::before {
        margin: 15px; } }

.top-frame-deco {
  height: 82vh;
  background-image: url("img/common/main_decoration_brown_left.png"), url("img/common/main_decoration_brown_rigth.png"), url("img/common/main_decoration_brown_downleft.png"), url("img/common/main_decoration_brown_downrigth.png");
  background-repeat: no-repeat;
  background-size: 40px 36px;
  background-position: top 4px left 2px, top 4px right 2px, bottom 4px left 2px, bottom 4px right 2px; }
  @media (min-width: 1160px) {
    .top-frame-deco {
      height: 74vh;
      background-size: 80px 70px;
      background-position: top 8px left 3px, top 8px right 5px, bottom 8px left 3px, bottom 8px right 5px; } }

.logo {
  width: 20.0rem;
  height: 10.0rem;
  position: absolute;
  top: 5.0rem;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 1160px) {
    .logo {
      width: 40.0rem;
      height: 20.0rem;
      top: 11.0rem; } }

.top-lead {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .top-lead {
      margin-top: 12rem; } }
  .top-lead_img {
    width: 100%; }
    @media (min-width: 1160px) {
      .top-lead_img {
        width: 55%; } }
  .top-lead h1 {
    font-size: 1.8rem;
    margin-top: 1.5rem; }
    @media (min-width: 1160px) {
      .top-lead h1 {
        font-size: 2.0rem;
        line-height: 4.0rem; } }
  .top-lead_decoration {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 1160px) {
      .top-lead_decoration {
        max-width: 55%;
        margin: -35px auto 0; } }
    .top-lead_decoration img {
      width: 60px;
      height: 20px; }
      @media (min-width: 1160px) {
        .top-lead_decoration img {
          width: 130px;
          height: 38px; } }
  .top-lead p {
    margin-top: 2.0rem; }

.news {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .news {
      margin-top: 12rem; } }
  .news ul {
    width: 95%;
    max-height: 15.2rem;
    border: solid 1px #290303;
    outline: solid 2px #290303;
    outline-offset: 3px;
    margin: 0 auto;
    overflow-y: scroll; }
    @media (min-width: 1160px) {
      .news ul {
        width: 60%; } }
  .news li {
    list-style: none;
    text-align: left;
    line-height: 2.4rem;
    margin: 2.0rem 0 2.0rem 2.0rem; }
    @media (min-width: 1160px) {
      .news li {
        display: flex; } }
    .news li .tea-type {
      display: block; }
    .news li a {
      display: block;
      text-decoration: none;
      color: #290303; }

.tea-block {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .tea-block {
      margin-top: 12rem; } }

@media (min-width: 1160px) {
  .tea-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 2.0rem; }
    .tea-wrapper_block {
      margin-right: 2.0rem; }
      .tea-wrapper_block:last-child {
        margin-right: 0; } }

.h-decoration h1 {
  line-height: 4.0rem; }
  @media (min-width: 1160px) {
    .h-decoration h1 {
      line-height: 5.5rem; } }
.h-decoration_green, .h-decoration_blue {
  margin-top: 6.0rem; }
  @media (min-width: 1160px) {
    .h-decoration_green, .h-decoration_blue {
      margin-top: 0; } }

.tea-block-category {
  position: relative;
  width: 30.0rem;
  height: 134.0rem;
  border: solid 3px #a82d1b;
  margin: 0 auto; }
  .tea-block-category::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 2px #a82d1b;
    margin: 10px; }
  .tea-block-category_green {
    border: solid 3px #588817; }
    .tea-block-category_green::before {
      border: solid 2px #588817; }
  .tea-block-category_blue {
    border: solid 3px #1d5579; }
    .tea-block-category_blue::before {
      border: solid 2px #1d5579; }
  .tea-block-category li {
    list-style: none; }
    .tea-block-category li:first-child {
      margin-top: 3.0rem; }
    .tea-block-category li a {
      display: block;
      z-index: 9999; }
    .tea-block-category li img {
      width: 26.0rem;
      margin: 2.0rem auto 0;
      object-fit: contain; }
  .tea-block-category_btn {
    width: 19.0rem;
    margin-top: 3.0rem; }
    .tea-block-category_btn img {
      position: absolute;
      top: 26px;
      right: 25px; }
    .tea-block-category_btn-another {
      width: 30.0rem;
      height: 8.0rem;
      line-height: 8.0rem;
      margin-top: 4.0rem; }
      @media (min-width: 1160px) {
        .tea-block-category_btn-another {
          margin-top: 5.0rem; } }
      .tea-block-category_btn-another img {
        position: absolute;
        top: 36px;
        right: 40px; }

.btn-blue-arrow img {
  position: absolute;
  top: 26px;
  right: 15px; }

.tea-trivia {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .tea-trivia {
      width: 80%;
      height: 46.0rem;
      margin: 12rem auto 0;
      display: flex;
      justify-content: center;
      position: relative;
      max-width: 1000px; } }
  .tea-trivia a {
    display: block; }
  .tea-trivia_card {
    position: relative;
    width: 30.0rem;
    height: 12.0rem;
    background-image: url("img/post/post.png");
    background-size: contain;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #290303;
    box-shadow: 3px 6px 6px 0px rgba(41, 3, 3, 0.2);
    margin: 2.0rem auto 0; }
    .tea-trivia_card h2 {
      width: 29.0rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 1160px) {
        .tea-trivia_card h2 {
          font-size: 2.0rem;
          line-height: 2.9rem; } }
  .tea-trivia_btn {
    margin-bottom: 0; }
    @media (min-width: 1160px) {
      .tea-trivia_btn {
        order: 2;
        height: 6.0rem;
        line-height: 6.0rem;
        position: absolute;
        top: 14.0rem;
        left: 3.6rem; } }

@media (min-width: 1160px) {
  .trivia-title {
    order: 1;
    position: absolute;
    top: 0;
    left: 0; } }

@media (min-width: 1160px) {
  .trivia-right {
    order: 3;
    width: 70%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    top: 3.0rem;
    right: 0; } }
@media (max-width: 1160px) {
  .trivia-right .sp-none {
    display: none; } }

.tea-category-top {
  padding-top: 2.0rem; }
  @media (min-width: 1160px) {
    .tea-category-top {
      padding-top: 4.0rem; } }
  .tea-category-top_img {
    width: 95%; }
    @media (min-width: 1160px) {
      .tea-category-top_img {
        width: 620px;
        margin-top: 3.0rem; } }
  .tea-category-top p {
    width: 95%;
    margin: 2.0rem auto 0;
    text-align: left; }
    @media (min-width: 1160px) {
      .tea-category-top p {
        margin: 3.0rem auto 0;
        width: 70%;
        max-width: 960px; } }

.tea-category-type {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .tea-category-type {
      margin-top: 12rem; } }
  .tea-category-type_thumbnail {
    list-style: none;
    margin-top: 2.0rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 1160px) {
      .tea-category-type_thumbnail {
        width: 84%;
        margin: 0 auto;
        max-width: 1060px; } }
    .tea-category-type_thumbnail img {
      width: 150px;
      margin: 0 auto 24px; }
      @media (min-width: 1160px) {
        .tea-category-type_thumbnail img {
          width: 220px;
          margin: 0 auto 60px; } }

nav.pagination-container ul {
  margin-top: 3.0rem;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  transition: 0.3s;
  border-radius: 0px;
  overflow: hidden; }
  nav.pagination-container ul img {
    width: 15px; }
  nav.pagination-container ul li {
    width: 30px;
    height: 40px;
    background-color: #290303;
    outline: solid 1px #fff;
    outline-offset: -2px;
    margin: 0 10px; }
    nav.pagination-container ul li a {
      display: block;
      text-decoration: none;
      font-size: 2.0rem;
      color: #fff;
      text-align: center;
      line-height: 40px; }
  nav.pagination-container ul .prev, nav.pagination-container ul .next {
    background: none;
    outline: none; }
  nav.pagination-container ul .first, nav.pagination-container ul .last {
    display: none; }
  nav.pagination-container ul li.page.page-active a {
    background-color: #683025; }

@media (min-width: 1160px) {
  .tea-category-trivia {
    height: 54.0rem; } }

@media (min-width: 1160px) {
  .tea-trivia nav ul {
    position: absolute;
    bottom: 0; } }

.tea-page-top {
  padding-top: 3.0rem;
  width: 98%;
  margin: 0 auto; }
  @media (min-width: 1160px) {
    .tea-page-top {
      padding-top: 0;
      max-width: 1000px;
      display: flex;
      justify-content: center; } }
  .tea-page-top .h-decoration {
    margin-top: 2.0rem; }
  .tea-page-top ul li {
    width: 98%;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    border-bottom: 1px solid #421919;
    margin-bottom: 1.0rem; }
    .tea-page-top ul li:nth-of-type(5) {
      height: 68px; }
    .tea-page-top ul li p {
      text-align: left;
      margin-left: 1.0rem;
      top: 50%; }
      @media (min-width: 1160px) {
        .tea-page-top ul li p {
          margin-left: 2.0rem; } }
  @media (min-width: 1160px) {
    .tea-page-top_set-pc {
      width: 50%; } }

.character {
  width: 98%;
  margin-right: 1.0rem; }
  @media (min-width: 1160px) {
    .character {
      width: 50%;
      margin-right: 2.0rem; } }
  .character img {
    width: 100%; }
    @media (min-width: 1160px) {
      .character img {
        width: 100%; } }

.tea-status {
  width: 120px;
  min-width: 120px;
  background-color: #421919;
  outline: solid 1px #fff;
  outline-offset: -2px;
  position: relative;
  padding: 5px; }
  .tea-status h3 {
    width: 110px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.tea-status-five-p {
  line-height: 68px; }

.tea-article {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .tea-article {
      margin-top: 12rem; } }
  .tea-article article {
    margin-top: 4.5rem; }
    .tea-article article:first-child {
      margin-top: 0; }

@media (min-width: 1160px) {
  .tea-description {
    margin: 8rem auto 0;
    max-width: 620px; } }
.tea-description_title {
  border-bottom: 2px solid #a82d1b;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  padding-bottom: 10px; }
  .tea-description_title img {
    width: 30px;
    position: absolute;
    left: 10px; }
    @media (min-width: 1160px) {
      .tea-description_title img {
        width: 40px;
        position: absolute;
        bottom: 10px; } }
  @media (min-width: 1160px) {
    .tea-description_title h2 {
      font-size: 2.0rem; } }
.tea-description p {
  width: 90%;
  margin: 2.0rem auto 6.0rem;
  text-align: left; }

.DJseason {
  width: 98%;
  margin: 0 auto; }
  @media (min-width: 1160px) {
    .DJseason {
      max-width: 1000px; } }
  .DJseason ul li {
    list-style: none;
    margin-top: 4.0rem; }
    @media (min-width: 1160px) {
      .DJseason ul li {
        margin-top: 6.0rem;
        display: flex;
        justify-content: space-around; } }
    @media (min-width: 1160px) {
      .DJseason ul li:nth-child(2) {
        flex-flow: row-reverse; } }

.season_img img {
  width: 98%;
  margin: 0 auto; }
  @media (min-width: 1160px) {
    .season_img img {
      width: 460px;
      margin: 0; } }

@media (min-width: 1160px) {
  .DJseason-set {
    width: 40%; } }
.DJseason-set_title {
  width: 200px;
  height: 40px;
  background-color: #421919;
  outline: solid 1px #fff;
  outline-offset: -2px; }
  .DJseason-set_title h3 {
    color: #fff;
    line-height: 40px; }
.DJseason-set_status {
  width: 200px;
  height: 35px;
  border-bottom: 1px solid  #421919;
  text-align: left; }
  .DJseason-set_status p {
    line-height: 35px;
    margin-left: 3.0rem; }
    @media (min-width: 1160px) {
      .DJseason-set_status p {
        margin-left: 2.0rem; } }
.DJseason-set_description {
  width: 90%;
  margin: 0 auto;
  text-align: left; }
  @media (min-width: 1160px) {
    .DJseason-set_description {
      margin: 2.0rem auto 0;
      width: 100%; } }
.DJseason-set .right {
  margin-left: auto; }

.tea-same-production-area {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .tea-same-production-area {
      margin-top: 12rem; } }
  .tea-same-production-area ul {
    margin-top: 1.0rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    @media (min-width: 1160px) {
      .tea-same-production-area ul {
        margin: 3.0rem auto 0;
        max-width: 460px; } }
    .tea-same-production-area ul li {
      list-style: none; }
      .tea-same-production-area ul li img {
        width: 150px; }
        @media (min-width: 1160px) {
          .tea-same-production-area ul li img {
            width: 220px; } }

.tea-page-btn {
  margin-top: 4.0rem;
  width: 300px;
  height: 60px;
  position: relative; }
  .tea-page-btn img {
    position: absolute;
    top: 25px;
    right: 30px; }

@media (min-width: 1160px) {
  .trivia-contents-flex {
    display: flex;
    justify-content: space-around;
    max-width: 1000px;
    margin: 0 auto; } }

.trivia-sidebar {
  display: none; }
  @media (min-width: 1160px) {
    .trivia-sidebar {
      display: block;
      margin-top: 6.0rem; } }

.sidebar-img {
  width: 220px;
  height: 360px;
  margin: 0 auto;
  border: solid 2px #290303;
  position: relative; }
  .sidebar-img::before {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    border: solid 1px #290303;
    margin: 6px; }

.sid-logo {
  width: 200px;
  margin-top: 2.0rem; }

.sid-leaf {
  width: 140px;
  margin: 1.5rem auto; }

.sid-btn {
  width: 220px;
  height: 60px;
  line-height: 60px;
  margin: 8.0rem auto 3.8rem; }

.sidebar-card {
  position: relative;
  margin: 0 auto 3.8rem; }
  .sidebar-card a {
    display: block; }
  .sidebar-card img {
    width: 220px;
    height: 90px;
    box-shadow: 3px 6px 6px 0px rgba(41, 3, 3, 0.2); }
  .sidebar-card h2 {
    width: 210px;
    text-decoration: none;
    font-size: 1.6rem;
    color: #290303;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }

.trivia-mainblock {
  padding-top: 4.0rem; }
  @media (min-width: 1160px) {
    .trivia-mainblock {
      margin-top: 6.0rem; } }

.trivia-h {
  margin-bottom: 2.0rem; }

@media (min-width: 1160px) {
  .trivia-main-card-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; } }

.main-card {
  position: relative;
  margin: 0 auto 2.0rem; }
  @media (min-width: 1160px) {
    .main-card {
      margin: 0 2.0rem 2.0rem 0; } }
  .main-card a {
    display: block; }
  .main-card img {
    width: 300px;
    height: 120px;
    box-shadow: 3px 6px 6px 0px rgba(41, 3, 3, 0.2); }
  .main-card h2 {
    width: 300px;
    text-decoration: none;
    color: #290303;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1160px) {
      .main-card h2 {
        font-size: 2.0rem;
        top: 45%; } }

.title-card {
  position: relative; }
  .title-card img {
    width: 95%;
    box-shadow: 3px 6px 6px 0px rgba(41, 3, 3, 0.2); }
    @media (min-width: 1160px) {
      .title-card img {
        width: 460px; } }
  .title-card h2 {
    width: 90%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1160px) {
      .title-card h2 {
        width: 450px; } }

.title-block p, .trivia-description-group p {
  text-align: left;
  width: 90%;
  margin: 2.0rem auto 0; }
  @media (min-width: 1160px) {
    .title-block p, .trivia-description-group p {
      width: 80%;
      margin: 8.0rem auto 0; } }

.trivia-description-group li {
  list-style: none; }
@media (min-width: 1160px) {
  .trivia-description-group p {
    margin: 2.0rem auto 0; } }

.trivia-subheading {
  margin-top: 5.0rem;
  border-bottom: 2px solid #004e48; }
  @media (min-width: 1160px) {
    .trivia-subheading {
      width: 80%;
      margin: 6.0rem auto 0; } }

.page_content {
  width: 70%;
  max-width: 960px;
  margin: 3rem auto 0;
  text-align: left; }

.categoryid-3 .tea-description_title {
  border-bottom: 2px solid #588817; }

.categoryid-4 .tea-description_title {
  border-bottom: 2px solid #1d5579; }

.categoryid-5 .tea-description_title {
  border-bottom: 2px solid #004e48; }
.categoryid-5 .btn img {
  right: 14px; }

.news-p {
  width: 60%;
  text-align: left;
  margin: 8rem auto 0; }

.page-numbers {
  background-color: #290303;
  outline: solid 1px #fff;
  outline-offset: -2px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 2.0rem;
  color: #fff;
  padding: 10px; }

.current {
  background-color: #8F5943;
  outline: solid 1px #fff;
  outline-offset: -2px;
  margin: 0 10px;
  text-decoration: none;
  font-size: 2.0rem;
  color: #fff;
  padding: 10px; }

.pacard {
  display: flex;
  margin-top: 6.0rem; }

.search-tea {
  margin-top: 6.0rem; }

.search-trivia {
  margin-top: 8rem; }
  @media (min-width: 1160px) {
    .search-trivia {
      display: flex;
      justify-content: center;
      position: relative;
      max-width: 1000px;
      margin: 0 auto; } }
  .search-trivia a {
    display: block; }

.search_card {
  position: relative;
  width: 30.0rem;
  height: 12.0rem;
  background-image: url("img/post/post.png");
  background-size: contain;
  background-repeat: no-repeat;
  text-decoration: none;
  color: #290303;
  box-shadow: 3px 6px 6px 0px rgba(41, 3, 3, 0.2);
  margin: 1.0rem; }
  .search_card h2 {
    width: 29.0rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1160px) {
      .search_card h2 {
        font-size: 2.0rem;
        line-height: 2.9rem; } }

.pagefour {
  margin-bottom: 50.0rem; }
