@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@font-face {
  font-family: "Phosphor";
  src: url("../font/Phosphor.woff2") format("woff2"), url("../font/Phosphor.woff") format("woff");
}

html {
  width: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #3d3d3d;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-family: YakuHanJP,"M PLUS 2",sans-serif;
  font-size: 19px;
  line-height: 32px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

p, dd, dt, li {
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-width: 1100px;
  z-index: 1;
}

#bk {
  position: fixed;
  width: 150vw;
  height: 150vh;
  top: -25vh;
  left: -25vw;
  background-image: url(../img/bk.png);
  background-size: 1675px 627px;
  background-position: 0 0;
  opacity: 0.7;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-animation: bk_loop 30s linear infinite;
  animation: bk_loop 30s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bk_loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1675px 0;
  }
}

@keyframes bk_loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1675px 0;
  }
}

#header {
  position: relative;
  width: 80%;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
}

#header .inner {
  height: 140px;
  padding: 0 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .inner h1 {
  width: 180px;
  height: 28px;
}

#header .inner h1 a {
  position: relative;
  display: block;
  top: -2px;
  width: 231px;
  height: 36px;
  background-image: url(../img/sukuranburu_logo.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#header .inner h1 a:hover {
  opacity: 0.6;
}

#header .inner .nav .secondary {
  position: absolute;
  top: 25px;
  right: 52px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .inner .nav .secondary li {
  position: relative;
  height: 14px;
  padding: 0 12px 0 14px;
  letter-spacing: 0.08em;
}

#header .inner .nav .secondary li a {
  position: relative;
  display: block;
  padding-left: 22px;
  color: #888;
  font-size: 14px;
  line-height: 14px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#header .inner .nav .secondary li a:hover {
  opacity: 0.6;
}

#header .inner .nav .secondary li a::before {
  position: absolute;
  display: block;
  right: 4px;
  left: 0;
  font-family: "Phosphor";
  font-size: 16px;
  line-height: 16px;
}

#header .inner .nav .secondary li.item_01 a::before {
  content: "";
}

#header .inner .nav .secondary li.item_02 a::before {
  content: "";
}

#header .inner .nav .secondary li.item_03 a::before {
  content: "";
}

#header .inner .nav .secondary li::before {
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-radius: 1px;
  background-color: #888;
  opacity: 0.3;
  content: "";
}

#header .inner .nav .secondary li:last-child::after {
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  top: 50%;
  right: -2px;
  margin-top: -5px;
  border-radius: 1px;
  background-color: #888;
  opacity: 0.3;
  content: "";
}

#header .inner .nav .primary {
  position: relative;
  padding: 28px 0 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#header .inner .nav .primary li {
  position: relative;
  margin-left: 8px;
}

#header .inner .nav .primary li a,
#header .inner .nav .primary li span {
  position: relative;
  display: block;
  padding: 0 8px 12px;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
}

#header .inner .nav .primary li a {
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#header .inner .nav .primary li a:hover {
  opacity: 0.6;
}

#header .inner .nav .primary li a::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  right: 0;
  bottom: 0;
  background-color: #3d3d3d;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

#header .inner .nav .primary li a::after {
  position: absolute;
  display: block;
  width: 0%;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

#header .inner .nav .primary li a:hover::before {
  width: 0%;
}

#header .inner .nav .primary li a:hover::after {
  width: 100%;
}

#header .inner .nav .primary li span::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

#header .inner .nav .primary li.item_01 a::after,
#header .inner .nav .primary li.item_01 span::after {
  background-color: #ff9f1a;
}

#header .inner .nav .primary li.item_02 a::after,
#header .inner .nav .primary li.item_02 span::after {
  background-color: #33bcde;
}

#header .inner .nav .primary li.item_03 a::after,
#header .inner .nav .primary li.item_03 span::after {
  background-color: #89c70b;
}

#header .inner .nav .primary li.item_04 a::after,
#header .inner .nav .primary li.item_04 span::after {
  background-color: #f4d873;
}

#footer {
  padding: 80px 0 80px;
  width: 80%;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
}

#footer p {
  color: #888;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

#footer .gohome {
  margin-top: -20px;
  padding-bottom: 80px;
  text-align: center;
}

