@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;800&family=Roboto:wght@500&display=swap");
/* =======================================

  ENTERTAINMENT

======================================= */
#container {
  min-width: 1020px;
}

@media screen and (max-width: 736px) {
  #container {
    min-width: auto;
  }
}
#entertainment a {
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}

/* icon fonts
--------------------------------------------------*/
@font-face {
  font-family: "ico_cocos_menu";
  src: url("/css/lp/lp_font/cocos_menu.eot?-3svisb");
  src: url("/css/lp/lp_font/cocos_menu.eot?#iefix-3svisb") format("embedded-opentype"), url("/css/lp/lp_font/cocos_menu.woff?-3svisb") format("woff"), url("/css/lp/lp_font/cocos_menu.ttf?-3svisb") format("truetype"), url("/css/lp/lp_font/cocos_menu.svg?-x36oob#ico_cocos_menu") format("svg");
}
/* CSS Document */
#entertainment {
  background-size: auto auto;
  background-color: #fffefc;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, rgba(148, 117, 110, 0.05) 35px, rgba(148, 117, 110, 0.05) 55px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #561e11;
  padding-top: 30px;
  min-width: 1020px;
  display: block;
  position: relative;
  line-height: 1.8;
}

#entertainment img {
  max-width: 100%;
  height: auto;
}

#entertainment p {
  text-align: center;
  letter-spacing: 0.075em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1.2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
}

#entertainment rt {
  display: none;
}

#entertainment .wrap {
  width: 1000px;
  margin: 30px auto 80px;
  transform: rotate(0.028deg);
}

#entertainment .bg {
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #fff2f0;
  display: flex;
  position: absolute;
}

#entertainment .bg .dot {
  width: 320px;
  height: 320px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 50%;
  background: #fff2f0;
  border: 3px dotted #f7cac3;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.sp {
  display: none;
}

@media screen and (max-width: 1020px) {
  #entertainment .wrap {
    width: auto;
  }
}
@media screen and (max-width: 736px) {
  #gHeader, #gHeader .inner {
    width: 100%;
    min-width: auto;
    height: 70px;
  }

  #gHeader h1 {
    width: 50px;
    padding: 28px 0 0;
  }

  #gHeader h1 img {
    width: 100%;
    height: auto;
  }

  #entertainment {
    font-size: 1rem;
    font-size: 100%;
    padding-top: 30px;
    min-width: inherit;
  }

  #entertainment p {
    line-height: 2;
  }

  [data-ruby]::before {
    letter-spacing: -0.14em;
    font-size: 10px;
    -webkit-transform: translateY(-0.1em);
    -moz-transform: translateY(-0.1em);
    -ms-transform: translateY(-0.1em);
    -o-transform: translateY(-0.1em);
    transform: translateY(-0.1em);
    margin-left: -2px;
  }

  #entertainment .wrap {
    width: auto;
    margin: 10px 20px 50px;
  }

  #entertainment .bg {
    width: 55vw;
    height: 55vw;
  }

  #entertainment .bg .dot {
    width: 52vw;
    height: 52vw;
    border: 2px dotted #f7cac3;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/*--------------------------------------------
top
--------------------------------------------*/
#entertainment .top {
  text-align: center;
  position: relative;
}

#entertainment .top .foot_left li {
  transform: rotate(80deg);
  width: 3%;
  position: absolute;
}

#entertainment .top .foot_left li:first-child {
  top: 485px;
  left: 40px;
}

#entertainment .top .foot_left li:nth-child(2) {
  top: 426px;
  left: 60px;
}

#entertainment .top .foot_left li:nth-child(3) {
  top: 420px;
  left: 120px;
}

#entertainment .top .foot_left li:last-child {
  top: 360px;
  left: 140px;
}

#entertainment .fade {
  display: flex;
  flex-direction: row-reverse;
}

#entertainment .fade li {
  opacity: 0;
}

#entertainment .fade li.show {
  opacity: 1;
}

#entertainment .top .title {
  display: block;
  padding: 20px 80px 10px;
}

#entertainment .top .circle {
  width: 1000px;
  margin: 100px auto;
  position: relative;
}

#entertainment .top .circle .bg {
  width: 360px;
  height: 360px;
  right: 90px;
  top: -50px;
}

#entertainment .top .circle .bg .dot {
  width: 340px;
  height: 340px;
  padding: 0 27px;
}

#entertainment .top .circle .bg .dot .img {
  width: 330px;
}

