@charset "UTF-8";
/*
Theme Name: HamCup Dao
Description: Wordpressオリジナルテーマ制作
version: 1.0
Author: hanjyomot
*/
/* 共通部分------------------ */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans CJK JP Medium","yu Gothic Medium","遊ゴシック Medium", "遊ゴシック体","ヒラギノ角ゴ Pro W3", sans-serif;
  line-height: 1.7;
  color: #101010;
  font-weight: 10;
}

a {
  text-decoration: none;
}

/*ナビゲーション*/

#Logo{
  max-width: 100%;
  width: 120px;
  }
  
  #header{
    height: 55px;/*高さ指定*/
    width:100%;/*横幅指定*/
    /*以下はレイアウトのためのCSS*/
    display: flex;
    justify-content: space-around;
    align-items: center;
    background:#fffdfd;
    opacity: 0.8;
    color:#424141;
    text-align: center;
    padding: 20px;
  }
  
  #header{
    position: fixed;/*fixedを設定して固定*/
      z-index: 999;/*最前面へ*/
      top:0;/*位置指定*/
      left:0;/*位置指定*/
  }
  
  nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
  }
  
  nav ul li a{
    display: block;
    text-decoration: none;
    color: #3b3b3b;
    padding:10px;
    transition:all 0.3s;
  }
  
  nav ul li.current a,
  nav ul li a:hover{
    opacity: 0.5;
  }
  
  .hamburger .btn-g-navi {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  
  .hamburger .btn-g-navi span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1d1d1d;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  
  .hamburger .btn-g-navi span:nth-child(1) {
    top: 0;
  }
  
  .hamburger .btn-g-navi span:nth-child(2) {
    top: 10px;
  }
  
  .hamburger .btn-g-navi span:nth-child(3) {
    top: 20px;
  }
  
  .hamburger .btn-g-navi .open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .hamburger .btn-g-navi.open span:nth-child(2),
  .hamburger .btn-g-navi.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .btn-g-navi {
    display: none;
  }
  
  .gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
  }
  
  .gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
  }
  

/*ヘッダーロゴ画像*/
.big-bg img {
  max-width: 100%;
  
}

.big-bg {
  text-align: center;
  margin: 0px;
}

/*発売日時*/
.LAUNCH {
  background-color: #fff;
  padding: 10px;
  margin: 30px;
}

dl {
  display: contents;
  grid-template-columns: auto 1fr;
  width: max-content;
  max-width: 100%;
  padding: 2rem;
  line-height: 2;
}

dt {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 130px;
  font-family: "Noto Sans CJK JP","bold";
  line-height: 1.5;
  text-align: center;
}

/*
.wakusen {
  border-width: 10px;
  border-style: solid;
  margin: 20px;
  color: gray;
}*/

.text {
  margin: 0;
}



/*Discord情報*/

.HamCupDiscord {
  display: flex;
  color: rgb(4, 4, 4);
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  justify-content: center;
}

.HamCupDiscord img {
  max-width: 65%;
}
.HamCupDiscord2 {
  padding: 10px;
  color: rgb(4, 4, 4);
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  margin-top: 50px;
}

.HamCupDiscord p {
  font-size: 18px;
  text-align: start;
  padding-left: 30px;
  padding-right: 30px;
}
#jene {
  max-width: 100%;
  width: 45%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;

}

.HamCupDiscord2 p {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.HamCupDiscord2 img {
  margin-top: 30px;
  max-width: 20%;
}

#Discord {
  font-size: 30px;
  margin-top: 60px;
}

#mint{
  font-size: 30px
}

#mint2 {
  font-size: 30px;
}

.HamCupDiscord2 {
  max-width: 100%;
  padding: 20px;
  text-align: center;
}



/*HamCup公式情報*/
.HamCup {
  background-color: #b90001ff;
  padding: 20px;
  margin-top: 50px;

}

.HamCup2 {
  background-color: gray;
  padding: 10px;

}
.HamCup3 {
  background-color: #fff;
  text-align: center;
}

.HamCup3 img {
  width:750px;
  height: auto;
  padding: 10 20 10 20;
}
.HamCup3 p {
  font-size: 40px;
}
.container {
  display: flex;
  justify-content: space-between;
}

.about {
  text-align: start;
  padding-top: 60px;
  margin-left: 70px;
}

#HamLogo img {
  width: 400px;
  height: auto;
  margin-left: 60px;
  margin-top: 10px;
}

#hyousiki img {
  width: 350px;
  height: auto;
}

.miryoku  {
  padding-top: 100px;
  margin-left: 70px;
  margin-right: 70px;
  text-align: left;
 
}

