html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

header {
  position: sticky;
  top: 0;
  z-index: 500;
  background: white; /* 背景設定して透けないようにする */
}


body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------*/
#menu {
  width: 960px;
  margin: 0 auto;
  background: #200807;
  position: relative;
  z-index: 10;
  text-align: center;
}

#back {
  width: 960px;
  margin: 10px auto 0 auto;
  padding-bottom: 0;
  text-align: center;
}

/*--------------------------*/
#to_top {
  clear: both;
  padding: 20px 50px 20px 50px;
  text-align: right;
}

.LyFoot {
  margin-top: 0 !important;
}


.other {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.btn:hover {
  opacity: 0.7;
}
.backtotop a {
    background: #fff;
}

.footer-notice {
  width: 860px;
  margin: 55px auto;
}/*# sourceMappingURL=style.css.map */






      p.linktitle {
    text-align: center;
    color: #fff;
    background: #000;
    padding: 7px;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
}
.linkarea {
    border: solid 1.5px;
    margin: 22px;
}
.linktxt {
font-size: 17px;
font-weight: bold;
text-align: center;
    line-height: 1.4;

}
.linktxtsub {

        font-size: 10.5px;
    line-height: 1.2;
        text-align: center;
    font-weight: bold;
    margin-top: 10px;
}
.areabox {
      padding: 0 20px;
      padding-bottom: 20px;
}
.btnarea {
    width: 70%;
    color: #fff;
    text-align: center;
    background: #B40080;
    padding: 6px 8px;
    font-size: 17px;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}
      .btn_column a img {
    width: 100%;
}

.btn_column {width: calc(95% / 3);}

.btnareaBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.cd-fixed-bg img {
    width: 100%;
}
ul.menulist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 15px;
    background: #f6c8dd;
}

ul.menulist li {
    width: calc(95% / 2);
    margin-bottom: 10px;
}





.cd-fixed-bg {
    position: relative;
}
.cd-fixed-bg * {
    box-sizing: border-box;
}







.side_nav {
        position: fixed;
                top: 30%;
        left: calc(50% - 450px);
        width: 210px;
        height: auto;
        padding: 10px 20px;
        transition: all 0.3s ease;
        border-radius: 25px;
        border: 4px solid #0a9a6b;
        background: #fff;
    }
.side_nav.scroll-in {
        bottom: calc(50% - 100px);
    }
.side_nav ul {
        position: relative;
        padding-top: 12px;
    }
.side_nav ul::after {
        display: block;
        /* content: ''; */
        content: unset;
        width: 100%;
        height: 2px;
        background: #fff;
        box-shadow: 2px 2px #20acd5;
        position: absolute;
        top: 0;
        left: 0;
    }
.side_nav li {
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        width: 100%;
        position: relative;
    }
.side_nav li::after {
        display: block;
        content: '';
        width: 100%;
        height: 2px;
        background: #e3007f;
        position: absolute;
        bottom: 0;
        left: 0;
    }
.side_nav li:last-of-type:after {
        content: unset;
    }
.side_nav a {
        display: block;
    }
div#wrapper {
    background: #fefbed;
}


@media screen and (min-width: 768px) and (max-width: 1550px) {
    #hobby_content .side_nav {
        position: fixed;
        bottom: 0;
        left: calc(50% - 474px);
        bottom: calc(65% - 500px);
        width: 250px;
        height: auto;
        transition: all 0.3s ease;
    }
}


@media screen and (min-width: 768px) {
.side_nav {
        position: fixed;
       left: calc(50% - 540px);
        width: 260px;
        height: auto;
        padding: 10px 15px;
        transition: all 0.3s ease;
        border-radius: 25px;
        border: 4px solid #e3007f;
        background: #fff;
    }
.side_nav ul {
        position: relative;
        padding-top: 12px;
    }
.side_nav li {
        display: block;
        padding-bottom: 12px;
        margin-bottom: 12px;
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 1050px) {
nav.side_nav {
            left: calc(45% - 390px);
}
.other {
    margin: 0 auto 0 calc(40% - 70px);
}
}


@media screen and (max-width: 860px) {
nav.side_nav {
            left: calc(50% - 390px);
}
}


@media screen and (max-width: 830px) {
    .other {
        margin: 0 auto 0 calc(37% - 70px);
    }
}

@media screen and (max-width: 830px) {
    .other {
        margin: 0 auto 0 calc(35% - 70px);
    }
}


@media screen and (max-width: 768px) {
.side_nav {
  display: none;
}
.other {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
    flex-direction: column;
}
}

