@charset "UTF-8";
/*全体*/
html{
    font-size: 100%;
    scroll-behavior: smooth;
    background-color: #000;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
#home{
    background-image: url(images/bigbg.jpg);
    min-height: 100vh;
    background-color:rgba(255,255,255,0.5);
    background-blend-mode:lighten;
    font-family: 'DotGothic16', sans-serif;
    
}
.big-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*メイン*/
article{
    width: 1600px;
}
aside{
    width: 500px;
    padding-left: 50px;
}
.main{
    display: flex;
    justify-content: space-between;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}
.main h1{
    width: 700px;
    margin: 0 auto;
    font-size: 50px !important;
  border-left: 5px solid #323232;
  border-right:  5px solid #323232;;
  padding: .4em .4em;
  background: rgba(3, 13, 15, 0.2);
  color: #ffffff;
  margin-bottom: 15px;
  border-top: none;
  border-bottom: none;
}
a{
    color: rgb(10, 67, 71);
    text-shadow: 1px 2px 5px rgb(205, 248, 255); 
}
.genshin{
    padding-top: 50px;
    width: 600px;
}
.u-pa-{
    padding-top: 50px;
    width: 600px;
}
.genshin img,.u-pa- img{
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  .genshin:hover,.u-pa-:hover{
    opacity: 0.8;
    transition-duration: 0.3s;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  }
h3{
    color: rgb(51, 86, 87);
}
#home {
	animation: fadein 3s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
/*ヘッダー*/
header{
    margin-top: 0.5px;
    background-image: url(images/bg.png);
    background-position:top;
    background-size: cover;
    background-color:rgba(255, 254, 254, 0.2);
    background-blend-mode:lighten;
    text-align: center;
    padding: 70px 0;
    border-top: #fff 1px solid;
    border-bottom: #fff 1px solid;
    font-family: 'Yusei Magic', sans-serif;
}
header{
    animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  }
   
  @keyframes slideIn {
    0% {
      transform: translateX(180px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
    }
    40%,100% {
      opacity: 1;
    }
  }
header h1{
    color: rgb(235, 235, 235);
    font-size: 65px;
}
header p{
    color: rgb(195, 24, 130);
    font-size: 15pt;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgb(208, 248, 255); 
}
.logo {
    width: 45px;
    padding: 5px;
}
/*フッター*/
footer{
    background: rgb(41, 68, 66);
    text-align: center;
    padding: 26px;
    height: 150px;
    border-top: #fff 1px solid;
}
footer p{
    color: white;
    padding: 40px;
    font-size: 0.875rem;
}
/*原神紹介ページ*/
#genshin-home{
    background-image: url(images/bigbg2.jpg);
    min-height: 100vh;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    font-family: 'DotGothic16', sans-serif;
}
#genshin-home{
	animation: fadein 2s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.big-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.genshin-main{
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background-color: rgba(94, 128, 136, 0.5);
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.g-logo{
    width: 450px;
}
.setumei{
    padding: 75px;
}
.setumei img{
    height: 206.25px;
    width: 375px;
}
.setumei table{
    margin: 0 auto;
    padding: 10px;
}
.setumei th ,td{
    padding: 5px;
    border: rgb(81, 86, 90) solid 3px;
    background-color: rgb(158, 196, 197);
    color: rgb(24, 37, 37);
}
.homepage{
    width: 30%;
    height: 30%;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
  }
  .homepage img{
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
  }
  .homepage:hover{
    opacity: 0.6;
    transition-duration: 0.3s;
  }
.img_wrap{
    margin: 20px auto 0;
    transition-duration: 0.5s;
  }
  .img_wrap img{
    width: 100%;
    cursor: pointer;
  }
  .img_wrap:hover{
    box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
    transform: translateY(-10px);
    transition-duration: 0.5s;
  }
.kaisetsu h2 {
    font-size: 20px !important;
    background: rgba(17, 17, 17, 0.09);
    border-bottom: 3px solid #323232;
    color: #323232;
    padding: .5em .7em;
    margin-bottom: 15px;
  }
.kaisetsu p{
    padding-bottom: 10px;
    font-weight: bold;
    color: rgb(31, 39, 47);
}  
.info h1{
    font-size: 30px !important;
    border-top: 2px solid #323232;
    border-bottom: 2px solid #323232;
    color: #323232;
    padding: .5em 0;
    margin-bottom: 15px;
  }
  .info{
      padding-bottom: 40px;
  }
  button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
   }
   
   button.learn-more {
    width: 12rem;
    height: auto;
   }
   
   button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #282936;
    border-radius: 1.625rem;
   }
   
   button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
   }
   
   button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
   }
   
   button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.29rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
   }
   
   button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #282936;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    text-transform: uppercase;
   }
   
   button:hover .circle {
    width: 100%;
   }
   
   button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
   }
   
   button:hover .button-text {
    color: #fff;
   }
/*ウーパールーパー紹介ページ*/
#u-pa-home{
    background-image: url(images/bigbg3.jpg);
    min-height: 100vh;
    background-color:rgba(255,255,255,0.6);
    background-blend-mode:lighten;
    font-family: 'DotGothic16', sans-serif;
}
#u-pa-home{
	animation: fadein 2s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
.big-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.u-pa-main{
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background-color: rgba(94, 128, 136, 0.5);
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.u-logo{
    width: 450px;
}
.u-pa-setumei{
    padding: 75px;
}
.u-pa-setumei img{
    width: 30%;
}
.u-pa-setumei table{
    margin: 0 auto;
    padding: 10px;
}
.u-pa-setumei th ,td{
    padding: 5px;
    border: rgb(81, 86, 90) solid 3px;
    background-color: rgb(158, 196, 197);
    color: rgb(24, 37, 37);
}
.u-pa-setumei td{
    padding-left: 80px;
    padding-right: 80px;
}
.my{
    padding: 75px;
}
.my h2{
    font-size: 30px !important;
  border-left: 3px solid #323232;
  padding: .5em .7em;
  background: rgba(50,50,50,.07);
  color: #323232;
  margin-bottom: 15px;
}
.my p{
    font-size: 20px;
    font-weight: bold;
}
.my img{
    width: 300px;
}
video{
    width: 300px;
}
.gotop{
    display: block;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    background: rgb(177, 177, 177);
    border: 1px solid rgb(255, 255, 255);
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: rgb(32, 32, 32);
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
#search-wrap {
    position: fixed;
  z-index: 10000;
  top:10px;
  right:10px;
}
#search-text{
 -webkit-appearance:none;
 width: 60px;
 height: 60px;
   padding: 20px;
 border: none;
 background:#fff url("https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/7-2-3/img/icon_search.svg") no-repeat 17px center;/*虫眼鏡アイコンを背景に表示*/
 background-size: 25px 25px;
 transition: all 0.5s;
 outline: none;
 cursor: pointer;
}
#search-text:focus {
 width: 250px;
 padding: 20px 0 20px 60px;
 box-shadow: 0 2px rgba(6,0,1,.26);
}

