/* cse */
.gsc-search-box,
.gsc-search-box-tools {
    display: none !important;
}

/* header */
.header {
    display: block;
    background-color: #fff;
}

.header__cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 10px;
}

.header__items h1 {
    margin: 0;
    font-weight: normal;
    font-size: 100%;
}

.header__items {
    display: flex;
}

.header__sidemenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3px;

}

.header__sidemenu-line {
    position: relative;
    width: 25px;
    height: 16px;
    border-top: 2px solid #535353;

}

.header__sidemenu-line::before {
    display: block;
    position: absolute;
    top: 6px;
    width: 25px;
    height: 10px;
    border-top: 2px solid #535353;
    border-bottom: 2px solid #535353;
    content: '';
}

.header__sidemenu-text {
    color: #9e9e9e;
    font-size: 10px;
    font-weight: 600;
    transform: scale(.8, .8);
    position: relative;
    bottom: -3px;
}

/* search tab */
.search__tabs {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-bottom: 1px solid #e9e9e9;
    background: #f6f6f6;
    line-height: 1;
    -webkit-overflow-scrolling: touch
}

.search__tabs::-webkit-scrollbar {
    display: none
}

.search__tab {
    z-index: 30;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.search__tab-items {
    display: table;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    text-align: center
}

.search__tab-items li {
    display: table-cell;
    position: relative;
    height: inherit;
    width: 50%;
}

.search__tab-items li button {
    width: 100%;
    height: 100%;
    background: 0;
    color: #3c3c3c;
    border: none;
    font-size: 14px;
}

.search__tab-items li a {
    color: #212121;
    font-size: 14px;
}

.search__tab-items .search--selected::after {
    background-color: transparent
}

.search__tab-items .search--selected button {
    color: #fff;
    font-weight: 600;
    background: #0574eb;
}

.search-is-spWeb .search__bx {
    padding: 7px;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}

.search__bx .is-spWeb-form {
    display: flex;
}

.is-spWeb-form .search_inner {
    display: flex;
    flex: 1;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 4px;
}

.is-spWeb-form .search__box {
    position: relative;
    display: flex;
    flex: 1;
    align-items: center;
    overflow: hidden;
    height: 40px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #0574eb;
    border-right: none;
    background-color: #fff;
}

.is-spWeb-form .search__box input {
    display: block;
    flex: 1;
    align-items: center;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 10px;
    color: #333;
    border: 0;
    font-size: 16px;
}


/* キャンセル */
.search__cancel {
    display: none;
    height: 45px;
}

.search__cancel span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 100%;
    margin-left: 10px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background-color: #f6f6f6;
    font-size: 10px;
}

/* 検索ボタン */
.search__submit:hover,
.search__submit button:hover {
    cursor: pointer;
    opacity: .7;
}

.search__submit input {
    display: block;
    width: 100%;
    height: 30px;
    background: transparent;
    border: 0;
}

.search__submit {
    border: none;
    display: block;
    width: 65px;
    height: 40px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    background-color: #0574eb;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.isAfp .search__box {
    height: 46px;
}

.isAfp .search__box input {
    font-size: 2rem;
}

.isAfp .search__submit {
    height: 48px;
    font-size: 2rem;
}

.search__clear {
    display: none;
    width: 38px;
    height: 36px;
    margin-right: 10px;
}

.search__clear-icon {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 36px;
}

.search__clear-icon::before,
.search__clear-icon::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 20px;
    height: 1px;
    margin: auto;
    background-color: #9e9e9e;
    transform: rotate(45deg);
}

.search__clear-icon::after {
    transform: rotate(-45deg);
}

.search__clear-icon:hover {
    cursor: pointer;
}

/* ロゴ */
.is-spWeb-form .logo {
    display: none;
    margin-right: 5px;
    position: absolute;
    right: -3px;
    top: 8px;
}

.is-spWeb-form .search__logo-icon {
    display: inline-block;
    width: 46px;
    height: 20px;
    background-image: url('../img/google.png');
    opacity: 1;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
}

/* result */
.gsc-tabsArea {
    display: none !important;
}

/* footer */
.footer-is-spWeb a:link {
    color: #3c3c3c;
}

