@charset "utf-8";
html {
    font-family: "Noto Sans JP Variable", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Montserrat";
    font-style: normal;
}

.navbar-icon{
    padding-right: none;
}
@media screen and (min-width: 768px) {   
    .navbar-icon{
        padding-right: 64px;
    }
}

h2{
    position: relative;
    margin-bottom: 1px;
    font-size: 24px;
    font-weight: 700;
}

.h2_english{
    position: relative;
    color: #f87ee2;
    font-size: 16px;
    font-weight: 700;
}

.card-english{
    position: relative;
    color: #f87ee2;
    font-size: 18px;
    font-weight: 700;
}


div#cover{
    margin-top: 20px;
    padding-bottom: 20px;
}
.cover-background{
    background-color: rgba(220, 126, 226, 0.2);
    padding: 120px 0px 92px 0px
}

@media screen and (min-width: 481px) {
    
    .hero::before {
    }
    .cover-background{
        background-color: rgba(239, 199, 243, 0.4);
        padding: 120px 0px 92px 0px
    }
}

@media screen and (min-width: 768px) {  
    .cover-background{
        background-color: rgba(239, 199, 243, 0.4);
        padding: 20px 0px 92px 0px
    }
    .hero::before {
        position:relative;
        top:6rem;
        left:-15rem;
        content: "";
        display: inline-block;
        width: 100px;
        height: 100px;
        background-color: none;
        background-image: url('22443409.png');
        background-position: center;
        background-size: contain;   
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1024px) {   

}

div#message1{
    margin-left: 20px;
    margin-right: 20px;
}

.message1-text {
    padding-left: 20px;
    padding-right: 20px;
}

.message1-text > * > span{
    display: inline-block;
}

.message1-img{

}
@media screen and (min-width: 993px) {   
    .message1-img{
    }    
}

div#message2{
    margin-top: 20px;
    padding-bottom: 20px;
}

div#products{
    padding-top: 30px;
    margin-bottom: 30px;
}

.products-cards{
    padding-left: 2%;
    padding-right: 2%;
}

.products-card{
    margin-top: 54px;
    margin-bottom: 54px;
    max-height: 800px;
}

.products-img{
    width: 100%;
    min-height: 200px;
    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
}

.TTA-imgs{
}

@media screen and (min-width: 576px){
    .TTA-imgs{
        padding-right: 0px;
    }
}

.TTA-bone{
}

@media screen and (min-width: 576px){
    .TTA-bone{
        padding-left: 0px;
    }
}

.TTA-img{
    flex:1;
    width: 100%;
    height: 110px;
    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
    background-color: rgb(218, 255, 243);
}

@media screen and (min-width: 481px) {
    .products-img{
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
    .products-cards{
        padding-left: 20%;
        padding-right: 20%;
    }
}


.card-img-top.rounded-top-left {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-img-bottom.rounded-bottom-left {
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-img-top.rounded-top-right {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media screen and (min-width: 576px) {
    .card-img-top.rounded-top-left {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }

    .card-img-bottom.rounded-bottom-left {
    border-top-left-radius: 0; 
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }

    .card-img-top.rounded-top-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    }


}

@media screen and (min-width: 993px) {
.card-img-top.rounded-top-left {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-img-top.rounded-top-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-img-bottom.rounded-bottom-left {
  border-top-left-radius: 0; 
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0.5rem;
}

}

.TTA-size-img{
    flex:1;
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
    background-color: rgb(218, 248, 239);
}

.TTAwithBone-img{
    width: 100%;
    height: 330px;
    object-position: 50% 0%;

    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
    background-color: #ffe9fb;
}

@media screen and (min-width: 576px){
.TTAwithBone-img{
    width: 100%;
    height: 330px;
    object-position: 50% 10%;

    object-fit: cover;
    padding-left: 0%;
    padding-right: 0%;
    background-color: #ffe9fb;
}
}

.news-list-group{
    max-height: 300px;
    margin-bottom: 10px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}

.news-list-group a{
    border-left: solid 8px #f87ee2;
    padding: 0.5em;
    line-height: 1.5;
    text-align: left;
}

.details-card{
    background-color: #ffffff;
}

.footer-list-item{
    background-color: #f1f9fb1f;
    color: #ffffff;
    border-top: 1px solid #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
}

.voice-card{
    text-align: center;
    height: 100%;
}

.btn-outline-animal{
    color: #ff00d0;
    background-color: transparent;
    background-image: none;
    border-color: #f87ee2;
}

.btn-outline-animal:hover,
.btn-outline-animal:not(:disabled):not(.disabled):active, .btn-outline-animal:not(:disabled):not(.disabled).active,
.show > .btn-outline-animal.dropdown-toggle {
  color: #fff;
  background-color: #f87ee2;
  border-color: #f87ee2;
}

.btn-outline-animal:focus, .btn-outline-animal.focus,
.btn-outline-animal:not(:disabled):not(.disabled):active:focus, .btn-outline-animal:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-animal.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f87ee2;
}

.btn-outline-animal.disabled, .btn-outline-animal:disabled {
  color: #f87ee2;
  background-color: transparent;
}


.TTA-cover-img{
    height:500px;
    object-fit: cover;
    object-position: 0px 0px;
    background-color: #ffe9fb;
}

.product-name{
    position: relative;
    margin-bottom: 1px;
    font-size: 32px;
    font-weight: 700;
}

.product-text span{
    display: inline-block;
}


.spec-TTA{
    max-width: 640px;
    align-content: center;
}

.spec-cards div div h4::before{
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: white;
    background-image: url('dog_footage.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.spec-TTA-instruments{
    max-width: 900px;
    align-content: center;
}


.TTA-instrument-img{
    height: 200px;
    max-width: 100%;
    object-fit: contain;
}


@media screen and (min-width: 481px) {
    .TTA-cover-img{
        width:100%;
        height:500px;
        max-width: 400px;
        object-fit: cover;
        object-position: 0px -80px;
        background-color: #ffe9fb;
    }
    .products-img{
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }
    .products-cards{
        padding-left: 20%;
        padding-right: 20%;
    }
    
}

@media screen and (min-width: 993px) {   
    .products-card{
        max-height: 350px;
    }
    .TTA-cover-img{
        width:100%;
        height:500px;
        object-fit: cover;
        object-position: 0px 0px;
        background-color: #ffe9fb;
    }
    .products-img{
        height: 100%;
        max-height: 350px;
        min-width: 300px;
        object-fit: cover;
    }
    .products-cards{
        padding-left: 24%;
        padding-right: 24%;
    }
    
}
