@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Licorice&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Licorice&family=Satisfy&family=Tsukimi+Rounded:wght@300;400;500;600;700&display=swap");
/*Zen Kaku Gothic New*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Licorice&family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Licorice&family=Satisfy&family=Tsukimi+Rounded:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  /* margin-top: 46px !important; */
  margin: 0;
}
@media screen and (min-width: 789px) {
  html {
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 789px) {
  html {
    margin-top: 0 !important;
  }

  p {
    font-family: Zen Kaku Gothic New;
    margin: 0;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 789px) and (min-width: 768px) {
  p {
    font-size: 1.3rem;
    font-family: Zen Kaku Gothic New;
  }
}
@media screen and (max-width: 789px) {
  span {
    font-family: Zen Kaku Gothic New;
  }
}
li {
  font-family: Zen Kaku Gothic New;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.6rem;
  font-family: Zen Kaku Gothic New;
  margin: 0;
  text-align: center;
  color: #000;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 960px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 1.5rem;
    font-family: Zen Kaku Gothic New;
    margin: 0;
  }
}
@media (min-width: 1080px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 2rem;
    font-family: Zen Kaku Gothic New;
    margin: 0;
  }
}

body {
  background: #ffffff;
  /*遷移アニメーションと同じ色を指定*/
  /*
      @media (max-width: 1920px)  {
          max-width: 1920px;
          margin: 0 auto;
        }


      @media (min-width: 769px) and  (max-width: 1280px)  {
        max-width: 1280px;
        margin: 0 auto;
      }
  */
}
ul {
  padding: 0;
  margin: 0;
}

a {
  font-family: Zen Kaku Gothic New;
}

