@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 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 {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.5;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 1;
    -webkit-transform: translate(0px, -20px);
    transform: translate(0px, -20px); } }

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

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

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

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

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

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

@-webkit-keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

@keyframes change {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); } }

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

/*	使用方式
	.video-container
		iframe(src="https://www.youtube.com/embed/YygVVvuIWm4", frameborder="0", allowfullscreen) */
#topbar {
  background: #009944;
  -webkit-box-shadow: 0 0 10px rgba(40, 50, 55, 0.3);
  box-shadow: 0 0 10px rgba(40, 50, 55, 0.3); }
  #topbar .logos a.logo img.c {
    width: 99px;
    height: 60px; }
  #topbar .logos a.logo img.b {
    width: 121px;
    height: 60px; }
  #topbar .item a {
    padding-bottom: 2px; }
    #topbar .item a:hover {
      color: #F8D55C; }
  @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: #fff; }
      #topbar .burger-trigger.active .first, #topbar .burger-trigger.active .last {
        background: #fff; }
      #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: #009944; }
      #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: #F8D55C;
            color: #009944;
            -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; } }

footer {
  width: 100%;
  padding: 30px 0;
  color: #fff;
  background: #009944; }

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: #009944;
  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; } }

@font-face {
  font-family: 'GenSenRounded-B';
  src: url("../fonts/GenSenRounded-B.ttc") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GenSenRounded-H';
  src: url("../fonts/GenSenRounded-H.ttc") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'jf-openhuninn';
  src: url("../fonts/jf-openhuninn-1.1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

.gensen-b, .big-ttl, .sub-ttl {
  font-family: 'GenSenRounded-B', sans-serif; }

.gensen-h {
  font-family: 'GenSenRounded-H', sans-serif; }

#topbar, .jf, body {
  font-family: 'jf-openhuninn', sans-serif; }

body {
  color: #283237; }
  body * {
    position: relative; }

.big-ttl {
  display: inline-block;
  margin-bottom: 3rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  min-width: 400px;
  -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; }
  @media screen and (max-width: 540px) {
    .big-ttl {
      min-width: 220px; } }
  .big-ttl h2 {
    width: 100%;
    padding: .5rem 2rem;
    background: #fff;
    border: 1px solid #C0B180;
    display: inline-block;
    border-radius: 100px;
    z-index: 4; }
  .big-ttl .arrow {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1; }
  .big-ttl::before {
    content: '';
    display: block;
    width: calc( 100% + 15px);
    height: calc( 100% + 15px);
    border-radius: 100px;
    background: #fff;
    border: 3px solid #CFBC87;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .big-ttl::after {
    content: '';
    display: block;
    width: calc( 100% + 25px);
    height: calc( 100% + 25px);
    border-radius: 100px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2; }

.sub-ttl {
  color: #fff;
  display: inline-block;
  padding: .75rem 1.75rem;
  border-radius: 100px;
  margin-bottom: 2rem; }
  .sub-ttl.green-ttl {
    background: #739937;
    margin-bottom: 2rem; }
    @media screen and (max-width: 480px) {
      .sub-ttl.green-ttl {
        margin-bottom: 1rem; } }
  .sub-ttl.red-ttl {
    background: #D86C51; }
    .sub-ttl.red-ttl::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 95%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url(../../dist/img/sub-arrow.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 20px;
      height: 38px; }
  .sub-ttl .warn-icon {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    max-width: 60px; }
    .sub-ttl .warn-icon.right {
      right: -3rem; }
    .sub-ttl .warn-icon.left {
      left: -3rem; }
    @media screen and (max-width: 480px) {
      .sub-ttl .warn-icon.right {
        top: 150%;
        right: 1rem; } }

.math-ttl {
  background: url(../../dist/img/math-ttl-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 1.75rem 1.75rem; }
  @media screen and (max-width: 480px) {
    .math-ttl {
      padding: 1.5rem 1.75rem; } }

.note-area {
  border-radius: 10px; }
  .note-area .name {
    position: absolute;
    top: -1rem;
    z-index: 2; }
    .note-area .name.name-left {
      left: 3rem; }
    .note-area .name.name-right {
      right: 3rem; }
    .note-area .name::after {
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-image: url(../../dist/img/note-arrow.png);
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 20px;
      height: 38px; }
  .note-area .box {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .note-area .box .note-top {
      position: absolute;
      top: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 5;
      max-width: 150px; }
    .note-area .box .doctor {
      position: absolute;
      bottom: -1rem;
      max-width: 140px; }
    .note-area .box.box-left {
      padding-left: 2rem;
      padding-right: 4rem; }
      .note-area .box.box-left::before {
        content: '';
        position: absolute;
        left: -1px;
        bottom: -1px;
        width: 25px;
        height: 25px;
        background: url(../../dist/img/note-b-left.png);
        background-repeat: no-repeat;
        background-size: cover; }
      .note-area .box.box-left .doctor {
        right: -4.5rem;
        -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; }
    .note-area .box.box-right {
      padding-left: 4rem;
      padding-right: 2rem; }
      .note-area .box.box-right::after {
        content: '';
        position: absolute;
        right: -1px;
        bottom: -1px;
        width: 25px;
        height: 25px;
        background: url(../../dist/img/note-b-right.png);
        background-repeat: no-repeat;
        background-size: cover; }
      .note-area .box.box-right .doctor {
        left: -4.5rem;
        -webkit-animation: fadeInLeft;
        animation: fadeInLeft;
        -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: 768px) {
    .note-area .name {
      width: 80%;
      top: 2.5rem; }
      .note-area .name.name-left {
        left: auto; }
      .note-area .name.name-right {
        right: auto; }
      .note-area .name.name-left, .note-area .name.name-right {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
    .note-area .box {
      padding-top: 5rem; }
      .note-area .box .doctor {
        max-width: 90px; }
      .note-area .box.box-left {
        padding-left: 3rem;
        padding-right: 3rem; }
        .note-area .box.box-left .doctor {
          right: -2.5rem; }
      .note-area .box.box-right {
        padding-left: 3rem;
        padding-right: 3rem; }
        .note-area .box.box-right .doctor {
          left: -2.5rem; } }

.detect-wrap .detect-ttl {
  background: url(../../dist/img/h-detect-ttl.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 180px; }
  .detect-wrap .detect-ttl.detect-ttl-left {
    left: 0rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .detect-wrap .detect-ttl.detect-ttl-left2 {
    top: -2.25rem;
    left: 1rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.bigtag-wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  left: 2rem; }
  .bigtag-wrap .tabs .item {
    top: .3rem;
    margin-right: .5rem;
    cursor: pointer; }
    .bigtag-wrap .tabs .item button {
      background-size: 80% auto;
      background-repeat: no-repeat;
      display: inline-block;
      padding: .5rem 1rem;
      min-width: 220px; }
      .bigtag-wrap .tabs .item button.blue {
        background: url(../../dist/img/tgb-bg-b.png); }
      .bigtag-wrap .tabs .item button.green {
        background: url(../../dist/img/tgb-bg-g.png); }
      .bigtag-wrap .tabs .item button.yellow {
        background: url(../../dist/img/tgb-bg-y.png); }
      .bigtag-wrap .tabs .item button.tiffany {
        background: url(../../dist/img/tgb-bg-t.png); }
    .bigtag-wrap .tabs .item.active {
      top: 0; }

@media screen and (max-width: 540px) {
  .bigtag-wrap .tabs {
    left: 1rem; }
    .bigtag-wrap .tabs .item {
      position: relative;
      width: calc( 50% - 1.25rem);
      margin-right: .25rem; }
      .bigtag-wrap .tabs .item button {
        background-image: none;
        min-width: 100%;
        border: 3px solid #fff;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
        padding: .5rem .25rem; }
        .bigtag-wrap .tabs .item button.blue {
          background: #4DA4E3; }
        .bigtag-wrap .tabs .item button.green {
          background: #739937; }
        .bigtag-wrap .tabs .item button.yellow {
          background: #F8D55C; }
        .bigtag-wrap .tabs .item button.tiffany {
          background: #7ABCC1; } }

.tab-content div {
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.pic-up {
  -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; }

.three-wrap {
  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; }
  .three-wrap h4 {
    min-width: 120px; }
  .three-wrap p {
    line-height: 1.25; }
  .three-wrap .reda {
    background: #E2B4AC; }
  .three-wrap .redb {
    background: #DD8C7C; }
  .three-wrap .red {
    background: #D86C51; }
  .three-wrap .yellow {
    background: #F8D55C; }
  .three-wrap .tiffany {
    background: #7ABCC1; }
  @media screen and (max-width: 540px) {
    .three-wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .three-wrap .item {
        width: 100%;
        margin-bottom: .5rem; } }

.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; }

.btn-hover {
  -webkit-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-animation: fadeInUp;
  animation: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }
  .btn-hover:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.note-line-red {
  background: url(../../dist/img/line-red.png);
  background-size: 100% auto;
  background-repeat: repeat-x;
  background-position: 100% 100%;
  padding-bottom: .5rem;
  line-height: 2rem; }
  @media screen and (max-width: 768px) {
    .note-line-red {
      padding-bottom: .25rem; } }

.note-line-yellow {
  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; }
  @media screen and (max-width: 768px) {
    .note-line-yellow {
      padding-bottom: .25rem; } }

#home {
  background: url(../../dist/img/kv-sky.png), url(../../dist/img/pre-bg.png), url(../../dist/img/kv-bg-left.png), url(../../dist/img/kv-bg-right.png), #BEDADE;
  background-size: 80% auto, 100% auto, 50% auto, 30% auto, cover;
  background-repeat: no-repeat;
  background-position: 50% 10%, 0 100%, 0 100%, 100% 85%, center; }
  #home .cloud-1 {
    top: 20%;
    left: -3%;
    background: url(../../dist/img/cloud-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 20%;
    height: 20%;
    -webkit-animation: cloud 3s ease-in infinite alternate;
    animation: cloud 3s ease-in infinite alternate;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  #home .cloud-2 {
    top: 5%;
    left: 15%;
    background: url(../../dist/img/cloud-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 15%;
    height: 15%;
    -webkit-animation: cloud 2s ease-in infinite alternate;
    animation: cloud 2s ease-in infinite alternate;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  #home .cloud-3 {
    top: 25%;
    right: -5%;
    background: url(../../dist/img/cloud-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 20%;
    height: 20%;
    -webkit-animation: cloud 2.5s ease-in infinite alternate;
    animation: cloud 2.5s ease-in infinite alternate;
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards; }
  #home .kv {
    z-index: 3; }
    #home .kv .kv-word {
      max-width: 900px; }
    #home .kv .kv-pic {
      max-width: 1100px; }
  @media screen and (max-width: 540px) {
    #home {
      background-size: 120% auto, 100% auto, 50% auto, 30% auto, cover; } }

#pre {
  background: #C8D692; }
  #pre h3 {
    z-index: 2;
    line-height: 2.5rem; }
  #pre .pre-bg-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 60%; }
  #pre .pre-bg-flower {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%; }
  @media screen and (max-width: 768px) {
    #pre h3 {
      line-height: 1.75rem; }
    #pre .pre-bg-flower {
      bottom: 80%;
      width: 120%; } }

#download {
  background: #BEDADE;
  z-index: 3; }
  #download .download-bg {
    position: absolute;
    top: -4.5rem;
    left: 0; }
  #download .container {
    background: url(../../dist/img/download-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 200px; }
    @media screen and (max-width: 768px) {
      #download .container {
        min-height: 320px;
        background: url(../../dist/img/download-bg-s.png);
        background-size: 100% auto;
        background-repeat: no-repeat; } }
    @media screen and (max-width: 480px) {
      #download .container {
        min-height: 180px;
        background: url(../../dist/img/download-bg-s.png);
        background-size: 100% auto;
        background-repeat: no-repeat; } }
    #download .container .dog {
      position: absolute;
      z-index: 5; }
      #download .container .dog.dog-01 {
        width: 20%;
        left: 1rem;
        top: 0rem; }
      #download .container .dog.dog-02 {
        width: 40%;
        left: -4rem;
        top: -5rem;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-animation: change 1s ease-in infinite alternate;
        animation: change 1s ease-in infinite alternate; }
      #download .container .dog.dog-03 {
        width: 22%;
        right: 4rem;
        top: -4rem; }
      @media screen and (max-width: 768px) {
        #download .container .dog.dog-01 {
          width: 30%;
          left: 0rem;
          top: 5rem; }
        #download .container .dog.dog-02 {
          width: 40%;
          left: -5rem;
          top: -5rem; }
        #download .container .dog.dog-03 {
          width: 30%;
          right: 2rem;
          top: 3rem; } }
      @media screen and (max-width: 480px) {
        #download .container .dog.dog-01 {
          width: 30%;
          left: 1rem;
          top: 3rem; }
        #download .container .dog.dog-02 {
          width: 45%;
          left: -3rem;
          top: -3rem; }
        #download .container .dog.dog-03 {
          width: 32%;
          right: 2rem;
          top: 0rem; } }
    #download .container .download-btn {
      display: block;
      margin-top: -8rem;
      width: 60%; }
      @media screen and (max-width: 990px) {
        #download .container .download-btn {
          margin-top: -6rem; } }
      @media screen and (max-width: 768px) {
        #download .container .download-btn {
          width: 90%; } }
      #download .container .download-btn .hand {
        position: absolute;
        bottom: -2.5rem;
        left: 51%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 8%;
        -webkit-animation: shake2 1s ease-in infinite alternate;
        animation: shake2 1s ease-in infinite alternate; }
        @media screen and (max-width: 480px) {
          #download .container .download-btn .hand {
            bottom: -1.5rem; } }