.miryoku h2 {
  font-size: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.miryoku h1 {
  font-size: 65px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.miryoku p {
  font-weight: 400;
}


.setsumei {
  width: 100%;
  padding-top: 30px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 100px;
  
  text-align: start;
  
}

.setsumei p {
  font-size: 40px;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}



/*HamCup公式バナー*/
/*
.HamCup4 {
  background-color: #b90001ff;
  padding: 20px;
  margin-top: 20px;
}

.HamCup5 {
  background-color: gray;
  padding: 10px;

}
*/
.HamCup6 {
  background-color: #fff;
  text-align: center;

  
}
.HamCup6 img {
  width: 750px;
  height: auto;
 padding: 10 40 0 40;
 border-bottom: 5px solid #b90001ff;
}

.item {
  align-items:center;
  width: 100px;
  height: auto;
}

#item1 img {
  padding-bottom: 60px;
  size: 100%;
}

#item0 img {
  padding-right: -150px;
}

#item2 {
 justify-content: center;
}

/*HamCup飛行機*/
.big-bg3 img{
  width: 100%;
  padding: 200px;
}


/*opensea情報*/
.opensea img {
  max-width: 100%;
  width: 300px;
  padding: 10px;
}

.opensea {
  text-align: center;
  padding-top: 70px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

/*TikTok*/
#TikTok {
  text-align: center;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#TikTok img {
  width: 80px;
}

/*kousikiX*/
#kousikiX {
  text-align: center;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#kousikiX img {
  width: 100px;
  border-radius: 50%;
}

/*HCC Treat*/

#HCC {
  text-align: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
  display: flex;
  flex-flow: column;
}

#HCC img {
  width: 100px;
  border-radius: 50%;
  margin-top: 70px;
  margin-bottom: 20px;
}
/*表示するテキストが切り替わる*/
.btntextchange{
  /*テキストの基点とするためrelativeを指定*/
position: relative;
  /*ボタンの形状*/
border: 1px solid #555;
border-radius:25px;
  min-width:210px;
padding: 20px;
  text-align: center;
display: inline-block;
  text-decoration: none;
  color: #333;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s;
}

/*hoverした際の変化*/
.btntextchange:hover{
background:#333;
color:#fff;
}

.btntextchange span{
  /*絶対配置でテキストの位置を決める*/
position: absolute;
left: 50%;
top:50%;
  transform:translate(-50%,-50%);
  /*アニメーションの指定*/
  transition: all .5s;
/*ブロック要素にしてテキスト折り返しなし*/  
display: block;
white-space: nowrap;
}

/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2){
opacity:0;/*透過0に*/
}

/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1){
opacity:0;/*透過0に*/
}

.btntextchange:hover span:nth-child(2){
opacity:1;/*不透明に*/
}

/*========= レイアウトのためのCSS ===============*/


/*HamCupバス画像*/
.big-bg2  img {
  width: 100%;
  padding: 200px;
}


/*イベント*/
.HamCupevent img {
  width:750px;
  height: auto;
  padding: 10 40 0 40;
  margin: 0 auto;
}

.event {
  text-align: center;
  margin-top: 30px;
  font-size: 25px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.event img {
  width: 200px;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 50px;
}

/*運営*/
.wrapper {
  margin:  0 auto;
  display: flex;
  justify-content: center;
  width: 50%;
}

li {
list-style: none;
}

#honty {
  padding-top: 100px;
}

#honty img {
  width: 250px;
  height: 250px;
  
}

#honty h3 {
  padding-top: 10px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}
#hontyp {
  padding-left: 30px;
  
}


#hontyp p {
letter-spacing: 0.1em;
line-height: 1.8;
font-feature-settings: "palt";
letter-spacing: 0.2em;
}

#jamumaru {
  padding-top: 100px;

}

#jamumaru img {
  width: 250px;
  height: 250px;
}

#jamumaru p {
  padding-top: 0px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.8;
}
#bunsyou {
padding-left: 30px;
}

#ponta img {
  width: 250px;
  height: 250px;
}

#ponta {
  padding-top: 100px;
}

#pontap {
  padding-left: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.8;

}

#mura img {
  width: 250px;
  height: 250px;
}

#mura {
padding-top: 100px;
}

#murap {
  padding-left: 30px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.8;
}

#syou img {
  width: 250px;
  height: 250px;
}
#syou {
  padding-top: 100px;
}

#sns img {
  width: 70px;
  height: 70px;
 margin-left: 20px;
}

#syou2 {
  padding-left: 40px;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  line-height: 1.8;
}