#entertainment .top .circle .bg .dot .img img {
  width: 100%;
}

#entertainment .top .circle .small {
  font-size: 11px;
  line-height: 1.3;
  margin-top: 5px;
}

#entertainment .top .circle .circleBg {
  background: url("/files/entertainment/bg_characte.png") no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  margin-left: 100px;
}

#entertainment .top .circle .circleBg p:first-child {
  padding-top: 75px;
}

#entertainment .top .circle .circleBg img {
  width: 50%;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  #entertainment .top .logo {
    width: 20%;
    height: auto;
  }

  #entertainment .top .foot_left li {
    width: 5%;
  }

  #entertainment .top .foot_left li:first-child {
    top: 47%;
    left: 0;
  }

  #entertainment .top .foot_left li:nth-child(2) {
    top: 43%;
    left: 6vw;
  }

  #entertainment .top .foot_left li:nth-child(3) {
    top: 43%;
    left: 16vw;
  }

  #entertainment .top .foot_left li:last-child {
    top: 39%;
    left: 14vw;
  }

  #entertainment .top .title {
    padding: 20px 0 10px;
  }

  #entertainment .top .circle {
    width: auto;
    margin: 30px 0;
  }

  #entertainment .top .circle .bg {
    position: relative;
    right: 0;
    top: 0;
    margin-left: auto;
    width: 65vw;
    height: 65vw;
  }

  #entertainment .top .circle .bg .dot {
    padding: 0 24px;
    width: 62vw;
    height: 62vw;
  }

  #entertainment .top .circle .bg .dot .img {
    width: 60vw;
  }

  #entertainment .top .circle .small {
    margin: 5px;
  }

  #entertainment .top .circle .circleBg {
    background: url("/files/entertainment/bg_characte_sp.png") no-repeat;
    background-size: cover;
    width: 95vw;
    height: 95vw;
    margin-left: -3vw;
    margin-top: -30px;
  }

  #entertainment .top .circle .circleBg p {
    line-height: 1.8;
  }

  #entertainment .top .circle .circleBg p:first-child {
    padding-top: 16.5vw;
  }

  #entertainment .top .circle .circleBg img {
    width: 48vw;
    margin-bottom: 3px;
  }

  #entertainment .top .circle .circleBg [data-ruby]::before {
    -webkit-transform: translateY(0.15em);
    -moz-transform: translateY(0.15em);
    -ms-transform: translateY(0.15em);
    -o-transform: translateY(0.15em);
    transform: translateY(0.15em);
  }
}
/*--------------------------------------------
contents
--------------------------------------------*/
#entertainment .contents {
  height: auto;
  border-radius: 50px;
  text-align: center;
  position: relative;
  transition: 0.5s;
}

#entertainment .contents .contents_outer {
  margin-top: 80px;
}

#entertainment .contents .contents_wrap {
  background: #fdf8dc;
  padding: 80px;
  margin: 0 -100px;
  border-radius: 50px 50px 0 0;
}

#entertainment .contents .contents_outer .contents_wrap:not(:first-child) {
  border-radius: 0;
}

#entertainment .contents .foot_right li {
  transform: rotate(20deg);
  width: 3%;
  position: absolute;
}

#entertainment .contents .foot_right li:first-child {
  top: 10px;
  right: 120px;
}

#entertainment .contents .foot_right li:nth-child(2) {
  top: -26px;
  right: 175px;
}

#entertainment .contents .foot_right li:nth-child(3) {
  top: -96px;
  right: 145px;
}

#entertainment .contents .foot_right li:last-child {
  top: -136px;
  right: 215px;
}

#entertainment .contents p {
  position: relative;
}

#entertainment .contents p::after {
  content: "";
  display: block;
  background: linear-gradient(to right, #ef8575, #ef8575 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%) 0% 0%;
  background-size: 26px 3px;
  height: 3px;
  right: 0;
  left: 0;
  margin: auto;
}

#entertainment .contents .coloring_wrap p::after {
  width: 39%;
  padding-bottom: 1px;
}

#entertainment .contents .kids_wrap p::after {
  width: 49%;
}

#entertainment .contents .text {
  position: relative;
  margin: 10px 0 30px;
  display: inline-block;
}

#entertainment .contents .coloring_wrap .text {
  padding-left: 2.5em;
  margin: 10px 0 30px;
}

#entertainment .contents .text::after {
  width: 99.6% !important;
  margin-right: 0;
}