#gojoins {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 10;
  -webkit-animation: shake 3s ease-in infinite alternate;
  animation: shake 3s ease-in infinite alternate; }

#alarm {
  z-index: 5;
  background: #BEDADE; }
  #alarm .alarm-card .item {
    width: 165px;
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -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; }
    #alarm .alarm-card .item p {
      line-height: 1.25; }
  @media screen and (max-width: 768px) {
    #alarm .alarm-card {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (max-width: 480px) {
    #alarm .alarm-card .item {
      width: 140px; } }
  @media screen and (max-width: 360px) {
    #alarm .alarm-card .item {
      width: 120px; } }

#healthy {
  z-index: 5;
  background: url(../../dist/img/healthy-bg.png), #C8D692;
  background-size: 100% auto, cover;
  background-repeat: no-repeat;
  background-position: top center, center; }
  #healthy .detect-wrap .item {
    -webkit-animation: fadeInUp;
    animation: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
    #healthy .detect-wrap .item:nth-child(1) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #healthy .detect-wrap .item:nth-child(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
  #healthy .posture-wrap .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    z-index: 5; }
    #healthy .posture-wrap .tabs .item {
      cursor: pointer; }
      #healthy .posture-wrap .tabs .item button {
        background: url(../../dist/img/posture-ttl-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: inline-block;
        padding: .5rem 1rem;
        min-width: 200px; }
      #healthy .posture-wrap .tabs .item:nth-child(1).active {
        color: #7ABCC1; }
      #healthy .posture-wrap .tabs .item:nth-child(2).active {
        color: #739937; }
      #healthy .posture-wrap .tabs .item:nth-child(3).active {
        color: #D86C51; }
      #healthy .posture-wrap .tabs .item img {
        margin-top: -1.5rem;
        margin-left: -1.5rem;
        max-width: 120px; }
  @media screen and (max-width: 990px) {
    #healthy .posture-wrap .tabs .item {
      position: relative;
      width: 33%; }
      #healthy .posture-wrap .tabs .item button {
        min-width: 100%;
        background: #fff;
        border: 3px solid #F9E793;
        border-radius: 10px 10px 0 0;
        padding: .5rem .25rem; }
      #healthy .posture-wrap .tabs .item img {
        position: absolute;
        top: -4rem;
        right: 0;
        margin-top: 0;
        margin-left: 0; } }
  @media screen and (max-width: 480px) {
    #healthy .posture-wrap .tabs .item img {
      top: -2.5rem;
      width: 80px; } }
  #healthy .result-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #healthy .result-wrap .item {
      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: 400px;
      height: 150px;
      margin: .25rem;
      -webkit-animation: fadeInLeft;
      animation: fadeInLeft;
      -webkit-animation-duration: 1s;
      animation-duration: 1s; }
      #healthy .result-wrap .item:nth-child(1) {
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #healthy .result-wrap .item:nth-child(2) {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
      #healthy .result-wrap .item:nth-child(3) {
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        -webkit-animation-fill-mode: backwards;
        animation-fill-mode: backwards; }
    @media screen and (max-width: 1024px) {
      #healthy .result-wrap .item {
        height: 200px; } }
    @media screen and (max-width: 640px) {
      #healthy .result-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #healthy .result-wrap .item {
          height: auto; } }
  #healthy .list-wrap {
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left; }
    #healthy .list-wrap .left {
      width: 40%; }
    #healthy .list-wrap .right {
      width: 60%; }
    #healthy .list-wrap .warn-dog {
      position: absolute;
      bottom: -5rem;
      right: -5rem;
      max-width: 300px;
      -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; }
    #healthy .list-wrap .list {
      margin: 1rem; }
    #healthy .list-wrap h4 {
      text-decoration: underline;
      -webkit-text-decoration-color: #D86C51;
      text-decoration-color: #D86C51;
      text-underline-offset: 4px;
      text-decoration-thickness: 2px; }
    @media screen and (max-width: 768px) {
      #healthy .list-wrap .warn-dog {
        right: -2.75rem;
        bottom: -6rem;
        max-width: 250px; } }
    @media screen and (max-width: 480px) {
      #healthy .list-wrap .left, #healthy .list-wrap .right {
        width: 100%; }
      #healthy .list-wrap .list img {
        max-width: 20px; } }
  #healthy .lever-wrap .pic {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
    #healthy .lever-wrap .pic:nth-child(1) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #healthy .lever-wrap .pic:nth-child(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #healthy .lever-wrap .pic:nth-child(3) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #healthy .lever-wrap .pic:nth-child(4) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #healthy .lever-wrap .pic:nth-child(5) {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
  #healthy .fat-wrap .pic:nth-child(1) {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -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; }
  #healthy .fat-wrap .pic:nth-child(2) {
    -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; }