.footer-is-spWeb .footer {
    font-family: sans-serif;
    padding-top: 20px;
    background-color: #f6f6f6;
    line-height: 1;
    font-feature-settings: normal;
}

.footer-is-spWeb .footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.footer-is-spWeb .footer__nav li {
    position: relative;
    text-align: center;
    background-color: transparent;
}

.footer-is-spWeb .footer__nav li::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 15px;
    border-right: 1px solid #b9b9b9;
    content: '';
}

.footer-is-spWeb .footer__nav li:last-child::after {
    display: none;
}

.footer-is-spWeb .footer__nav li a {
    display: block;
    padding: 2px 10px;
    font-size: 11px;
}

.footer-is-spWeb .footer__nav li a:visited {
    color: #727272;
}

.footer-is-spWeb .footer__copyright {
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 89px;
    max-width: 414px;
    height: 44px;
    line-height: 44px;
    font-size: 10px;
    text-align: center;
}

.footer-is-spWeb .footer__copyright small {
    color: #3c3c3c;
    font-size: 10px;
}

.c-Footer__button a .icon-home:before {
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "auone-search-icon-font_1.0.3";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    speak: none;
}

@font-face {
    font-family: "auone-search-icon-font_1.0.3";
    src: url("../fonts/auone-search-icon-font_1.0.3.woff2") format("woff2"), url("../fonts/auone-search-icon-font_1.0.3.woff") format("woff"), url("../fonts/auone-search-icon-font_1.0.3.ttf") format("truetype");
}

.c-Footer .c-Footer__button a:link {
    color: #666;
}

.c-Footer {
    padding-top: 10px;
    margin-top: -10px;
    background: #fff;
}

.c-Footer {
    border-top: 1px solid #e3e3e3;
}

.c-Footer__button {
    margin: 0 10px 10px;
    text-align: center;
}

.c-Footer__button a {
    display: block;
    padding: 10px 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 14px;
    color: #666;
    line-height: 1;
    letter-spacing: -0.1px;
}

.c-Footer__button a .icon-home {
    display: inline-block;
    width: 1em;
    margin-right: 4px;
}

.c-Footer__button a .icon-home:before {
    position: relative;
    top: -1px;
    content: "\e60e";
}

.isAfpFooter .c-Footer__button a {
    font-size: 20px;
    font-size: 2rem;
}

.c-Footer__nav {
    display: table;
    width: 100%;
    border-top: 1px solid #D9DDE3;
}

.c-Footer__nav li {
    width: 33%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #D9DDE3;
    font-size: 10px;
    text-align: center;
}

.isAfpFooter .c-Footer__nav li {
    font-size: 14px;
    font-size: 1.4rem;
}

.c-Footer__nav li a {
    display: block;
    padding: 10px;
    color: #333;
}

.c-Footer__nav li:last-child {
    border-right: 0;
}

.c-Footer__copyright {
    padding: 10px 0;
    background: #F5F5F5;
    text-align: center;
    font-size: 10px;
}

.isAfpFooter .c-Footer__copyright {
    font-size: 20px;
    font-size: 2rem;
}

/* side menu */
.sidemenu__container {
    font-family: sans-serif;
    font-size: 13px;
    line-height: 1;
    font-feature-settings: normal;
    color: #3C3C3C;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    box-sizing: content-box !important;
}

/* Side menu */
.sidemenu {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 2147483644;
    transition: transform 400ms cubic-bezier(.17, .03, .04, .94);
}

.sidemenu::-webkit-scrollbar {
    display: none;
}

/* Background */
.sidemenu__bg {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #fff;
}