#entertainment .contents .coloring_wrap .text img {
  position: absolute;
  bottom: 0;
  left: -85px;
  width: 30%;
}

#entertainment .contents .coloring_wrap .no_indent {
  padding-left: 0;
}

#entertainment .contents .kids_wrap .text img {
  margin: 0 5px 5px;
  width: 15%;
}

#entertainment .contents .click {
  display: inline-block;
}

#entertainment .contents .click a {
  color: #fff;
  background: #ef8575;
  border: 3px solid #69301a;
  border-radius: 50px;
  box-shadow: 0 5px 0 #69301a;
  display: none !important;
  padding: 15px 110px 15px;
  position: relative;
  transition: 0.2s;
}

#entertainment .contents .click a::after {
  content: "";
  background: url("/files/entertainment/icon_foot01.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  transition: 0.2s;
}

#entertainment .contents .click a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 1px 0 #69301a;
}

#entertainment .contents .click .active {
  display: block !important;
  transition: 0.2s;
}

#entertainment .contents .click .modal.active {
  display: block;
  background: #fff261;
  color: #69301a;
}

#entertainment .contents .contents_image img {
  margin: 0 auto 30px;
  width: 900px;
  height: 100%;
}

#entertainment .contents .kids_image img {
  margin: 0 auto 30px;
  width: 900px;
  height: 100%;
}

#entertainment .contents_image.active .question,
#entertainment .contents_image .answer,
#entertainment .kids_image.active .question,
#entertainment .kids_image .answer {
  display: none;
  transition: all 300ms ease;
}

#entertainment .contents_image.active .answer,
#entertainment .kids_image.active .answer {
  display: block;
}

.bounceIn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@keyframes bounceIn {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@keyframes bounceOut {
  0% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#entertainment .contents_wrap.active {
  background: #ffedf5;
}

#entertainment .menu {
  margin: 80px auto;
}

#entertainment a.kidsmenu {
  display: inline-block;
  color: #fff;
  background: #fa8e0f;
  border: 3px solid #69301a;
  border-radius: 50px;
  box-shadow: 0 5px 0 #69301a;
  padding: 15px 50px 15px;
  position: relative;
  transition: 0.2s;
}

#entertainment a.kidsmenu::after {
  content: "";
  background: url("/files/entertainment/icon_foot01.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  transition: 0.2s;
}

#entertainment a.kidsmenu:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 1px 0 #69301a;
}

@media screen and (max-width: 1170px) {
  #entertainment .contents .contents_wrap {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  #entertainment .contents {
    width: auto;
    height: auto;
    border-radius: 30px;
  }

  #entertainment .contents .contents_wrap {
    padding: 40px 20px;
  }

  #entertainment .contents .contents_outer .contents_wrap {
    margin: 0;
  }

  #entertainment .contents .foot_right li {
    width: 5%;
  }

  #entertainment .contents .foot_right li:first-child {
    top: 0;
    right: 4vw;
  }

  #entertainment .contents .foot_right li:nth-child(2) {
    top: -52px;
    right: 12vw;
  }

  #entertainment .contents .foot_right li:nth-child(3) {
    top: -155px;
    right: 8vw;
  }

  #entertainment .contents .foot_right li:last-child {
    top: -190px;
    right: 16vw;
  }

  #entertainment .contents p {
    line-height: 2.2;
  }

  #entertainment .contents p::after {
    display: none;
  }

  #entertainment .contents .coloring_wrap .text {
    padding-left: 0;
    margin: 20px 0;
  }

  #entertainment .contents .kids_wrap .text {
    margin: 0px 0 20px;
  }

  #entertainment .contents p span {
    border-bottom: 2px dashed #ef8575;
  }

  #entertainment .contents .text::after {
    width: 88%;
    margin-right: 0;
  }

  #entertainment .contents .coloring_wrap .text img {
    bottom: auto;
    top: -19px;
    left: 2px;
    width: 28%;
  }

  #entertainment .contents .kids_wrap .text img {
    width: 13%;
    margin: 0 5px 9px;
  }

  #entertainment .contents .click a {
    border: 2px solid #69301a;
    box-shadow: 0 4px 0 #69301a;
    padding: 10px 50px 5px;
    display: block;
  }

  #entertainment .contents .click a:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 2px 0 #69301a;
  }

  #entertainment .contents .click a::after {
    width: 20px;
    height: 20px;
    right: 15px;
  }

  #entertainment .contents .contents_image img {
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
  }

  #entertainment .contents .kids_image img {
    margin: 0 auto 20px;
    width: 100%;
    height: 100%;
  }

  #entertainment .contents .click.active .modal {
    display: block;
  }

  #entertainment .contents a.kidsmenu {
    border: 2px solid #69301a;
    box-shadow: 0 4px 0 #69301a;
    padding: 10px 40px;
  }

  #entertainment .contents a.kidsmenu::after {
    width: 20px;
    height: 20px;
    right: 7px;
  }

  #entertainment .contents a.kidsmenu:hover {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0 2px 0 #69301a;
  }
}
/*--------------------------------------------
message
--------------------------------------------*/
#entertainment .message {
  position: relative;
  padding: 11em 0;
  text-align: center;
}