#footer .gohome a {
  position: relative;
  display: inline-block;
  height: 50px;
  padding: 0 25px 0 42px;
  border-radius: 25px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#footer .gohome a::after {
  position: absolute;
  display: block;
  left: 16px;
  top: 11px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 28px;
  opacity: 0.5;
  content: "";
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

#footer .gohome a:hover {
  opacity: 0.6;
}

#footer .gohome a:hover::after {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}

#page_top {
  position: fixed;
  right: 30px;
  bottom: -70px;
  z-index: 80;
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

#page_top.active {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}

#page_top a {
  position: relative;
  color: #3d3d3d;
  font-family: "Phosphor";
  font-size: 40px;
  font-weight: 400;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

#page_top a:hover {
  opacity: 0.6;
}

.category_nav {
  margin: 40px 0 50px;
}

.category_nav ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.category_nav ul li {
  padding: 0 5px;
}

.category_nav ul li a, .category_nav ul li span {
  position: relative;
  display: block;
  height: 40px;
  padding: 0 10px;
  color: #3d3d3d;
  font-weight: 500;
}

.category_nav ul li a::before, .category_nav ul li span::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  right: 0;
  bottom: 0;
  background-color: #ddd;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.category_nav ul li a::after, .category_nav ul li span::after {
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.category_nav ul li span::before,
.category_nav ul li a:hover::before {
  width: 0%;
}

.category_nav ul li span::after,
.category_nav ul li a:hover::after {
  width: 100%;
}