/* Advertisement */
.sidemenu__ad {
    height: 100px;
    padding: 20px 0;
    background-color: #f6f6f6;
    background-image: url('../img/load.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    text-align: center;
}

.sidemenu__ad a {
    display: block;
}

.sidemenu__ad a img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.sidemenu__rect-ad {
    height: auto;
    min-height: 250px;
    padding: 20px 0;
    background-color: #f6f6f6;
    background-image: url('../img/load.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
    text-align: center;
}

.sidemenu__rect-ad a {
    display: block;
}

.sidemenu__rect-ad a img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.sidemenu__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    height: 50px;
    padding-left: 50px;
    background-color: #fff;
    z-index: 10;
}

.sidemenu__item,
.sidemenu__title {
    border-bottom: 1px solid #e9e9e9;
}

.sidemenu__title-text {
    flex: 1;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.sidemenu__close-button {
    position: relative;
    width: 50px;
    height: 50px;
    z-index: 2147483644;
}

.sidemenu__close-button::before,
.sidemenu__close-button::after {
    position: absolute;
    top: 0;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    background-color: #535353;
    content: '';
}

.sidemenu__close-button::before {
    transform: rotate(45deg);
}

.sidemenu__close-button::after {
    transform: rotate(-45deg);
}

.sidemenu__close-button span {
    position: absolute;
    bottom: 5px;
    width: 100%;
    color: #9e9e9e;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    transform: scale(.8, .8);
}

.sidemenu__items {
    overflow: hidden;
}

.sidemenu__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
    vertical-align: top;
}

.sidemenu__item a {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 10px;
    color: #3c3c3c;
}

/* Portal icons */
.sidemenu__portal-top,
.sidemenu__portal-setting,
.sidemenu__portal-search,
.sidemenu__portal-train,
.sidemenu__portal-weather,
.sidemenu__portal-fortune,
.sidemenu__portal-osusume {
    position: relative;
    padding-left: 30px !important;
}

.sidemenu__portal-beauty {
    position: relative;
    padding-left: 31px !important;
}

.sidemenu__portal-top::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url('../img/home.svg');
    background-size: 100%;
    background-position: top;
}

.sidemenu__portal-setting::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url('../img/setting.svg');
    background-size: 100%;
    background-position: top;
}

.sidemenu__portal-search::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url('../img/search.svg');
    background-size: 100%;
    background-position: top;
}

.sidemenu__portal-train::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 13px;
    height: 17px;
    background-repeat: no-repeat;
    background-image: url('../img/train.svg');
    background-size: 100%;
    background-position: top;
}

.sidemenu__portal-weather::before {
    display: block;
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url('../img/tenki.svg');
    background-size: 100%;
    background-position: top;
}

.sidemenu__portal-fortune::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 15px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url('../img/fortune.svg');
    background-size: cover;
    background-position: top;
}

.sidemenu__portal-osusume::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 13px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('../img/osusume.svg');
    background-size: 13px 20px;
}

.sidemenu__portal-beauty::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 16px;
    height: 17px;
    background-image: url('../img/beauty.png');
    background-size: 16px 17px;
    background-repeat: no-repeat;
}

.sidemenu__item:nth-child(odd) {
    border-right: 1px solid #e9e9e9;
}

.sidemenu__item:nth-child(odd):last-child {
    float: none;
    width: 100%;
    clear: left;
    border-right: none;
}

/* Sub text */
.sidemenu__sub-text {
    margin-left: 3px;
    color: #b9b9b9;
    font-size: 10px;
}

/* Portal title */
.sidemenu__portal-title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;

    position: relative;
    padding-left: 30px;

    background-color: #535353;
    color: #fff;
}

.sidemenu__portal-title::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../img/portal.svg');
    background-size: 100%;
    background-repeat: no-repeat;
}

/* News title */
.sidemenu__news-title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;

    background-color: #e9e9e9;
}

.sidemenu__news-title::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    content: '';
    width: 14px;
    background-repeat: no-repeat;
    background-image: url('../img/news.svg');
    background-size: cover;
    background-position: top;
    height: 14px;
}

/* News items layout adjustments */
.sidemenu__news-items .sidemenu__items .sidemenu__item:first-child {
    width: 100%;
}

.sidemenu__news-items .sidemenu__items .sidemenu__item:nth-last-child(-n+3) {
    margin-top: 5px;
    border-top: 1px solid #e9e9e9;
}

.sidemenu__news-items .sidemenu__items .sidemenu__item:nth-child(odd) {
    border-right: none;
}

.sidemenu__news-items .sidemenu__items .sidemenu__item:nth-child(even) {
    border-right: 1px solid #e9e9e9;
}

.sidemenu__news-items .sidemenu__items .sidemenu__item:last-child {
    width: 100%;
    border-right: none;
    margin-top: 0;
    border-top: none;
    margin-bottom: 20px;
}

