/* 共通 =====================================================*/
html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

.headblank {
    position: relative;
}

.headblank:after {
    content: '';
    background: url("../img/ic-externallink.svg") top/cover no-repeat;
    position: absolute;
    top: 0.8vw;
    right: -4.267vw;
    width: 3.2vw;
    height: 3.2vw;
}

.footblank {
    margin: 0.267vw 0.8vw 0;
    width: 3.2vw;
}


/* .contents =====================================================*/
#contents img {
    border: 0 none;
    vertical-align: bottom;
    display: block;
    width: 100%;
}

#contents a img {
    border-style: none;
}

#contents a {
    border-style: none;
    outline: none;
}

#contents .main {
    padding: 28vw 6.400vw 8.533vw;
}

#contents .main .main_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #595959;
    text-align: center;
}

#contents .main .main_txt {
    font-size: 1.4rem;
    line-height: 1.57;
}

#contents .section_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #4D4D4D;
    padding-left: 2.667vw;
    position: relative;
    margin-bottom: 6.400vw;
}

#contents .section_ttl::before {
    position: absolute;
    top: 0.533vw;
    left: 0;
    width: 1.067vw;
    height: 87%;
    content: '';
    border-radius: 2px;
    background: #B60081;
}


/* header用 =====================================================*/
.scroll_none {
    overflow: hidden;
}

#appHead {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
}

#appHead .appHead-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #EAEAEA;
}

#appHead .appHead-inner .Head-logo {
    width: 26.4vw;
    padding: 5.867vw 0 5.333vw 8vw;
}

/* ハンバーガーメニュー -----*/
#appHead .appHead-inner #menu,
#appHead .appHead-inner #menu span {
    display: inline-block;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#appHead .appHead-inner #menu {
    position: absolute;
    top: 6.133vw;
    right: 6.4vw;
    width: 6.4vw;
    height: 5.067vw;
    z-index: 10;
    box-sizing: border-box;
    border: none;
    background: none;
    padding: 0;
    text-align: inherit;
}

#appHead .appHead-inner #menu span {
    position: absolute;
    width: 100%;
    height: 0.8vw;
    background: #666666;
    z-index: 10;
    border-radius: 1.067vw;
}

#appHead .appHead-inner #menu #line1 {
    top: 0px;
}

#appHead .appHead-inner #menu #line2 {
    top: 8px;
}

#appHead .appHead-inner #menu #line3 {
    top: 16px;
}

#appHead .appHead-inner #menu #line1.first {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

#appHead .appHead-inner #menu #line2.second {
    opacity: 0;
}

#appHead .appHead-inner #menu #line3.third {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

/* nav -----*/
#appHead #gnav {
    position: fixed;
    z-index: 2;
    top: 17.067vw;
    left: 0;
    color: #fff;
    background-color: rgba(168, 168, 168, 0.8);
    width: 100%;
    height: calc(100vh - 17.067vw);
    opacity: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    overflow: auto;
}

#appHead #gnav .anchor {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff;
}

#appHead #gnav .anchor .link {
    padding: 0;
    transition: 0.2s all;
    border-top: 1px solid #CCCCCC;
    margin: 0 4.267vw;
}

#appHead #gnav .anchor .link:last-child {
    padding-bottom: 0;
}

#appHead #gnav .anchor .link .navlink {
    display: block;
    color: #4D4D4D;
    padding: 5.6vw 0 5.6vw 2.133vw;
}

#appHead #gnav.slide {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0px);
    visibility: visible;
}


/* footer用 =====================================================*/
#appFooter {
    background: #FAFAFA;
    padding: 9.067vw 6.4vw 5.867vw;
}

/* appFooter-inner -----*/
#appFooter .appFooter-inner .appFooter-title {
    margin-bottom: 4.533vw;
    width: 14.667vw;
    line-height: 1;
}

#appFooter .appFooter-inner .appFooter-list {
    font-size: 0;
    margin-bottom: 5.6vw;
}

#appFooter .appFooter-inner .appFooter-list li {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 3.467vw 3.467vw 0;
}

#appFooter .appFooter-inner .appFooter-list li:after {
    content: '';
    position: absolute;
    top: 13%;
    right: 0;
    display: block;
    width: 0.267vw;
    height: 1.2rem;
    background: #C1C1C1;
}

#appFooter .appFooter-inner .appFooter-list li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

#appFooter .appFooter-inner .appFooter-list li>a {
    padding-right: 3.467vw;
    color: #333333;
}

/* appFooter-company -----*/
#appFooter .appFooter-company {
    background: url("../img/sp-footer_bg01.png") top/cover no-repeat;
    border: 1px solid #C3D4DE;
    border-radius: 4px;
    font-size: 1.2rem;
    padding: 3.733vw 4.267vw;
    margin-bottom: 5.333vw;
}

#appFooter .appFooter-company .company-name {
    font-weight: bold;
    margin-bottom: 1.867vw;
    color: #333333;
}

#appFooter .appFooter-company a {
    color: #333333;
}


/* appFooter-company -----*/
#appFooter .appFooter-aeonlist-wrapper {
    margin-bottom: 4.533vw;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist {
    font-size: 0;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li {
    display: inline-block;
    font-size: 1.1rem;
    width: 41.6vw;
    margin-bottom: 1.333vw;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li:last-child {
    margin-bottom: 0;
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li:before {
    content: '・';
}

#appFooter .appFooter-aeonlist-wrapper .appFooter-aeonlist li a {
    color: #4D4D4D;
}

/* appFooter-copyright -----*/
#appFooter .appFooter-copyright .appFooter-copyright-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4vw;
}

#appFooter .appFooter-copyright .appFooter-copyright-inner .Footer-tree {
    width: 36.267vw;
}

#appFooter .appFooter-copyright .copyright {
    font-size: 1rem;
    color: #808080;
    letter-spacing: -0.008em;
    text-align: center;
}


/* top_btn =====================================================*/
#top_btn {
    position: fixed;
    opacity: 0;
    transition: 0.5s;
    right: 4.267vw;
    bottom: 4.267vw;
    z-index: 100;
    visibility: hidden;
}

#top_btn.fade-in {
    visibility: visible;
    opacity: 1.0;
    transition: 1.0s;
}

#top_btn .scroll-top {
    position: relative;
}


.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

/* 終了のお知らせ　=====================================================*/
.end_text {
    background-color: #909090;
    color: #FFFFFF;
    padding: 19.467vw 0 2vw 0;
}

.end_text p {
    width: calc(100% - 12.8vw);
    margin: 0 auto;
    padding: 2vw 0;
    line-height: 1.75;
}