html,body{
    margin: 0;
    padding: 0;
    background: #ffffff;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
.top__title{
    font-size: 1.6rem;
    font-weight: bold;
    color:rgb(209,19,34);
    margin-bottom: -1rem;
}
.second__title{
    font-size: 1.5rem;
}
.lang-navi{
    background-color: #ddd;
}
.lang-navi__list{
    text-align: right;
}
.lang-navi__item{
    padding: 3px;
}
.lang-navi__item a{
    font-size: 0.8rem;
    text-decoration: none;
}

.navigation-list{
    list-style: none;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    padding: 1.3rem 0 0.5rem;
    max-width: 1280px;
    margin: 0 auto;
}
.navigation-list__item a{
    text-decoration: none;
    color: #484848;
    font-weight: 600;
    font-size: .9rem;
}
.main-text{
  position: relative;
}
.key-visual__text{
    position: absolute;
    width:22%;
    background-color: rgba(255,255,255,0.7);
    top:0;
    left: 5rem;
    padding: 0.6rem 2rem;
}
.key-visual__item{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}
.key-visual__text__for-mobile{
  margin: 4rem 3rem;
  text-align: center;
}
.fun{
    width:80%;
    text-align: center;
    margin:0 auto;
}
.fun__title{
    padding: 0;
}
.fun__content{
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.fun-list{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0 3rem;
}
.fun-list__item{
    box-sizing: border-box;
    width: 20%;
    padding: 1rem 3rem;
    border-right: dotted 2px rgb(209,19,34);
}
div.fun-list__item:nth-of-type(5){
    border-right: dotted 0 rgb(209,19,34);
}
.fun-list__item a{
    color: #484848;
    font-weight: 600;
    text-decoration: none;
}
.underline{
    width: 100%;
    height:2rem;
    border-bottom: dotted 2px rgb(209,19,34);
    padding-bottom:1rem;
}

.distributors{
  text-align: center;
}
.distributors img{
    width: 100%;
    max-width: 1280px;
}
.distributors_img{
    width:60%;
    margin:0 auto;
}
.distributors-link{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0 3rem;
    width:36%;
    margin:0 auto;
}
.distributors-link__item{
    box-sizing: border-box;
    width: 50%;
    padding: 1rem 3rem;
    border-right: dotted 2px rgb(0,0,0);
}
div.distributors-link__item:nth-child(2){
    border-right: dotted 0 rgb(0,0,0);
}
.distributors-link__item a{
    color: #484848;
    font-weight: 600;
    text-decoration: none;
}


.abroad{
    text-align: center;
}
.abroad__title{
    font-weight: 900;
}
.abroad-image{
    display: flex;
    justify-content: space-around;
    max-width: 1280px;
    margin: 3rem auto;
}
.abroad-image > div:first-child{
    flex-basis: 69%;
}
.abroad-image > div:nth-child(2){
    flex-basis: 29%;
}
.abroad-image__content{
    background: rgba(0,0,0,0.4);
    color: #fdfdfd;
    position: absolute;
    top: 30%;
    right: 10%;
    left: 10%;
    padding: 1rem;
}
.abroad-image__item--usa{
    background-size: cover;
    height: 300px;
    position: relative;
    background-image: url('../image/abroad/kyosho_us.jpg');
}
.abroad__button{
    margin: 1rem 0;
}
.abroad__button a{
    padding: 1rem;
    text-decoration: none;
    display: inline-block;
    background: #d80f18;
    color: #fdfdfd;
    width: 60%;
}
.abroad-image__item--right a{
    text-decoration: none;
}

.icon-link{
    background: #e9e9e9;
    padding: 2rem 4rem;

}

.icon-link__list{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.icon-link__item{
    text-align: center;
    font-size:0.9rem;
    font-weight: 600;
}
.icon-link__item a{
    text-decoration: none;
    color: black;
}
.icon-link__item img{
    width: 2.8rem;
}

.footer{
    background: #393939;
    color: #fdfdfd;
    font-size:0.9rem;
}
.footer-wrapper{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0.8rem 1.5rem 3rem;
    max-width: 1280px;
    margin: 0 auto;
}
.footer ul{
    list-style: none;
    padding: 0;
}
.footer__logo{
    flex-basis: 20%;
    padding-top:1rem;
}
.footer__content{
    flex-basis: 79%;
}
.footer-links a{
    color: #fdfdfd;
    text-decoration: none;
}
.footer__subsection{
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}
.footer__subsection--section1,
.footer__subsection--section2{
    flex-basis: 18.75%;
}
.footer__subsection--section3{
    flex-basis: 55%;
    width: 100%;
    display: flex;
}
.footer__subsection--section4{
    margin-right: 3rem;
}
.footer-links__footer1 {
    font-weight: 600;
    margin: 0 0 15px;
}
.footer-links__footer2 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.footer-links__footer3 {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}
.footer__mobile ul{
    padding: 1rem 0 0 0;
    margin-bottom: 0;
    font-size: 0.8rem;
}
.footer__mobile li{
    margin: 0 20px;
    padding: 0.8rem 0;
}
.footer__mobile a{
    color: #fdfdfd;
    text-decoration: none;
}
.footer__mobile svg{
    height: 15px;
    width: 15px;
    float: right;
}
@media all and (min-width: 1200px){
    .key-visual__text__for-mobile{
      display: none;
    }
}
@media all and (max-width: 1199px){
    .key-visual__text{
      display: none;
    }
}

@media all and (max-width: 1100px) {
    .fun{
      width:90%;
    }
    .fun-list__item{
      padding: 0.5rem 2rem;
    }
    .distributors-link{
        width:50%;
    }
    .icon-link__item{
        font-size:0.7rem;
    }
    .icon-link__item img{
        width: 2.3rem;
    }
    .key-visual__text__for-mobile{
      margin: 4rem 1rem;
      text-align: center;
    }
}

@media all and (max-width: 900px) {
    .footer__content{
        flex-basis: 72%;
    }

}

@media all and (max-width: 767px) {
    .for-pc{
        display: none;
    }
    .key-visual__text__for-mobile{
      margin: 4rem 1rem;
      text-align: center;
    }

    .fun{
        width:90%;
    }
    .fun-list{
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 2rem;
    }
    .fun-list__item{
        box-sizing: border-box;
        width: 50%;
        padding: 0.5rem 2rem;
        border-right: dotted 2px rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(even){
        border-right: dotted 0 rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(1){
        border-bottom: dotted 2px rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(2){
        border-bottom: dotted 2px rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(3){
        border-bottom: dotted 2px rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(4){
        border-bottom: dotted 2px rgb(209,19,34);
    }
    div.fun-list__item:nth-of-type(5){
        border-right: dotted 2px rgb(209,19,34);
    }
    .distributors_img{
        width:100%;
        margin:0 auto;
    }
    .distributors .text{
      padding:0 1rem;
    }
    .distributors-link{
        width:100%;
    }
    .distributors-link__item{
        padding: 1rem 1.8rem;
    }
    .lang-navi{
        background-color: #d80f18;
    }
    .lang_switch{
        position: absolute;
        right: 0;
    }
    .abroad-image{
        display: block;
    }
    .fun__content{
        font-size: 1.1rem;
    }
    .lang-navi__item{
        text-align: center;
    }
    .footer-wrapper{
        display: block;
    }
    .footer__subsection--section2, .footer__subsection--section3 {
        flex-basis: 50%;
        display: block;
    }
    .footer-links__footer2{
        font-size: 0.8rem;
    }
    .footer__subsection--section4{
        margin: 0;
    }

    .abroad-image__item--usa{
        height: 160px;
    }
}
@media all and (min-width: 768px) {
    .for-mobile,.mobile-view{
        display: none;
    }
    .key-visual{
        margin: 1rem 0 5rem 2rem;
    }
}
.company_info{
    font-size: 1.1rem;
}