#entertainment .message .foot_back {
  transform: rotate(0deg);
  width: 17%;
  position: absolute;
  right: 50px;
  top: 250px;
}

#entertainment .message .bg {
  left: 220px;
  top: 0;
}

#entertainment .message .bg .dot p {
  font-size: 25px;
}

#entertainment .message img {
  position: absolute;
  top: 140px;
  right: 215px;
}

@media screen and (max-width: 736px) {
  #entertainment .message {
    padding: 38vw 0;
  }

  #entertainment .message .foot_back {
    width: 19%;
    right: -70vw;
    top: 220px;
  }

  #entertainment .message .bg {
    left: 0;
    top: 0;
  }

  #entertainment .message .bg .dot p {
    font-size: 1rem;
    font-size: 100% !important;
  }

  #entertainment .message img {
    top: 140px;
    right: -50px;
    left: 0;
    width: 47%;
    margin: auto;
  }
}
/*--------------------------------------------
download
--------------------------------------------*/
#entertainment .download {
  overflow: hidden;
}

#entertainment .download .inner {
  width: auto;
  min-height: 300px;
  border-top-right-radius: 1500px 400px;
  border-top-left-radius: 1500px 400px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  background: #fdf8dc;
}

#entertainment .download .wrap {
  margin: 110px auto 0;
  padding: 150px 0 80px;
  position: relative;
}

#entertainment .download .wrap .ribbon {
  width: 600px;
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
  margin: auto;
}

#entertainment .download .wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

#entertainment .download .wrap ul li {
  width: calc((100% - 40px * 2) / 3);
  position: relative;
}

#entertainment .download .wrap ul li a {
  font-size: 15px;
  color: #fff;
  background: #ef8575;
  border: 2px solid #69301a;
  border-radius: 10px;
  box-shadow: 0 3px 0 #69301a;
  display: inline-block;
  padding: 2px 0;
  width: 130px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  margin: auto;
}

#entertainment .download .wrap ul li a:hover {
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow: 0 1px 0 #69301a;
}

#entertainment .download .copyright {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #561e11;
  text-align: right;
  margin: 40px 0 50px;
}

#entertainment .download .top {
  display: inline-block;
  color: #561e11;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
}

#entertainment .download .top::before {
  content: "\e610";
  font-family: "ico_cocos_menu";
  color: #FF6633;
  vertical-align: -1px;
}

@media screen and (max-width: 736px) {
  #entertainment .download .inner {
    border-top-right-radius: 1000px 550px;
    border-top-left-radius: 1000px 550px;
  }

  #entertainment .download .wrap {
    margin: 55px auto 0;
    padding: 80px 0 40px;
  }

  #entertainment .download .wrap .ribbon {
    width: 90%;
    top: -50px;
  }

  #entertainment .download .wrap ul {
    display: block;
  }

  #entertainment .download .wrap ul li {
    width: 70%;
    margin: 0 auto 40px;
  }

  #entertainment .download .wrap ul li:last-child {
    margin-bottom: 0;
  }

  #entertainment .download .wrap ul li a {
    font-size: 1.3rem;
    border: 1px solid #69301a;
    border-radius: 10px;
    padding: 0;
    width: 120px;
    bottom: 8vw;
  }

  #entertainment .download .copyright {
    margin: 20px 20px 30px 0;
    font-size: 1.3rem;
  }

  #entertainment .download .top {
    margin-left: 10px;
  }

  #entertainment .sp.copyright {
    background: #fff;
    text-align: left;
    font-size: 10px;
    line-height: 1.8;
    padding: 20px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    display: none !important;
  }
}
/*--------------------------------------------
002
--------------------------------------------*/
#entertainment .pastquestions {
  background: #fff4f2;
  padding: 40px 80px;
  margin: 0 -100px;
  border-radius: 0 0 50px 50px;
  display: flex;
  flex-flow: column;
  align-items: center;
}

