@charset "UTF-8";

#contents.inner {
	max-width: 800px;
}
#contents {
    padding-top: 50px;
    text-align: center;
    border-top: none;
}
.special-cont a:hover {
    opacity: 0.6;
}
@media (max-width:1200px) {
    /*.special-cont p {
        width: 90%;
        margin: 0px auto 0px;
    }*/
}
.left {
	float: left;
}
.right {
	float: right;
}
.w50 {
	width: 50%;
}
.w33 {
	width: calc(100%/3);
}

.special-cont img {
	max-width: 100%;
	vertical-align: top;
}
/*.special-cont > div {
    margin-top: 15px;
}*/
.item-btn {
	position: relative;
}
.btn-01 {
	position: absolute;
    top: 21%;
    right: 7.6%;
    width: 24%;
}
.mb20 {
	margin-bottom: 20px;
}
.link-anata {
    position: absolute;
    top: 83.5%;
/*
    top: 81.5%;
*/
    right: 0;
    left: 0;
    margin: auto;
    width: 92%;
}
a {
	display: block;
}

.blackBtn {
	clear: both;
}
.link-each a {
    color: #fff;
    display: inline-block;
    font-size: 108%;
    line-height: 43px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    background: #b50081;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    padding: 0 50px 0 30px;
}
.link-each a:hover {
    color: #b50081;
    background: #e899d1;
}
.link-each a:before, .link-each a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition-duration: .3s;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.link-each a:before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #fff;
    right: 13px;
}
.link-each a:after {
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 21px;
}
.link-each span {
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
}



.sideNav {
    position: fixed;
    right: 0px;
    top: 107px;
    top: 121px;
    z-index: 1;
    transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}
.sideNav ul {
    width: 180px;
    background: #fff;
}
.sideNav ul img {
    width: 100%;
}
.sideNav li {
    margin-top: 1px;
}
.sideNav li a:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}

.download p {
    font-size: 18px;
    font-weight: bold;
}
.download p span {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin: 10px 0px 25px;
}
.download {
    background: url(images/dl_bg.jpg) no-repeat;
    box-sizing: border-box;
    padding: 0 20px 50px;
    background-size: 100% 100%;
}
.download.ichi {
    background: #fff100;
}
.download ul li { display: inline-block; }
.download ul li:first-child { margin-right: 10px; }
.download ul li a:hover {
    opacity: 0.5;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
}
.sideNav li.returen-top a {
    background: #333;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 17px 0;
    font-weight: bold;
    width: 100%;
}
.pagetop {
 -webkit-transition: all .3s;
 transition: all .3s;
 position: fixed;
 right: 3%;
 bottom: 2%;
 z-index: 9999;
width: 70px;
}
.pagetop img {
    width: 100%;
}
@media (min-width:769px) {
    .pagetop.shift {
        bottom: 6%;
    }
}

@media (max-width:768px) {
    #contents {
        padding-top: 0;
    }

    /* header,footer {
        display: none;
    } */
    #wrapper {
        padding-top: 0;
        padding-bottom: 100px;
    }

    .section_top {
        padding-top: 50px;
        margin-top: -50px;
    }



    .sideNav ul {
        width: 100%;
    }
    .sideNav ul:after {
        content: "";
        display: block;
        clear: both;
    }
    .sideNav li {
        float: left;
        width: calc((100%/3.001) - 1px);
        margin-top: 0;
        margin-right: 1px;
    }

    .sideNav li:nth-child(7) {
        width: 100%;
    }

    /*-----navが5つの時の設定-----
    .sideNav li:nth-child(6) {
        width: 100%;
    }
    .sideNav li:nth-child(4),
    .sideNav li:nth-child(5) {
        width: calc((100%/2) - 1px);
    }
    .sideNav li:nth-child(4) {
        margin-right: 1px;
    }
    .sideNav li:nth-child(4) img {
        max-height: 110%;
    }
    .sideNav li:nth-child(5) img {
        max-height: 150%;
    }
    -----*/

    .sideNav li.returen-top {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .sideNav li.returen-top a {
        padding: 10px 0;
    }
    .sideNav {
        top: inherit !important;
        bottom: 0;
        padding: 5px;
        background: #fff;
        border: 2px solid #b50081;
        width: 100%;
        box-sizing: border-box;
    }
    .sideNav li:nth-child(3) {
        margin-right: 0;
        width: calc(100%/3);
    }
    .sideNav li:nth-child(n+4) {
        margin-top: 1px;
    }

    .sideNav.yokoku li {
        width: calc(100% - 1px);
    }

    /* .blackBtn {
        padding-bottom: 22%;
        padding-bottom: 28%;
    } */
    .blackBtn.yokoku {
        padding-bottom: 0;
    }
    .download p { font-size: 16px; }
    .download p span { font-size: 11px; margin: 7px 0px 13px; }
    .download p { font-size: 16px; }
    .download p span { font-size: 11px; margin: 7px 0px 13px; }
    .download ul li:first-child {
        width: 44%;
        margin-right: 3%;
    }
    .download ul {
        max-width: 500px;
        margin: 0 auto;
    }
    .download ul:after {
        content: "";
        display: block;
        clear: both;
    }
    .download ul li:nth-child(2) {
        width: 53%;
    }
    .download ul li {
        float: left;
        max-width: 270px;
    }
    .download {
        padding: 0 29px 35px;
    }
    .pagetop {
        bottom: 43vw;
        bottom: 25vw;
    }
    /*.sideNav ul img {
        height: 11.43vw;
    }*/
    .sideNav ul li a {
        height: 10vw;
        background: #a40e72;
        position: relative;
        overflow: hidden;
    }
    .sideNav ul li a img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }
    .sideNav ul li:last-child a img {
        width: 100%;
    }
}