/*----------------------------------------
全体
----------------------------------------*/
html{
		-webkit-text-size-adjust: 100%;
}

*{
  box-sizing: border-box;
}

body{
  margin: 0;
  font-size: 0.8rem;
  background-color: #222432;
  line-height: 200%;
  font-family:"fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;;
}

body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("img/mainvisual-pc.jpg") right no-repeat;
    background-size: cover;
}

a{
  text-decoration: none;
}

a img{
  text-decoration:none;
}

ul{
  padding-left: 0;
  list-style: none;
}

dl, dd{
  margin-left:0;
}

img{
  max-width: 100%;
  height:auto;
}

p{
  margin:15px;
  font-size: 0.8rem;
  line-height: 180%;
}

main{
    color:#ffffff;
  width:70%;
  border-left:1px black solid;
  border-right:1px black solid;
  margin: 0 auto;
  text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
}

#record, #about, #main, #art, #note, #faq, #contact, #template{
  padding-bottom: 50px;
  width: 100%;
}

.wrapper{
  width:90%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
}

/*----------------------------------------
見出し
----------------------------------------*/

h3{
  display: inline-block;
  font-size:1.2rem;
  line-height: 1.5rem;
  border-bottom: #cee7ff85 solid 1px;
  padding:20px 0;
  margin: 20px 0;
}

h4 {
  font-size: 1rem;
  letter-spacing: 0.5rem;
    display: flex;
    align-items: center;
    column-gap: 8px;
    color: #ffffff;
  margin-bottom: 20px;
}

h4::before {
    width: 0.8em;
    height: 0.4em;
    border-bottom: 4px solid #ffffff;
    border-left: 4px solid #ffffff;
    transform: rotate(-45deg) translate(2px, -2px);
    content: '';
}

h5{
  display: inline-block;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: #ffffff solid 1px;
}

/*----------------------------------------
fuwaimg
-----------------------------------------*/

.image{
  width:150px;
  height:150px;
  object-fit: cover;
  margin:3px;
}

#template a{
  border:none;
}

#template a:hover{
  opacity: 1;
}


/*---------------------------------------
リンク
---------------------------------------*/

a{
  color: white;
  border-bottom: #ffffff dotted 1px;
}

a:hover{
  opacity: 0.4;
  border: none;
}


/*----------------------------------------
装飾
----------------------------------------*/
strong{
  color: #ffffff;
  font-weight: bold;
  background-color: rgba(0, 94, 188, 0.271);
}

em{
  color: #ffffff;
  line-height: 200%;
  border-bottom:rgb(217, 2, 2) solid 1px;
}

.kakoi{
  border-left:solid 5px rgba(4, 52, 114, 0.532);
  font-weight: bold;
  padding-left: 20px;
  padding: 10px;
}

.kakoi2{
  border-top: #338bff 1px dotted;
  border-bottom: #338bff 1px dotted;
}

.btn{
  display: inline-block;
  padding: 1em;
  background-color: #288edc71;
  color: #ffffff;
  border: #338bff 1px solid;
  border-radius: 10px;
}

.btn:hover{
  opacity: 0.6;
}

.small{
  font-size: 0.8em;
}

/*----------------------------------------
リスト
----------------------------------------*/

.point{
  display: flex;
      margin: 0 auto;
      padding: 1em;
      border-radius: 5px;
      border: #075094 dotted 1px;
      color: #d5dee9;
  margin-bottom: 20px;
}

.point::before{
  min-width:20px;
  min-height:20px;
      content: '';
  background-image: url(img/pen-solid.svg);
  background-repeat: no-repeat;
  margin-right:0.5em;
}

.point p{
  color: #abbfd2;
    margin: 0;
    padding: 0 0 0 .7em;
  }

.point3{
  display: flex;
      margin: 0 auto;
      padding: 1em;
      border-radius: 5px;
      background-color: rgba(97, 192, 255, 0.496);
      color:rgb(243, 246, 255);
      border: rgba(10, 44, 107, 0.652) solid 2px;
  margin-bottom: 20px;
}

.point3::before{
  min-width:20px;
  min-height:20px;
      content: '';
  background-image: url(img/triangle-exclamation-solid.svg);
  background-repeat: no-repeat;
  margin-right:0.5em;
}

.point3 p{
    margin: 0;
    padding: 0 0 0 .7em;
  }  



/* ビックリマークのアイコンをつけた囲み枠 */
.point2 {
   margin: 0 auto 0em; /* 外側の余白（上下と中央配置） */
   padding: 1em 2em 1em; /* 上下・左右の余白 */
   background-color: #ffffff; /* 背景色 */
   border-radius: 10px; /* ボックスの角の丸み */
}

/* ボックスのタイトル部分 */
.point2 .point2-title {
   color: #0f1869; /* タイトル文字の色 */
   font-size: 1.1em; /* タイトル文字の大きさ */
   font-weight: bold; /* 太字 */
   border-bottom: #338bff 1px solid;
}

/* タイトル部分のアイコン */
.point2 .point2-title::before {
  width:25px;
  height:25px;
    content: '　';
  background-image: url(img/feather-pointed-solid.svg);
  background-repeat: no-repeat;
  margin-right: 1em; /* アイコンと文字の間隔 */
}



