@charset "UTF-8";
.flex-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

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

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.font-xs {
  font-size: 0.75rem;
  line-height: 1.2rem; }

.font-sm {
  font-size: 0.875rem;
  line-height: 1.4rem; }

.font-base {
  font-size: 1rem;
  line-height: 1.6rem; }

.font-lg {
  font-size: 1.125rem;
  line-height: 1.8rem; }

.font-xl {
  font-size: 1.25rem;
  line-height: 2rem; }

.font-2xl {
  font-size: 1.5rem;
  line-height: 2.4rem; }

.font-3xl {
  font-size: 1.875rem;
  line-height: 3rem; }

.font-4xl {
  font-size: 2.25rem;
  line-height: 3.6rem; }

.font-5xl {
  font-size: 3rem;
  line-height: 4.8rem; }

.font-6xl {
  font-size: 3.75rem;
  line-height: 6rem; }

.font-7xl {
  font-size: 4.5rem;
  line-height: 7.2rem; }

.font-8xl {
  font-size: 6rem;
  line-height: 9.6rem; }

.font-9xl {
  font-size: 8rem;
  line-height: 12.8rem; }

.gradient-text {
  color: transparent;
  background-image: -webkit-linear-gradient(30deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  background-image: -o-linear-gradient(30deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  background-image: linear-gradient(60deg, #9a7b2d 5%, #c9b260 19.89%, #fce57e 32.8%, #f0e8a1 52.4%, #e4d17d 72.98%, #9a7b2d 90%);
  -webkit-background-clip: text;
  background-clip: text; }

.align-right {
  margin-right: 0;
  margin-left: auto;
  display: block; }

.align-center {
  margin-right: auto;
  margin-left: auto;
  display: block; }

.abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15); } }

@-webkit-keyframes spin {
  0%, 20% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@keyframes spin {
  0%, 20% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  10% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg); } }

@-webkit-keyframes text-mov {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: -5px;
    left: 5px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@keyframes text-mov {
  0% {
    top: 0px;
    left: 0px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    top: -5px;
    left: 5px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); } }

@-webkit-keyframes subttl-light {
  0% {
    opacity: 0;
    left: 40%; }
  50% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 0;
    left: 60%; } }

@keyframes subttl-light {
  0% {
    opacity: 0;
    left: 40%; }
  50% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 0;
    left: 60%; } }

@-webkit-keyframes point {
  0% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@keyframes point {
  0% {
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px); }
  50% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); } }

@-webkit-keyframes cloud-l {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translate(-5px, -20px);
    transform: translate(-5px, -20px); } }

@keyframes cloud-l {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translate(-5px, -20px);
    transform: translate(-5px, -20px); } }

@-webkit-keyframes cloud-r {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translate(5px, -20px);
    transform: translate(5px, -20px); } }