#entertainment .pastquestions p {
  margin: 20px 0;
  display: inline-block;
}

#entertainment .pastquestions ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#entertainment .pastquestions ul li {
  width: calc((900px - 80px) / 3);
  margin: 0 20px 24px;
}

#entertainment .pastquestions a {
  width: 260px;
  height: auto;
  display: inline-block;
}

#entertainment .pastquestions a img {
  display: inline-block;
  transition: transform 0.2s linear;
}

#entertainment .pastquestions a:hover img {
  transform: scale(1.05);
}

#entertainment.past {
  padding: 30px 0 100px;
}

#entertainment.past .contents_wrap {
  border-radius: 50px;
}

#entertainment.past .past_text p::after {
  display: none;
}

#entertainment.past .contents .kids_wrap {
  margin: 0;
}

#entertainment.past .past_text {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
}

#entertainment.past .past_text p span {
  line-height: 62px;
  display: inline-block;
  position: relative;
  height: 60px;
  margin: auto;
  text-align: center;
  color: #fff;
  background: #fa4141;
}

#entertainment.past .past_text p span:before,
#entertainment.past .past_text p span:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  border: 30px solid #fa4141;
}

#entertainment.past .past_text p span:before {
  left: -40px;
  border-left-width: 15px;
  border-left-color: transparent;
}

#entertainment.past .past_text p span:after {
  right: -40px;
  border-right-width: 15px;
  border-right-color: transparent;
}

#entertainment.past .past_text p span [data-ruby]::before {
  top: -3.4em;
}

#entertainment.past a.return {
  display: inline-block;
  color: #fff;
  background: #91c422;
  border: 3px solid #69301a;
  border-radius: 50px;
  box-shadow: 0 5px 0 #69301a;
  padding: 15px 50px 15px;
  position: relative;
  transition: 0.2s;
}

#entertainment.past a.return::after {
  content: "";
  background: url("/files/entertainment/icon_foot01.png") no-repeat;
  background-size: contain;
  transform: rotate(75deg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  transition: 0.2s;
}

#entertainment.past a.return:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  box-shadow: 0 1px 0 #69301a;
}

#entertainment.past .btn {
  display: flex;
  flex-flow: column;
  align-items: center;
}

#entertainment.past .btn a {
  margin: 10px auto;
}

@media screen and (max-width: 1170px) {
  #entertainment .pastquestions {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  #entertainment .pastquestions {
    padding: 20px;
  }

  #entertainment .pastquestions .past_link {
    margin: 10px auto;
  }

  #entertainment .pastquestions ul {
    display: block;
  }

  #entertainment .pastquestions ul li {
    width: 100%;
    margin: 0 0 24px;
  }

  #entertainment .pastquestions a {
    width: 60%;
  }

  #entertainment.past {
    padding: 30px 0 40px;
  }

  #entertainment.past .past_text p span {
    border-bottom: none;
    z-index: 10;
  }

  #entertainment.past .past_text p span:before,
#entertainment.past .past_text p span:after {
    position: absolute;
    top: 0;
    display: block;
    content: "";
    border: 30px solid #fa4141;
  }

  #entertainment.past .past_text p span:before {
    left: -20px;
    border-left-width: 10px;
    border-left-color: transparent;
  }

  #entertainment.past .past_text p span:after {
    right: -20px;
    border-right-width: 10px;
    border-right-color: transparent;
    z-index: -1;
  }

  #entertainment.past .contents {
    height: auto;
  }

  #entertainment.past .contents .kids_wrap {
    margin: 20px 0 0;
  }

  #entertainment.past .contents a.kidsmenu {
    margin: 8px auto;
  }

  #entertainment.past a.return {
    border: 2px solid #69301a;
    box-shadow: 0 4px 0 #69301a;
    padding: 10px 40px 5px;
  }

  #entertainment.past a.return::after {
    width: 20px;
    height: 20px;
    left: 7px;
  }

  #entertainment.past .btn a {
    margin: 8px auto;
  }
}
#entertainment .min {
  display: inline-block;
  margin: 30px 0;
  color: #ff0000;
}

#entertainment .min br.sp {
  display: none;
}

@media screen and (max-width: 736px) {
  #entertainment .min {
    display: block;
    margin: 10px 0 30px;
  }

  #entertainment .min span {
    display: inline-block;
  }

  #entertainment .min br.sp {
    display: block;
  }
}