*{
    margin: 0;
    padding: 0;
}

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

html{ scroll-behavior: smooth; }

body{
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-family: serif;
    -webkit-text-size-adjust: 100%;
}

#gorge:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/gorge2b.jpg) top no-repeat;
    background-size: cover;
}

#anun:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/anunb.jpg) top no-repeat;
    background-size: cover;
}

#honoo:before{
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/honoo2b.jpg) bottom no-repeat;
    background-size: cover;
}

#yozora:before{
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/yozorab.jpg) bottom no-repeat;
    background-size: cover;
}

#akasora:before{
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/akasorab.jpg) bottom no-repeat;
    background-size: cover;
}

#museum:before{
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/back/museum01.jpg) top no-repeat;
    background-size: cover;
}

#header{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 24px;
    background: rgba(0,0,0,0.5);
    float: none;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: calc(infinity);
}

.menu{
    display: block;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 250px;
    line-height: 50px;
    transition: 1s;
}

.menu:hover{
    background: rgba(255,255,255,0.5);
    transition: 0.5s;
	cursor: pointer;
}

#head2{
    width: 100%;
    height: 50px;
    font-size: 26px;
    background: rgba(0,0,0,0.5);
    float: none;
    position: fixed;
    z-index: calc(infinity);
}

#menu2{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: right;
}

#menu2 a{
    display: inline-block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transition: 0.5s;
}

#menu2 a:hover{
    background: rgba(255,255,255,0.5);
    transition: 0.5s;
}

#foot{
    width: 100%;
    font-size: 24px;
    padding: 24px 0 12px;
    background: rgba(0,0,0,0.5);
}

#cont{
    display: block;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
    line-height: 130%;
}

#cont2{
    display: block;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    line-height: 130%;
}

#top_slide{
    display: block;
    position: relative;
    width: 1000px;
    margin-bottom: 50px;
    height: 540px;
    overflow: hidden;
}

#top_slide iframe{
    position: absolute;
    left: 0;
    right: 0;
}

#top{
    position: relative;
    width: 1000px;
    height: 1000px;
    margin-bottom: 50px;
}

#slide{
    display: block;
    position: relative;
    width: 1000px;
    margin: 0 auto 50px;
    height: 540px;
    overflow: hidden;
}

#Htop{
    position: relative;
    width: 1000px;
    height: 775px;
    margin-bottom: 50px;
}

#Rect{
    position: relative;
    width: 1000px;
    height: 708px;
}

#banabase{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.bana1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: art1 40s infinite;
}

@keyframes art1{
    0%{ opacity: 0; }
    2.5%{ opacity: 0; }
    5%{ opacity: 1; }
    25%{ opacity: 1; }
    30%{ opacity: 0; }
    100%{ opacity: 0; }
}

.bana2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: art2 40s infinite;
}

@keyframes art2{
    0%{ opacity: 0; }
    25%{ opacity: 0; }
    30%{ opacity: 1; }
    47.5%{ opacity: 1; }
    52.5%{ opacity: 0; }
    100%{ opacity: 0; }
}

.bana3{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: art3 40s infinite;
}

@keyframes art3{
    0%{ opacity: 0; }
    47.5%{ opacity: 0; }
    52.5%{ opacity: 1; }
    75%{ opacity: 1; }
    80%{ opacity: 0; }
    100%{ opacity: 0; }
}

.bana4{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: art4 40s infinite;
}

@keyframes art4{
    0%{ opacity: 0; }
    75%{ opacity: 0; }
    80%{ opacity: 1; }
    95%{ opacity: 1; }
    100%{ opacity: 0; }
}

.white{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: shine 40s infinite;
}

@keyframes shine{
    0%{ opacity: 0; }
    2.5%{ opacity: 1; }
    5%{ opacity: 0; }
    25%{ opacity: 0; }
    27.5%{ opacity: 1; }
    30%{ opacity: 0; }
    47.5%{ opacity: 0; }
    50%{ opacity: 1; }
    52.5%{ opacity: 0; }
    75%{ opacity: 0; }
    77.5%{ opacity: 1; }
    80%{ opacity: 0; }
    100%{ opacity: 0; }
}

