@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Fauna+One');

@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff')
     format("woff");
}

body {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: 'Fauna One', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    margin: 0;
    user-select: none;  /* コピペ防止 */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover, active {
    position: relative;
    top: 0;
    color:transparent;
    text-shadow: 0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 3px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}

h1 {
    width: 260px;
    font-family: はんなり明朝;
    font-size: 24px;
    margin: 20px auto;
    padding:50px 0 0;
    font-weight: 200;
    transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -webkit-transform: rotate(-10deg);
}

h1 p {
    background:#fff;
    color:#000;
    display: inline-block;
    padding: 0 0 5px 3px;
    margin: 10px 2px 0 0;
}

h2 {
    font-family: はんなり明朝;
    font-size: 16px;
    margin: 20px auto -5px;
    padding:0 0;
    font-weight: 200;
    text-align: center;
}

h2 p {
    background:#fff;
    color:#000;
    display: inline-block;
    padding: 0 3px 5px 5px;
    margin: 0 0 5px;
}

h3 {
    font-family: はんなり明朝;
    font-size: 16px;
    margin: 20px auto;
    padding:0 0;
    font-weight: 200;
    text-align: center;
}

hr {
    border-top: #f3f3f2;
    border-left: none;
}


.back{
    content:"";
    display:block;
    position: fixed; /* ページ全体をカバー */
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100vh;
    position:fixed;
    background: url('back-ground.jpg') center/cover no-repeat; /* パスを調整 */
    -webkit-background-size: cover; /* 互換性 */
}


.wrp {
    max-width: 600px;
    margin: 50px auto 10px;
}

.ti {
    width: 80px;
     transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
}

.top {
    max-width: 200px;
    margin: -20px auto 10px;
    text-align: right;
}

.main {
    max-width: 200px;
    margin: 50px auto 20px;
    text-align: center;
}

.text {
    margin: 25px;
    padding: 20px;
    color: #e9dfe5;
    font-size: 15px;
    font-weight: normal;
    line-height: 250%;
    background: rgba(0,0,0,.5);
}

.set {
    text-align: center;
}

.sec {
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    
}

.sec::before, .sec::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
}

.sec::before {
    border-left: dotted 1px #fff;
    border-top: dotted 1px #fff;
    border-bottom: dotted 1px #fff;
    top: 0;
    left: 0;
}

.sec::after {
    border-right: dotted 1px #fff;
    border-top: dotted 1px #fff;
    border-bottom: dotted 1px #fff;
    top: 0;
    right: 0;
}

.ft {
    text-align: center;
    margin-bottom: 20px;
}

.ft span {
    text-decoration: line-through;
    padding: 2px 5px;
    margin: 0 5px;
}

input[type], textarea {
    height: 80px;
    width: 95%;
    font-size: 12px;
    font-family: 'Fauna One', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(0,0,0,.5);
    border: solid 1px #000;
        -webkit-appearance: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text ]{
    height: auto;
    width: 80px;
}

input[type=submit]{
    height: auto;
    width: 80px;
    cursor: pointer;
    text-shadow: none;
    background: #000;
    font-weight: 200;
}
/* デフォルトの矢印を削除する */
summary {
	display: block;
}

summary::-webkit-details-marker {
	display: none;
}

.newiine_btn {
    text-decoration: none !important; /* 取り消し線を削除 */
}

.newiine_btn span {
    text-decoration: none !important; /* ボタン内のspanにも適用 */
}

/* .ft spanの影響をボタンに限定しない */
.ft span {
    text-decoration: line-through; /* 既存を維持 */
}
}

/* 既存の.newiine_btnを保持しつつ、カスタムを強化 */
.newiine_btn {
    height: auto !important;
    width: 50px !important;
    cursor: pointer !important;
    background: #000 !important;
    border: solid 1px #000 !important;
    color: #fff !important;
    font-weight: 200 !important;
    font-family: 'Dosis', 'Noto Sans JP', 'メイリオ', sans-serif !important;
    padding: 5px 10px !important;
    margin: 3px 0 !important;
    text-align: center !important;
    display: inline-block !important;
    border-radius: 5px !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

.newiine_btn:hover {
    background: #000 !important;
    color: #fff !important;
    -webkit-transition: all 0.3s ease !important;
    transition: all 0.3s ease !important;
}

/* 追加: 外部CSSの強制上書き */
.newiine_btn,
.newiine_btn * {
    background: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

/* スクロールバーのカスタマイズ */
html {
  scrollbar-width: thin;
  scrollbar-color: #2f5d50 #000;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #000;
  border: none;
}

::-webkit-scrollbar-thumb {
  background: #2f5d50;
  border-radius: 5px;
}