/* Setting section */
.sidemenu__setting {
    margin-top: 20px;
}

.sidemenu__setting .sidemenu__item:nth-last-child(-n+3) {
    width: 100%;
    border-right: none;
}

/* Setting title */
.sidemenu__setting-title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: bold;

    position: relative;
    padding-left: 30px;

    background-color: #e9e9e9;
}

.sidemenu__setting-title::before {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    content: '';
    width: 15px;
    height: 15px;
    background-image: url('../img/other.svg');
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

/* Adg */
.adg_container_bottom {
    margin-top: 10px;
}

/* Footer */
.footer-is-spWeb {
    margin-top: 10px;
}

.sidemenu__footer {
    padding: 15px;
    font-size: 10px;
    text-align: center;
}

.sidemenu__footer small {
    font-size: 10px;
}

.is-sidemenu,
.is-sidemenu body {
    overflow: hidden;
    height: 100%;
}

.sidemenu--opened {
    transform: translate(-100%, 0);
    -webkit-overflow-scrolling: touch;
}

.wrapper__contents {
    position: relative;
    width: 100%;
    height: 100%;
}

.wrapper__contents--sidemenu::before {
    transition: opacity 400ms cubic-bezier(.17, .03, .04, .94),
        visibility 400ms cubic-bezier(.17, .03, .04, .94),
        z-index 400ms cubic-bezier(.17, .03, .04, .94);
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    z-index: 0;
    content: '';
}

.wrapper__contents--sidemenu-opened {
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wrapper__contents--sidemenu-opened::before {
    visibility: visible;
    opacity: 1;
    z-index: 2147483643;
}

#cse-ScrollTrg {
    position: fixed;
    bottom: -25px;
    right: 5px;
    opacity: 0;
    transition: all .8s ease;
    cursor: pointer;
    z-index: 3
}

#cse-ScrollTrg.is-show {
    opacity: 1;
    bottom: 75px
}

#cse-ScrollTrg button {
    position: relative;
    overflow: hidden;
    display: block;
    width: 50px;
    height: 0;
    padding-top: 48px;
    line-height: 48px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    outline: 0;
    border: none;
}

#cse-ScrollTrg button::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(315deg)
}

#cse-ScrollTrg button::after {
    content: "ページトップ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 62px;
    height: 20px;
    font-size: 10px;
    color: #fff;
    transform-origin: left center;
    transform: scale(0.8);
    pointer-events: none
}

/* 404 Not found */
.btn-page-404-sp:visited {
    color: #fff;
}

.btn-page-404-sp {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    max-width: 300px;
    padding: 10px 25px;
    border: none;
    border-radius: 4px;
    background-color: #9e9e9e;
    color: #fff;
    font-weight: 700;
    outline: 0;
    text-decoration: none;
}

.button--arrow {
    position: relative;
}

.button--arrow::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 14px;
    margin: -7px 0 0 5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAcCAYAAABoMT8aAAAAAXNSR0IArs4c6QAAAQlJREFUOBHtlD0PAUEQho8QiQgSovAj/AuVTkcnKoVGQ7RapUKh1emodCoVhUbjHyi04us8l9wmmzEuTqIzyZudmX3e2QubdRzCdd0Sanp56PDNR9YHan0zYI7RRPghONNobSaw/of8f5OXi/jLe9J9OS2o4X/JVtzYXjTIJPay1HnRO4laLzm1iA7W6Tfytk6LLmAB7S3zmbwsML0EzKGdZb6QV3RadAEzaGOZr+RVgeklYArZb8Sduq7ToguYRCtkwntgGgLTS8AEWhqnv372TgLH0UKYO/pRoosphmbC3BeYXmKKoqkwD3Ra6WKcCPNQwd63MDeQ9zd5MXpPBuxgrKExigRg6tYT1EAmCewRJ/gAAAAASUVORK5CYII=) no-repeat;
    background-size: 8px 14px;
    content: '';
    vertical-align: middle;
}

.error__text {
    text-align: center;
    height: auto;
    padding: 40px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #727272;
}

.error__text p {
    margin-bottom: 20px;
}