@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    margin: 0px;
    padding: 0px;
}

.olt-wrapper header *, .olt-wrapper footer * {
    box-sizing: content-box;
}

.olt-wrapper header, .olt-wrapper footer {
    font-family: Roboto, "ヒラギノ⾓ゴPro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #0F1533;
}

.olt-wrapper footer img {
    vertical-align: baseline;
}

.olt-wrapper button,
.olt-wrapper .logo-container,
.olt-wrapper .header-home,
.olt-wrapper .favorite,
.olt-wrapper .cart,
.olt-wrapper .header-mydocomo,
.olt-wrapper .news {
    cursor: pointer;
}

.olt-wrapper .header-container a,
.olt-wrapper .header-container a:focus,
.olt-wrapper .header-container a:active {
    text-decoration: none;
    color: inherit;
    margin: 0px;
    padding: 0px;
}

.olt-wrapper .header-container a:hover {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.olt-wrapper .footer-container a,
.olt-wrapper .footer-container a:hover,
.olt-wrapper .footer-container a:focus,
.olt-wrapper .footer-container a:active {
    text-decoration: none;
    color: inherit;
    margin: 0px;
    padding: 0px;
}

.olt-wrapper .footer-container a:hover {
    color: #3374DA;
}

.olt-wrapper .footer-copyright-area a,
.olt-wrapper .footer-copyright-area a:hover,
.olt-wrapper .footer-copyright-area a:focus,
.olt-wrapper .footer-copyright-area a:active {
    text-decoration: none;
    color: inherit;
    margin: 0px;
    padding: 0px;
}

.olt-wrapper .header-container input,
.olt-wrapper .header-container input:hover,
.olt-wrapper .header-container input:focus,
.olt-wrapper .header-container input:active {
    outline: none;
    -webkit-appearance: none;
}

.olt-wrapper .header-container div,
.olt-wrapper .header-container pre,
.olt-wrapper .header-container p,
.olt-wrapper .header-container blockquote,
.olt-wrapper .header-container dl,
.olt-wrapper .header-container dt,
.olt-wrapper .header-container dd,
.olt-wrapper .header-container h1,
.olt-wrapper .header-container h2,
.olt-wrapper .header-container h3,
.olt-wrapper .header-container h4,
.olt-wrapper .header-container h5,
.olt-wrapper .header-container h6,
.olt-wrapper .header-container form,
.olt-wrapper .header-container fieldset,
.olt-wrapper .header-container th,
.olt-wrapper .header-container td,
.olt-wrapper .header-container figcaption,
.olt-wrapper .header-container figure {
    margin: 0;
    padding: 0;
}

.olt-wrapper .header-container ul,
.olt-wrapper .header-container li,
.olt-wrapper .header-container ol,
.olt-wrapper .header-container dt,
.olt-wrapper .header-container dd {
    list-style: none;
}

.olt-wrapper .header-container {
    width: 100%;
    position: relative;
}

/* Header */

/* Upper Tab of header */
.olt-wrapper .header-container .header-upper {
    max-width: 100%;
    background-color: #CC0033;
    display: flex;
    padding: 6px 16px;
    align-items: center;
    position: relative;
    z-index: 50;
    height: 38px;
    box-sizing: border-box;
    justify-content: flex-start;
}

.olt-wrapper .header-container .header-upper-red, .olt-wrapper .header-container .header-upper-yellow {
    max-width: 100%;
    background-color: white;
    display: flex;
    padding: 6px 16px;
    align-items: center;
    border-bottom: 2px #CC0033 solid;
}

.olt-wrapper .header-container .header-upper-yellow .logo-container .logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.olt-wrapper .header-container .header-upper .logo-container {
    width: 88px;
    height: 18px;
    flex-shrink: 0;
}

.olt-wrapper .header-container .header-upper-yellow .logo-container {
    width: 115px;
    height: 28px;
    flex-shrink: 0;
}

.olt-wrapper .header-container .header-upper-red .logo-container {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 8px;
}

.olt-wrapper .header-container .header-upper-yellow .logo, .olt-wrapper .header-container .header-upper .logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-repeat: no-repeat;
}

.olt-wrapper .header-container .header-upper-red .logo {

    height: 100%;
    object-fit: contain;
    object-position: center;
    background-repeat: no-repeat;

}

.olt-wrapper .header-upper-red .logo-text {
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 14px;
}

