/*
 Theme Name:   Twenty Twenty Child
 Description:  Twenty Twenty Child Theme
 Author:       
 Author URI:   http://example.com
 Template:     twentytwenty
 Version:      1.0.0
Text Domain:  twenty-twenty-child
*/

html{
	font-size: 62.5%;
  width: 100vw;
}

body{
  font-size: 16px;
}

h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p, ul, footer{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  color: #999;
}

a:hover{
  opacity: .5;
}

.super{
  vertical-align: super;
  font-size: 30%;
}

#loader-bg{
  position: fixed;
  width: 100vw;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1000;
}

#loading{
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -75px;
}

/*
hero
*/

.hero{
	height: 100vh;
  width: 100vw;
  background-image: url(../img/hero_bg_img.png);
  background-size: cover;
  background-position: center;
  background-color: #000;
}

.sitetitle-box {
  width: 80%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-weight: 700;
}

.sitetitle {
  font-family: 'Inknut Antiqua', serif;
  color: #fff;
  font-size: 11vw;
  line-height: 1;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.main_heading {
  font-weight: normal;
  letter-spacing: -3px;
  line-height: 1.3;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 9vw;
}

.heading-eng{
  font-family: 'Oswald', sans-serif;
  font-size: 53%;
  font-weight: 200;
  letter-spacing: normal;
  line-height: 2.5;
  color: #de6565;
}

.headingeng-bold{
  font-weight: 300;
}

.main_heading_sub {
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 5rem;
  color: #646464;
}

@media screen and (min-width: 481px){

  .sp{ display: none; }

  .sitetitle{

  }

  .sitetitle_img{
    width: 100%;
  }

  .copy{
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    width: 36vw;
    height: auto;
  }

  .copy-img{
    width: 100%;
  }

  /*
  main
  */

  .main_section{
    width: 100rem;
    margin: auto;
    padding: 10rem 0;
  }

  .main_section h2{
    width: 100%;
    margin-bottom: 4rem;
  }

  .main_section h2 img{
    width: 100%;
  }

  .concept-p{
    width: 60%;
    margin: auto;
    margin-bottom: 4rem;
    font-size: 1.8rem;
    line-height: 2;
  }

  .concept-p--right{
    text-align: right;
    }

  .main_section ul{
    width: 60%;
      margin: auto;
      margin-bottom: 4rem;
      /* text-align: center; */
      font-size: 1.8rem;
      line-height: 2;
  }

  .main_heading {
    font-size: 7.2rem;
  }

  .main p{
  }

  .main_p-img{
    text-align: left;
    width: 60%;
    margin: 4rem auto 4rem auto;
  }

  .main_p-img img{
    margin-bottom: 1rem;
    width: 100%;
  }

  .main_p-img span{
    font-size: 1.4rem;
    text-align: left;
  }

  .lineup-galary{
    display: flex;
    flex-wrap: wrap;
  }

  .lineup-galary .concept-p{
    width: 30%;
    margin: 5% 5% 0 0;
    text-align: center;
  }

  .lineup-galary .concept-p:nth-of-type(3n){
    margin-right: 0;
  }

  .lineup-galary .concept-p img{
    width: 100%;
  }

  .lineup-galary .concept-p span{
    font-size: 1.3rem;
  }

  .lineup-galary .concept-p .lineup-ttl{
    text-align: center;
    font-weight: bold;
  }  
}

@media screen and (max-width: 480px){

  .pc{ display: none; }

  .sitetitle-box {
  width: 85%;
  }

  .sitetitle {
    font-size: 12vw;
  }


  .sitetitle_img{
    width: 100%;
  }

  .copy{
    position: absolute;
    left: 5vw;
    bottom: 5vw;
    width: 80vw;
    height: auto;
  }

  .copy-img{
    width: 100%;
  }

    /*
  main
  */

  .main_section{
    width: 100%;
    margin: auto;
    padding: 5rem 2rem;
  }

  .main_section h2 {
    width: 100%;
    margin-bottom: 2rem;
    font-size: 12.2vw;
  }

  .main_section h2 img{
    width: 100%;
  }

  .main_heading_sub {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #646464;
    line-height: 1.2;
  }

  .main_section p{
    width: 100%;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    line-height: 2;
  }

  .main_section p img{
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .main_p-img span{
    font-size: 1.4rem;
  }
}

.main_p-img img{
  border: solid 1px #eee;
}

.reg-p {
  width: 60%;
  margin: auto;
  text-align: left;
  margin-bottom: 2rem;
}

.reg-li {
  text-align: left;
  margin-bottom: 1rem;
  list-style: none;
}

.img-caption{
  font-size: 80%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.img-caption-w{
  font-size: 80%;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;  
}

.btn-ec{
  width: 100%;
  display: block;
  background-color: #444;
  text-align: center;
  color: #fff;
  text-decoration: none;
  height: 6rem;
  line-height: 6rem;
  border-radius: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 1rem;
}

.btn-ec-w{
  width: 100%;
  display: block;
  background-color: #fff;
  text-align: center;
  color: #a40000;
  text-decoration: none;
  height: 6rem;
  line-height: 6rem;
  border-radius: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

footer{
  background-color: #444;
  height: 10vh;
  display: flex;
  align-items: center;
  color: #fff;
}

footer small{
    margin: auto;
}