#sns {
  text-align: end;
  padding-top: 20px;
}

#sns2 img{
  width: 70px;
  height: 70px;
 margin-left: 20px;
}

#sns2 {
  text-align: end;
  padding-top: 20px;
}

#mura #sns2 {
  padding-right: 0px;
}

#sns3 img {
  width: 70px;
  height: 70px;
 margin-left: 20px;
}

#sns3 {
  text-align: end;
  padding-top: 20px;
  padding-left: 45px;
}

.item {
  margin: 10px;
  width: auto;
}



#text {
  margin-left: 65px;
}

.hontybox ul {
  list-style: none;
}
.hontybox li {
  margin-left: 10px;
}

#voicy {
margin-top: 20px;
}

.jamumaru img {
  width: 250px;
  height: 250px;
}
.ponta img {
  width: 250px;
  height: 250px;
}
.mura img {
  width: 250px;
  height: 250px;
}
.syou img {
  width: 250px;
  height: 250px;
}
.hamaya {
  padding-top: 100px;
  text-align: center;
}
.hamaya img {
 width: 150px;
 height: 150px;
 
}
footer {
  line-height: 5px;
  color: #FFF;
  text-align: center;
}
 

































/*モバイル版（修正中）*/
@media screen and (max-width:480px) {
/*ハンバーガー*/
.btn-g-navi {
  display: block;
}

.gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 1;
  padding-top: 50px;
  transition: .3s;
}

.gNav.open {
  right: 0;
}

.gNav .gNav-menu {
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  flex-direction: column;
  text-align: center;
  /*justify-content: center;*/
}

.gNav .gNav-menu li {
  width: 86%;
  padding: 15px;
  border-bottom: #525252 1px solid;
}

nav ul li a {
  color: #ffffff;
}



/*ヘッダーロゴ画像*/
.big-bg img {
  max-width: 100%;
  
}

.big-bg {
  text-align: center;
  margin: 0px;
}

/*発売日時*/
.LAUNCH {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
}

dl {
  display: contents;
  grid-template-columns: auto 1fr;
  width: max-content;
  max-width: 100%;
  padding: 2rem;
  line-height: 2;
}

dt {
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 32px;
  font-family: "Noto Sans CJK JP","bold";
  line-height: 1.2em;
  text-align: center;
}

/*
.wakusen {
  border-width: 10px;
  border-style: solid;
  margin: 20px;
  color: gray;
}*/

.text {
  margin: 0;
}



/*Discord情報*/

.HamCupDiscord {
  display: flex;
  flex-flow: column;
  color: rgb(4, 4, 4);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.HamCupDiscord2 {
  padding: 10px;
  color: rgb(4, 4, 4);
  text-align: center;
  font-size: 60px;
  font-weight: 700;
}

.HamCupDiscord p {
  font-size: 14px;
  text-align: start;
  padding: 0px 30px 30px;
}
#jene {
  width: 100%;
  margin-top: 30px;
}

.HamCupDiscord2 p {
  font-size: 14px;
  text-align: center;
}

.HamCupDiscord2 img {
 max-width: 100%;
 width: 200px;
 padding: 30px 10px 0px;
}

#Discord {
  font-size: 30px;
  margin-top: 40px;
}

#mint{
  font-size: 30px
}

#mint2 {
  font-size: 30px;
}

.HamCupDiscord2 {
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: center;
}


.HamCupDiscord img {
  max-width: 100%;
  width: 200px;
  padding: 30px 10px 0px;
}

/*HamCup公式情報*/
.HamCup {
  background-color: #b90001ff;
  padding: 10px;
  margin-top: 20px;
}

.HamCup2 {
  background-color: gray;
  padding: 10px;

}
.HamCup3 {
  background-color: #fff;
  text-align: center;
}

.HamCup3 img {
  width: 100%;
  height: auto;
  padding: 10 20 10 20;
}
.HamCup3 p {
  font-size: 14px;
}
.container {
  display: flex;
  justify-content: space-between;
}

.about {
  text-align: start;
  padding-top: 10px;
  margin-left: 10px;
}

#HamLogo img {
  max-width: 100%;
  width: 300px;
  margin-left: 8px;
  margin-top: 10px;
}

#hyousiki img {
  max-width: 100%;
  width: 300px;
  padding-left: 20px;
}