.category_nav ul li a {
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.category_nav ul li a:hover {
  opacity: 0.6;
}

.category_nav ul.news *::after {
  background-color: #ff9f1a;
}

.category_nav ul.riddle *::after {
  background-color: #33bcde;
}

.category_nav ul.book *::after {
  background-color: #89c70b;
}

.category_nav ul.about *::after {
  background-color: #f4d873;
}

.section_box {
  position: relative;
  width: 80%;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
}

.section_box header.header {
  padding: 30px 50px 30px;
}

.section_box header.header h2, .section_box header.header h3 {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.section_box header.header h2 .jp, .section_box header.header h3 .jp {
  position: relative;
  top: 5px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
}

.section_box header.header h2 .en, .section_box header.header h3 .en {
  font-family: "Fredoka", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.08em;
}

.section_box header.header h2 .en::before, .section_box header.header h3 .en::before {
  position: relative;
  padding-right: 10px;
  top: 4px;
  font-family: "Phosphor";
  font-weight: 400;
  content: attr(data-icon);
}

.section_box header.header h2.news .en::before, .section_box header.header h3.news .en::before {
  color: #ff9f1a;
}

.section_box header.header h2.riddle .en::before, .section_box header.header h3.riddle .en::before {
  color: #33bcde;
}

.section_box header.header h2.book .en::before, .section_box header.header h3.book .en::before {
  color: #89c70b;
}

.section_box header.header h2.about .en::before, .section_box header.header h3.about .en::before {
  color: #f4d873;
}

.section_box header.none {
  display: none;
}

.section_box .btns {
  width: 100%;
  padding: 10px 40px 10px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_box .btns li {
  padding: 0 10px 10px 0;
}

.section_box .btns li a {
  display: inline-block;
  padding: 0 7px 10px 5px;
  border-bottom: 4px solid #3d3d3d;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .btns li a:hover {
  opacity: 0.6;
}

.section_box .btns li a::before {
  position: relative;
  display: inline-block;
  top: 2px;
  padding-right: 5px;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  content: attr(data-icon);
}

.section_box .big_btns {
  width: 100%;
  padding: 40px 40px 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_box .big_btns li {
  position: relative;
  margin: 0 12px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .big_btns li a {
  display: inline-block;
  padding: 0 7px 20px 5px;
  color: #3d3d3d;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .big_btns li a:hover {
  opacity: 0.6;
}

.section_box .big_btns li a::before {
  position: relative;
  display: inline-block;
  top: 4px;
  padding-right: 5px;
  font-family: "Phosphor";
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
  content: attr(data-icon);
}

.section_box .big_btns li:hover {
  opacity: 0.6;
}

.section_box .big_btns li::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 6px;
  right: 0;
  bottom: 0;
  background-color: #3d3d3d;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .big_btns li::after {
  position: absolute;
  display: block;
  width: 0%;
  height: 6px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .big_btns li:hover::before {
  width: 0%;
}

.section_box .big_btns li:hover::after {
  width: 100%;
}

.section_box .big_btns.news li::after {
  background-color: #ff9f1a;
}

.section_box .big_btns.riddle li::after {
  background-color: #33bcde;
}

.section_box .big_btns.book li::after {
  background-color: #89c70b;
}

.section_box .big_btns.about li::after {
  background-color: #f4d873;
}

.section_box .list_inner {
  padding: 0 40px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.section_box .list_inner .item {
  width: calc(33% - 20px);
  margin-bottom: 40px;
}

.section_box .list_inner .item .thumbnail {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ccc;
  border-radius: 30px;
  -webkit-transition: 0.2s ease-in-out border-radius, 0.2s ease opacity;
  transition: 0.2s ease-in-out border-radius, 0.2s ease opacity;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

.section_box .list_inner .item .thumbnail::before {
  display: block;
  padding-top: 55%;
  content: "";
}

.section_box .list_inner .item .thumbnail:hover {
  opacity: 0.8;
  border-radius: 60px;
}

.section_box .list_inner .item .text {
  padding: 18px 20px 0;
}

.section_box .list_inner .item .text h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.section_box .list_inner .item .text h3.direct::after {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 6px;
  font-family: "Phosphor";
  font-size: 18px;
  line-height: 18px;
  content: "";
}

.section_box .list_inner .item .text p {
  color: #777;
  font-size: 14px;
  line-height: 22px;
}

.section_box .news_inner {
  padding: 0 40px;
}

.section_box .news_inner ul {
  width: 100%;
  padding: 0 0 20px;
}

.section_box .news_inner ul li {
  display: block;
}

.section_box .news_inner ul li a {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #3d3d3d;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .news_inner ul li a:hover {
  opacity: 0.6;
}

.section_box .news_inner ul li a::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  bottom: 0;
  background-color: #3d3d3d;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .news_inner ul li a::after {
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #ff9f1a;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .news_inner ul li a .date {
  padding: 0 20px 0 15px;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.08em;
}

.section_box .news_inner ul li a .text {
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}

.section_box .news_inner ul li a:hover::before {
  width: 0%;
}

.section_box .news_inner ul li a:hover::after {
  width: 100%;
}

.section_box .text_inner {
  padding: 0 50px 20px;
}

.section_box .text_inner h4 {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 55px;
  font-size: 22px;
  line-height: 44px;
  font-weight: 600;
}

.section_box .text_inner ul + h4 {
  padding-top: 35px;
}

.section_box .text_inner p {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 55px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}

.section_box .text_inner p a {
  color: #dba55a;
  font-weight: 600;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .text_inner p a:hover {
  opacity: 0.6;
}

.section_box .text_inner img {
  display: block;
  width: calc(100% - 60px);
  height: auto;
  margin: 0 auto 20px;
  border-radius: 30px;
}

.section_box .text_inner .img_single img {
  border-radius: 8px;
}

.section_box .text_inner .img_multi {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.section_box .text_inner .img_multi img {
  width: calc(50% - 10px);
}

.section_box .text_inner .img {
  width: calc(100% - 60px);
  height: 300px;
  margin: 0 auto 20px;
  border-radius: 30px;
  background-size: cover;
  background-position: 50% 50%;
}

.section_box .text_inner dl.dl_list {
  padding: 5px 55px 20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
}

.section_box .text_inner dl.dl_list dt {
  width: 120px;
  padding: 4px 0 6px 0;
  margin-bottom: 8px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
}

.section_box .text_inner dl.dl_list dd {
  position: relative;
  width: calc(100% - 140px);
  padding-left: 20px;
  margin-bottom: 8px;
  top: 4px;
  font-size: 18px;
  line-height: 18px;
}

.section_box .text_inner dl.dl_list dd a {
  color: #3d3d3d;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .text_inner dl.dl_list dd a:hover {
  opacity: 0.6;
}

.section_box .text_inner dl.dl_table {
  position: relative;
  margin: 25px 55px 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-align: justify;
  border-top: 2px solid #3d3d3d;
  border-bottom: 2px solid #3d3d3d;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.section_box .text_inner dl.dl_table dt {
  width: 150px;
  padding: 10px 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-bottom: 1px solid #888;
  font-weight: 700;
}

.section_box .text_inner dl.dl_table dt:last-of-type {
  border-bottom: none;
}

.section_box .text_inner dl.dl_table dd {
  width: calc(100% - 150px);
  padding: 10px 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.section_box .text_inner dl.dl_table dd:last-of-type {
  border-bottom: none;
}

.section_box .text_inner dl.dl_table dd a {
  color: #3d3d3d;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .text_inner dl.dl_table dd a:hover {
  opacity: 0.6;
}

.section_box .text_inner h4 + dl.dl_table {
  margin-top: 0;
}

.section_box .text_inner dl.dl_table + h4 {
  margin-top: 10px;
}

.section_box .text_inner .btns {
  width: 100%;
  padding: 20px 50px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_box .text_inner .btns li {
  padding: 0 10px 10px 0;
}

.section_box .text_inner .btns li a {
  display: inline-block;
  padding: 0 7px 10px 5px;
  border-bottom: 4px solid #3d3d3d;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 16px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .text_inner .btns li a:hover {
  opacity: 0.6;
}

.section_box .text_inner .btns li a::before {
  position: relative;
  display: inline-block;
  top: 2px;
  padding-right: 5px;
  font-family: "Phosphor";
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  content: attr(data-icon);
}

.section_box .text_inner .xpost_wrap {
  padding: 0 55px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.section_box .text_inner .xpost_wrap > div {
  width: calc(50% - 10px) !important;
}

.section_box .text_inner .xpost_wrap > div:nth-of-type(1) {
  margin-right: 10px;
}

.section_box .text_inner .xpost_wrap > div:nth-of-type(2) {
  margin-left: 10px;
}

.section_box .text_inner .xpost_wrap > p {
  display: none !important;
}

.section_box .works_inner ul {
  padding: 0 100px 20px;
}

.section_box .works_inner ul li {
  display: block;
}

.section_box .works_inner ul li > a,
.section_box .works_inner ul li > div {
  position: relative;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #3d3d3d;
}

.section_box .works_inner ul li > a::before,
.section_box .works_inner ul li > div::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  right: 0;
  bottom: 0;
  background-color: #3d3d3d;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .works_inner ul li > a::after,
.section_box .works_inner ul li > div::after {
  display: block;
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #fbdc6b;
  -webkit-transition: 0.3s ease width;
  transition: 0.3s ease width;
  content: "";
}

.section_box .works_inner ul li > a .date,
.section_box .works_inner ul li > div .date {
  padding: 0 20px 0 15px;
  font-family: "Fredoka", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.08em;
}

.section_box .works_inner ul li > a .text,
.section_box .works_inner ul li > div .text {
  -webkit-flex: 1 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  line-height: 28px;
  text-align: justify;
}

.section_box .works_inner ul li > a .text .tip,
.section_box .works_inner ul li > div .text .tip {
  display: block;
  padding-bottom: 2px;
  color: #777;
  font-size: 14px;
  line-height: 20px;
}

.section_box .works_inner ul li > a {
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .works_inner ul li > a:hover {
  opacity: 0.6;
}

.section_box .works_inner ul li > a .label {
  position: relative;
}

.section_box .works_inner ul li > a .label::after {
  display: inline-block;
  top: 2px;
  margin-left: 5px;
  font-family: "Phosphor";
  font-size: 16px;
  font-weight: 16px;
  content: "";
}

.section_box .works_inner ul li > a:hover::before {
  width: 0%;
}

.section_box .works_inner ul li > a:hover::after {
  width: 100%;
}

.section_box .pagenation {
  padding: 40px 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.section_box .pagenation a {
  margin: 0 10px;
  font-family: "Phosphor";
  font-size: 40px;
  line-height: 40px;
  font-weight: 400;
  color: #3d3d3d;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.section_box .pagenation a:hover {
  opacity: 0.6;
}

#sub_title_header {
  width: 80%;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
}

#sub_title_header .visual {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 60px;
}

#sub_title_header .visual.news {
  background-color: #ff9f1a;
}

#sub_title_header .visual.riddle {
  background-color: #33bcde;
}

#sub_title_header .visual.book {
  background-color: #89c70b;
}

#sub_title_header .visual.about {
  background-color: #f4d873;
}

#sub_title_header .visual h2 {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#sub_title_header .visual h2 .jp {
  padding-bottom: 15px;
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
}

#sub_title_header .visual h2 .en {
  opacity: 0.5;
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
}

#jumbotron {
  position: relative;
  width: 80%;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
}

#jumbotron a.visual {
  -webkit-transition: 0.2s ease-in-out border-radius, 0.2s ease opacity;
  transition: 0.2s ease-in-out border-radius, 0.2s ease opacity;
}

#jumbotron a.visual:hover {
  border-radius: 160px;
  opacity: 0.8;
}

#jumbotron .visual {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  border-radius: 80px;
  background-size: cover;
  background-position: 50% 50%;
}

#jumbotron .visual .text {
  position: absolute;
  bottom: 40px;
  left: -20px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#jumbotron .visual .text span {
  display: inline-block;
  margin-bottom: 4px;
  padding: 7px 12px 11px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  vertical-align: middle;
}

