@charset "utf-8";
/* 色 */
:root {
    --lottery-color:#ECE3DA;
    --btn-color: #c71515;
    --title-color:#4B4039;
    --btnback-color:#0062b9;
    --line-color:#f5ff00;
    --menu-color:White;
  }

body {
    background-color: #ECE3DA;
    font-family:Yu Gothic;
    cursor : url("image/nikukyu.cur"),pointer;
    position: relative;
    width: 100%;
    margin: 0;
    height: auto;
    text-align: center;
    position:relative;
    font-family: YakuHanJP, Noto Sans Japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック W3", "HiraginoSans-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {
    text-align: center;
    padding:2%;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* 文字 */
/*太字・黄色ライン*/
.pop{
    font-weight: bold;
    font-size: 1.2em;
    background: linear-gradient(transparent 40%, var(--line-color) 60%);
    margin:10px;
}
.line{
    background: linear-gradient(transparent 60%,var(--line-color) 40%);
}
/* ボタン */
.button {
    display: inline-block;
    margin: auto;
    text-decoration: none;
    background:  var(--btn-color);
    text-align: center;
    border: 5px solid  var(--btn-color);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    font-family:Yu Gothic;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    transition: all 0.5s ease;
    margin-bottom: 5%;
    padding: 0.5em 0.5em;
}
.button:hover {
    background: #FFFFFF;
    color:  var(--btn-color);
    border: 5px solid  var(--btn-color);
    box-shadow: none;
}
.button_back{
    background:  var(--btnback-color);
    border: 5px solid  var(--btnback-color);
    width: 30%;
}
.button_back:hover{
    background: #FFFFFF;
    color:  var(--btnback-color);
    border: 5px solid  var(--btnback-color);
    box-shadow: none;
}
/* ローディング*/
#loading {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color:white;
    position: fixed;
    text-align: center;
    z-index: 9999;
    top: 0;
    left: 0;
}
.hidden{
    visibility: hidden;
}
  .loaded {
    opacity: 0;
    visibility: hidden;
  }
  .loader {
    width: 100vw;
    height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
  }
/* 小タイトル */
.title{
    text-align: center;
    font-size: 1.8rem;
    font-weight:bold;
    font-family: VD-LOGO JR Std E;
    color: var(--title-color);
}
.title::before{
    content: '';
    display: inline-block;
    background-image: url('image/nikukyu1.png');
    margin:0 1% 2% 0;
    width:1.5em;
    height:1.25em;
    background-size: contain;
    vertical-align: middle;
}

/* 足跡 */
.ashiato_area{
    background-image: url(image/ahiatopink.png) ;
    background-repeat:repeat-y;
    background-size:25%;
    background-position: right 0%; 
    padding-right: 0;
    z-index:2;
    position:absolute;
    height:100%;
    opacity: 0.3;
    pointer-events: none;
}
/* 抽選 */
.lottery_box {
    width: 30%;
    height: auto;
    margin: 0;
    padding: 1%;
}
.shuchusen{
    width: 100%;
    height: auto;
    /* background: repeating-conic-gradient(var(--lottery-color) 0, var(--lottery-color) 3%, #f5ff00 3%, #fcdf01 4%); */
}

.button_lottery {
    width: 70%;
    height: 20%;

}
.button_end {
    display: block;
    margin: auto;
    text-decoration: none;
    background:dimgray;
    text-align: center;
    border: 5px solid dimgray;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    transition: all 0.5s ease;
    margin-bottom: 5%;
    padding: 0.5em 0.5em;
}
/* メニュー */
.menu-header{
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 100%;
    justify-content: right;
    padding-right: 2%;
    align-items: center;
    z-index: 90;
    background-color: var(--menu-color);
    top: 0;
    right: 0; 
    border-bottom: solid 1px var(--btn-color);
}
.menu-btn {
    position: fixed;
    top: 0px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 101;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: var(--btn-color);
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 50%;
    height: auto;
    position: fixed;
    top: 60px;
    left: 100%;/*メニューを画面外へ*/
    z-index: 100;
    background-color: var(--menu-color);
    transition: all 0.5s;/*アニメーション設定*/
    border-style: solid;
    border-color: var(--btn-color);
    border-width: 1px;

}

.menu-content ul {
    padding: 0px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px var(--btn-color);
    font-weight: bold;
    list-style: none;
    background-color: var(--menu-color);
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: var(--btn-color);
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px  var(--btn-color);
    border-right: solid 2px  var(--btn-color);
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 50%;/*メニューを画面内へ*/
}
/**
* 抽選結果ページ
*/
.kamihubuki {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height:150px;
    top:0;
  }
  
  .kamihubuki > span {
    display: block;
    position: absolute;
    opacity: 0;
  }
  
  .kamihubuki > span > span {
    display: block;
    width: 100%;
    height: 100%; }
  
  .kamihubuki > span > span > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  @keyframes rotateY {
    0% {
      transform: rotateY(0deg);
    }
    100% {
      transform: rotateY(360deg);
    }
  }
  
  @keyframes rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
;