.miryoku  {
  padding-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: left;
}
.miryoku h2 {
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.miryoku h1 {
  font-size: 19px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.miryoku p {
  font-weight: 400;
}


.setsumei {
  width: 100%;
  padding: 10px;
  font-family: sans-serif;
  line-height: 1.5rem;
  text-align: start;
}

.setsumei p {
  font-size: 14px;
  text-align: left;
}



/*HamCup公式バナー*/
/*
.HamCup4 {
  background-color: #b90001ff;
  padding: 20px;
  margin-top: 20px;
}

.HamCup5 {
  background-color: gray;
  padding: 10px;

}
*/
.HamCup6 {
  background-color: #fff;
  text-align: center;

  
}
.HamCup6 img {
  max-width: 100%;
  width: 250px;
  border-bottom: 5px solid #b90001ff;
}

.item {
  align-items:center;
  width: 100px;
  height: auto;
}




#item2 {
 justify-content: center;
}

/*HamCup飛行機*/
.big-bg3 img{
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  padding: 30px;
}


/*opensea情報*/
.opensea img {
  max-width: 100%;
  width: 200px;
  padding: 10px;
}
.opensea {
  text-align: center;
  padding-top: 40px;
  font-size: 14px;
}
/*TikTok*/
#TikTok {
  text-align: center;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#TikTok img {
  width: 80px;
}

/*kousikiX*/
#kousikiX {
  text-align: center;
  max-width: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#kousikiX img {
  width: 100px;
  padding: 0px;
  border-radius: 50%;
}

/*HamCupバス画像*/
.big-bg2  img {
  max-width: 100%;
  padding: 30px;
}


/*イベント*/
.HamCupevent img {
  max-width: 100%;
  width: 250px;
  border-bottom: 5px solid #b90001ff;
}

.event {
  text-align: center;
  margin-top: 30px;
  font-size: 13px;
  font-weight: 400;
  padding: 20px;
}

.event img {
  max-width: 100%;
  width: 100px;
  padding: 20px;
  padding-bottom: 50px;
}

/*運営*/

.wrapper {
  margin:  0 auto;
  display: flex;
  justify-content: center;
  width: 100%;
}

li {
list-style: none;
}

#honty {
  padding-top: 40px;
  padding-left: 30px;
}

#honty img {
  width: 250px;
  height: 250px;
  
}

#honty h3 {
  padding-top: 10px;
}

#hontyp {
  padding-left: 0px;
}

#hontyp2 {
  padding-top: 20px;
}

#jamumaru img {
  width: 250px;
  height: 250px;
}

#jamumaru {
padding-top: 40px;
padding-left: 30px;
}

#jamumaru p {
  padding-top: 0px;
  padding-top: 20px;
}
#bunsyou {
padding-left: 0px;
}

#ponta img {
  width: 250px;
  height: 250px;
}

#ponta {
  padding-top: 40px;
  padding-left: 30px;
}

#pontap {
padding-left: 0px;
padding-top: 20px;
}

#mura img {
  width: 250px;
  height: 250px;
}

#mura {
padding-top: 40px;
padding-left: 30px;
}

#murap {
  padding-left: 0px;
  padding-top: 20px;
}

#syou img {
  width: 250px;
  height: 250px;
}
#syou {
  padding-top: 40px;
  padding-left: 30px;
}

#sns img {
  width: 50px;
  height: 50px;
 margin-left: 20px;
}

#syou2 {
  padding-left: 0px;
  padding-top: 20px;
}

#sns {
  text-align: end;
  padding-top: 10px;
}

#sns2 img{
  width: 50px;
  height: 50px;
 margin-left: 20px;
}

#sns2 {
  text-align: end;
  padding-top: 10px;
}

#mura #sns2 {
  padding-right: 0px;
}

#sns3 img {
  width: 50px;
  height: 50px;
 margin-left: 20px;
}

#sns3 {
  text-align: end;
  padding-top: 10px;
  padding-left: 45px;
}

.item {
  margin: 10px;
  width: auto;
}



#text {
  margin-left: 65px;
}

.hontybox ul {
  list-style: none;
}
.hontybox li {
  margin-left: 10px;
}

#voicy {
margin-top: 20px;
}

.jamumaru img {
  width: 250px;
  height: 250px;
}
.ponta img {
  width: 250px;
  height: 250px;
}
.mura img {
  width: 250px;
  height: 250px;
}
.syou img {
  width: 250px;
  height: 250px;
}
.hamaya {
  padding-top: 100px;
  text-align: center;
}
.hamaya img {
 width: 80px;
 height: 80px;
 
}
footer {
  line-height: 5px;
  color: #FFF;
  text-align: center;
  font-size: 10px;
}
 
.wrapper {
  margin:  0 auto;
  display: flex;
  flex-flow: column;
  padding-right: 30px;
}

}