.Hbana1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: Hart1 20s infinite;
}

@keyframes Hart1{
    0%{ opacity: 0; }
    10%{ opacity: 0; }
    20%{ opacity: 1; }
    40%{ opacity: 1; }
    60%{ opacity: 0; }
    100%{ opacity: 0; }
}

.Hbana2{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: Hart2 20s infinite;
}

@keyframes Hart2{
    0%{ opacity: 0; }
    40%{ opacity: 0; }
    60%{ opacity: 1; }
    80%{ opacity: 1; }
    100%{ opacity: 0; }
}

.Hwhite{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation: Hshine 20s infinite;
}

@keyframes Hshine{
    0%{ opacity: 0; }
    10%{ opacity: 1; }
    20%{ opacity: 0; }
    100%{ opacity: 0; }
}

#banaart{
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 0;
    opacity: 0;
    animation: appear 60s infinite;
}

#square{
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 0;
    background: url(../image/bana/square.png) no-repeat;
    background-size: cover;
    opacity: 0;
    animation: shine 60s infinite;
}

#vertical{
    position: absolute;
    width: 1000px;
    height: 1000px;
    left: 0;
    background: url(../image/bana/vertical.png) no-repeat;
    background-size: cover;
    opacity: 0;
    animation: shine 60s infinite;
}

#besidetop{
    position: relative;
    width: 1000px;
    height: 775px;
}

#besidebase{
    position: absolute;
    width: 1000px;
    height: 775px;
    left: 0;
    background: #000;
    opacity: 0;
    animation: shade 60s infinite;
}

#besideart{
    position: absolute;
    width: 1000px;
    height: 775px;
    left: 0;
    opacity: 0;
    animation: appear 60s infinite;
}

#besideshine{
    position: absolute;
    width: 1000px;
    height: 775px;
    left: 0;
    background: url(../image/bana/beside.png) no-repeat;
    background-size: cover;
    opacity: 0;
    animation: shine 60s infinite;
}

@keyframes appear{
    0%{ opacity: 0; }
    1%{ opacity: 0; }
    6%{ opacity: 1; }
    100%{ opacity: 1; }
}

.banasoryu{ background: url(../image/bana/soryubana.png) no-repeat; }

.banasuzaku{ background: url(../image/bana/suzakubana.png) no-repeat; }

.banahoo{ background: url(../image/bana/hoobana.png) no-repeat; }

.banashishi{ background: url(../image/bana/shishibana.png) no-repeat; }

.title{
    position: relative;
    width: 1000px;
    height: 130px;
    margin: 40px 0 20px;
}

#Ttitle{
    position: relative;
    width: 1000px;
    height: 130px;
    margin: 10px auto 20px;
}

.Utitle{
    position: relative;
    width: 1000px;
    height: 130px;
    margin: 80px 0 20px;
    overflow: hidden;
}

.Otitle{
    position: relative;
    width: 1000px;
    height: 110px;
    margin: 20px 0 40px;
}

.type{
    position: relative;
    width: 1000px;
    height: 110px;
    margin-top: 70px;
}

.Ftype{
    position: relative;
    width: 1000px;
    height: 110px;
    margin: 40px 0 20px;
}

.Ttype{
    position: relative;
    width: 1000px;
    height: 130px;
    margin: 20px 0;
}

.Stype{
    position: relative;
    left: 0;
    right: 0;
    width: 1000px;
    height: 100px;
    margin: 20px 0 10px;
}

.SEtype{
    position: relative;
    width: 1000px;
    height: 160px;
    margin: 30px 0 20px;
}

.lowtitle{
    position: relative;
    width: 1000px;
    height: 80px;
    margin-top: 70px;
}

.Etype{
    position: relative;
    width: 1000px;
    height: 190px;
    margin-top: 20px;
}

.sub1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sub2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
}

.sub2:hover{
    opacity: 1;
    transition: 0.5s;
}

.spark1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.spark2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
    animation: sparking 10s infinite;
}

.spark2:hover{
    opacity: 1;
    transition: 0.5s;
}