#sports {
  z-index: 5;
  background: url(../../dist/img/sports-bg.jpg), #BEDADE;
  background-size: 100% auto, cover;
  background-repeat: no-repeat;
  background-position: top center, center; }
  #sports p span.note-word {
    text-decoration: underline;
    -webkit-text-decoration-color: #283237;
    text-decoration-color: #283237;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px; }
  #sports .how-warp .item:last-child img {
    display: none; }
  #sports .evolution-wrap .arrow-yellow {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
    min-width: 50px; }
  #sports .evolution-wrap .item.evolution-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #sports .evolution-wrap .item.evolution-bottom img {
      margin-top: -2rem; }
  @media screen and (max-width: 640px) {
    #sports .evolution-wrap .arrow-yellow {
      max-width: 100px; }
    #sports .evolution-wrap .item {
      width: 100%; }
      #sports .evolution-wrap .item.evolution-bottom img {
        position: absolute;
        top: -1rem;
        right: 0rem;
        width: 80px; } }
  #sports .suggestion-wrap .small-ttl-tab {
    border-bottom: solid 2px #739937;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align-last: left;
    margin-right: .5rem; }
    #sports .suggestion-wrap .small-ttl-tab h3 {
      padding: .25rem .5rem;
      background: #739937;
      border-radius: 10px 10px 0 0;
      display: inline-block; }
  #sports .suggestion-wrap .mark {
    border: 1px solid #739937;
    background: #fff;
    padding: .5rem 1rem;
    border-radius: 100px;
    margin-top: 2rem; }
    @media screen and (max-width: 480px) {
      #sports .suggestion-wrap .mark {
        padding: .25rem .5rem; } }
    #sports .suggestion-wrap .mark .item .dote {
      width: 20px;
      height: 20px;
      border-radius: 100%;
      margin-right: 5px; }
      @media screen and (max-width: 480px) {
        #sports .suggestion-wrap .mark .item .dote {
          width: 10px;
          height: 10px; } }
      #sports .suggestion-wrap .mark .item .dote.green {
        background: #739937; }
      #sports .suggestion-wrap .mark .item .dote.yellow {
        background: #F8D55C; }
  #sports .suggestion-wrap .suggestion-text {
    background: url(../../dist/img/s-suggestion-bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 170px;
    -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; }
    #sports .suggestion-wrap .suggestion-text .note-word {
      position: absolute;
      top: -1rem;
      right: -2rem; }
      #sports .suggestion-wrap .suggestion-text .note-word img {
        width: 120px; }
    @media screen and (max-width: 640px) {
      #sports .suggestion-wrap .suggestion-text {
        margin-top: 2rem;
        background: none;
        padding: 1rem 1.5rem;
        background: #fff;
        border: solid 3px #739937;
        border-radius: 30px; }
        #sports .suggestion-wrap .suggestion-text .note-word {
          position: absolute;
          top: -2.5rem;
          right: 0rem; }
          #sports .suggestion-wrap .suggestion-text .note-word img {
            width: 80px; } }
  #sports .suggestion-wrap .pic-wrap .pic {
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
    #sports .suggestion-wrap .pic-wrap .pic:nth-child(1) {
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #sports .suggestion-wrap .pic-wrap .pic:nth-child(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #sports .suggestion-wrap .pic-wrap .pic:nth-child(3) {
      -webkit-animation-delay: 0.7s;
      animation-delay: 0.7s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #sports .suggestion-wrap .pic-wrap .pic:nth-child(4) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
    #sports .suggestion-wrap .pic-wrap .pic:nth-child(5) {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
      -webkit-animation-fill-mode: backwards;
      animation-fill-mode: backwards; }
  #sports .slider-wrap .slider-ttl .text {
    text-align: justify;
    position: absolute;
    right: 2.5rem;
    top: 2rem;
    z-index: 2;
    width: 55%; }
    #sports .slider-wrap .slider-ttl .text p {
      line-height: 1.25; }
    @media screen and (max-width: 480px) {
      #sports .slider-wrap .slider-ttl .text {
        width: 85%;
        right: auto;
        top: 45%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
        #sports .slider-wrap .slider-ttl .text p {
          line-height: 1; } }
  #sports .slider-wrap .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #sports .slider-wrap .slider .slide .pic {
      width: 200px;
      margin-right: 2rem; }
    @media screen and (max-width: 640px) {
      #sports .slider-wrap .slider .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; }
        #sports .slider-wrap .slider .slide .pic {
          width: 150px;
          margin-right: 0;
          margin-bottom: 1rem; } }
  #sports .journal-top-wrap {
    background: url(../../dist/img/journal-other-bg.png), url(../../dist/img/journal-bg.png), #F4EDD9;
    background-size: 100% auto, 100% auto, cover;
    background-repeat: no-repeat;
    background-position: center top , center top , center; }
    @media screen and (max-width: 1200px) {
      #sports .journal-top-wrap {
        background-size: 120% auto, 100% auto, cover; } }
    @media screen and (max-width: 768px) {
      #sports .journal-top-wrap {
        background-size: 130% auto, 100% auto, cover; } }
    @media screen and (max-width: 540px) {
      #sports .journal-top-wrap {
        background-size: 150% auto, 100% auto, cover; } }
    @media screen and (max-width: 480px) {
      #sports .journal-top-wrap {
        background: url(../../dist/img/journal-other-bg-s.png), url(../../dist/img/journal-bg.png), #F4EDD9;
        background-size: 110% auto, 100% auto, cover;
        background-repeat: no-repeat;
        background-position: center top , center top , center; } }
    #sports .journal-top-wrap .math-ttl {
      padding: 2rem 1rem; }
      @media screen and (max-width: 768px) {
        #sports .journal-top-wrap .math-ttl {
          padding: 1.25rem 1rem;
          min-height: 70px; } }
    #sports .journal-top-wrap .pic {
      margin-top: 8%; }
      @media screen and (max-width: 1600px) {
        #sports .journal-top-wrap .pic {
          margin-top: 0; } }
  #sports .journal-bottom-wrap .journal-btn {
    width: 200px;
    display: inline-block;
    position: absolute;
    right: 1rem;
    bottom: 1rem; }
    @media screen and (max-width: 480px) {
      #sports .journal-bottom-wrap .journal-btn {
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  #sports .checklist-wrap {
    max-width: 700px; }
    #sports .checklist-wrap .checklist {
      padding: 4px;
      overflow: hidden; }
      #sports .checklist-wrap .checklist .pic {
        border-right: solid 2px #739937;
        border-left: solid 2px #739937;
        -webkit-animation: fadeInDown;
        animation: fadeInDown;
        -webkit-animation-duration: 1s;
        animation-duration: 1s; }
        #sports .checklist-wrap .checklist .pic:nth-child(1) {
          -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
          -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
        #sports .checklist-wrap .checklist .pic:nth-child(2) {
          -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
          -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
        #sports .checklist-wrap .checklist .pic:nth-child(3) {
          -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
          -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
        #sports .checklist-wrap .checklist .pic:nth-child(4) {
          -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
          -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
        @media screen and (max-width: 480px) {
          #sports .checklist-wrap .checklist .pic:nth-child(1), #sports .checklist-wrap .checklist .pic:nth-child(2) {
            border-bottom: solid 4px #739937; } }
    @media screen and (min-width: 991px) {
      #sports .checklist-wrap .checklist-dog {
        position: absolute;
        right: -10rem;
        bottom: -1rem;
        max-width: 200px; } }
    @media screen and (max-width: 990px) {
      #sports .checklist-wrap .checklist-dog {
        width: 60%;
        max-width: 300px;
        margin: -1rem auto 1rem auto; } }
    @media screen and (max-width: 480px) {
      #sports .checklist-wrap .checklist-dog {
        width: 80%; } }