#jumbotron .visual .text span.strong {
  padding: 7px 12px 11px;
  font-size: 34px;
  line-height: 34px;
  font-weight: 800;
  color: #ff9f1a;
}

#jumbotron .visual .text span.strong.book {
  color: #89c70b;
}

#jumbotron .visual .text span.strong.riddle {
  color: #33bcde;
}

#jumbotron .visual .text span.strong.news {
  color: #ff9f1a;
}

#jumbotron.single .visual {
  position: relative;
  height: auto;
}

#jumbotron.single .visual img {
  width: 100%;
  height: auto;
  border-radius: 80px;
  pointer-events: none;
}

#jumbotron .guzuria {
  position: absolute;
  display: block;
  width: 310px;
  height: 343px;
  bottom: -59px;
  right: -30px;
  background-image: url(../img/jumbo_guzuria.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease-in-out transform;
  transition: 0.2s ease opacity, 0.2s ease-in-out transform;
}

#jumbotron .guzuria .text {
  position: absolute;
  bottom: 40px;
  left: -30px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#jumbotron .guzuria .text span {
  display: inline-block;
  margin-bottom: 2px;
  padding: 4px 8px 6px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
}

#jumbotron .guzuria .text span.strong {
  padding: 4px 8px 8px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 800;
}

