/* Style for PCs */
@media screen and (min-width: 1025px) {
  /* Top section
------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px auto;
  }
  /* Top section contents
------------------------------------------------------*/
  .tscc {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11000;
  }
  .tscc h2 {
    font-size: clamp(20px, 2vw, 200px);
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .tscc p {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 auto;
  }
  .tscc p a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1em;
    background-color: #1F546E;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .tscc p a:hover {
    background-color: #0A5BB0;
  }
  /* vimeo
------------------------------------------------------*/
  .vimeo-wrap {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .vimeo, .vimeo iframe {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
    padding-top: 15px;
  }
  /* youtube
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  /*---------------------メイン設定END----------------------*/
}
/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* Top section
------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px auto;
  }
  /* Top section contents
------------------------------------------------------*/
  .tscc {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 20%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11000;
  }
  .tscc h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .tscc p {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 auto;
  }
  .tscc p a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1em;
    background-color: #1F546E;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .tscc p a:hover {
    background-color: #0A5BB0;
  }
  /* vimeo
------------------------------------------------------*/
  .vimeo-wrap {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .vimeo, .vimeo iframe {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  /* youtube
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  /*---------------------メイン設定END----------------------*/
}
/* Style for iPad */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* Top section
------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 300px auto;
  }
  /* Top section contents
------------------------------------------------------*/
  .tscc {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11000;
  }
  .tscc h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .tscc p {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 auto;
  }
  .tscc p a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1em;
    background-color: #1F546E;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .tscc p a:hover {
    background-color: #0A5BB0;
  }
  /* vimeo
------------------------------------------------------*/
  .vimeo-wrap {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .vimeo, .vimeo iframe {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  /* youtube
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  /*---------------------メイン設定END----------------------*/
}
/* Style for Smartphone */
@media screen and (max-width: 480px) {
  /* Top section
------------------------------------------------------*/
  .topsection {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    position: relative;
  }
    
    
  /* Top section contents
------------------------------------------------------*/
  .tscc {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11000;
  }
  .tscc h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .tscc p {
    width: fit-content;
    height: auto;
    display: block;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 auto;
  }
  .tscc p a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 1em;
    background-color: #1F546E;
    padding: 0.5em 1em;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: auto 20px;
  }
  .tscc p a:hover {
    background-color: #0A5BB0;
  }
  /* vimeo
------------------------------------------------------*/
  .vimeo-wrap {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .vimeo, .vimeo iframe {
    width: 100%;
    height: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  /* youtube
------------------------------------------------------*/
  .big-background {
    z-index: 550;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .big-background:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
    
    

    
    
    
    
    
    
  .slide-wrap {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow div {
    width: 100%;
    height: auto;
    display: block;
  }
  #slidemm_smp.cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
  }
  .slide-wrap {
    position: relative;
  }
  .slide-wrap #prev, .slide-wrap #next {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid #fff;
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: calc(85% - 25px);
    z-index: 200;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .slide-wrap #prev {
    left: 5px;
  }
  .slide-wrap #next {
    right: 5px;
  }
  .slide-wrap #prev:hover, .slide-wrap #next:hover {
    color: #000;
    background-color: rgba(255, 255, 255, 1.0);
    opacity: 1;
  }
  /*---------------------メイン設定END----------------------*/
}