.olt-wrapper .header-container .link-container {
    margin-left: 16px;
    display: flex;
    align-items: center;
    margin-right: 16px;

}

.olt-wrapper .header-container .link {
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.olt-wrapper .header-container .link:hover {
    opacity: 0.5;
}

.olt-wrapper .header-container .bar {
    min-height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    max-width: 1px;
    min-width: 1px;
    background-color: white;

}

.olt-wrapper .header-container .to-login {
    border: 1px #CFD0D6 solid;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
    display: flex;
    margin-left: auto;
    align-items: center;
    height: 28px;
    box-sizing: border-box;
}
.olt-wrapper .header-container .to-login:hover, 
.olt-wrapper .header-container .to-login:focus, 
.olt-wrapper .header-container .to-login:active {
    padding: 5px;
    margin-left: auto;
}

.olt-wrapper .header-container .to-login .to-login-logo {
    width: 16px;
    height: 16px;
    object-fit: contain;
    object-position: center;
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .to-login .to-login-text {
    margin-left: 4px;
    font-size: 14px;
    font-weight: bold;
}

.olt-wrapper .header-container .to-login .to-login-arrow {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    object-fit: contain;
    object-position: center;
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .login-bar {
    position: relative;
    padding: 3px 5px;
    background-color: white;
    border-radius: 4px;
    display: flex;
    max-height: 28px;
    box-sizing: border-box;
    align-items: center;
    border: 1px #CFD0D6 solid;
}

.olt-wrapper .header-container .login-bar-wrapper {
    position: relative;
    margin-left: auto;
    display: none;
}

.olt-wrapper .header-container .login-bar .login-cake {
    display: none;
    position: absolute;
    right: -0.375rem;
    top: -0.5rem;
}

.olt-wrapper .header-container .login-bar:hover {
    cursor: pointer;
}

.olt-wrapper .header-container .user-icon {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    padding-bottom: 2px;
}

.olt-wrapper .header-container .user-name {
    margin-left: 4px;
    font-size: 12px;
    font-weight: 400;
    text-overflow: ellipsis;
    max-width: 69px;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}

.olt-wrapper .header-container .user-rank {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 4px;

}

.olt-wrapper .header-container .user-rank img {
    display: none;
    width: 100%;
    height: 100%;
}

.user-rank-wrapper {
    display: none;
    position: relative;
}

.olt-wrapper .header-container .user-dropdown {
    height: 16px;
    width: 16px;
    margin-left: 4px;
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .user-dropdown img:last-child {
    display: none;
}

.olt-wrapper .header-container .dropdown-triangle {
    position: absolute;
    z-index: 30;
    top: -8px;
    right: 18%;
    height: 14px;
    width: 14px;
    background-color: white;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.olt-wrapper .header-container .shadow-right {
    width: 14px;
    height: 1px;
    background-color: white;
    box-shadow: -1px -1px 2px 0.1px rgb(128 128 128 / 40%);
}

.olt-wrapper .header-container .shadow-left {
    position: absolute;
    top: 7px;
    left: -7.7px;
    width: 14px;
    height: 1px;
    background-color: white;
    box-shadow: -1px -1px 2px 0.1px rgb(128 128 128 / 40%);
    rotate: 90deg;
}

.olt-wrapper .header-container .dropdown-wrapper {
    position: absolute;
    top: calc(100% + 12px);
    left: auto;
    right: 0;
    z-index: 20;
}

.olt-wrapper .header-container .dropdown-wrapper[hidden] {
    display: block;
    visibility: hidden;
    opacity: 0;
}

.olt-wrapper .header-container .dropdown-tab {
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 0 5px #707070;
    overflow: hidden;
    background-color: #fff;
}

.olt-wrapper .header-container .dropdown-tab-inner1 {
    max-width: 100%;
    background-color: white;
    padding: 16px 16px 8px 16px;
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .dropdown-tab-inner1 .user-details {
    padding: 8px;
    width: 100%;
    border-radius: 8px;
    background-color: #F2F3F4;
}

.olt-wrapper .header-container .dropdown-tab .dropdown-tab-inner1 .user-name-inner {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 4px;
}

.olt-wrapper .header-container .dropdown-tab .dropdown-tab-inner1 .user-phone-number {
    font-size: 14px;
    text-align: left;
}

.olt-wrapper .header-container .dropdown-tab-inner {
    max-width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CFD0D6;
    box-sizing: border-box;
}

.olt-wrapper .header-container .dropdown-tab-inner.for-business, .olt-wrapper .header-container .dropdown-tab-inner.for-general {
    display: none;
}

.olt-wrapper .header-container .dropdown-link {
    width: 100%;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    box-sizing: border-box;
}

.olt-wrapper .header-container .dropdown-link:hover,
.olt-wrapper .header-container .dropdown-link:active,
.olt-wrapper .header-container .dropdown-link:focus {
    padding: 8px 16px;
    background-color: #F7F7F8;
}

.olt-wrapper .header-container .dropdown-tab-inner .dropdown-point {
    display: none;
}

.olt-wrapper .header-container .show-flex {
    display: flex !important;
}

.olt-wrapper .header-container .dropdown-tab .dropdown-tab-inner .point-club-text {
    font-size: 12px;
}

.olt-wrapper .header-container .dropdown-link-point-container {
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .dropdown-link-point-container2 {
    display: flex;
    align-items: flex-end;
}

.olt-wrapper .header-container .dropdown-link-point-container .dropdown-cake {
    position: absolute;
    display: none;
    width: 20px;
    height: 20px;
    top: -0.7rem;
    right: -0.65rem;
}

.olt-wrapper .header-container .dropdown-link-point-container .dropdown-cake img {

    width: 100%;
    height: 100%;

}

.olt-wrapper .header-container .dropdown-d-icon {
    width: 28px;
    height: 28px;
}

.olt-wrapper .header-container .dropdown-d-icon.dropdown-d-icon-margin {
    margin-right: 6px;
}

.olt-wrapper .header-container .dropdown-d-icon img {
    width: 100%;
    height: 100%;
}

.olt-wrapper .header-container .dropdown-business-icon {
    width: 105px;
}

.olt-wrapper .header-container .dropdown-business-icon img {
    width: 100%;
    vertical-align: baseline;
}


.olt-wrapper .header-container .dropdown-d-points {
    display: flex;
    margin-left: 8px;
    column-gap: 4px;
    align-items: flex-end;
    justify-content: center;
}


.olt-wrapper .header-container .dropdown-d-points1 {
    display: flex;
    margin-left: 8px;
    column-gap: 4px;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
}

.olt-wrapper .header-container .dropdown-d-points2 {
    display: flex;
    column-gap: 4px;
    align-items: flex-end;
    justify-content: center;
}

.olt-wrapper .header-container .d-points {
    font-size: 20px;
    font-weight: normal;
}

.olt-wrapper .header-container .unit {
    font-size: 12px;
    font-weight: normal;
}

.olt-wrapper .header-container .dropdown-user-rank-wrapper {
    position: relative;
}

.olt-wrapper .header-container .dropdown-user-rank {
    width: 28px;
    height: 28px;
    margin-left: 8px;
}

.olt-wrapper .header-container .dropdown-user-rank img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background-repeat: no-repeat;
    display: none;
}

.olt-wrapper .header-container .dropdown-user-icon {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .dropdown-text {
    font-size: 14px;
    font-weight: bold;
}

.olt-wrapper .header-container .dropdown-tab .buttons-container {
    background: white;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.olt-wrapper .header-container .dropdown-tab .buttons-container .dropdown-button {
    all: unset;
    cursor: pointer;
    height: 36px;
    display: block;
}
.olt-wrapper .header-container .dropdown-tab .buttons-container .dropdown-button.dscmn-mt16 {
    margin-top: 16px;
}

.olt-wrapper .header-container .part:last-child {
    border: none
}

.olt-wrapper .header-container .hamburger-menu, .hamburger-menu-inner, .hamburger-icon, .hamburger-left-side, .hamburger-right-side, .hamburger-link-container-1, .olt-wrapper .header-container .hamburger-link-container-2, .olt-wrapper .header-container .hamburger-link-container-3, .olt-wrapper .header-container .dropdown img:last-child {
    display: none;
}

/*lower Tab of Header */
.olt-wrapper .header-container .header-lower {
    max-width: 100%;
    border-bottom: #CFD0D6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

.olt-wrapper .header-container .header-lower-mydocomo {
    padding: 8px 16px;
}

.olt-wrapper .header-container .header-lower .header-home {
    display: flex;
    align-items: center;
}

.olt-wrapper .header-container .header-lower .header-home .header-home-icon {
    width: 24px;
    height: 24px;
}

.olt-wrapper .header-container .header-lower .header-home .header-home-text {
    font-size: 14px;
    font-weight: bold;
    margin-left: 8px;
}

.olt-wrapper .header-container .header-lower .header-mydocomo {
    height: 32px;
}

.olt-wrapper .header-container .search-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.olt-wrapper .header-container .news {
    font-size: 14px;
}

.olt-wrapper .header-container .bar2 {
    width: 1px;
    height: 16px;
    background-color: #CFD0D6;
    margin: 0px 8px;
}

.olt-wrapper .header-container .cart-items-number {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: -10px;
    border: 1px solid #CC0033;
    background-color: #CC0033;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 10px;

}

.olt-wrapper .header-container .cart {
    width: 24px;
    height: 24px;
    margin-left: 16px;
}

.olt-wrapper .header-container .header-search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}

.olt-wrapper .header-container .header-search-with-mydocomo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px !important;
}

.olt-wrapper .header-container .header-search:hover {
    cursor: pointer;
}

.olt-wrapper .header-container .search-icons, .olt-wrapper .header-container .favorite, .olt-wrapper .header-container .search-icon-image, .olt-wrapper .header-container .close-icon {
    width: 24px;
    height: 24px;
}

.olt-wrapper .header-container .search-icons img {
    width: 100%;
    height: 100%;
}

.olt-wrapper .header-container .search-icons img:last-child {
    display: none;
}

.olt-wrapper .header-container .search-text {
    font-size: 14px;
}

.olt-wrapper .header-container .header-lower-subheader {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: #CFD0D6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 12px 16px;
    background-color: #FFFFFF;
}

.olt-wrapper .header-container .header-lower-subheader .link-container2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.olt-wrapper .header-container .link-container2 .link {
    color: #0F1533;
    font-size: 14px;
    font-weight: normal;
    line-height: 0px !important;

}

.olt-wrapper .header-container .link-container2 .bar {
    min-height: 16px;
    margin-left: 8px;
    margin-right: 8px;
    max-width: 1px;
    min-width: 1px;
    background-color: #0F1533;
}

.olt-wrapper .header-container .search-wrapper {
    width: 100%;
    position: absolute;
    top: 92px;
    display: none;
    z-index: 20;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: flex-start;
}

.olt-wrapper .header-container .search-wrapper-inner {
    display: block;
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 62px;
    background-color: #F2F3F4;
}

.olt-wrapper .header-container .search-contents-wrapper {
    width: 700px;
    max-width: 700px;
    display: none;
    padding: 8px 16px;
    z-index: 20;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.olt-wrapper .header-container .search-contents {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.olt-wrapper .header-container .search-field {
    width: 100%;
    position: relative;
    max-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.olt-wrapper .header-container .search-input, .olt-wrapper .header-container .search-input .search-input:hover, .olt-wrapper .header-container .search-input .search-input:active, .olt-wrapper .header-container .search-input .search-input:focus {
    width: 100% !important;
    padding: 0 16px;
    -webkit-appearance: none;
    font-size: 14px;
    border: #CFD0D6 solid 1px;
    border-bottom-left-radius: 8px !important;
    border-top-left-radius: 8px !important;
    max-height: 44px;
    margin: 0px !important;
    transform: none;
    line-height: 44px;
}

.olt-wrapper .header-container .close-search1 {
    position: absolute;
    height: 24px;
    width: 24px;
    right: 62px;
    top: 50%;
    margin-top: -12px;
}
.olt-wrapper .header-container .close-search1 img {
    cursor: pointer;
}

.olt-wrapper .header-container .search-icon {
    background-color: #CC0033;
    padding: 11px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
    max-height: 46px;
}
.olt-wrapper .header-container .search-icon img {
    width: 24px;
    height: 24px;
}
.olt-wrapper .header-container .search-icon:hover {
    cursor: pointer;
}

.olt-wrapper .header-container .search-list-items-container {
    padding: 0px 16px;
    max-width: 700px;
    width: 100%;
    background-color: white;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.098);
}

.olt-wrapper .header-container .recommended-search {
    font-size: 12px;
    padding: 16px 0px;
    margin: 0px;
    border-bottom: 1px solid #CFD0D6;
    font-weight: normal!important;
}

.olt-wrapper .header-container .search-list-items-container ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.olt-wrapper .header-container .search-list-item {
    padding: 16px 0;
}

.olt-wrapper .header-container .search-list-item:hover {
    background-color: #F6F7F8;
    cursor: pointer;
}

.olt-wrapper .header-container .search-list-item.suggest-area-close-btn-area {
    font-weight: normal;
}

.olt-wrapper .header-container .search-list-item.suggest-area-close-btn-area:hover {
    background-color: #ffffff;
    cursor: auto;
}
.olt-wrapper .header-container .search-list-item.suggest-area-close-btn-area a, 
.olt-wrapper .header-container .search-list-item.suggest-area-close-btn-area a:focus, 
.olt-wrapper .header-container .search-list-item.suggest-area-close-btn-area a:active {
    padding: 10px 16px;
    margin: 0 auto;
}
.olt-wrapper .header-container .suggest-area-list.suggest-area-close-btn-area a, 
.olt-wrapper .header-container .suggest-area-list.suggest-area-close-btn-area a:focus, 
.olt-wrapper .header-container .suggest-area-list.suggest-area-close-btn-area a:active {
    padding: 10px 16px;
    margin: 0 auto;
}


.olt-wrapper .header-container .search-list-item {
    border-bottom: 1px solid #CFD0D6;
    font-size: 14px;
    font-weight: bold;
}

.olt-wrapper .header-container .close-search {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.olt-wrapper .header-container .close-search-text {
    font-size: 14px;
}
.olt-wrapper .header-container .close-search-text:hover, 
.olt-wrapper .header-container .close-icon:hover {
    cursor: pointer;
}

.olt-wrapper .header-container .header-mask {
    display: none;
}

@media screen and (max-width:959px) {
    
    .olt-wrapper .header-container .header-upper {
        justify-content: space-between;
    }

    .olt-wrapper .header-container .header-upper-red .logo-container {
        width: max-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-size: 12px;
        gap: 0px;
    }

    .olt-wrapper .header-container .link-container {
        display: none;
    }

    .olt-wrapper .header-container .link-container2 {
        display: none;
    }

    .olt-wrapper .header-container .header-mask {
        position: -webkit-fixed;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        background-color: rgba(0,0,0,0.5);
        display: none;

    }

    .olt-wrapper .header-container .hamburger-icon {
        display: block;
        margin-left: 8px;
        width: 24px;
        height: 24px;
        background-color: transparent;
        background-image: none;
        border: none;
        padding: 0;
    }

    .olt-wrapper .header-container .hamburger-icon img {
        object-position: center;
        width: 100%;
        height: 100%;
    }

    .olt-wrapper .header-container .hamburger-icon img:nth-child(2) {
        display: none;
    }

    .olt-wrapper .header-container .hamburger-menu {
        position: absolute;
        display: none;
        width: 100%;
        z-index: 20;
        background-color: white;

    }

    .olt-wrapper .header-container .hamburger-menu-inner {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .olt-wrapper .header-container .hamburger-links {
        display: flex;
        width: 100%;
        border-bottom: #CFD0D6 1px solid;
    }

    .olt-wrapper .header-container .hamburger-link-container {
        display: flex;
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #CFD0D6;
        flex-grow: 1;
        box-sizing: border-box;
    }

    .olt-wrapper .header-container .hamburger-link-container-text {
        font-size: 16px;
        font-weight: bold;
    }

    .olt-wrapper .header-container .hamburger-link-icon {
        width: 16px;
        height: 16px;
        display: flex;
        align-items: center;
    }

    .olt-wrapper .header-container .hamburger-menu-inner2 {
        display: flex;
        flex-direction: row;
        width: 100%;
    }

    .olt-wrapper .hamburger-left-side {
        border-right: 1px solid #CFD0D6;
    }

    .olt-wrapper .header-container .hamburger-link {
        display: flex;
        align-items: center;
    }

    .olt-wrapper .header-container .hamburger-link-image {
        width: 48px;
        height: 48px;
    }

    .olt-wrapper .header-container .hamburger-link-text {
        font-size: 14px;
        font-weight: normal;
    }

    .olt-wrapper .header-container .hamburger-link-text.font-semibold {
        font-weight: 600;
    }

    .olt-wrapper .header-container .hamburger-link-text-1 {
        width: 90px;
        font-size: 12px;
        font-weight: normal;
        margin-left: 16px;
    }

    .olt-wrapper .header-container .hamburger-menu-inner-border-red {
        height: 2px;
        background-color: #CC0033;
    }

    .olt-wrapper .header-container .search-icon {
        min-height: 46px;
        min-width: 46px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .olt-wrapper .header-container .search-text {
        display: none;
    }

    .olt-wrapper .header-container .search-icon img {
        width: 16px;
        height: 16px;

    }

    .olt-wrapper .header-container .header-lower-subheader {
        display: none;
    }

    .olt-wrapper .header-container .hamburger-link1 {
        display: flex;
        width: 100%;
        box-sizing: border-box;
    }

    .olt-wrapper .header-container .hamburger-link1:hover {
        background-color: #F7F7F8;
    }

    .olt-wrapper .header-container .hamburger-link-container-1 {
        display: block;
        width: 100%;
    }

    .olt-wrapper .header-container .hamburger-link-container-1.hamburger-menu-section {
        border-top: #CC0033 2px solid;
    }

    .olt-wrapper .header-container .hamburger-link-container-2 {
        border-bottom: #CFD0D6 1px solid;
    }

    .olt-wrapper .header-container .hamburger-link-container-2 {
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    }

    .olt-wrapper .header-container .hamburger-link-container-3 {
        display: block;
    }

    .olt-wrapper .hamburger-link-container-3 .hamburger-link-text {
        font-size: 16px;
        font-weight: 600;
    }

    .hamburger-link-container-3>.hamburger-link1 {
        border-bottom: #CFD0D6 1px solid;
    }

    .hamburger-link-container-2>.hamburger-link1 {
        border-bottom: #CFD0D6 1px solid;
        -webkit-flex-basis:50%;
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
    }

    .hamburger-link-container-2 .hamburger-link1:last-child {
        border-width: 0px;
    }

    .olt-wrapper .header-container .hamburger-link1-inner {
        width: 100%;
        display: flex;
        padding: 4px 8px 4px 16px;
        min-height: 48px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .olt-wrapper .header-container .hamburger-link1-inner-1 {
        width: 100%;
        display: flex;
        padding: 8px;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
    }

    .olt-wrapper .header-container .border-right {
        border-right: #CFD0D6 1px solid;
    }

    .olt-wrapper .header-container .border-red {
        border: 1px #CC0033 solid;
    }
    .olt-wrapper .footer-container .row-gap-16px, 
    .olt-wrapper .footer-container .row-gap-8px {
        row-gap: inherit!important;
    }
    .olt-wrapper .footer-container .row-gap-16px .footer-container-top-link-container {
        margin-bottom: 16px;
    }
    .olt-wrapper .footer-container .row-gap-16px .footer-container-top-link-container:last-of-type, 
    .olt-wrapper .footer-container .row-gap-8px .footer-container-top-link-container:last-of-type {
        margin-bottom: 0;
    }
    .olt-wrapper .footer-container .row-gap-8px .footer-container-top-link-container {
        margin-bottom: 8px;
    }
}

/* Footer */

.olt-wrapper .footer-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 32px 0 80px;
    background-color: white;
    border-top: 4px solid #CC0033;
}

@media screen and (max-width: 767px) {

    .olt-wrapper .footer-container {
        padding: 32px 0 88px;
    }

}

.olt-wrapper .footer-container-wrapper, .footer-container-wrapper-section {
    max-width: 1080px;
    padding: 0 32px;
}

.olt-wrapper .footer-container-wrapper-section {
    width: calc(100% - 64px);
}

.olt-wrapper .footer-container-middle-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    flex-grow: inherit;
}

.olt-wrapper .footer-container .footer-container-top {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 20px;
}


.olt-wrapper .footer-container .footer-container-top-col {
    display: flex;
    flex-direction: column;
}

.olt-wrapper .footer-container .row-gap-16px {
    row-gap: 16px;
}

.olt-wrapper .footer-container .row-gap-8px {
    row-gap: 8px;
}

.olt-wrapper .footer-container .footer-container-top-link {
    text-align: left;
    letter-spacing: 0px;
    color: #093475;
    font-size: 14px;
}

.olt-wrapper .footer-container .footer-container-top-link-container {
    line-height: 18px;
}

.olt-wrapper .footer-container .footer-container-top-link-small {
    text-align: left;
    letter-spacing: 0px;
    color: #093475;
    font-size: 12px;
}

.olt-wrapper .footer-container .linkDiv {
    margin-bottom: 16px;
}

.olt-wrapper .footer-container .footer-container-middle {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    margin-top: 32px;
    flex-direction: row;
    justify-content: center;
}

.olt-wrapper .footer-container .footer-container-middle-box,
.olt-wrapper .footer-container .footer-container-middle-box:hover,
.olt-wrapper .footer-container .footer-container-middle-box:focus,
.olt-wrapper .footer-container .footer-container-middle-box:active {
    position: relative;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    min-height: 72px;
    min-width: 92px;
    padding: 16px 20px;
    flex-grow: 1;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.16);
    border-radius: 8px;
    text-align: center;
    display: flex;
    -webkit-flex-basis:35%;
    -ms-flex-preferred-size:35%;
    flex-basis:35%;
    margin-right: 16px;
    box-sizing: border-box;
}

.olt-wrapper .footer-container .footer-container-middle-box:hover {
    color: #0F1533;
    background-color: #F7F7F8;
}

.olt-wrapper .footer-container .footer-container-middle-box:last-child {
    margin-right: 0;
}

.olt-wrapper .footer-container .footer-container-middle-box-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.olt-wrapper .footer-container .footer-container-language-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2F3F4;
    margin-top: 32px;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
}

.olt-wrapper .footer-container .footer-container-language-bar-button {
    position: relative;
    max-width: 328px;
    min-height: 36px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFD0D6;
    border-radius: 24px;
    font-size: 14px;
    color: #0F1533;
    text-align: center;
    line-height: 36px;
}

.olt-wrapper .footer-container .footer-container-language-bar-button:hover {
    background-color: #F7F7F8;
    color: #0F1533;
}

.olt-wrapper .footer-container .footer-container-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    width: 100%;
}

.olt-wrapper .footer-container .footer-container-bottom-button {
    position: relative;
    max-width: 328px;
    min-height: 36px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #CFD0D6;
    border-radius: 24px;
    font-size: 14px;
    color: #0F1533;
    text-align: center;
    line-height: 36px;
}

.olt-wrapper .footer-container .footer-container-bottom-button:hover {
    background-color: #F7F7F8;
    color: #0F1533;
}

.olt-wrapper .footer-container .footer-container-bottom-button-icon {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -12px;
}

.olt-wrapper .footer-container .footer-container-top-link-icon {
    width: auto;
    display: inline-block;
    position: relative;
    top: 4px;
}

.olt-wrapper .footer-container .footer-bottom-note {
    text-align: center;
    font: normal normal normal 12px Roboto;
    letter-spacing: 0px;
    color: #0F1533;
    display: inline-block;
    margin-top: 32px;
}

.olt-wrapper .footer-container .footer-pagetop-button {
    position: fixed;
    right: 16px !important;
    bottom: 61px !important;
    z-index: 50;
    background-color: transparent;
    padding: 0;
    border: none;
    display: none;
}

@media screen and (max-width: 767px) {

    .olt-wrapper .footer-container .footer-pagetop-button {
        bottom: 69px !important;
    }

}

.olt-wrapper .footer-container .footer-pagetop-button img {
    display: inline-block;
}

/****************************** Floating Area ******************************/

.olt-wrapper .footer-floating-area {
    font-family: Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
}

.olt-wrapper .footer-floating-area-wrap{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.8);
    padding: 10px 0;
}

.olt-wrapper .footer-floating-area-inner{
    width: 100%;
    max-width: 1080px;
}

.olt-wrapper .footer-floating-list-wrap{
    display: flex;
    justify-content: center;
    padding: 0 16px;
}

.olt-wrapper .footer-floating-list-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
}

.olt-wrapper .footer-floating-area .footer-floating-list {
    flex: 1 1 0%;
    position: relative;
}

.olt-wrapper .footer-floating-area .footer-floating-list::after {
    position: absolute;
    top: 50%;
    right: 0;
    border-right: 1px #fff solid;
    content: '';
    transform: translateY(-50%);
    height: 24px;
}

.olt-wrapper .footer-floating-area .footer-floating-list:last-child::after {
    content: none;
}

.olt-wrapper .footer-floating-area .footer-floating-list a{
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 0.25rem;
    column-gap: 0.5rem;
    flex-direction: row;
}

.olt-wrapper .footer-floating-area .footer-floating-list-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.olt-wrapper .footer-floating-area .footer-floating-list-txt {
    font-size: 14px;
    line-height: 2;
    color: #fff;
}

@media screen and (max-width: 767px) {

    .olt-wrapper .footer-floating-area-wrap{
        padding: 4.5px 0;
    }

    .olt-wrapper .footer-floating-area .footer-floating-list::after {
        content: none;
    }

    .olt-wrapper .footer-floating-area .footer-floating-list a{
        flex-direction: column;
    }

    .olt-wrapper .footer-floating-area .footer-floating-list-txt {
        font-size: 10px;
        line-height: 1.5;
    }

}

/****************************** Footer Mydocomo copyright ******************************/

.olt-wrapper .footermydocomocopyright-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 32px 0;
    background-color: white;
}

.olt-wrapper .footer-floating-area-space {
    padding: 32px 0 80px;
}

.olt-wrapper .footermydocomocopyright-container .footermydocomocopyright-container-text {
    text-align: center;
    font: normal normal normal 12px/18px Roboto;
    letter-spacing: 0px;
    color: #0F1533;
}

@media screen and (max-width: 767px) {

    .olt-wrapper .footer-floating-area-space {
        padding: 32px 0 88px;
    }

}
/****************************** Copyright Area ******************************/

.olt-wrapper .footer-copyright-area {
    padding: 32px 16px;
    background-color: white;
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    flex-wrap: wrap;
    list-style-position: inside;
    padding: 0;
    font-size: 14px;
    color: #093475
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-txt {
    font-size: 12px;
    text-align: center;
    color: #0F1533;
    padding: 0 16px;
    padding: 24px 0;
    display: block;
}


.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-sm-screen {
    display: none;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    list-style-position: inside;
    padding: 0;
    font-size: 14px;
    color: #093475
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-span-type-1 {
    color: #0F1533;
    display: inline;
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-span-type-2 {
    color: #0F1533;
    display: inline;
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-link-lg-screen {
    display: inline;
}

.olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-span-lg-screen {
    display: none;
}

@media screen and (max-width: 767px) {

    .olt-wrapper .header-container .dropdown-wrapper {
        right: -30px;
    }

    .olt-wrapper .header-container .header-upper-yellow .dropdown-wrapper {
        right: 0;
    }

    .olt-wrapper .footer-container .footer-container-wrapper {
        padding: 0 16px;
    }

    .olt-wrapper .footer-container .footer-container-wrapper-section {
        padding: 0 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .olt-wrapper .footer-container .footer-container-top {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-link-lg-screen {
        display: none;
    }

    .olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-span-type-1 {
        display: none;
    }

    .olt-wrapper .footer-copyright-area .footer-copyright-area-boxinner-sm-screen {
        display: flex;
    }

    .olt-wrapper .footer-container .footer-container-middle {
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        margin-top: 32px;
    }
    .olt-wrapper .footer-container .footer-container-middle-box:nth-child(n+3) {
        margin-top: 16px;
    }

    .olt-wrapper .footer-container .container-col-space-24px {
        margin-bottom: 24px;
    }

    .olt-wrapper .footer-container .container-col-space-16px {
        margin-bottom: 16px;
    }

    .olt-wrapper .footer-container .footer-container-bottom-button {
        width: 100%;
        max-width: 100%;
    }

    .olt-wrapper .footer-container .footer-container-language-bar-button {
        width: 100%;
        max-width: inherit;
    }
    .olt-wrapper .footer-container .footer-container-middle-box:nth-last-child(odd) {
        margin-right: 0;
    }

    .olt-wrapper .footer-container .break {
        display: none;
    }
}

@media screen and (max-width: 959px) and (min-width: 768px) {

    .olt-wrapper .footer-container .footer-container-middle {
        margin-top: 32px;
        display: flex;
        flex-wrap: wrap;
    }

    .olt-wrapper .footer-container .footer-container-middle-box, 
    .olt-wrapper .footer-container .footer-container-middle-box:hover,  
    .olt-wrapper .footer-container .footer-container-middle-box:focus, 
    .olt-wrapper .footer-container .footer-container-middle-box:active {
        flex-basis: 30%;
        margin-right: 16px;
    }

    .olt-wrapper .footer-container .footer-container-middle-box:nth-child(odd) {
        margin-right: 16px;
    }
    
    .olt-wrapper .footer-container .footer-container-middle-box:nth-child(3n) {
        margin-right: 0;
    }

    .olt-wrapper .footer-container .footer-container-middle-box:nth-child(n+4) {
        margin-top: 16px;
    }

    .olt-wrapper .footer-container .container-col-space-24px {
        margin-bottom: 24px;
    }

    .olt-wrapper .footer-container .container-col-space-16px {
        margin-bottom: 16px;
    }

    .olt-wrapper .footer-container .break {
        display: none;
    }
}