#jumbotron .guzuria:hover {
  opacity: 0.8;
  -webkit-transform: scale(0.94);
  transform: scale(0.94);
}

#sp_nav,
#sp_nav_toggle {
  display: none;
}

#body_home .section_box .footer {
  position: absolute;
  top: 38px;
  right: 60px;
}

#body_home .section_box .footer a {
  position: relative;
  display: inline-block;
  height: 30px;
  padding: 0 40px 0 25px;
  border-radius: 15px;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_home .section_box .footer a::after {
  position: absolute;
  display: block;
  right: 12px;
  top: 1px;
  font-family: "Phosphor";
  font-size: 14px;
  line-height: 28px;
  opacity: 0.5;
  content: "";
  -webkit-transition: 0.2s ease transform;
  transition: 0.2s ease transform;
}

#body_home .section_box .footer a:hover {
  opacity: 0.6;
}

#body_home .section_box .footer a:hover::after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

#body_news #sub_title_header + .section_box {
  padding-top: 60px;
}

#body_news .text_inner {
  padding-bottom: 70px;
}

#body_news .text_inner h3 {
  display: inline-block;
  padding: 0 10px 5px;
  margin: 0 40px 40px;
  border-bottom: 6px solid #3d3d3d;
}

#body_news .text_inner h3 .date {
  padding: 0 0 12px 2px;
  color: #888;
  font-family: "Fredoka", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  opacity: 0.7;
}

#body_news .text_inner h3 .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}

#body_about .list_inner {
  padding: 0 100px;
}