@keyframes sparking{
    0%{ opacity: 0; }
    60%{ opacity: 0; }
    80%{ opacity: 0.5; }
    100%{ opacity: 0; }
}

#fusui{
    width: 800px;
    padding: 25px 50px;
    margin: 25px 50px 0;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
}

.list,.Slist{
    position: relative;
    height: 570px;
    width: 490px;
    margin: 5px 5px 25px 5px;
    float: left;
}

.Hlist{
    position: relative;
    height: 525px;
    width: 490px;
    padding-top: 45px;
    margin: 5px 5px 25px 5px;
    float: left;
}

.art1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.art2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
}

.art2:hover{
    opacity: 1;
    transition: 0.5s;
}

.name490{
    display: block;
    width: 490px;
    height: 70px;
    position: absolute;
    bottom: 20px;
}

.name980{
    display: none;
    width: 980px;
    height: 110px;
    position: absolute;
    bottom: 20px;
}

.switch {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 50px auto;
    justify-content: center;
    gap: 1px;
}

.switch > label {
    flex: 1 1 auto;
    width: 248px;
    height: 70px;
    line-height: 70px;
    order: -1; /* 上部に表示する */
    position: relative;
    text-align: center; /* 文字を中央揃え */
    cursor: pointer;
    background: url(../image/icon/frame248.png) center no-repeat;
    transition: 0.5s;
}

.switch input { display: none; }

.switch > div {
    display: none; /* 初期状態では非表示 */
    width: 100%;
}

.switch label:has(:checked) + div { display: block; }

.switch > label:hover,
.switch > label:has(:checked){
    background: url(../image/icon/frame248s.png) center no-repeat;
    transition: 0.5s;
}

.tabcont{ width: 980px; }

.commun{
    width: 920px;
    margin: 0 10px;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    text-align: left;
}

.RboxB{
    width: 980px;
    height: 575px;
    margin: 20px 10px;
    line-height: 125%;
}

.LboxB{
    width: 980px;
    height: 600px;
    margin: 20px 10px;
    line-height: 125%;
}

.Ebox{
    width: 500px;
    height: 625px;
    padding: 25px 50px 0 50px;
    margin: 20px auto;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.boxL{
    width: 485px;
    height: 100%;
    margin-right: 10px;
    padding-top: 5px;
    position: relative;
    background: rgba(0,0,0,0.5);
    float: left;
}

.boxR{
    width: 485px;
    height: 100%;
    padding-top: 5px;
    position: relative;
    background: rgba(0,0,0,0.5);
    float: left;
}

.boxT{
    width: 485px;
    position: absolute;
    bottom: 30px;
    text-align: center;
}

.HRboxB{
    width: 980px;
    height: 485px;
    margin: 20px 10px;
    line-height: 125%;
}

.HLboxB{
    width: 980px;
    height: 495px;
    margin: 20px 10px;
    line-height: 125%;
}

.HEbox{
    width: 485px;
    height: 500px;
    margin: 20px auto;
    padding: 35px 70px 0 70px;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.Sicon{
    position: absolute;
    top: -25px;
}

.HboxL{
    width: 485px;
    height: 97.5%;
    margin-right: 10px;
    padding-top: 2.5%;
    position: relative;
    background: rgba(0,0,0,0.5);
    float: left;
}

.HboxR{
    width: 485px;
    height: 97.5%;
    padding-top: 2.5%;
    position: relative;
    background: rgba(0,0,0,0.5);
    float: left;
}

.HboxT{
    width: 485px;
    position: absolute;
    bottom: 7.5%;
    text-align: center;
}

.SRboxB{
    width: 980px;
    height: 615px;
    margin: 20px 10px;
    line-height: 125%;
}

.SLboxB{
    width: 980px;
    height: 660px;
    margin: 20px 10px;
    line-height: 125%;
}

.SSboxB{
    width: 980px;
    height: 585px;
    margin: 20px 10px;
    line-height: 125%;
}

.SEbox{
    width: 500px;
    height: 660px;
    margin: 20px auto;
    padding: 25px 50px;
    position: relative;
    background: rgba(0,0,0,0.5);
}

.EboxT{
    width: 500px;
    position: absolute;
    bottom: 45px;
    text-align: center;
}

.hoo_icon{
    position: relative;
    top: 20px;
}

.Licon{
    position: relative;
    top: 10px;
}

.icon:hover{
    opacity: 0.7;
    transition: 0.5s;
}

.tabdark{
    width: 1000px;
    margin: 20px auto;
    background: rgba(0,0,0,0.5);
}

.linkR{
    text-align: right;
    margin-top: 20px;
}

.linkR a{
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
}

.linkR a:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.7), -5px 5px 10px rgba(255,255,255,0.7), -5px -5px 10px rgba(255,255,255,0.7), 5px -5px 10px rgba(255,255,255,0.7);
    transition: 0.5s;
}

