a {
    text-decoration: none;
    text-decoration-line: none;
}
a:hover {
    text-decoration: underline;
}
a.btn, a.btn:hover {
    text-decoration: none;
    text-decoration-line: none;
}
.fs-xxs{
    font-size: xx-small;
}
.fs-xs {
    font-size: small;
}
.fs-7 {
    font-size:90%;
}
.text-blue-700{
    color: #084298;
}
.bg-blue-100{
    background: #cfe2ff;
}
.bg-none{
    background: none;
}

.theme-color-0 {
    --layer4: #7b8baf;
    --layer2: #78d1f4;
    --layer3: #8fa9d8;
    --layer1: #fff;
    --stroke: #2e4369;
}
.theme-color-1 {
    --layer1: #7b8baf;
    --stroke: #2e4369;
}
.theme-color-2 {
    --layer3: #536897;
    --layer2: #a0d6ef;
    --layer1: #7b8baf;
    --stroke: #2e4369;
}
.theme-color-3 {
    --layer1: #7b8baf;
    --layer2: #8fa9d8;
    --stroke: #2e4369;
}
.theme-color-4 {
    --layer1: #c2d6e6;
    --stroke: #2f446a;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

header,
.container,
footer {
    margin: 0 auto;
    /* background: #694a4a; */
}
/* @media (min-width: 768px) {
    #app {
        width: 100%;
    }
} */

/* .table-wrapper {
    width: 100%;
    height: 250px;
    overflow: scroll;
}
.table-wrapper table {
    table-layout: fixed;
    width: 100%;
}
.table-wrapper thead tr th {
    position: sticky;
    top: 0;
    background-color: white;
    white-space: nowrap;
}
.table-wrapper tbody tr th {
    position: sticky;
    left: 0;
    background-color: white;
    white-space: nowrap;
}
.table-wrapper tbody tr td {
    width: auto;
    background-color: white;
    white-space: nowrap;
} */

.icon {
    width: 48px;
    height: 48px;
}

/**
広告ブロック
**/
#adOverlay {
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.5s ease-out;
}

#adOverlay .flex {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#adOverlay-inner{
    padding: 10px 60px;
    background: #FFF;
    text-align: center;
}

/**
もっと見るボタン
**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.slide-down {
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.slide-up {
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}
.content-wrap {
    height: 150px;
    overflow: hidden;
    position: relative;
    margin: 0;
}
.close-btn,
.more-btn {
    display: block;
    width: 100%;
    padding: 80px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    background: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 60%);
    background: -webkit-linear-gradient(top,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 60%);
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
            endColorstr='#ffffff',
            GradientType=0);
}
.close-btn {
    background: none;
}
.slide-up {
    height: 150px;
    padding-bottom: 0;
    overflow: hidden;
}
.slide-down {
    height: auto;
    overflow: visible;
    padding-bottom: 50px;
}
.more-btn p {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    background: #29B6F6;
    padding: 5px 20px;
    width: 80%;
    border-radius: 20px;
}
.close-btn {
    padding: 0;
}
.close-btn p {
    background: #aaa;
}

.us-icon img{
    width: 100px;
    height: auto;
}

.w200px{
    width: 200px;
    height: auto;
}

.w100px {
    width: 100px;
    height: auto;
}

#popupComodity {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    display: none;
    text-align: center;
}

#popupComodity .targetImg {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: auto;
}