.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    /* transition : all 300ms; */
    transition : all 500ms;
}
/* #top-header.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 1500ms;
}
#topslider-area.effect-fade {
    opacity : 0;
    transform : translate(0, 45px);
    transition : all 2000ms;
} */

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}

::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
.wf-hannari { font-family: "Hannari"; }

body {
    background-color: #FF9933;
    margin: 40px;
    font: 13px/20px normal Helvetica, Arial, sans-serif;
    /* color: #4F5155; */
    /* margin: 10px auto; */
}

a {
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}

h1 {
    color: #444;
    background-color: #ff0;
    border-bottom: 1px solid #D0D0D0;
    font-size: 19px;
    font-weight: normal;
    margin: 0;
    padding: 14px 15px 10px 15px;
}

.top-containers {
    margin: 0 15px 0 15px;
    border-radius: 20px;
}
.translucent {
    /* opacity: 0.6; */
}
.group-box {
    box-shadow: 0 0 20px 10px #D2691E;
    margin: 50px auto;
}

#body {
    margin: 10px auto;
    /* margin: 30px 40px; */
    max-width: 1024px;
}
#trtk-button-area {
    display: flex;
    justify-content: flex-end;
}
#card-button {
    text-decoration: none;
    margin: 0 50px;
}
#card-button-img {
    height: 50px;
    width: auto;
    border-radius: 25px;
}
#card-button p {
    margin: 0;
    position: absolute;
    transform: translate(-13%,-75%); /** TODO: 適切な構造に直す */
    font-size: 12px;
    font-weight: bold;
}
#trtk-button {
    margin-right: 30px;
    padding: 0;
    background: none;
    box-shadow: none;
}
#trtk-button-img {
    height: 50px;
    width: auto;
    border-radius: 25px;
}
#trtk-button-icon-area p {
    margin: 0;
    position: absolute;
    transform: translate(-25%,-45%);
    font-size: 12px;
    font-weight: bold;
    word-break: keep-all;
}
#top-title-box {
    color: #444;
    background-color: #ffea00;
    font-family: serif;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
    border-radius: 80px;
    box-shadow: inset 0 0 10px 10px #7fff7f;
}
#top-title {
    font-size: 30px;
}
#top-title-mess {
    font-size: 15px;
    margin-top: 15px;
}
#top-solo-mess-box {
    color: #444;
    background-color: #ffea00;
    font-family: serif;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 20px;
    text-align: center;
    border-radius: 40px;
    box-shadow: inset 0 0 10px 10px #7fff7f;
    /* width: fit-content; */
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}
#top-solo-mess {
    font-size: 30px;
    margin: 0 10px;
}

#top-container {
    background-color: rgba(255,255,255,0.5);
    padding: 20px 25px 20px 25px;
    border-radius: 50px;
    max-height: 695px;
    max-width: 1024px;
    overflow: scroll;
    scroll-snap-type: y mandatory;
    object-fit: cover;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 500px;
}
#top-container::-webkit-scrollbar {
    display:none;
}
#top-next-container {
    background-color: #8d6449;
    border-radius: 50px;
    margin-bottom: 300px;
}

#top-body {
    border-radius: 75px 75px 30px 30px;
}

div.bgimage-top {
    /* background-image: url("images/top_image_bg.jpg"); */
    background-image: url("/images/top_image_bg.jpg");
    background-repeat: no-repeat;
    /* height: auto;
    width: 100%;
    max-height: 768px;
    max-width: 1024px;
    overflow: auto;
    scroll-snap-type: y mandatory;
    object-fit: cover;
    -ms-overflow-style: none;
    scrollbar-width: none;*/
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 30px;
}
button {
    -webkit-appearance: none; /* reset browser default style */
    appearance: none; /* reset browser default style */
    border-radius: 15px;
    box-shadow: 1px 1px 3px 1px #666;
    font-size: 1em;
    border-style: none;
    cursor:pointer;
    /* background-color: springgreen; */
    /* background-color: mediumspringgreen; */
}
input {
    border-radius: 10px;
    border-width: 2px;
}
.input-password {
    width: 100px;
}





.swiper-container {
    background-color: #814721;
    width: auto;
    height: 400px;
}
#topslider-area {
    /*margin: 5px;*/
}
#topslider {
    border-radius: 200px;
}
.swiper-slide {
    text-align: center;
}
img.topslider-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
#news-container {
    text-align: center;
    height: 100px;
    /* width: 500px; */
    width: 70%;
    padding: 10px 10px;
    border-radius: 30px;
    overflow: hidden;
    /* background-color: rgba(255,255,255,0.5); */
    /* background-color: rgba(0,255,255,0.5); */
    /* background-color: rgba(0,255,150,1); */
    /* background-color: rgba(0,125,75,1); */
    background-color: rgba(0,150,60,1);
    border: solid;
    /* border-color: mediumseagreen;
    border-color: mediumaquamarine; */
    border-color: springgreen;
    border-width: 3px;
    color: yellow;
    /* color: gold; */
}
#news-container div {
    height: inherit;
    /* width: fit-content; */
    overflow-x: hidden;
    overflow-y: scroll;
    word-wrap: break-word;
    scroll-snap-type: y mandatory;
    object-fit: cover;
    /* -ms-overflow-style: none;
    scrollbar-width: none; */
    -webkit-overflow-scrolling: touch;
}
/*スクロールバー表示させる*/
#news-container div::-webkit-scrollbar{ 
    width: 15px;
 }
 #news-container div::-webkit-scrollbar-thumb{ 
    background: gray;
    border-radius: 10px;
 }
 #news-container div::-webkit-scrollbar-track-piece:start{
    background: darkgray;
 }
 #news-container div::-webkit-scrollbar-track-piece:end{
    background: #fff;
 }
#news-box > * {
    margin: 0;
    /* display: flex; */
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
    font-weight: bold;
}
/* #news_top_separator {
    font-weight: bold;
} */
.news_separator {
    font-size: 10px;
}
#bbs-button {
    background-color: #fff;
    padding: 0;
    background: none;
    box-shadow: 0 0 20px 10px #d2691e;
    border-radius: 75px;
    margin: 5px;
    overflow:visible; /* for IE */
    width: auto; /* for IE */
    outline: none;
}
#bbs-button div p{
    margin: 0 0 -20px 0;
    width: 70px;
    position: absolute;
    transform: translate(-50%,-105%);
    left: 50%;
    font-size: 20px;
    font-weight: bold;
    /* background-color: rgba(0, 200, 0, 0.5); */
    border-radius: 15px;
    /* color: white;
    text-shadow: 0px 0px 1px rgb(255 255 0); */
    color: greenyellow;
    text-shadow: 0px 0px 7px rgb(0 0 0);
    padding: 0 3px;
    /* box-shadow: 0px 0px 4px 4px grey; */
    /* box-shadow: inset 0px 0px 3px 3px grey; */
}
#bbs-button-icon.button-icon {
    height: 120px;
    border-radius: 75px;
}
.contract {
    width: fit-content;
    background-color: rgba(0,0,0,0)!important;
    box-shadow: none;
}
.expand div button #bbs-icon-area p{
    display: none;
}