.delta{ margin-right: 16px; }

.blinking{
    margin-right: 10px;
    animation: blink 2s ease-in-out infinite alternate;
}

@keyframes blink {
    0% {opacity: 0.5;}
    50% {opacity: 1;}
    100% {opacity: 1;}
}

.linkL{
    text-align: left;
    margin-top: 20px;
}

.linkE{
    margin-bottom: 20px;
    text-align: right;
    font-size: 26px;
    animation: blink 2s ease-in-out infinite alternate;
}

.linkE a{
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
}

.linkE a:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.7), -5px 5px 10px rgba(255,255,255,0.7), -5px -5px 10px rgba(255,255,255,0.7), 5px -5px 10px rgba(255,255,255,0.7);
    transition: 0.5s;
}

.linkR a{
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
}

.linkR a:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.7), -5px 5px 10px rgba(255,255,255,0.7), -5px -5px 10px rgba(255,255,255,0.7), 5px -5px 10px rgba(255,255,255,0.7);
    transition: 0.5s;
}

.assposi{ margin: 0 50px 50px auto; }

.dbox{
    padding: 20px 10px 30px;
    background: rgba(0,0,0,0.5);
}

#other{ width: 980px; }

#other table{
    table-layout: fixed;
    margin: 10px;
}

#other tr{ margin: 10px 0; }

#other th{
    width: 320px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    position: relative;
    background: url(../image/icon/frame320.png) center no-repeat;
    transition: 0.5s;
}

#other th:hover{
    background: url(../image/icon/frame320s.png) center no-repeat;
    transition: 0.5s;
}

#other td{
    padding: 5px 20px 5px 10px;
    text-align: left;
    font-size: 26px;
}

#small{ background: url(../image/icon/small250.png) center no-repeat; }

#regular{ background: url(../image/icon/regular250.png) center no-repeat; }

#limited{ background: url(../image/icon/limited250.png) center no-repeat; }

#no0{ background: url(../image/icon/no0250.png) center no-repeat; }

.ticon{
    position: relative;
    top: 3px;
}

.prist{
    margin-top: 30px;
    margin-right: 20px;
    text-align: center;
}

.prist th{
    padding: 3px 10px;
    font-size: 26px;
}

.prist td{
    padding: 3px 10px;
}

.price{
    position: relative;
    text-align: right;
}

.simple{
    margin-top: 10px;
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
}

.simple th{ font-size: 26px; }

.simple th,.simple td{
    border: 1px solid;
    border-collapse: collapse;
    padding: 5px 5px;
}

.vwrite{ writing-mode: vertical-rl; }

.kind table{
    margin-top: 10px;
    text-align: left;
}

.kind th{
    font-size: 26px;
    margin-right: 10px;
    vertical-align: top;
}

.kind td{
    margin: 10px 0;
}

.gakuso{ background: url(../image/back/grade.png) top repeat-y; }

.choose {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
    width: 980px;
    margin: 40px 10px 70px;
    text-align: center;
}

.choose > label {
    flex: 1 1 auto;
    width: 320px;
    height: 80px;
    line-height: 80px;
    order: -1; /* 上部に表示する */
    background: url(../image/icon/frame320.png) center no-repeat;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}

.choose > label > img{ opacity: 0; }

.choose input { display: none; }

