body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", arial, 'Apple Color Emoji', 'emojisymbols';
    color: #454545;
    min-width: 1200px;
}

#hdr {
    padding: 10px calc(50% - 512px);
    width: 1024px;
}

#header-bread{
    display: block;
    float: left;
    padding: 8px calc(50% - 512px) 0;
    width: 1024px;
    z-index: 999;
    margin-top: 60px;
    margin-bottom: 41px;
}

#header-bread ul li {
    float: left;
    color: #3F3F3F;
    font-size: 12px;
    margin-right: 20px;
    line-height: 20px;
}

#header-bread ul li a {
    position: relative;
    color: #969696;
}

#header-bread ul li:not(:last-child) a:after {
    content: ">";
    position: absolute;
    color: #969696;
    font-size: 10px;
    right: -14px;
}

h1 {
    display: block;
    font-size: 23px;
    font-weight: bold;
    color: #FF455A;
    padding: 0 calc(50% - 512px);
    margin-bottom: 10px;
    line-height: 30px;
}

.mv {
    margin-bottom: 63px;
}

.mv .h3 {
    padding-top: 474px;
    font-size: 28px;
    color: #454545;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30px;
}

.campaign-banner {
    display: block;
    width: 980px;
    margin: 0 auto 30px;
}

.campaign-banner:hover {
    opacity: 0.4;
}

.campaign-banner img {
    width: 100%;
}

/* pref block */
#pref-link-block {
    margin-bottom: 70px;
}

#pref-link-block h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #454545;
    margin: 0 auto 30px;
    width: max-content;
    line-height: 1;
}

#pref-link-block h3 img.icon {
    margin-right: 12px;
}

/* area block */
#area-link-block {
    display: flow-root;
    margin-bottom: 88px;
}

#area-link-block h3 {
    display: flex;
    align-items: center;
    font-size: 28px;
    font-weight: bold;
    color: #454545;
    margin: 0 auto 30px;
    width: max-content;
}

#area-link-block h3 img.icon {
    margin-right: 12px;
}

#area-link-block ul {
    width: 1200px;
    margin: 0 auto;
}

#area-link-block ul li {
    position: relative;
    display: inline-block;
    float: left;
    width: calc(100% / 4);
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 5px;
}

#area-link-block ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    top: 50%;
    margin-top: -7.5px;
    position: absolute;
    right: 0;
    background-color: #CCCCCC;
}

/* footer notice */
#notice {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 837px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #BFBFBF;
    border-radius: 30px;
    margin: 0 auto 17px;
}

#notice .title {
    margin-right: 20px;
}

#notice a.link {
    position: relative;
    padding-left: 8px;
    color: #00B8C0;
}

#notice a.link:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #00B8C0;
    border-right: none;
}

#notice a.link > span {
    text-decoration: underline;
}

/* top top */
#to-page-top {
    position: fixed;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    left: auto;
    bottom: 35px;
    z-index: 9999;
    right: 5%;
    cursor: pointer;
}

#to-page-top img {
    width: 100%;
}

/* 体入 */
#area-link-block.tainyu ul li {
    width: calc(100% / 5);
}