.list-1{
  list-style-type: disc;
  margin-left:2rem;
}


.list-2{
  list-style-type: decimal;
  padding-left: 1em;
  margin-bottom: 20px;
    counter-reset: li;
}

.list-2 li {
    display: flex;
    align-items: center;
    padding: .3em;
}

.list-2 li::before {
    display: inline-block;
    min-width: 1.7em;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #001641;
    color: #fff;
    font-weight: bold;
    font-size: .75em;
    line-height: 1.7em;
    text-align: center;
    content: counter(li);
    counter-increment: li;
}

.list-3{
  margin: 1.5em;
}

list-3 li{
  display: flex;
  align-items: center;
}

.list-3 li::marker{
  content:'✓';
  color:#0060e5;
  font-size:1em;
}

.list-3 li::before{
  content:'';
  padding-left: 1em;
}


/*----------------------------------------
ヘッダー
----------------------------------------*/
header{
  color: #ffffff;
  width:100%;
  height:80px;
}

.header-wrapper{
  width:90%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.site-title{
  font-size: 25px;
  margin: 20px 10px;
}


/*----------------------------------------
ハンバーガーメニュー
----------------------------------------*/

/* メニューのスタイル */
.menu {
  position: fixed;
  top: 0;
  right: -100%; /* 初期状態では画面の外に隠れている */
  width: 300px;
  height: 100%;
  background-color: rgba(8, 18, 51, 0.7);
  color: #ffffff;
  transition: right 0.3s ease; /* スライドインのアニメーション */
  padding: 20px;
  box-sizing: border-box;
  z-index: 10;
}

/* メニューが開いているとき */
.menu.open {
  right: 0;
}

/* ボタンのスタイル */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 20;
}

.hamburger span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ffffff;
  margin: 5px 0;
  transition: 0.4s;
}

/* バツ印に変化するスタイル */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* メニューリストのスタイル */
.menu ul {
    display: flex;
    flex-direction: column;
  list-style-type: none;
  padding: 0;
  margin-top: 80px;
}

.menu li {
  padding: 20px 0;

}

.menu li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}


/*----------------------------------------
メインビジュアル
----------------------------------------*/

.mainvisual{
  margin:0;
  width:100%;
  height:calc(100vh - 80px);
  text-align: center;
  padding-bottom: 20px;
  color: white;
}

.mainvisual-wrapper{
  margin-top:150px;

}

.mainvisual h2{
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 1rem;
  border-bottom: #383e6a solid 1px;
}

.mainvisual-inner{
  padding-top: 1rem;
}

.mainvisual-inner p{
  line-height: 2em;
}

/*----------------------------------------
更新履歴
----------------------------------------*/
.record{
  display: flex;
  flex-wrap: wrap;
}

.record dt{
  width:30%;
  text-align: right;
  padding-right: 10px;
}

.record dd{
  width: 70%;
}


/*----------------------------------------
参加方法
----------------------------------------*/

.sanka{
  padding-bottom: 30px;
}

.sanka-wrapper{
  padding-bottom:10px;
}


/*----------------------------------------
注意事項
----------------------------------------*/

.note-inner{
  margin-bottom: 50px;
}

/*----------------------------------------
企画テンプレート
----------------------------------------*/

.temp-inner{
  margin-bottom: 30px;

}

#template dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}


#template dt{
  font-weight: bold;
  width:20%;
  text-align: right;
  padding-right: 10px;
  border-right: #a8a8a8 dotted 1px;
  border-bottom: #a8a8a8 dotted 1px;
}

#template dd{
  padding-left: 10px;
  width: 80%;
  border-bottom: #a8a8a8 dotted 1px;
}



/*----------------------------------------

----------------------------------------*/







/*----------------------------------------
faq
----------------------------------------*/

.qa dt {
    margin-bottom: 1em;
    color: #ffffff;
    font-weight: 600;
}

.qa dt::before,
.qa dd::before {
    margin-right: .4em;
}

.qa dt::before {
    content: "Q.";
}

.qa dd {
  font-size: 0.9em;
    margin: 0 0 2.5em;
    padding: 1em 1.5em;
    background-color: #19539a64;
    color: #ffffff;
}

.qa dd::before {
    content: "A.";
}



/*----------------------------------------
質問フォーム
----------------------------------------*/
#contact input {
  background-color:rgba(0, 0, 0, 0.378) ;
}


/*----------------------------------------
当サイトについて
----------------------------------------*/
#info dl{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}


#info dt{
  font-weight: bold;
  width:30%;
  text-align: right;
  padding-right: 10px;
}

#info dd{
  padding-left: 10px;
  width: 70%;
}


/*----------------------------------------------
フッター
------------------------------------------------*/
footer{
  background-color: #000000;
  width:100%;
}

.footer-wrapper{
  width:100%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer h2{
  width:100%;
  color:white;
  font-weight: bold;
}

footer ul{
  display: flex;
  flex-wrap: wrap;
  width:100%;
}

footer li{
  margin-right: 10px;
}