.choose > div {
    display: none; /* 初期状態では非表示 */
    width: 100%;
}

.choose label:has(:checked) + div { display: block; }

.choose > label:hover,
.choose > label:has(:checked){
    background: url(../image/icon/frame320s.png) center no-repeat;
    transition: 0.5s;
}

.sage3{
    position: relative;
    font-size: 27px;
    top: 26px;
}

.sage4{
    position: relative;
    font-size: 26px;
    top: 22px;
}

.points{
    font-size: 26px;
    margin: 20px auto;
    line-height: 150%;
}

.points th{
    width: 1em;
    vertical-align: top;
}

.tabchoose{
    width: 980px;
    padding: 10px;
    margin: 20px 0;
    text-align: center;
}

.message{
    width: 920px;
    margin: 0;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    text-align: left;
}

.selfmess{
    width: 900px;
    padding: 30px 40px 40px;
    margin: 20px 10px;
    text-align: left;
    font-size: 28px;
    background: rgba(0,0,0,0.5);
}

.Plist{
    width: 100%;
    font-size: 26px;
    table-layout: fixed;
    margin: 20px auto;
    border: 1px solid;
    border-collapse: collapse;
    text-align: center;
}

.Plist th{
    text-align: center;
}

.Plist td{
    text-align: right;
    padding-right: 10px;
}

.Plist th,.Plist td{
    height: 50px;
    line-height: 50px;
    border: 1px solid;
    border-collapse: collapse;
}

.payC{
    display: flex;
    justify-content: center;
    width: 940px;
    height: 80px;
    margin: 0 0 40px;
    padding: 0 20px 20px;
    text-align: center;
    background: rgba(0,0,0,0.5);
}

.payM{
    width: 450px;
    height: 80px;
    line-height: 80px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    background: url(../image/icon/frame450.png) center no-repeat;
    transition: 0.5s;
}

.payM:hover{
    background: url(../image/icon/frame450s.png) center no-repeat;
    transition: 0.5s;
}

.payS{
    width: 300px;
    height: 80px;
    line-height: 80px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    background: url(../image/icon/frame300.png) center no-repeat;
    transition: 0.5s;
}

.payS:hover{
    background: url(../image/icon/frame300s.png) center no-repeat;
    transition: 0.5s;
}

.dec1,.dec2{
    position: absolute;
    left: 0;
    right: 0;
}

.dec2{
    opacity: 0;
    transition: 1s;
}

.dec2:hover{
    opacity: 1;
    transition: 0.5s;
}

.othplan{
    width: 900px;
    background: rgba(0,0,0,0.5);
    padding: 25px 40px 40px;
    margin: 0;
    text-align: left;
}

.frame450{
    width: 450px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    background: url(../image/icon/frame450.png) center no-repeat;
    transition: 0.5s;
}

.frame450:hover{
    background: url(../image/icon/frame450s.png) center no-repeat;
    transition: 0.5s;
}

.flist{
    margin-top: 10px;
    background: url(../variety/image/grade.png) top repeat-y;
}

.accord{
    width: 980px;
    text-align: left;
    margin: 10px 0 5px;
}

.accord label{
    display: block;
    margin: 0 0 5px 0;
    padding: 20px;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.accord input{ display: none; }

.accord li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accord ul{
    margin: 0;
    list-style: none;
}

.article{
    width: 900px;
    margin: 0;
    padding: 20px 30px 40px 30px;
    color: #000;
    background: rgba(255, 250, 230, 0.7);
}

#sent1:checked ~ #links01 li,
#sent2:checked ~ #links02 li,
#sent3:checked ~ #links03 li{
    height: 760px;
    opacity: 1;
}

#sent4:checked ~ #links04 li{
    height: 920px;
    opacity: 1;
}

.memo{
    width: 880px;
    padding: 40px 60px 0 60px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    margin-top: 10px;
}

.memoE{
    width: 880px;
    padding: 40px 60px 10px;
    background: rgba(0,0,0,0.5);
    text-align: left;
    margin-top: 20px;
}

.tdion{
    width: 1000px;
    text-align: left;
    margin: 0;
}

