@charset "UTF-8";
/*==================================================================
	共通extend用
===================================================================*/
/*クリアフィックス*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pc {
  display: inherit !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes move {
  0% {
    opacity: 1;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 120%;
  }
}
@keyframes move {
  0% {
    opacity: 1;
    bottom: -300px;
  }
  100% {
    opacity: 1;
    bottom: 120%;
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes move {
    0% {
      opacity: 1;
      bottom: -250px;
    }
    100% {
      opacity: 1;
      bottom: 120%;
    }
  }
  @keyframes move {
    0% {
      opacity: 1;
      bottom: -250px;
    }
    100% {
      opacity: 1;
      bottom: 120%;
    }
  }
}
@-webkit-keyframes move_white {
  0% {
    opacity: 1;
    bottom: -120px;
  }
  100% {
    opacity: 1;
    bottom: 120%;
  }
}
@keyframes move_white {
  0% {
    opacity: 1;
    bottom: -120px;
  }
  100% {
    opacity: 1;
    bottom: 120%;
  }
}
.shake-move_white {
  -webkit-animation: shake 4s ease 0s infinite normal, move_white 6s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move_white 6s linear 0s infinite normal;
}
@media screen and (max-width: 767px) {
  .shake-move_white {
    -webkit-animation: shake 4s ease 0s infinite normal, move_white 10s linear 0s infinite normal;
            animation: shake 4s ease 0s infinite normal, move_white 10s linear 0s infinite normal;
  }
}

.shake-move_0 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_0 {
  -webkit-animation-duration: 4s, 8s !important;
          animation-duration: 4s, 8s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_0 {
    -webkit-animation-duration: 4s, 12s !important;
            animation-duration: 4s, 12s !important;
  }
}

#family .move-duration_0,
#daily .move-duration_0 {
  -webkit-animation-duration: 4s, 12s !important;
          animation-duration: 4s, 12s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_0,
  #daily .move-duration_0 {
    -webkit-animation-duration: 4s, 28s !important;
            animation-duration: 4s, 28s !important;
  }
}

.shake-move_1 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_1 {
  -webkit-animation-duration: 4s, 9s !important;
          animation-duration: 4s, 9s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_1 {
    -webkit-animation-duration: 4s, 13s !important;
            animation-duration: 4s, 13s !important;
  }
}

#family .move-duration_1,
#daily .move-duration_1 {
  -webkit-animation-duration: 4s, 13s !important;
          animation-duration: 4s, 13s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_1,
  #daily .move-duration_1 {
    -webkit-animation-duration: 4s, 30s !important;
            animation-duration: 4s, 30s !important;
  }
}

.shake-move_2 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_2 {
  -webkit-animation-duration: 4s, 10s !important;
          animation-duration: 4s, 10s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_2 {
    -webkit-animation-duration: 4s, 14s !important;
            animation-duration: 4s, 14s !important;
  }
}

#family .move-duration_2,
#daily .move-duration_2 {
  -webkit-animation-duration: 4s, 14s !important;
          animation-duration: 4s, 14s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_2,
  #daily .move-duration_2 {
    -webkit-animation-duration: 4s, 32s !important;
            animation-duration: 4s, 32s !important;
  }
}

.shake-move_3 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_3 {
  -webkit-animation-duration: 4s, 11s !important;
          animation-duration: 4s, 11s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_3 {
    -webkit-animation-duration: 4s, 15s !important;
            animation-duration: 4s, 15s !important;
  }
}

#family .move-duration_3,
#daily .move-duration_3 {
  -webkit-animation-duration: 4s, 15s !important;
          animation-duration: 4s, 15s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_3,
  #daily .move-duration_3 {
    -webkit-animation-duration: 4s, 34s !important;
            animation-duration: 4s, 34s !important;
  }
}

.shake-move_4 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_4 {
  -webkit-animation-duration: 4s, 12s !important;
          animation-duration: 4s, 12s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_4 {
    -webkit-animation-duration: 4s, 16s !important;
            animation-duration: 4s, 16s !important;
  }
}

#family .move-duration_4,
#daily .move-duration_4 {
  -webkit-animation-duration: 4s, 16s !important;
          animation-duration: 4s, 16s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_4,
  #daily .move-duration_4 {
    -webkit-animation-duration: 4s, 36s !important;
            animation-duration: 4s, 36s !important;
  }
}

.shake-move_5 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_5 {
  -webkit-animation-duration: 4s, 13s !important;
          animation-duration: 4s, 13s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_5 {
    -webkit-animation-duration: 4s, 17s !important;
            animation-duration: 4s, 17s !important;
  }
}

#family .move-duration_5,
#daily .move-duration_5 {
  -webkit-animation-duration: 4s, 17s !important;
          animation-duration: 4s, 17s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_5,
  #daily .move-duration_5 {
    -webkit-animation-duration: 4s, 38s !important;
            animation-duration: 4s, 38s !important;
  }
}

.shake-move_6 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_6 {
  -webkit-animation-duration: 4s, 14s !important;
          animation-duration: 4s, 14s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_6 {
    -webkit-animation-duration: 4s, 18s !important;
            animation-duration: 4s, 18s !important;
  }
}

#family .move-duration_6,
#daily .move-duration_6 {
  -webkit-animation-duration: 4s, 18s !important;
          animation-duration: 4s, 18s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_6,
  #daily .move-duration_6 {
    -webkit-animation-duration: 4s, 40s !important;
            animation-duration: 4s, 40s !important;
  }
}

.shake-move_7 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_7 {
  -webkit-animation-duration: 4s, 15s !important;
          animation-duration: 4s, 15s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_7 {
    -webkit-animation-duration: 4s, 19s !important;
            animation-duration: 4s, 19s !important;
  }
}

#family .move-duration_7,
#daily .move-duration_7 {
  -webkit-animation-duration: 4s, 19s !important;
          animation-duration: 4s, 19s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_7,
  #daily .move-duration_7 {
    -webkit-animation-duration: 4s, 42s !important;
            animation-duration: 4s, 42s !important;
  }
}

.shake-move_8 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_8 {
  -webkit-animation-duration: 4s, 16s !important;
          animation-duration: 4s, 16s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_8 {
    -webkit-animation-duration: 4s, 20s !important;
            animation-duration: 4s, 20s !important;
  }
}

#family .move-duration_8,
#daily .move-duration_8 {
  -webkit-animation-duration: 4s, 20s !important;
          animation-duration: 4s, 20s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_8,
  #daily .move-duration_8 {
    -webkit-animation-duration: 4s, 44s !important;
            animation-duration: 4s, 44s !important;
  }
}

.shake-move_9 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_9 {
  -webkit-animation-duration: 4s, 17s !important;
          animation-duration: 4s, 17s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_9 {
    -webkit-animation-duration: 4s, 21s !important;
            animation-duration: 4s, 21s !important;
  }
}

#family .move-duration_9,
#daily .move-duration_9 {
  -webkit-animation-duration: 4s, 21s !important;
          animation-duration: 4s, 21s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_9,
  #daily .move-duration_9 {
    -webkit-animation-duration: 4s, 46s !important;
            animation-duration: 4s, 46s !important;
  }
}

.shake-move_10 {
  -webkit-animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
          animation: shake 4s ease 0s infinite normal, move 4s linear 0s infinite normal;
}

.move-duration_10 {
  -webkit-animation-duration: 4s, 18s !important;
          animation-duration: 4s, 18s !important;
}
@media screen and (max-width: 767px) {
  .move-duration_10 {
    -webkit-animation-duration: 4s, 22s !important;
            animation-duration: 4s, 22s !important;
  }
}

#family .move-duration_10,
#daily .move-duration_10 {
  -webkit-animation-duration: 4s, 22s !important;
          animation-duration: 4s, 22s !important;
}
@media screen and (max-width: 767px) {
  #family .move-duration_10,
  #daily .move-duration_10 {
    -webkit-animation-duration: 4s, 48s !important;
            animation-duration: 4s, 48s !important;
  }
}

.move-delay_0 {
  -webkit-animation-delay: 0s, 0s !important;
          animation-delay: 0s, 0s !important;
}

.move-delay_1 {
  -webkit-animation-delay: 0s, 1.5s !important;
          animation-delay: 0s, 1.5s !important;
}

.move-delay_2 {
  -webkit-animation-delay: 0s, 3s !important;
          animation-delay: 0s, 3s !important;
}

.move-delay_3 {
  -webkit-animation-delay: 0s, 4.5s !important;
          animation-delay: 0s, 4.5s !important;
}

.move-delay_4 {
  -webkit-animation-delay: 0s, 6s !important;
          animation-delay: 0s, 6s !important;
}

.move-delay_5 {
  -webkit-animation-delay: 0s, 7.5s !important;
          animation-delay: 0s, 7.5s !important;
}

.move-delay_6 {
  -webkit-animation-delay: 0s, 9s !important;
          animation-delay: 0s, 9s !important;
}

.move-delay_7 {
  -webkit-animation-delay: 0s, 10.5s !important;
          animation-delay: 0s, 10.5s !important;
}

.move-delay_8 {
  -webkit-animation-delay: 0s, 12s !important;
          animation-delay: 0s, 12s !important;
}

.move-delay_9 {
  -webkit-animation-delay: 0s, 13.5s !important;
          animation-delay: 0s, 13.5s !important;
}

.move-delay_10 {
  -webkit-animation-delay: 0s, 15s !important;
          animation-delay: 0s, 15s !important;
}

.move-pos-0 {
  left: -20%;
}

.move-pos-1 {
  left: -10%;
}

.move-pos-2 {
  left: 0%;
}

.move-pos-3 {
  left: 10%;
}

.move-pos-4 {
  left: 20%;
}

.move-pos-5 {
  left: 30%;
}

.move-pos-6 {
  left: 40%;
}

.move-pos-7 {
  left: 50%;
}

.move-pos-8 {
  left: 60%;
}

.move-pos-9 {
  left: 70%;
}

.move-pos-10 {
  left: 80%;
}

.move-pos-11 {
  left: 90%;
}

.move-pos-12 {
  left: 100%;
}

.move-pos-13 {
  left: 110%;
}

.move-pos-14 {
  left: 120%;
}

.bubble {
  position: absolute;
  bottom: -50%;
  opacity: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bubble {
    scale: 0.5;
  }
}

.mv {
  background: -webkit-gradient(linear, left top, left bottom, from(#49a3ce), to(#c9eeff));
  background: -webkit-linear-gradient(#49a3ce, #c9eeff);
  background: linear-gradient(#49a3ce, #c9eeff);
  position: relative;
  height: calc(100dvh - 113.77px - 77.53px);
  overflow: hidden;
}
.mv .sumairuka {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  max-width: 814px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80%;
  -webkit-transform: translateY(33%);
          transform: translateY(33%);
  -webkit-animation: slideBounce 0.6s linear 2s forwards;
          animation: slideBounce 0.6s linear 2s forwards;
  opacity: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .mv {
    width: 100%;
    height: calc(100dvh - 49.48px - 69.53px);
    max-height: 153vw;
  }
}
@-webkit-keyframes slideBounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
}
@keyframes slideBounce {
  0% {
    opacity: 1;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateY(23%);
            transform: translateY(23%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(33%);
            transform: translateY(33%);
  }
}
.mv__title {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 1180px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .mv__title {
    bottom: 0;
    top: 50px;
    width: 80%;
  }
}
@media screen and (max-width: 375px) {
  .mv__title {
    width: 70%;
  }
}
.mv__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv .bubble.bubble_white01 {
  left: 4%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .mv .bubble.bubble_white01 {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    left: 0;
  }
}
.mv .bubble.bubble_white02 {
  left: 7%;
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.mv .bubble.bubble_white03 {
  left: 17%;
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
@media screen and (max-width: 767px) {
  .mv .bubble.bubble_white03 {
    left: 22%;
    -webkit-animation-delay: 2.2s;
            animation-delay: 2.2s;
  }
}
.mv .bubble.bubble_white04 {
  right: 5%;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media screen and (max-width: 767px) {
  .mv .bubble.bubble_white04 {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
}
.mv .bubble.bubble_white05 {
  right: 7%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.mv .bubble.bubble_white06 {
  right: 10%;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
@media screen and (max-width: 767px) {
  .mv .bubble.bubble_white06 {
    right: 12%;
    -webkit-animation-delay: 2.15s;
            animation-delay: 2.15s;
  }
}
.mv .bubble_white_wrap {
  max-width: 814px;
  width: 80%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .mv .bubble_white_wrap {
    width: 100%;
  }
}

#mainContent {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}
#mainContent .scroll-area {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 3;
}
#mainContent .scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
          animation: infinity-scroll-left 40s infinite linear 0.5s both;
  white-space: nowrap;
  padding: 16px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -ms-touch-action: none;
      touch-action: none;
}
@media screen and (max-width: 767px) {
  #mainContent .scroll-wrapper {
    padding: 12px 0;
    -webkit-animation: infinity-scroll-left 40s infinite linear 0.5s both;
            animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
}
#mainContent .scroll-wrapper * {
  -ms-touch-action: none;
      touch-action: none;
}
#mainContent .scroll-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
#mainContent .scroll-list li {
  color: #23aaf4;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  padding-right: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainContent .scroll-list li img {
  width: 40px;
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mainContent .banner_area {
  background-color: #CEE7FF;
  padding: 37px 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #mainContent .banner_area {
    padding: 24px 37px;
  }
}
#mainContent .banner_area a:hover {
  opacity: 0.8;
}
#mainContent .banner_area img {
  width: auto;
  max-width: 760px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #mainContent .banner_area img {
    max-width: 100%;
  }
}
#mainContent .ttl_bk {
  color: #000;
}
#mainContent .ttl_wt {
  color: #fff;
}
#mainContent h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #mainContent h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
#mainContent h2::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/wave.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 60px;
  width: 390px;
  position: absolute;
  bottom: -65px;
  left: calc(50% - 190px);
}
#mainContent .long {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent .long {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
#mainContent .long::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/wave_long.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  height: 60px;
  width: 580px;
  position: absolute;
  bottom: -65px;
  left: calc(50% - 290px);
}
#mainContent #profile {
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_grid.webp);
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #mainContent #profile {
    padding-top: 45px;
    padding-bottom: 90px;
    background-image: none;
    background-color: #fffdea;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile {
    padding-top: 45px;
    padding-bottom: 90px;
    background-image: none;
    background-color: #fffdea;
  }
}
#mainContent #profile .inner {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .inner {
    padding: 0 3%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile .inner {
    max-width: 700px;
  }
}
#mainContent #profile .box {
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_profile.webp);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 110px 70px 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box {
    background-image: none;
    padding: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile .box {
    background-image: none;
    padding: 0;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#mainContent #profile .box__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__img {
    width: 100%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile .box__img {
    width: 100%;
  }
}
#mainContent #profile .box__img .name {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mainContent #profile .box__img .name p {
  background-color: #23aaf4;
  border: solid 1px #000;
  border-radius: 45px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 10px 35px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__img .name p {
    font-size: 20px;
  }
}
#mainContent #profile .box__text {
  width: 50%;
  margin-left: 80px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile .box__text {
    width: 100%;
    margin-left: 0;
    margin-top: 70px;
  }
}
#mainContent #profile .box__text::before {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_profile-deco.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 127px;
  height: 170px;
  position: absolute;
  top: -130px;
  right: -70px;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text::before {
    width: 86px;
    height: 115px;
    top: -90px;
    right: -25px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #profile .box__text::before {
    top: -40px;
    right: -65px;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
#mainContent #profile .box__text table {
  width: 100%;
}
#mainContent #profile .box__text th {
  color: #23aaf4;
  font-size: 30px;
  text-align: left;
  font-weight: bold;
  background-image: -webkit-linear-gradient(left, #000 13px, transparent 4px);
  background-image: linear-gradient(to right, #000 13px, transparent 4px);
  background-size: 20px 3px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text th {
    font-size: 7vw;
  }
}
#mainContent #profile .box__text td {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  vertical-align: top;
  width: 240px;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text td {
    font-size: 16px;
    padding-top: 25px;
    padding-bottom: 10px;
  }
}
#mainContent #profile .box__text .blue {
  color: #23aaf4;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  width: 40%;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text .blue {
    font-size: 20px;
  }
}
#mainContent #profile .box__text p {
  font-size: 18px;
  line-height: 27px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #mainContent #profile .box__text p {
    font-size: 16px;
  }
}
#mainContent #family {
  padding-top: 80px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49a3ce), to(#95d0ec));
  background: -webkit-linear-gradient(#49a3ce, #95d0ec);
  background: linear-gradient(#49a3ce, #95d0ec);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mainContent #family {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}
#mainContent #family::before {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_family.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 340px;
  height: -webkit-fill-available;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent #family::before {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #family::before {
    width: 270px;
  }
}
#mainContent #family::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_family.webp);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 340px;
  height: -webkit-fill-available;
  position: absolute;
  right: 0;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent #family::after {
    display: none;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #family::after {
    width: 270px;
  }
}
#mainContent #family .inner {
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #family .inner {
    padding: 0 3%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #family .inner {
    max-width: 700px;
  }
}
#mainContent #family .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #mainContent #family .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mainContent #family .box__item {
  width: 425px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #mainContent #family .box__item {
    width: 100%;
    margin-top: 40px;
    position: relative;
  }
  #mainContent #family .box__item:nth-child(2) {
    margin-top: 80px;
  }
  #mainContent #family .box__item:nth-child(3) {
    margin-top: 80px;
  }
  #mainContent #family .box__item:nth-child(4) {
    margin-top: 80px;
  }
  #mainContent #family .box__item::before {
    content: "";
    background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_family.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 112px;
    height: 260px;
    position: absolute;
    left: -10px;
    top: -20px;
  }
  #mainContent #family .box__item::after {
    content: "";
    background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_family.webp);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    width: 112px;
    height: 260px;
    position: absolute;
    right: -10px;
    top: -20px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #family .box__item {
    width: 46%;
  }
}
#mainContent #family .unit01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
#mainContent #family .unit01::before {
  content: "";
  background-image: -webkit-linear-gradient(left, #fff 13px, transparent 4px);
  background-image: linear-gradient(to right, #fff 13px, transparent 4px);
  background-size: 19px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit01::before {
    bottom: -45px;
  }
}
#mainContent #family .unit01 .img-name {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit01 .img-name {
    width: 105px;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
}
#mainContent #family .unit01 .img-l {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 35px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit01 .img-l {
    margin-left: 0;
  }
}
#mainContent #family .unit01 .img-m {
  width: 185px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 60px;
  z-index: 1;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit01 .img-m {
    margin-left: 0;
    margin-top: 0;
  }
}
#mainContent #family .unit02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
#mainContent #family .unit02::before {
  content: "";
  background-image: -webkit-linear-gradient(left, #fff 13px, transparent 4px);
  background-image: linear-gradient(to right, #fff 13px, transparent 4px);
  background-size: 19px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02::before {
    bottom: -45px;
  }
}
#mainContent #family .unit02 .img-name {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02 .img-name {
    width: 105px;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
}
#mainContent #family .unit02 .img-name-m {
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02 .img-name-m {
    width: 130px;
    position: absolute;
    left: 0;
    bottom: -25px;
  }
}
#mainContent #family .unit02 .img-s {
  width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02 .img-s {
    margin-left: 0;
  }
}
#mainContent #family .unit02 .img-ss {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 95px;
  margin-top: 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #mainContent #family .unit02 .img-ss {
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #mainContent #family .list {
    padding-left: 0;
  }
}
#mainContent #family .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainContent #family .list li {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  text-indent: 0;
  padding-left: -1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media screen and (max-width: 767px) {
  #mainContent #family .list li {
    font-size: 16px;
  }
}
#mainContent #family .list li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: 16px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #mainContent #family .list li::before {
    top: 15px;
  }
}
#mainContent #family .list li span:first-child {
  white-space: nowrap;
}
#mainContent #birthStory {
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_grid.webp);
  background-repeat: repeat;
  padding-top: 80px;
  padding-bottom: 230px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory {
    padding-top: 45px;
    padding-bottom: 130px;
    background-image: none;
    background-color: #fffdea;
    background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_town-sp.webp);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
  }
}
#mainContent #birthStory .inner {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .inner {
    padding: 0 3%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #birthStory .inner {
    max-width: 700px;
  }
}
#mainContent #birthStory .img1 {
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_birthstory01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 115px;
  position: absolute;
  top: -70px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .img1 {
    width: 65px;
    height: 69px;
    top: -45px;
    left: 0;
  }
}
#mainContent #birthStory .img2 {
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_birthstory02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 225px;
  height: 220px;
  position: absolute;
  top: -60px;
  right: -160px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .img2 {
    width: 110px;
    height: 110px;
    top: -70px;
    right: -10px;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
}
#mainContent #birthStory .box {
  background-color: #fffdea;
  border: solid 1px #000;
  border-radius: 10px;
  -webkit-box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 6px 8px rgba(0, 0, 0, 0.25);
  padding: 90px;
  margin-top: 140px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .box {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 15px;
    padding: 20px 15px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #birthStory .box {
    padding: 50px;
  }
}
#mainContent #birthStory .box__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 45px;
  position: relative;
}
#mainContent #birthStory .box__text::before {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_birthstory03.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 310px;
  position: absolute;
  bottom: -240px;
  left: -250px;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .box__text::before {
    width: 157px;
    height: 157px;
    bottom: -130px;
    left: -10px;
  }
}
#mainContent #birthStory .box__text::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_birthstory04.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 105px;
  height: 104px;
  position: absolute;
  bottom: -150px;
  right: -120px;
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .box__text::after {
    width: 61px;
    height: 72px;
    bottom: -80px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #mainContent #birthStory .box__text {
    font-size: 16px;
    line-height: 32px;
  }
}
#mainContent #daily {
  padding-top: 80px;
  padding-bottom: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#49a3ce), to(#9ddbf8));
  background: -webkit-linear-gradient(#49a3ce, #9ddbf8);
  background: linear-gradient(#49a3ce, #9ddbf8);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #mainContent #daily {
    padding-top: 45px;
    padding-bottom: 90px;
  }
}
#mainContent #daily .inner {
  max-width: 1240px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .inner {
    padding: 0 3%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #daily .inner {
    max-width: 700px;
  }
}
#mainContent #daily .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #daily .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#mainContent #daily .box {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .box {
    background-color: rgba(255, 255, 255, 0);
    padding: 50px 10px;
  }
}
#mainContent #daily h3 {
  background-color: rgba(255, 255, 255, 0.5);
  color: #00c0e0;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mainContent #daily h3 {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    font-size: 26px;
    padding: 15px 0;
  }
}
#mainContent #daily .comic {
  width: 56%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .comic {
    width: 100%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #daily .comic {
    width: 100%;
    margin-bottom: 40px;
  }
}
#mainContent #daily .comic__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
#mainContent #daily .comic__area a:hover {
  opacity: 0.8;
}
#mainContent #daily .comic__area img {
  width: 280px;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .comic__area img {
    width: 100%;
  }
}
#mainContent #daily .short {
  width: 41%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .short {
    width: 100%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #daily .short {
    width: 100%;
  }
}
#mainContent #daily .short a:hover {
  opacity: 0.8;
}
#mainContent #daily .short h3 {
  width: 440px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #mainContent #daily .short h3 {
    width: 100%;
  }
}
#mainContent #daily .short__area {
  margin-top: 30px;
}
#mainContent #world {
  padding-top: 80px;
  padding-bottom: 190px;
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_town.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mainContent #world {
    padding-bottom: 140px;
    background-color: #fffdea;
    background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/bg_town-sp.webp);
  }
}
#mainContent #world::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 495px;
  height: 190px;
  position: absolute;
  left: 10px;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  #mainContent #world::after {
    width: 100%;
    height: auto;
    bottom: 40px;
    aspect-ratio: 400/150;
  }
}
#mainContent #world h2 {
  line-height: 129%;
}
#mainContent #world a:hover {
  opacity: 0.8;
}
#mainContent #world .inner {
  max-width: 1050px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #mainContent #world .inner {
    padding: 0 10%;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .inner {
    max-width: 700px;
  }
}
#mainContent #world .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 110px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#mainContent #world .banner__line img {
  width: 500px;
}
#mainContent #world .banner__line .link {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__line .link {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .banner__line .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mainContent #world .banner__line .link a {
  position: relative;
  color: #00ba00;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__line .link a {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#mainContent #world .banner__line .link a::before {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/icon_line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__line .link a::before {
    width: 21px;
    height: 21px;
  }
}
#mainContent #world .banner__line .link a::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/link_line.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__line .link a::after {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__note {
    margin-bottom: 30px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .banner__note {
    margin-bottom: 30px;
  }
}
#mainContent #world .banner__note img {
  width: 500px;
}
#mainContent #world .banner__note .link {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__note .link {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .banner__note .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mainContent #world .banner__note .link a {
  position: relative;
  color: #1d4d7f;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #mainContent #world .banner__note .link a {
    font-size: 16px;
  }
}
#mainContent #world .banner__note .link a::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/link_note.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 7px;
  position: relative;
  top: 0px;
}
#mainContent #world .sns {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns {
    margin: 30px auto 90px;
  }
}
#mainContent #world .sns::after {
  content: "";
  background-image: url(/th/wp-content/themes/tacthome/assets/img/sumairuka/img_sns.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 440px;
  height: 215px;
  position: absolute;
  right: 55px;
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns::after {
    width: 90%;
    height: 140px;
    right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -25px;
    background-position: center;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .sns::after {
    width: 300px;
    height: 165px;
    right: 25px;
  }
}
#mainContent #world .sns__box {
  background-color: #fffdea;
  border: 1px solid #000;
  border-radius: 15px;
  padding: 45px 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__box {
    background-color: #fff;
    padding: 30px 25px;
    height: 270px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .sns__box {
    padding: 35px 25px;
  }
}
#mainContent #world .sns__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#mainContent #world .sns__item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__item .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .sns__item .text {
    font-size: 20px;
  }
}
#mainContent #world .sns__item .text .navy {
  color: #1f4f81;
}
#mainContent #world .sns__item .text .skyblue {
  color: #44b2e7;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__item .text .skyblue {
    margin-left: 10px;
  }
}
#mainContent #world .sns__item .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__item .icon {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#mainContent #world .sns__item .icon a {
  margin-right: 25px;
}
#mainContent #world .sns__item .icon a:nth-child(4) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__item .icon a {
    margin-right: 15px;
  }
}
#mainContent #world .sns__item .icon img {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  #mainContent #world .sns__item .icon img {
    width: 45px;
  }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
  #mainContent #world .sns__item .icon img {
    width: 55px;
  }
}

.scrollanime {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}
.scrollanime.fadeInUp {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s, -webkit-transform 0.8s;
}