@keyframes cloud-r {
  0% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: translate(5px, -20px);
    transform: translate(5px, -20px); } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes shake2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes shake2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  75% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-webkit-keyframes shake-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes shake-up {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes biger {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes biger {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes twinkle {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.video-container {
  position: relative;
  height: 0;
  overflow: hidden; }
  .video-container > iframe, .video-container > object, .video-container > embed, .video-container > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-container.horizontal {
  padding-bottom: 56.25%; }

.video-container.vertical {
  padding-bottom: 177.78%; }

/*	使用方式
	.video-container
		iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
#topbar {
  background: #AD3224;
  -webkit-box-shadow: 0 0 10px rgba(72, 72, 91, 0.3);
  box-shadow: 0 0 10px rgba(72, 72, 91, 0.3);
  height: 80px; }
  #topbar .logos a.logo img.c {
    width: 83px;
    height: 50px; }
  #topbar .logos a.logo img.j {
    width: 78px;
    height: 70px; }
  #topbar .item a {
    padding-bottom: 2px;
    color: #F6DBBE; }
    #topbar .item a:hover {
      color: #ECAC66; }
  @media screen and (max-width: 1024px) {
    #topbar .burger-trigger {
      z-index: 999;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 40px;
      height: 40px;
      outline: 0; }
      #topbar .burger-trigger, #topbar .burger-trigger span {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d; }
      #topbar .burger-trigger span {
        position: relative;
        display: block;
        width: 100%;
        height: 2px;
        background: #F6DBBE; }
      #topbar .burger-trigger.active .first, #topbar .burger-trigger.active .last {
        background: #F6DBBE; }
      #topbar .burger-trigger.active .middle {
        opacity: 0; }
      #topbar .burger-trigger.active .first {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #topbar .burger-trigger.active .last {
        bottom: 13px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }
    #topbar .nav-wrap {
      z-index: 99;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
      transform-origin: right top;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
      transition: opacity .4s ease, -webkit-transform .4s ease;
      -o-transition: transform .4s ease, opacity .4s ease;
      transition: transform .4s ease, opacity .4s ease;
      transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
      background-color: #AD3224; }
      #topbar .nav-wrap.active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
      #topbar .nav-wrap .nav {
        z-index: 99;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      #topbar .nav-wrap .item {
        min-width: 300px; }
        #topbar .nav-wrap .item a {
          display: block;
          text-align: center;
          font-size: 1.35rem;
          margin-bottom: 1rem;
          padding-top: .5rem;
          padding-bottom: .5rem;
          -webkit-transition: color .3s ease;
          -o-transition: color .3s ease;
          transition: color .3s ease; }
          #topbar .nav-wrap .item a:hover {
            background: #C29A6E;
            color: #fff;
            -webkit-transition: color .3s ease;
            -o-transition: color .3s ease;
            transition: color .3s ease; } }
  @media screen and (max-width: 540px) {
    #topbar .burger-trigger {
      width: 30px;
      height: 30px; }
      #topbar .burger-trigger.active .first {
        top: 10px; }
      #topbar .burger-trigger.active .last {
        bottom: 10px; } }

/*---------------------------------------
    Preloader section */
/*-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../../dist/img/all-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed; }

.loading-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem; }
  .loading-dots span {
    display: block;
    width: 12px;
    height: 12px;
    background-color: #C23D2B;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: dotFade 1.2s infinite ease-in-out;
    animation: dotFade 1.2s infinite ease-in-out; }
    .loading-dots span:nth-child(1) {
      -webkit-animation-delay: 0s;
      animation-delay: 0s; }
    .loading-dots span:nth-child(2) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .loading-dots span:nth-child(3) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }

@-webkit-keyframes dotFade {
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes dotFade {
  0%, 80%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

footer {
  width: 100%;
  padding: 30px 0;
  color: #fff;
  background: #AA1906;
  border-top: #AD3224 20px solid; }

footer a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none; }

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0; }

footer ul li {
  font-size: 15px;
  line-height: 15px;
  border-right: 1px solid #fff;
  padding: 0 10px 0 0;
  margin: 0 10px 10px 0; }

footer ul li:last-child {
  border: none;
  padding: 0;
  margin: 0; }

footer ul li a {
  color: #fff;
  line-height: 15px; }

footer ul:last-child {
  margin: 0; }

footer p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px; }

.code {
  color: #fff;
  font-size: 12px;
  opacity: .3; }

.source-from {
  color: #AA1906;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px; }

.source-from.d-green {
  color: #fff;
  background: #009944; }

.source-from.green {
  background: #DAFFF8; }

.source-from.purple {
  background: #D9E3FF; }

@media (max-width: 768px) {
  footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  footer ul li {
    padding: 0 5px 0 0;
    margin: 0 5px 10px 0; } }

.spartan {
  font-family: Spartan, sans-serif;
  font-weight: 500; }

.serifTC, .all-ttl h2 {
  font-family: Noto Serif TC, sans-serif;
  font-weight: 500; }

body {
  background: url(../../dist/img/all-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  color: #48485B; }
  body * {
    position: relative; }

.all-ttl {
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .all-ttl h2 {
    padding: 4px;
    border: solid 1px #AA1906;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .all-ttl h2 .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 45px;
      height: 45px;
      background: #AA1906;
      color: #F6DBBE;
      margin-right: 4px; }
      .all-ttl h2 .text:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .all-ttl h2 .text {
          width: 30px;
          height: 30px; } }
  .all-ttl h4 {
    min-width: 120px; }
  .all-ttl p {
    line-height: 1.25; }
  .all-ttl .reda {
    background: #E2B4AC; }
  .all-ttl .redb {
    background: #DD8C7C; }
  .all-ttl .red {
    background: #D86C51; }
  .all-ttl .yellow {
    background: #F8D55C; }
  .all-ttl .tiffany {
    background: #7ABCC1; }
  @media screen and (max-width: 540px) {
    .all-ttl {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .all-ttl .item {
        width: 100%;
        margin-bottom: .5rem; } }

.all-text {
  max-width: 760px;
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.sub-text .tag {
  padding: .25rem .5rem;
  background: #C29A6E;
  -webkit-box-shadow: 3px 3px 0 #8E7151;
  box-shadow: 3px 3px 0 #8E7151; }

.slider, .slider-2 {
  background: url(../../dist/img/line-yellow.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: 100% 100%;
  padding-bottom: .5rem;
  line-height: 2rem; }
  .slider .slick-list, .slider-2 .slick-list {
    width: 95%;
    margin: 0 auto; }
  .slider .slick-prev, .slider .slick-next, .slider-2 .slick-prev, .slider-2 .slick-next {
    width: 30px;
    height: 34px; }
    .slider .slick-prev::before, .slider .slick-next::before, .slider-2 .slick-prev::before, .slider-2 .slick-next::before {
      content: ''; }
  .slider .slick-prev, .slider-2 .slick-prev {
    left: 0px; }
  .slider .slick-next, .slider-2 .slick-next {
    right: 0px; }
  @media screen and (max-width: 768px) {
    .slider, .slider-2 {
      padding-bottom: .25rem; } }

.red-tradition-bg {
  background: url(../../dist/img/kv-bg.png), #C23D2B;
  background-size: 400px auto, cover;
  background-repeat: repeat;
  background-position: center, center; }

.btn {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: inline-block;
  background: #C23D2B;
  padding: .5rem 1rem;
  padding-right: 4rem;
  color: #fff;
  cursor: pointer;
  z-index: 10; }
  .btn:hover {
    background: #C29A6E; }

.arrow-icon {
  width: 100%;
  height: 100%;
  max-width: 200px;
  background: url(../../dist/img/icon-arrow.svg);
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: 90% center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

.kana-list {
  list-style: none;
  counter-reset: myCounter;
  padding-left: 0; }
  .kana-list li {
    position: relative;
    padding-left: 3em;
    counter-increment: myCounter; }
    .kana-list li::before {
      content: "（" counter(myCounter, cjk-ideographic) "）";
      position: absolute;
      left: 0;
      color: #48485B; }

.all-bg-cloud-l-red {
  background: url(../../dist/img/all-bg-cloud-l-red.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20%;
  height: 55%;
  top: 15%;
  left: 0;
  -webkit-animation: cloud-l 2s ease-in infinite alternate;
  animation: cloud-l 2s ease-in infinite alternate; }

.all-bg-cloud-r-red {
  background: url(../../dist/img/all-bg-cloud-r-red.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20%;
  height: 55%;
  top: 25%;
  right: 0;
  -webkit-animation: cloud-r 2.5s ease-in infinite alternate;
  animation: cloud-r 2.5s ease-in infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

.all-bg-cloud-r-gold {
  background: url(../../dist/img/all-bg-cloud-r-gold.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 20%;
  height: 55%;
  top: 5%;
  right: 0;
  -webkit-animation: cloud-r 2.5s ease-in infinite alternate;
  animation: cloud-r 2.5s ease-in infinite alternate;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#home .kv-word {
  -webkit-animation: fadeInDown;
  animation: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#home .kv-pic {
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  max-width: 650px;
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }
  #home .kv-pic .jujube {
    background: url(../../dist/img/kv-jujube.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 37%;
    height: 52%;
    position: absolute;
    left: -1rem;
    bottom: 1rem; }
  #home .kv-pic .kv-line-jujube {
    -webkit-animation: shake2 1s ease-in infinite alternate;
    animation: shake2 1s ease-in infinite alternate;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    background: url(../../dist/img/kv-line-jujube.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 20%;
    height: 35%;
    position: absolute;
    left: -6rem;
    top: 1.5rem; }
    @media screen and (max-width: 768px) {
      #home .kv-pic .kv-line-jujube {
        left: -3rem; } }
    @media screen and (max-width: 540px) {
      #home .kv-pic .kv-line-jujube {
        width: 30%;
        height: 45%;
        left: -4rem; } }
  #home .kv-pic .kv-line-light-l {
    -webkit-animation: twinkle 1s ease-in infinite alternate;
    animation: twinkle 1s ease-in infinite alternate;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    background: url(../../dist/img/kv-line-light-l.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 5%;
    height: 10%;
    position: absolute;
    left: -5rem;
    bottom: 4rem; }
    @media screen and (max-width: 768px) {
      #home .kv-pic .kv-line-light-l {
        left: -2.5rem; } }
    @media screen and (max-width: 540px) {
      #home .kv-pic .kv-line-light-l {
        width: 10%;
        height: 20%;
        left: -2.5rem;
        bottom: 0rem; } }
  #home .kv-pic .kv-line-light-r {
    -webkit-animation: twinkle 1s ease-in infinite alternate;
    animation: twinkle 1s ease-in infinite alternate;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    background: url(../../dist/img/kv-line-light-r.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 7.5%;
    height: 10%;
    position: absolute;
    right: -1rem;
    top: 1rem; }
    @media screen and (max-width: 768px) {
      #home .kv-pic .kv-line-light-r {
        right: -0.5rem; } }
    @media screen and (max-width: 540px) {
      #home .kv-pic .kv-line-light-r {
        width: 12%;
        height: 20%;
        right: -0.5rem;
        top: 0rem; } }
  #home .kv-pic .kv-line-ginseng {
    -webkit-animation: shake2 1s ease-in infinite alternate;
    animation: shake2 1s ease-in infinite alternate;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    background: url(../../dist/img/kv-line-ginseng.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 55%;
    height: 65%;
    position: absolute;
    right: -12rem;
    bottom: -1rem; }
    @media screen and (max-width: 768px) {
      #home .kv-pic .kv-line-ginseng {
        right: -6rem; } }
    @media screen and (max-width: 540px) {
      #home .kv-pic .kv-line-ginseng {
        width: 65%;
        height: 75%;
        right: -4rem; } }

#brand .text-left {
  -webkit-animation: fadeInLeft;
  animation: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#brand .pic-right {
  -webkit-animation: fadeInRight;
  animation: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  max-width: 300px; }
  #brand .pic-right .top img {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
  #brand .pic-right .bottom {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out; }
    #brand .pic-right .bottom .arrow-icon {
      top: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      bottom: -2rem; }
  #brand .pic-right:hover .top img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  #brand .pic-right:hover .bottom {
    background: #ECAC66; }
  @media screen and (max-width: 990px) {
    #brand .pic-right {
      max-width: 360px; } }

#pre .pre-jujube-l {
  -webkit-animation: shake 3s ease-in infinite alternate;
  animation: shake 3s ease-in infinite alternate;
  position: absolute;
  top: -10rem;
  left: -3.5rem; }
  @media screen and (max-width: 1200px) {
    #pre .pre-jujube-l {
      max-width: 250px; } }
  @media screen and (max-width: 768px) {
    #pre .pre-jujube-l {
      top: -5rem;
      left: 0rem;
      max-width: 150px; } }

#pre .pre-text {
  max-width: 770px;
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }

#pre .pre-jujube-r {
  -webkit-animation: shake 1.5s ease-in infinite alternate;
  animation: shake 1.5s ease-in infinite alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  position: absolute;
  bottom: 0rem;
  right: 0rem; }
  @media screen and (max-width: 1200px) {
    #pre .pre-jujube-r {
      max-width: 100px; } }
  @media screen and (max-width: 768px) {
    #pre .pre-jujube-r {
      max-width: 70px;
      right: 2rem; } }

@media screen and (max-width: 1200px) {
  #check .in-text {
    max-width: 500px; } }

#check .group {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  #check .group .ex-area .icon {
    -webkit-animation: shake-up 1.5s ease-in infinite alternate;
    animation: shake-up 1.5s ease-in infinite alternate; }

#check ul.list-sub li::before {
  content: '-';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#check ul.list-arrow li::before {
  content: '→';
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

#check ul.list-arrow li ul::before {
  content: '.'; }

#check .card-wrap .card:hover {
  -webkit-animation: change 0.5s ease-in infinite alternate;
  animation: change 0.5s ease-in infinite alternate; }

#check .check-pic-l {
  -webkit-animation: shake 2s ease-in infinite alternate;
  animation: shake 2s ease-in infinite alternate;
  position: absolute;
  top: 2rem;
  left: -10rem; }
  @media screen and (max-width: 1200px) {
    #check .check-pic-l {
      top: -3rem;
      left: -3rem;
      max-width: 300px; } }
  @media screen and (max-width: 768px) {
    #check .check-pic-l {
      top: -5rem;
      left: -5rem;
      max-width: 200px;
      z-index: 10; } }

#check .check-pic-r {
  -webkit-animation: shake 1.5s ease-in infinite alternate;
  animation: shake 1.5s ease-in infinite alternate;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  position: absolute;
  bottom: -3rem;
  right: -6rem; }
  @media screen and (max-width: 1200px) {
    #check .check-pic-r {
      max-width: 120px;
      right: 0; } }
  @media screen and (max-width: 768px) {
    #check .check-pic-r {
      bottom: -.5rem;
      right: 1rem;
      max-width: 80px; } }

#oneday .in-btn img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem; }

#oneday.bg-wrap {
  background: url(../../dist/img/day-could.svg), url(../../dist/img/day-pic-r.svg);
  background-size: 20% auto, 25% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 25%, 100% 50%; }
  @media screen and (max-width: 640px) {
    #oneday.bg-wrap {
      background-size: 40% auto, 50% auto;
      background-position: 0 20%, 0% 80%; } }

#oneday .day-card {
  border-width: 3px;
  border-style: solid;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 10px rgba(72, 72, 91, 0.2);
  box-shadow: 5px 5px 10px rgba(72, 72, 91, 0.2); }
  #oneday .day-card:nth-child(odd) {
    margin-bottom: 4rem; }
  #oneday .day-card .tag .tag-ttl {
    color: #fff;
    padding: .25rem .5rem 0rem .5rem;
    display: inline-block;
    z-index: 2; }
  #oneday .day-card .tag::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1; }

#oneday .theme-blue {
  border-color: #71bef1; }
  #oneday .theme-blue .time {
    color: #71bef1; }
  #oneday .theme-blue .tag .tag-ttl {
    background: #71bef1;
    -webkit-box-shadow: 3px 3px 0 #4D99CB;
    box-shadow: 3px 3px 0 #4D99CB; }
  #oneday .theme-blue .tag::after {
    background: #71bef1; }

#oneday .theme-pink {
  border-color: #E5B3AD; }
  #oneday .theme-pink .time {
    color: #E5B3AD; }
  #oneday .theme-pink .tag .tag-ttl {
    background: #E5B3AD;
    -webkit-box-shadow: 3px 3px 0 #D36A5C;
    box-shadow: 3px 3px 0 #D36A5C; }
  #oneday .theme-pink .tag::after {
    background: #E5B3AD; }

#oneday .theme-orange {
  border-color: #f3b878; }
  #oneday .theme-orange .time {
    color: #f3b878; }
  #oneday .theme-orange .tag .tag-ttl {
    background: #f3b878;
    -webkit-box-shadow: 3px 3px 0 #D78A37;
    box-shadow: 3px 3px 0 #D78A37; }
  #oneday .theme-orange .tag::after {
    background: #f3b878; }

#oneday .theme-gray {
  border-color: #999999; }
  #oneday .theme-gray .time {
    color: #999999; }
  #oneday .theme-gray .tag .tag-ttl {
    background: #999999;
    -webkit-box-shadow: 3px 3px 0 #666666;
    box-shadow: 3px 3px 0 #666666; }
  #oneday .theme-gray .tag::after {
    background: #999999; }

#health .main-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #health .main-tabs .tab-ttl {
    cursor: pointer; }
    #health .main-tabs .tab-ttl .text {
      position: absolute;
      top: 0px;
      left: -15px;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg); }
      #health .main-tabs .tab-ttl .text img {
        width: 65px; }
    #health .main-tabs .tab-ttl .text-mov {
      -webkit-animation: text-mov 0.5s ease-in infinite alternate;
      animation: text-mov 0.5s ease-in infinite alternate; }
    #health .main-tabs .tab-ttl .pic {
      -webkit-transition: background-color 0.3s ease;
      -o-transition: background-color 0.3s ease;
      transition: background-color 0.3s ease;
      width: 220px;
      height: auto;
      background: #fff;
      border-radius: 1000px 1000px 0 0;
      overflow: hidden;
      -webkit-box-shadow: 10px 0 0 #AD3224;
      box-shadow: 10px 0 0 #AD3224; }
  @media screen and (max-width: 990px) {
    #health .main-tabs {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
      #health .main-tabs .tab-ttl {
        margin: 0 3rem;
        margin-bottom: 1rem; }
        #health .main-tabs .tab-ttl .pic {
          width: 220px;
          height: 220px;
          border-radius: 1000px; } }
  @media screen and (max-width: 768px) {
    #health .main-tabs .tab-ttl {
      margin: 0 2rem; } }
  @media screen and (max-width: 640px) {
    #health .main-tabs .tab-ttl {
      margin: 0 1.5rem;
      margin-bottom: 1rem; }
      #health .main-tabs .tab-ttl .text {
        top: -10px;
        left: -20px; }
      #health .main-tabs .tab-ttl .pic {
        width: 160px;
        height: 160px; } }
  @media screen and (max-width: 480px) {
    #health .main-tabs .tab-ttl {
      margin: 0 0;
      margin-bottom: 1rem; }
      #health .main-tabs .tab-ttl .text {
        top: -8px;
        left: -18px; }
        #health .main-tabs .tab-ttl .text img {
          width: 55px; }
      #health .main-tabs .tab-ttl .pic {
        width: 140px;
        height: 140px; } }
  @media screen and (max-width: 360px) {
    #health .main-tabs .tab-ttl .text {
      top: -8px;
      left: -15px; }
      #health .main-tabs .tab-ttl .text img {
        width: 50px; }
    #health .main-tabs .tab-ttl .pic {
      width: 120px;
      height: 120px; } }
  #health .main-tabs .tab-blue.active, #health .main-tabs .tab-blue:hover {
    background: #71bef1; }
  #health .main-tabs .tab-pink.active, #health .main-tabs .tab-pink:hover {
    background: #E5B3AD; }
  #health .main-tabs .tab-gray.active, #health .main-tabs .tab-gray:hover {
    background: #999999; }
  #health .main-tabs .tab-orange.active, #health .main-tabs .tab-orange:hover {
    background: #f3b878; }

#health .sub-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1); }
  #health .sub-tabs .tab-sub {
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    margin-right: 2px; }
    #health .sub-tabs .tab-sub.active, #health .sub-tabs .tab-sub:hover {
      font-weight: 500; }
    #health .sub-tabs .tab-sub:last-child {
      margin-right: 0; }
  #health .sub-tabs .tab-blue.tab-sub {
    background: #DCF3FF;
    color: #71bef1; }
    #health .sub-tabs .tab-blue.tab-sub.active, #health .sub-tabs .tab-blue.tab-sub:hover {
      background: #71bef1;
      color: #fff; }
  #health .sub-tabs .tab-pink.tab-sub {
    background: #FFF1F8;
    color: #E5B3AD; }
    #health .sub-tabs .tab-pink.tab-sub.active, #health .sub-tabs .tab-pink.tab-sub:hover {
      background: #E5B3AD;
      color: #fff; }
  #health .sub-tabs .tab-gray.tab-sub {
    background: #E6E5E5;
    color: #999999; }
    #health .sub-tabs .tab-gray.tab-sub.active, #health .sub-tabs .tab-gray.tab-sub:hover {
      background: #999999;
      color: #fff; }
  #health .sub-tabs .tab-orange.tab-sub {
    background: #FFEFDE;
    color: #f3b878; }
    #health .sub-tabs .tab-orange.tab-sub.active, #health .sub-tabs .tab-orange.tab-sub:hover {
      background: #f3b878;
      color: #fff; }

#health .content {
  -webkit-transition: min-height 0.3s ease;
  -o-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  min-height: 300px; }
  #health .content h3.color-main-0 {
    color: #71bef1;
    border-color: #71bef1; }
  #health .content h3.color-main-1 {
    color: #DB978E;
    border-color: #E5B3AD; }
  #health .content h3.color-main-2 {
    color: #999999;
    border-color: #999999; }
  #health .content h3.color-main-3 {
    color: #f3b878;
    border-color: #f3b878; }
  #health .content p {
    text-align: justify; }

#sport .short-mov {
  background: #F0EDE6;
  border-radius: 10px;
  border: solid 3px #C29A6E;
  width: 35%;
  -webkit-animation: fadeInLeft;
  animation: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }
  @media screen and (max-width: 990px) {
    #sport .short-mov {
      width: 45%; } }
  @media screen and (max-width: 768px) {
    #sport .short-mov {
      width: 55%; } }
  @media screen and (max-width: 640px) {
    #sport .short-mov {
      width: 80%; } }

#sport .slider button {
  z-index: 10; }
  #sport .slider button.slick-prev {
    left: 10px; }

#sport .right-area {
  width: 65%;
  -webkit-animation: fadeInRight;
  animation: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }
  @media screen and (max-width: 990px) {
    #sport .right-area {
      width: 100%; } }

#article .article-card {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out; }
  #article .article-card .pic {
    overflow: hidden; }
    #article .article-card .pic img {
      -webkit-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out; }
  #article .article-card .more-btn {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    padding: 0 .5rem;
    padding-right: 1rem;
    border: solid 1px #fff;
    width: 150px; }
  #article .article-card:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  #article .article-card:hover .more-btn {
    background: #C23D2B;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

#media .pic-teacher {
  max-width: 420px;
  margin-right: 5rem; }
  #media .pic-teacher .ttl {
    position: absolute;
    bottom: 2rem;
    left: -1rem;
    max-width: 66px; }

#media .info {
  max-width: 250px;
  margin-bottom: 2rem; }
  #media .info .logo {
    max-width: 250px;
    margin-right: 2rem;
    margin-left: 2rem; }
  #media .info .info-btn {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1.5rem;
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: 3px 5px 0 #AD3224;
    box-shadow: 3px 5px 0 #AD3224;
    color: #CA675A; }
    #media .info .info-btn .icon {
      width: 40px;
      margin-right: 1rem; }
    #media .info .info-btn:hover {
      background: #CA675A;
      color: #fff; }

@media screen and (max-width: 990px) {
  #media .pic-teacher {
    max-width: 360px;
    margin-right: 0rem; }
  #media .info .logo {
    max-width: 150px;
    margin-right: 1rem;
    margin-left: 1rem; } }

@media screen and (max-width: 640px) {
  #media .pic-teacher {
    max-width: 250px;
    margin-left: -1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    #media .pic-teacher .ttl {
      width: 45px;
      left: 1.5rem;
      bottom: auto;
      top: 3.5rem; }
  #media .info {
    margin-bottom: 1rem; }
    #media .info .logo {
      margin-right: 1.5rem;
      margin-left: 1.5rem; }
    #media .info .info-btn {
      padding: .25rem .5rem; }
      #media .info .info-btn .icon {
        width: 20px;
        margin-right: .25rem;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media screen and (max-width: 480px) {
  #media .pic-teacher {
    max-width: 240px;
    margin-right: -2rem;
    margin-left: -2rem; }
  #media .info .logo {
    max-width: 100px; } }

@media screen and (max-width: 360px) {
  #media .pic-teacher {
    margin-right: -4.75rem; } }

.popup-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }

.popup-wrap {
  background: url(../../dist/img/popup-pic-01.svg), #F0EDE6;
  background-size: 450px auto, cover;
  background-repeat: no-repeat;
  background-position: -100px -10px, center;
  border-radius: 10px;
  border: solid 3px #C29A6E;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  max-height: 85vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1rem;
  margin-left: 1rem; }

.popup {
  overflow-y: auto;
  max-height: 85vh;
  height: auto; }
  .popup.small {
    max-width: 500px; }
  .popup.large {
    max-width: 850px; }
  .popup .main-ttl {
    font-weight: bold; }
  .popup .sub-ttl {
    padding: 2rem;
    -ms-flex-preferred-size: 10px;
    flex-basis: 10px;
    border-right: solid 1px #C29A6E;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.1; }
    @media screen and (max-width: 768px) {
      .popup .sub-ttl {
        font-size: 20px; } }
    @media screen and (max-width: 480px) {
      .popup .sub-ttl {
        padding: 1rem; } }
  .popup ul {
    margin-top: 1em; }
    .popup ul li {
      margin-bottom: 0.5em; }
      .popup ul li::marker {
        color: #AA1906; }
  .popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #C29A6E;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 5; }
    .popup .close-btn:hover {
      background: #ECAC66; }
    @media screen and (max-width: 480px) {
      .popup .close-btn {
        width: 30px;
        height: 30px;
        font-size: 1.25rem;
        top: 5px;
        right: 5px; } }
  .popup .btn-popup {
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    padding: 8px 16px;
    padding-right: 32px;
    background: #C23D2B;
    color: white;
    border: none;
    cursor: pointer; }
    .popup .btn-popup:hover {
      background: #ECAC66; }

.day-ginseng {
  position: absolute;
  top: -4rem;
  right: -18rem;
  pointer-events: none;
  z-index: 10;
  max-width: 360px; }
  @media screen and (max-width: 768px) {
    .day-ginseng {
      max-width: 200px;
      top: -5rem;
      right: -8rem; } }
  @media screen and (max-width: 640px) {
    .day-ginseng {
      display: none; } }

.oneday-timeline-fixed {
  position: absolute;
  left: -8rem; }
  @media screen and (max-width: 1200px) {
    .oneday-timeline-fixed {
      left: -6rem; } }
  @media screen and (max-width: 768px) {
    .oneday-timeline-fixed {
      left: -4rem; } }
  @media screen and (max-width: 640px) {
    .oneday-timeline-fixed {
      left: 0rem; } }

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  position: relative; }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #C29A6E;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.timeline-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  .timeline-item.step1 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #C29A6E; }
    @media screen and (max-width: 640px) {
      .timeline-item.step1 {
        width: 15px;
        height: 15px; } }
    .timeline-item.step1.active {
      background-color: transparent;
      width: 80px;
      height: 80px; }
      @media screen and (max-width: 640px) {
        .timeline-item.step1.active {
          width: 50px;
          height: 50px; } }
      .timeline-item.step1.active.time-07AM {
        background: url("../../dist/img/day-clock-01.svg");
        background-size: cover; }
      .timeline-item.step1.active.time-12PM {
        background: url("../../dist/img/day-clock-02.svg");
        background-size: cover; }
      .timeline-item.step1.active.time-17PM {
        background: url("../../dist/img/day-clock-03.svg");
        background-size: cover; }
      .timeline-item.step1.active.time-22PM {
        background: url("../../dist/img/day-clock-04.svg");
        background-size: cover; }
  .timeline-item.step2 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #48485B; }
    .timeline-item.step2.active {
      -webkit-box-shadow: 0 0 0 5px rgba(72, 72, 91, 0.3);
      box-shadow: 0 0 0 5px rgba(72, 72, 91, 0.3); }
