/*インラインスタイル*/
.my-display-none {
    display: none;
}

/*セクション*/
.my-body {
    height: 100vh;
    background-color: #84CBCF;
}

.my-wrap {
    overflow: hidden;
    padding-bottom: 90px;
}

.noads .my-wrap {
    padding-bottom: 0px;
}

/*Heading*/
.my-h1 {
    font-size: 96px;
}

.my-h2 {
    font-size: 1.75rem;
}

.my-h1, .my-h2 {
    background: -webkit-linear-gradient(0deg, #84CBCF, #2C7F83);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.my-h3 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: .5em;
    padding-bottom: .5em;
    border-bottom: solid 3px #2C7F83;
}

.my-h4 {
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: .5em;
}

/*画像*/
.my-logo {
    height: 30px;
    object-fit: fill;
}

.my-gigahiko {
    background-image: url('../images/top.jpg');
    height: 100%;
    object-fit: contain;
    text-align: center;
}

/*ボタン*/
.my-btn {
    width: 150px;
}

.my-shorten-btn {
    background-color: #2C7F83;
}

.my-twitter-btn {
    background-color: #00acee;
}

.my-facebook-btn {
    background-color: #3b5998;
}

.my-line-btn {
    background-color: #1dcd00;
}

.my-notification {
    width: 100%;
}

div.my-toast {
    display: none;
    min-width: 250px;
    margin-left: -125px;
    background-color: #2C7F83;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 96px;
    font-size: 17px;
}

/*広告*/
.my-ad-1 {
    width: 336px;
    height: 250px;
}

.my-ad-2, .my-ad-3 {
    width: 336px;
    height: 280px;
}

.my-ad-overlay {
    width: 320px;
    height: 100px;
}

/*Bootstrapがモバイルファーストなのでそちらに合わせる*/
@media screen and (min-width: 728px) {
    .my-ad-overlay {
        width: 728px;
        height: 90px;
    }

    .my-notification {
        width: 75%;
    }
}

@media screen and (min-width: 992px) {
    .my-ad-1 {
        width: 970px;
        height: 250px;
    }

    .my-ad-wrapper {
        display: flex;
        justify-content: center;
    }
}
