@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    list-style: none;
    font-style: normal
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    text-decoration: none
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
input,
select {
    vertical-align: middle
}
img {
    max-width: 100%;
    vertical-align: bottom
}
.txtc {
    text-align: center
}
.mt10 {
    display: inline-block;
    margin-top: 10px !important
}
.mt30 {
    margin-top: 30px
}
.mt70 {
    margin-top: 70px
}
html {
    font-size: 62.5%
}
body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
    color: #333;
    overflow-x: hidden
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
a:hover {
    text-decoration: underline;
    opacity: .7
}
.container {
    overflow: hidden
}
.fit {
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%)
}
.wrap {
    position: relative
}
.hd {
    padding: 10px 20px;
    position: relative;
    z-index: 90;
    min-height: 62px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.hd .log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
.hd .log__txt {
    margin-left: 34px;
    margin-bottom: -4px
}
@media all and(-ms-high-contrast:none) {
    .hd .log__txt {
        margin-bottom: 0
    }
}
.ft__con {
    padding: 15px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.ft__con dt {
    padding: 0 25px;
    border-right: 1px solid #ccc;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.ft__con dd {
    padding-left: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.ft__con dd span {
    margin-right: 7px
}
.ft .copy {
    background: #33373a;
    color: #ccc;
    text-align: center;
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 0
}
.topbtn {
    z-index: 90
}
@media screen and(max-height:752px) {
    .body.is-active {
        overflow: hidden
    }
}
.nav {
    background: rgba(210, 106, 103, .9);
    position: absolute;
    top: 0;
    right: -440px;
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 440px;
    height: 100vh;
    /* padding: 80px 35px 195px 40px; */
    box-sizing: border-box
}
@media screen and(max-height:752px) {
    .nav {
        padding-bottom: 30px
    }
}
.nav__inr {
    color: #fff;
    box-sizing: border-box;
    height: 100vh;
    padding-right: 10px;
    overflow: auto;
    padding: 80px 35px 0 40px;
}
@media screen and(max-height:752px) {
    .nav__inr {
        overflow-y: scroll;
        height: calc(100vh - 150px)
    }
    .nav__inr::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px
    }
    .nav__inr::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0, 0, 0, .5);
        box-shadow: 0 0 1px rgba(255, 255, 255, .5)
    }
}
.nav__inr > li {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700
}
.nav__inr>li:nth-child(4) {
    padding-left: 26px
}
.nav__inr > li ul {
    margin-left: 20px
}
.nav__inr > li li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 16px;
    font-weight: 400
}
.nav__inr>li li a:before {
    top: 6px
}
.nav.is-active {
    right: 0
}
.nav a {
    color: #fff;
    position: relative;
    display: block;
    padding-left: 26px
}
.nav a:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.nav a:hover {
    opacity: 1
}
.btn {
    display: block;
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    position: fixed;
    width: 62px;
    height: 62px;
    background: url('../img/btn_open.png');
    top: 10px;
    right: 10px;
    z-index: 200;
    cursor: pointer
}
.btn.is-active {
    background: url('../img/btn_close.png')
}
.aside {
    background: #f6d9d9
}
.shadow {
    background-color: #d26a67;
    opacity: .941;
    position: absolute;
    left: 1289px;
    top: 193px;
    width: 439px;
    height: 768px;
    z-index: 936
}