#body_about .list_inner .item {
  width: calc(33% - 15px);
  margin-bottom: 30px;
}

#body_about .text_inner h4 + dl {
  margin: 0 55px 20px !important;
}

#body_about .works {
  padding-top: 20px;
}

#body_about .img_01 {
  height: 300px;
  background-image: url(../img/guzuri_profile.png);
  background-position: 50% 50%;
}

#body_about .img_02 {
  height: 600px;
  background-image: url(../img/guzuria_profile.png);
  background-position: 0 50%;
}

.modal_box {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 300;
}

.modal_box .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
  border: 1px solid #e8edf2;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(29, 17, 94, 0.1);
          box-shadow: 0px 3px 5px 0px rgba(29, 17, 94, 0.1);
  overflow: hidden;
}

.modal_box .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #fff;
}

.modal_box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: "Phosphor";
  font-size: 30px;
  line-height: 30px;
  text-align: right;
  z-index: 220;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  cursor: pointer;
}

.modal_box .close:hover {
  opacity: 0.6;
}

.modal_box .close::before {
  content: "";
}

#riddle_section_box hr {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 auto 60px;
  border: none;
  border-radius: 6px;
  background-color: #ddd;
  overflow: visible;
}

#riddle_section_box hr::after {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  left: -24px;
  border-radius: 6px;
  background-color: #ddd;
  content: "";
}

#riddle_section_box hr::before {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  right: -24px;
  border-radius: 6px;
  background-color: #ddd;
  content: "";
}

#riddle_section_box #answer_box {
  padding: 30px 0 60px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#riddle_section_box #answer_box input {
  width: 400px;
  height: 50px;
  margin-right: 10px;
  padding: 2px 25px 0;
  border-radius: 25px;
  font-size: 20px;
  line-height: 48px;
  border: 1px solid #888;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#riddle_section_box #answer_box input::-webkit-input-placeholder {
  color: #888;
}

#riddle_section_box #answer_box input:-ms-input-placeholder {
  color: #888;
}

#riddle_section_box #answer_box input::-ms-input-placeholder {
  color: #888;
}

#riddle_section_box #answer_box input::placeholder {
  color: #888;
}

#riddle_section_box #answer_box #answer_send {
  width: 200px;
  height: 50px;
  background-color: #33bcde;
  text-align: center;
  border-radius: 25px;
  font-size: 20px;
  line-height: 48px;
  color: #fff;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#riddle_section_box #answer_box #answer_send:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#riddle_section_box .toggle_box {
  margin: 30px 50px 0;
}

#riddle_section_box .toggle_box .header {
  padding: 0;
}

#riddle_section_box .toggle_box .header label {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 25px 0 42px;
  border-radius: 25px;
  background-color: #f4d873;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 48px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#riddle_section_box .toggle_box .header label:hover {
  opacity: 0.6;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#riddle_section_box .toggle_box .header label::before {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-right: 5px;
  font-family: "Phosphor";
  font-size: 22px;
  line-height: 28px;
  content: "";
}

#riddle_section_box .toggle_box .header label[for="riddle_answer"] {
  background-color: #f4b673;
}

#riddle_section_box .toggle_box .header label[for="riddle_answer"]::before {
  content: "";
}

#riddle_section_box .toggle_box .toggle_inner {
  display: none;
  padding: 40px 0 40px;
  background-color: #fff;
  border-radius: 0 0 25px 25px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#riddle_section_box .toggle_box .toggle_inner h4 {
  padding: 0 50px 10px;
  font-size: 22px;
  line-height: 22px;
}

#riddle_section_box .toggle_box .toggle_inner p {
  padding: 0 50px;
}

#riddle_section_box .toggle_checkbox {
  display: none;
}

#riddle_section_box .toggle_checkbox:checked + .toggle_box .header label {
  border-radius: 25px 25px 0 0;
}

#riddle_section_box .toggle_checkbox:checked + .toggle_box .toggle_inner {
  display: block;
}

#zoom_answer {
  background-image: url(../img/answer_x.png);
}

#zoom_answer.o {
  background-image: url(../img/answer_o.png);
}
/*# sourceMappingURL=style.css.map */