html {
  margin: 0;
}
@media screen and (max-width: 782px) {
  html html {
    margin: 0;
  }
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  p {
    font-family: Zen Kaku Gothic New;
    margin: 0;
    font-size: 1.1rem;
  }

  span {
    font-family: Zen Kaku Gothic New;
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  p {
    font-size: 1.2rem;
    font-family: Zen Kaku Gothic New;
  }

  span {
    font-family: Zen Kaku Gothic New;
  }
}
img {
  max-width: 100%;
}

@media (min-width: 1080px) {
  p {
    font-size: 1.6rem;
    font-family: Zen Kaku Gothic New;
  }

  span {
    font-family: Zen Kaku Gothic New;
  }
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "SnellRoundhand";
  src: url("../fonts/snellroundhand.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/snellroundhand.eot?#iefix") format("embedded-opentype"), url("../fonts/snellroundhand.woff2") format("woff2"), url("../fonts/snellroundhand.woff") format("woff"), url("../fonts/snellroundhand.ttf") format("truetype"), url("../fonts/snellroundhand.svg#snellroundhand") format("svg");
  /* Chrome < 4, Legacy iOS */
}
@font-face {
  font-family: IPAex明朝;
  src: url("https://cdn.leafscape.be/IPAexfont/ipaexm_web.woff2") format("woff2");
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-iteration-count: infinite;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pretab {
  animation-name: pretabAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
  transform: scale(0.5);
}

@keyframes pretabAnime {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.prebox {
  animation-name: preboxAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 1;
}

@keyframes preboxAnime {
  to {
    transform: translateY(0);
  }
}
.markertest {
  font-weight: bold;
  background: -webkit-linear-gradient(left, #ffe932 50%, transparent 50%);
  background: -moz-linear-gradient(left, #ffe932 50%, transparent 50%);
  background: linear-gradient(left, #ffe932 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 0.8rem;
  background-position: 100% 0.5em;
  transition: 3s;
  animation-duration: 5s;
  animation-delay: 5s;
}
@media only screen and (min-width: 1080px) {
  .markertest {
    font-size: 2rem;
  }
}

.markertest.is-active {
  background-position: 0% 0.5em;
}

.large_color {
  animation-name: large_colorAmime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes large_colorAmime {
  from {
    color: #000;
  }
  to {
    color: #e87d00;
  }
}
.slide-animation {
  animation: fadezoom 8s 0s forwards;
  animation-iteration-count: infinite;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.glowAnime span {
  opacity: 0;
}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span {
  animation: glow_anime_on 1s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #ffef00, 0 0 0 #ffef00;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #ffef00, 0 0 15px #ffef00;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #ffef00, 0 0 0 #ffef00;
  }
}
section.s1 {
  background-image: repeating-linear-gradient(#fdecd9, #e87d00);
}

h1.timebox__ttl {
  position: relative;
  font-size: 2rem;
  text-align: center;
  z-index: 2;
  padding: 3rem 1rem;
}
h1.timebox__ttl::before {
  content: attr(data-en);
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #e89740;
  font-size: 40px;
  font-style: italic;
  z-index: -1;
  width: 100%;
}

span.ttlbox__ttl--cl {
  color: #f57500;
}

.ttlboxcl {
  color: linear-gradient(#22f0a0, #accbff 53%, #84f3d3 98%);
  animation: ttlboxcolor 4s infinite alternate;
}

@keyframes ttlboxcolor {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.ttlwrap {
  padding: 3rem 1rem;
  padding-top: 0;
}
@media only screen and (min-width: 1080px) {
  .ttlwrap {
    padding: 3rem;
    padding-top: 0;
    max-width: 1366px;
    margin: auto;
  }
}

@media only screen and (min-width: 1080px) {
  .ttlbox {
    padding: 3rem 0;
  }
}
.ttlbox__sub {
  margin: 3rem 0;
}
@media only screen and (min-width: 1080px) {
  .ttlbox__sub {
    margin: 5rem 0;
  }
}
.ttlbox__sub__txt {
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  .ttlbox__sub__txt {
    text-align: center;
    font-size: 1.6rem;
  }
}
.ttlbox__img {
  margin-bottom: 3rem;
}

h2.ttlbox__ttl {
  font-size: 1.5rem;
  line-height: 3rem;
}
@media only screen and (min-width: 1080px) {
  h2.ttlbox__ttl {
    font-size: 2rem;
  }
}

h3.themebox__ttl {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  h3.themebox__ttl {
    font-size: 2rem;
  }
}

.themebox__slide {
  margin: 1rem 0;
}
.themebox__txt {
  margin-top: 5rem;
}
.themebox__txt__txt {
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  .themebox__txt__txt {
    font-size: 1.6rem;
  }
}
.themebox__familybox {
  margin-top: 3rem;
}
@media only screen and (min-width: 1080px) {
  .themebox__familybox {
    margin-top: 5rem;
  }
}
.themebox__slide {
  margin: 1rem 0;
}

p.glowAnime.glow {
  text-align: center;
  padding: 1rem 0;
  color: #ffef00;
  font-weight: 500;
}
@media only screen and (min-width: 1080px) {
  p.glowAnime.glow {
    font-size: 2rem;
  }
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.prev-arrow {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  /* position: relative; */
  position: absolute;
  left: 2%;
  top: 40%;
  z-index: 99;
}

.next-arrow {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  /* position: relative; */
  position: absolute;
  top: 40%;
  left: 85%;
}

section.s3 {
  padding: 3rem 1rem;
}
@media only screen and (min-width: 1080px) {
  section.s3 {
    padding: 0;
  }
}

@media only screen and (min-width: 1080px) {
  .threewrap {
    padding: 3rem;
    max-width: 1366px;
    margin: auto;
  }
}

.threebox__ttlbox {
  margin-bottom: 3rem;
}
.threebox__ttlbox__ttl {
  font-size: 1.4rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  .threebox__ttlbox__ttl {
    font-size: 2rem;
  }
}
.threebox__ttlbox__ttl {
  font-size: 1.4rem;
  line-height: 2rem;
}
.threebox__flowwrap {
  margin-top: 5rem;
}
.threebox__flowbox__flow {
  display: inline-block;
  border-style: solid;
  border-width: 24px 14px 0 14px;
  border-color: #000 transparent transparent transparent;
}
.threebox__ttlbox__ul {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  .threebox__ttlbox__ul {
    font-size: 1.6rem;
  }
}
.threebox__ttlbox__li {
  list-style: none;
  margin-top: 1rem;
}
.threebox__flowbox__txt__p {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__txt__p {
    font-size: 1.6rem;
  }
}
.threebox__flowbox__txt {
  margin: 3rem 0;
}
.threebox__flowbox__ttl__p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: normal;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #e89740;
  padding: 1rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__ttl__p {
    font-size: 2rem;
  }
}
.threebox__flowbox__img {
  text-align: center;
  margin: 3rem 0;
}
.threebox__flowboxpre__img__txt {
  text-align: center;
  padding: 1rem 0;
}
.threebox__flowboxpre__txt {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
}
.threebox__flowboxpre__txt2 {
  text-align: center;
  padding: 1rem 0;
}
.threebox__flowbox__img__img {
  width: 40%;
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__img__img {
    width: 30%;
  }
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__tabimg__img2 {
    display: block;
    margin: auto;
    width: 40%;
  }
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__tabimg__img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.threebox__flowboxprewrap {
  padding: 2rem 0;
  opacity: 0;
}
@media only screen and (min-width: 1080px) {
  .threebox__flowboxprewrap {
    padding: 0 5rem;
  }
}
.threebox__flowbox__btn {
  text-align: center;
}
.threebox__flowbox__tabimg2 {
  transform: translateY(-170%);
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__tabimg2 {
    transform: translateY(-270%);
  }
}
.threebox__flowbox__stimg {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}
.threebox__flowbox__stimg__img {
  width: 50%;
}
@media only screen and (min-width: 1080px) {
  .threebox__flowbox__stimg__img {
    width: 40%;
  }
}

.poligon {
  text-align: center;
  margin: 5rem 0;
}

.Gradation_3 {
  display: inline-block;
  width: 110px;
  height: 59.9px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  align-items: center;
  justify-content: center;
  background: linear-gradient(150deg, #a6d900 0%, #ff4454 100%);
  opacity: 0.5;
  animation: Grad 4s infinite alternate;
}

.Gradation_32 {
  display: inline-block;
  width: 110px;
  height: 59.9px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  align-items: center;
  justify-content: center;
  background: linear-gradient(#22f0a0, #accbff 53%, #84f3d3 98%);
  opacity: 0.5;
  animation: Grad 4s infinite alternate;
}

@keyframes Grad {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.endwrap {
  background-image: repeating-linear-gradient(#fdecd9, #e87d00);
  padding: 3rem 1rem;
}
@media only screen and (min-width: 1080px) {
  .endwrap {
    max-width: 1366px;
    padding: 3rem;
  }
}

.endbox__flow {
  margin: 2rem 0;
}
.endbox__img__txt {
  padding: 1rem 0;
}
@media only screen and (min-width: 1080px) {
  .endbox__img__txt {
    text-align: center;
  }
}
.endbox__imgbox {
  width: 80%;
  margin: auto;
}
@media only screen and (min-width: 1080px) {
  .endbox__flow__txt {
    text-align: center;
  }
}
@media only screen and (min-width: 1080px) {
  .endbox__flow__txt__ji {
    text-align: center;
  }
}

figcaption {
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  figcaption {
    font-size: 1.5rem;
  }
}

section.s5 {
  padding: 3rem 1rem;
}

.corpwrap {
  padding: 0;
}
@media only screen and (min-width: 1080px) {
  .corpwrap {
    padding: 0 3rem;
  }
}

.corpbox__txt__txt {
  font-size: 1.3rem;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 1080px) {
  .corpbox__txt__txt {
    font-size: 1.6rem;
  }
}
.corpbox__txt__txt2 {
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  .corpbox__txt__txt2 {
    line-height: 3rem;
  }
}
.corpbox__txt__nai {
  font-size: 1.3rem;
  font-weight: 600;
  /* padding: 3rem 0; */
  padding-top: 3rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1080px) {
  .corpbox__txt__nai {
    font-size: 2rem;
  }
}
.corpbox__txt__ul {
  margin-left: 2rem;
}
@media only screen and (min-width: 1080px) {
  .corpbox__txt__ul {
    font-size: 1.6rem;
  }
}
.corpbox__txt__li {
  margin-top: 1rem;
}
.corpbox__box__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto;
  padding: 0.9em 2em;
  border: 1px solid #8f4f06;
  border-radius: 5px;
  background-color: #e87d00;
  color: #fff;
  font-size: 1em;
  /* padding: 3rem 0; */
  margin: 3rem auto;
}

a.corpbox__box {
  color: #fff;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1080px) {
  a.corpbox__box {
    font-size: 1.6rem;
  }
}

span.detailstxtbox__txt--large {
  text-align: center;
  display: block;
  font-weight: 500;
}
@media only screen and (min-width: 1080px) {
  span.detailstxtbox__txt--large {
    font-size: 1.8rem;
  }
}

p.detailstxtbox__txt {
  line-height: 2rem;
}
@media only screen and (min-width: 1080px) {
  p.detailstxtbox__txt {
    font-size: 1.6rem;
    line-height: 3rem;
  }
}

/* サムネイル */
.thumb {
  width: 100%;
  /* height: 110px; */
  /* object-fit: cover; */
  cursor: zoom-in;
  /* border-radius: 6px; */
  /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); */
  transition: transform 0.18s ease;
  margin: 1rem 0;
}

.thumb:hover {
  transform: scale(1);
}

/* オーバーレイ（非表示） */
.img-overlay {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  padding: 24px;
}

/* 表示状態 */
.img-overlay.show {
  display: flex;
}

/* 中央パネル */
.panel {
  position: relative;
  max-width: 95vw;
  max-height: 95vh;
}

/* 拡大画像 */
.enlarged {
  max-width: 100%;
  max-height: 100%;
  /* border-radius: 8px; */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}

/* ×ボタン */
.close-btn {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 背景スクロール止める */
.no-scroll {
  overflow: hidden;
}

.threebox__tab {
  padding-bottom: 1em;
  background-color: #fff;
  border: 1px solid #e87d00;
  margin: 0 auto;
}

.tab_item {
  width: 33.3333333333%;
  /*100%/4を100%/3に変更*/
  padding: 15px 0;
  border-bottom: 3px solid #e87d00;
  background-color: #ececec;
  text-align: center;
  color: #e87d00;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  font-size: 0.9rem;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name=tab_item] {
  display: none;
}

.tab_content {
  display: none;
  padding: 1em 1em 0;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content {
  /*, #tab4:checked ~ #tab4_contentを削除*/
  display: block;
}

.threebox__tab input:checked + .tab_item {
  background-color: #e87d00;
  color: #fff;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn--orange {
  color: #fff;
  background-color: #e87d00;
}

a.btn--orange:hover {
  color: #fff;
  background: #e87d00;
}

a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 3rem;
  border-radius: 100vh;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 1rem;
  margin: 0;
  padding: 0;
  content: "\f054";
}

.detailsbox {
  margin: 2rem auto;
  width: 80%;
}

.details {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.details:last-of-type {
  border-bottom: 2px solid #fff;
}

.details-summary {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #E87D01;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btndetail {
  position: absolute;
  top: 37%;
  left: 10%;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btndetail:before, .details-summary .btndetail:after {
  content: "";
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btndetail:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.details-summary.is-active .btndetail {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btndetail:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.details-content {
  padding: 20px;
}
.details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 18px;
  text-align: left;
}
.details-content p:last-of-type {
  margin: 0 0 0;
}

.gsliderwrap {
  padding: 0rem 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 1080px) {
  .gsliderwrap {
    padding: 3rem;
  }
}

.sliderArea {
  max-width: 100%;
  margin: 5rem 0;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.sthumb1, .sthumb2, .sthumb3, .sthumb4, .sthumb5, .sthumb6, .sthumb7, .sthumb8, .sthumb9, .sthumb10, .sthumb11, .sthumb12, .sthumb13, .sthumb14, .sthumb15, .sthumb16 {
  margin: 20px 0 0;
}

.sthumb1 .slick-slide, .sthumb2 .slick-slide, .sthumb3 .slick-slide, .sthumb4 .slick-slide, .sthumb5 .slick-slide, .sthumb6 .slick-slide, .sthumb7 .slick-slide, .sthumb8 .slick-slide, .sthumb9 .slick-slide, .sthumb10 .slick-slide,
.sthumb11 .slick-slide, .sthumb12 .slick-slide, .sthum13 .slick-slide, .sthumb14 .slick-slide, .sthumb15 .slick-slide, .sthumb16 .slick-slide {
  cursor: pointer;
}

.sthumb1 .slick-slide:hover, .sthumb2 .slick-slide:hover, .sthumb3 .slick-slide:hover, .sthumb4 .slick-slide:hover, .sthumb5 .slick-slide:hover, .sthumb6 .slick-slide:hover, .sthumb7 .slick-slide:hover, .sthumb8 .slick-slide:hover,
.sthumb9 .slick-slide:hover, .sthumb10 .slick-slide:hover, .sthumb11 .slick-slide:hover, .sthumb12 .slick-slide:hover, .sthumb13 .slick-slide:hover, .sthumb14 .slick-slide:hover, .sthumb15 .slick-slide:hover, .sthumb16 .slick-slide:hover {
  opacity: 0.7;
}

p.gslidertxt {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  /* padding: 3rem 0; */
  padding-top: 3rem;
}
@media only screen and (min-width: 1080px) {
  p.gslidertxt {
    font-size: 2rem;
  }
}

p.gslidertxt__txt {
  text-align: center;
  padding-bottom: 1rem;
}

/*========= header-Top ===============*/
header.header {
  background-image: url(../images/top/tai/tai.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1080px) {
  .timebox {
    max-width: 1366px;
    margin: auto;
  }
}
.timebox__ttl {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 1.5rem;
  text-align: center;
  z-index: 2;
  padding: 3rem 1rem;
}
.timebox__ttlspan {
  position: relative;
  z-index: 2;
}
.timebox__ttl::before {
  content: attr(data-en);
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  color: #e87d00;
  font-size: 40px;
  font-style: italic;
  z-index: -1;
}
.timebox__csr {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
}
.timebox__csr__img {
  width: 50%;
}
@media only screen and (min-width: 1080px) {
  .timebox__csr__img {
    width: 30%;
  }
}
.timebox__csr__txt {
  font-size: 0.9rem;
}
.timebox__video__mov {
  width: 100%;
}

.headsliderwrap {
  width: 100%;
  height: 30vh;
  background-color: #fff;
}
@media only screen and (min-width: 1080px) {
  .headsliderwrap {
    height: 60vh;
  }
}

.headsliderbox {
  position: relative;
  width: 100%;
  height: 30vh;
}
@media only screen and (min-width: 1080px) {
  .headsliderbox {
    height: 60vh;
  }
}

.headsliderbox__img {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  animation: slideShow 12s linear infinite 0s;
  animation-iteration-count: infinite;
}

.headsliderbox__img:nth-child(2) {
  animation-delay: 3s;
}

.headsliderbox__img:nth-child(3) {
  animation-delay: 6s;
}

.headsliderbox__img:nth-child(4) {
  animation-delay: 9s;
}

.headsliderbox__img:nth-child(5) {
  animation-delay: 12s;
}

.headsliderbox__img__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slideShow {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  20% {
    opacity: 1;
  }
  40%, 100% {
    opacity: 0;
  }
}
img.footer__imgbox__img {
  margin-bottom: -1rem;
}
@media only screen and (min-width: 1080px) {
  img.footer__imgbox__img {
    width: 60%;
    display: block;
    margin: auto;
  }
}

.ftwrap {
  background-color: #e87d00;
  text-align: center;
  padding: 1rem 0;
}

p.fttxt {
  color: #fff;
}

.footer__imgbox {
  padding: 3rem 0;
}

/*# sourceMappingURL=style.css.map */
