@charset "UTF-8";

/* ---------------------------------------------------
   File: aso-no-shizuku.css
   Version: 1.0.0
   Update: 2025-08-29
   Author: https://flowlab.co.jp

   (c)2007-2025 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================================================================================

   WIDE DESKTOP LAYOUT

=========================================================================================================================================== */


/* ---------------------------------------------------
   Base Style
--------------------------------------------------- */
body {
}
.sp {
  display: none;
}
#container {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #f5fbf9;
  /*background: url("../../../img/common/bg01.jpg") no-repeat top center / cover;*/
  padding: 0;
  font-family: TsukushiAMaruGothic_bold, sans-serif;
}
#corporateLogo {
  width: 128px;
  height: auto;
  padding: 35px 75px;
}
.row {
  width: 1100px;
  margin: 0 auto;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}






/* ====================================================
		Contents
==================================================== */

/* ---------------------------------------------------
   Title
--------------------------------------------------- */
h1 {
  margin: 0 0 70px;
  color: #333;
  font-size: 4rem;
  text-align: center;
  position: relative;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: normal;
}
h1 span {
  margin-top: -2px;
  display: block;
  color: #00A649;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: 'Noto Sans JP', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.35em;
}
/*h1::after {
  margin-left: -23px;
  width: 46px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 6px;
  background-color: #00a649;
  content: "";
}*/


/* ---------------------------------------------------
   Movie
--------------------------------------------------- */



/*Movie*/
#horizontal {
  width: 90%;
  margin: 0 auto;
}
#vetical {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
#horizontal .movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
#vetical .movie {
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
  max-width: 330px;
  margin: 0 auto;
}
.movie-inner{
  display: block;    
  width: 100%;
}
.thumb{
  width: 98%;
  border: 5px solid #333;
  border-radius: 50px;
}
.movie-player{
  position: relative;
  z-index: 10;
}

/*TiTle*/
h2 {
  font-size: 2.5rem;
  padding: 0 0 20px 10px;
  font-weight: 500;
  line-height: 1.2;
}
h2 span {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 16px;
  color: #00A649;
  border-radius: 20px;
  line-height: 1;
  border: 1px solid #00A649;
  background-color: #fff;
  margin-bottom: 10px;
}
#vetical h2 {
  text-align: left;
  margin: 0 auto;
}

/* ---------------------------------------------------
   Description
--------------------------------------------------- */
.description {
  padding: 20px 0 0 10px;
}
#vetical .description {
  text-align: left;
}

/* ---------------------------------------------------
   Banner - YouTube
--------------------------------------------------- */
.bnYoutube {
  width: 300px;
  margin: 100px auto 0;
}





/* ====================================================
		footer
==================================================== */
#gFooter {
  padding-bottom: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
#gFooter .footerLogo {
  width: 180px;
  margin: 150px auto 35px;
}
#gFooter small{
  color: #333;
  font-size: 0.5em;
  font-family: "Noto Sans JP";
  letter-spacing: 0.15em;
}





/* ===========================================================================================================================================

   TABLET

============================================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  .sp,.nav.sp {display: none;}
  
  
  /* ---------------------------------------------------
     Base Style
  --------------------------------------------------- */
  #corporateLogo {
    max-width: 128px;
    width: 12%;
    padding-left: 35px;
  }
  .row {
    width: 90%;
    margin: 0 auto;
  }

  
  /* ====================================================
      Contents
  ==================================================== */

  /* ---------------------------------------------------
     Title
  --------------------------------------------------- */
  h1 {
    margin: 0 0 70px;
    font-size: 3.5rem;
  }

  
  /* ---------------------------------------------------
     Movie
  --------------------------------------------------- */

  /*TiTle*/
  h2 {
    font-size: 2rem;
  }

  /*Movie*/
  #horizontal {
    width: 90%;
    margin: 0 auto;
  }
  #vetical {
    width: 55%;
    max-width: 500px;
    margin: 0 auto;
  }
  #horizontal .movie {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
  
  /* ---------------------------------------------------
     Description
  --------------------------------------------------- */


  /* ---------------------------------------------------
     Banner - YouTube
  --------------------------------------------------- */
  .bnYoutube {
    width: 300px;
    margin: 100px auto 0;
  }





  /* ====================================================
      footer
  ==================================================== */
  #gFooter {
    padding-bottom: 22px;
    text-align: center;
    letter-spacing: 0.1em;
  }
  #gFooter .footerLogo {
    width: 180px;
    margin: 150px auto 35px;
  }
  #gFooter small{
    color: #333;
    font-size: 0.5em;
    font-family: "Noto Sans JP";
    letter-spacing: 0.15em;
  }

  
  
}


/* ===========================================================================================================================================

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
.pc { display: none;}
  .sp {display: block;}
  
  
   /* ---------------------------------------------------
   Base Style
  --------------------------------------------------- */
  .row {
    width: 90%;
    margin: 0 auto;
  }
  #corporateLogo {
    width: 80px;
    padding: 25px 25px;
  }

  
  /* ====================================================
      Contents
  ==================================================== */

  /* ---------------------------------------------------
     Title
  --------------------------------------------------- */
  h1 {
    margin: 30px 0 50px;
    font-size: 2rem;
  }
  h1 span {
    margin-top: -2px;
    font-size: 1rem;
  }
  
  /* ---------------------------------------------------
     Movie
  --------------------------------------------------- */

  /*TiTle*/
  h2 {
    font-size: 1.5rem;
    padding: 0 0 15px 10px;
  }
  h2 span {
    display: inline-block;
    font-size: 0.9rem;
    padding: 5px 12px;
    border-radius: 15px;
    margin-bottom: 6px;
  }

  /*Movie*/
  #horizontal {
    width: 100%;
    margin: 0 auto;
  }
  #vetical {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
  }
  .thumb{
    border: 4px solid #333;
    border-radius: 30px;
  }
  
  /* ---------------------------------------------------
     Description
  --------------------------------------------------- */
  .description {
    padding: 15px 0 0 10px;
    line-height: 1.8;
    font-size: 1.2rem;
  }

  /* ---------------------------------------------------
     Banner - YouTube
  --------------------------------------------------- */
  .bnYoutube {
    max-width: 300px;
    width: 60%;
    margin: 80px auto 0;
  }

  
  /* ====================================================
      footer
  ==================================================== */
  #gFooter {
    padding-bottom: 22px;
    letter-spacing: 0.1em;
  }
  #gFooter .footerLogo {
    max-width: 190px;
    width: 35%;
    margin: 80px auto 20px;
  }


}
  
  
  
  
  
  
  