.tdion label{
    display: block;
    margin: 0;
    padding: 0 90px 20px 10px;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    text-align: right;
    font-size: 22px;
}

.tdion label:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.7), -5px 5px 10px rgba(255,255,255,0.7), -5px -5px 10px rgba(255,255,255,0.7), 5px -5px 10px rgba(255,255,255,0.7);
    transition: 0.5s;
}

.tdion input{ display: none; }

.tdion li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tdion ul{
    margin: 0;
    list-style: none;
}

.explan{
    width: 880px;
    background: rgba(0,0,0,0.5);
    padding: 10px 60px 40px;
    margin: 0 auto;
    text-align: left;
}

.detaper{
    width: 100%;
    margin-top: 20px;
    font-size: 26px;
    line-height: 125%;
}

.detaper th{
    vertical-align: top;
    white-space: nowrap;
}

.kome{
    font-size: 20px;
    position: relative;
    margin: 0 4px;
    bottom: 6px;
}

#sent5:checked ~ #links05 li{
    height: 230px;
    opacity: 1;
}

#sent6:checked ~ #links06 li,
#sent8:checked ~ #links08 li{
    height: 260px;
    opacity: 1;
}

.refarence{ position: relative; }

.digress{
    width: 1000px;
    text-align: left;
    margin: 0;
}

.digress label{
    display: block;
    width: 940px;
    padding: 15px 30px;
    margin: 10px 0 0;
    font-size: 30px;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

.digress label:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.7), -5px 5px 10px rgba(255,255,255,0.7), -5px -5px 10px rgba(255,255,255,0.7), 5px -5px 10px rgba(255,255,255,0.7);
    transition: 0.5s;
}

.digress input{
    appearance: none;
    display: none;
    position: absolute;
    left: 470px;
    width: 60px;
    height: 35px;
    z-index: 10;
    cursor: pointer;
    background: rgba(255,255,255,0.5);
}

.digress li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.digress ul{
    margin: 0;
    list-style: none;
}

#dig01:checked ~ #gress01 li{
    height: 880px;
    opacity: 1;
}

#dig02:checked ~ #gress02 li{
    height: 160px;
    opacity: 1;
}

#dig03:checked ~ #gress03 li{
    height: 720px;
    opacity: 1;
}

#dig04:checked ~ #gress04 li{
    height: 100px;
    opacity: 1;
}

#dig05:checked ~ #gress05 li{
    height: 1100px;
    opacity: 1;
}

#dig06:checked ~ #gress06 li{
    height: 100px;
    opacity: 1;
}

#dig07:checked ~ #gress07 li{
    height: 540px;
    opacity: 1;
}

#dig08:checked ~ #gress08 li{
    height: 160px;
    opacity: 1;
}

#copy1:checked ~ #repro01 li{
    height: 1740px;
    opacity: 1;
}

#edno1:checked ~ #edinks01 li{
    height: 1040px;
    opacity: 1;
}

#edno2:checked ~ #edinks02 li{
    height: 1380px;
    opacity: 1;
}

#self1:checked ~ #profs01 li{
    height: 1620px;
    opacity: 1;
}

#biography{ margin-top: 60px; }

.close_button{
    width: 60px;
    text-align: center;
    margin: 0 auto;
    animation: blink 2s infinite alternate;
}

.close_button span{
    display: inline-block;
    font-size: 32px;
    transform: scale(2,1);
}

.Ltitle{
    width: 880px;
    padding: 0;
    float: left;
    font-size: 30px;
}

.more{
    width: 40px;
    float: left;
    padding-left: 20px;
    font-size: 24px;
    text-align: center;
    position: relative;
    animation: blink 2s ease-in-out infinite alternate;
}

#paintbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
    width: 1000px;
    margin: 20px 0 80px;
    text-align: center;
}

.listbox{
    position: relative;
    height: 380px;
    width: 330px;
}

.artbox{
    position: relative;
    height: 330px;
    width: 330px;
}