#expert .expert-group .expert-info {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 720px; }
  #expert .expert-group .expert-info .photo {
    max-width: 280px;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-animation: fadeInLeft;
    animation: fadeInLeft;
    -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; }
    #expert .expert-group .expert-info .photo .expert-qa {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 4;
      width: 40%; }
  #expert .expert-group .expert-info .ttl {
    background: #739937;
    padding-top: 1rem;
    padding-right: 6rem;
    padding-left: 11rem;
    margin-left: -10rem;
    z-index: 1; }
  #expert .expert-group .expert-info .doctor {
    position: absolute;
    max-width: 140px;
    z-index: 4;
    bottom: 0;
    right: 0;
    -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: 640px) {
    #expert .expert-group .expert-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #expert .expert-group .expert-info .photo {
        max-width: 200px;
        min-width: 120px;
        margin-bottom: -2rem; }
      #expert .expert-group .expert-info .ttl {
        width: 80%;
        padding-right: 2rem;
        padding-left: 2rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin-left: 0; }
      #expert .expert-group .expert-info .doctor {
        max-width: 90px; } }
  @media screen and (max-width: 360px) {
    #expert .expert-group .expert-info .ttl {
      width: 100%; } }
  @media screen and (max-width: 320px) {
    #expert .expert-group .expert-info .ttl {
      width: 100%;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }

#expert .expert-group .expert-faq .thead-name {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

#expert .expert-group .expert-faq .catalog-switch {
  width: 30px;
  height: 30px;
  margin-right: 1rem; }
  #expert .expert-group .expert-faq .catalog-switch.close {
    background: url("../../dist/img/faq-arrow-bottom.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  #expert .expert-group .expert-faq .catalog-switch.open {
    background: url("../../dist/img/faq-arrow-right.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

#expert a.btn-more {
  padding: .5rem .75rem;
  border-radius: 30px;
  background-color: #739937;
  color: #fff; }
  #expert a.btn-more:hover {
    background-color: #F8D55C;
    color: #283237; }

#share .pic {
  width: 50%;
  -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; }

#share .step-wrap {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-animation: fadeInLeft;
  animation: fadeInLeft;
  -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; }
  #share .step-wrap .step {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #share .step-wrap .step img {
      max-width: 160px;
      margin-right: 1rem; }
  @media screen and (max-width: 768px) {
    #share .step-wrap .step img {
      max-width: 120px; } }

@media screen and (max-width: 640px) {
  #share .pic {
    width: 90%;
    margin: 0 auto; }
  #share .step-wrap {
    width: 90%;
    margin: 0 auto; }
    #share .step-wrap > div {
      margin-bottom: 2rem; } }