.art1{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.art2{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: 1s;
}

.art2:hover{
    opacity: 1;
    transition: 0.5s;
}

.name{
    display: block;
    width: 330px;
    height: 50px;
    position: absolute;
    bottom: 0;
}

#oncord{
    width: 1000px;
    text-align: center;
    margin-bottom: 100px;
}

#oncord label{
    display: block;
    margin: 5px 10px 0;
    padding: 15px 20px;
    font-size: 30px;
    line-height: 1;
    background: rgba(0,0,0,0.5);
    cursor: pointer;
}

#oncord input{ display: none; }

#oncord li{
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#oncord ul{
    margin: 0;
    list-style: none;
}

#oncord iframe{ background: rgba(0,0,0,0.5); }

#onopen1:checked ~ #onsite01 li{
    height: 1600px;
    opacity: 1;
}

.twinkle:hover{
    text-shadow: 5px 5px 10px rgba(255,255,255,0.5), -5px 5px 10px rgba(255,255,255,0.5), -5px -5px 10px rgba(255,255,255,0.5), 5px -5px 10px rgba(255,255,255,0.5);
    transition: 0.5s;
}

#feature{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1px;
    width: 980px;
    margin: 20px 10px 50px;
    text-align: center;
}

.frame320{
    width: 320px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    background: url(../image/icon/frame320.png) center no-repeat;
    transition: 0.5s;
}

.frame320:hover{
    background: url(../image/icon/frame320s.png) center no-repeat;
    transition: 0.5s;
}

.range{
    width: 490px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    background: url(../image/icon/frame490.png) center no-repeat;
    transition: 0.5s;
}

.range:hover{
    background: url(../image/icon/frame490s.png) center no-repeat;
    transition: 0.5s;
}

.tiny{ font-size: 25px; }

.onlist{ margin: 0.5em 2em; }

h3{
    font-size: 34px;
    margin: 20px;
}

.red{ color: #F30; }

.yellow{ color: yellow; }

.fframe{ background: rgba(0,0,0,0.5); }

.note{ font-size: 24px; }

.note th{
    width: 1.25em;
    vertical-align: top;
}

.note td{ text-align: left; }

.EDN{
    position: relative;
    left: -25px;
}

.phrase { display: inline-block; }

.riposi{
    position: relative;
    font-size: 24px;
    width: fit-content;
    right: 0;
    text-align: left;
    margin: 5px 0 30px auto;
}

.sukima{ margin-top: 20px; }

#detail{
    width: 1000px;
    margin: 0 auto;
    font-size: 32px;
}

.backB{
    width: 920px;
    padding: 0 40px;
    margin: 0 auto 100px auto;
    text-align: left;
    color: #FFF;
    font-size: 28px;
    transition: 0.5s;
}

.backB:hover{
    opacity: 0.5;
    transition: 0.5s;
}

.sage{ margin-top: 25px; }

.push20{ height: 20px; }

.push40{ height: 40px; }

.push80{ height: 80px; }

.afplan{
    width: 880px;
    padding: 20px 60px;
    margin: 0 auto;
    text-align: left;
}

#selfbox{ margin: 0 10px; }

#profile table{ width: 680px; }

#profile th{
    width: 275px;
    height: 50px;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    background: url(../image/tin/celk.png) repeat-y;
}

#profile td{
    width: 350px;
    height: 50px;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    background: url(../image/tin/celb.png) repeat-y;
    color: #000;
}

#photo{ margin-right: 10px; }

a{
    color:#fff;
    text-decoration:none;
 }
 
h4{
    font-size: 28px;
    margin-top: 20px;
}

@media screen and ( max-width: 767px )
{
    body{
        width: 1000px;
        font-size: 28px;
    }

    #foot{
        width: 928px;
        padding: 24px 36px 12px 36px;
        margin: 0 auto;
    }
    
    .list{
        height: 1020px;
        width: 980px;
        margin: 10px 10px 50px;
    }
    
    .Slist{
        height: 1040px;
        width: 980px;
        margin: 10px 10px 50px;
    }

    .Hlist{
        height: 825px;
        width: 980px;
        margin: 10px 10px 50px;
    }

    .name490{ display: none; }

    .name980{
        display: block;
        bottom: -20px;
    }

}