@charset "UTF-8";
/* CSS Document */


.navi li:nth-child(2) .thebe::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
#production{
    padding: 8em 0 8em 0;
}
.read{
    text-align: justify;
    padding: 0 60% 8em 0;
    position: relative;
}
.read .illust{
    position: absolute;
right: 11em;
  top: 2.5em;
  height: 14em;
}
.read .illust img{
    max-height: 100%;
}
.read h3{
    font-size: 2.6rem;
    font-weight: 600;
    padding-bottom: 1em;
}
h3.title_line{
    font-size: 2.4rem;
    font-weight: 600;
    text-align: left;
    margin-bottom: 2em;
}
h3.title_line:after{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2em;
    border-bottom: 1px solid #afafaf;
}

h3.title{
    text-align: left;
    font-size: 1.8rem;
    font-weight: 600;
}
h3.title span{
    font-size: 1.4rem;
    font-weight: 400;
}
#production img{
    border-radius: 1.4em;
}

.honsha{
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 6em;
}
.honsha .image{
    order: 1;
    width:  50%;
}
.honsha .txtbox{
    order: 2;
    width: 45%;
    text-align: left;
}
.honsha dl{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 12em 0 1em 0;
}
.honsha dt{
    width: 65%;
}
.honsha .txtbox .txt{
    padding: 2em 0 1em 0;
}
.honsha dd a{
    margin: auto 0 0 auto;
}


.facbox{
     justify-content: space-between;
    padding: 1em 0 5em 0;
}
.facbox .image{
    order: 1;
    width: 37%;
}
.facbox .listbox{
    order: 2;
    width: 57%;
    border-top: 1px solid #d2d2d2;
}
.facbox dl{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d2d2d2;
    text-align: left;
    font-size: 1.5rem;
}
.facbox dt{
    width: 12em;
    font-weight: 500;
}
.facbox dd{
    flex: 1;
    padding: 1em 0 1em 1.5em;
    border-left: 1px solid #d2d2d2;
}
.facbox .g_btn a{
    margin: 2em 0 0 auto;
}

#mapbox{
    position: relative;
}
#mapbox .map{
    position: absolute;
  top: -19em;
  right: 32%;
  width: 104em;
    z-index: -1;
}
.tottori{
    background-color: #fff;
    border: 1px solid #494949;
    border-radius: 1em;
    padding: 1em 2em;
    width: 36%;
    margin: 0 0 4em 43%;
    position: relative;
}
.tottori h3{
    font-weight: 500;
    text-align: left;
}
.tottori img{}

#mapbox .facbox{
    position: relative;
    width: 57%;
    padding-bottom: 2em;
}
#mapbox .listbox{
    width: 100%;
}
#mapbox .txt{
    padding: 1em 0 1.5em 0;
    text-align: justify;
}
#mapbox .china{
    margin: 0 0 0 auto;
}
#mapbox .image{
    width: 62%;
    margin-top: -3em;
}
#mapbox .g_btn a{
    margin: 3em 0 0 auto;
}
#mapbox .arrow{
    position: absolute;
}
/*
#mapbox .arrow:before{
    content: "";
    display: block;
    background-color: #bd0707;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
}*/


.tottori .arrow{
top: 24%;
  left: -14.7em;
}
.tottori .arrow:before{
    position: absolute;
bottom:-1em;
  left: -0.6em;
}
.tottori .arrow p:before{
    content: "";
    display: block;
    border-left: 1px solid #494949;
height: 23.4em;
}
.tottori .arrow p{
    position: relative;
    display: block;
    border-top: 1px solid #494949;
    width: 14.7em;
}

.china .arrow{
    top: 2em;
    left: -5em;
}
.china .arrow:before{
    position: absolute;
  bottom: -0.6em;
  left: -23em;
}
.china .arrow p{
    position: relative;
    display: block;
    border-top: 1px solid #494949;
    width: 4em;
}
.china .arrow p:before{
    content: "";
    display: block;
    border-left: 1px solid #494949;
    height: 14em;
}
.china .arrow p:after{
    content: "";
    display: block;
    border-bottom: 1px solid #494949;
    width: 22.2em;
    position: absolute;
    right: 4em;
}
.tai .arrow{
  left: 0.9em;
  top: -35.2em;
}
.tai .arrow:after{
    content: "";
    display: block;
    border-left: 1px solid #494949;
    height: 35.5em;
}


@media screen and (min-width: 769px) and (max-width: 1500px) {
    
#mapbox .map{
top: -18.5em;
    right: 32%;
    width: 102em;
}


}


@media only screen and (max-width: 768px) {
#production{
    padding: 4em 0 6em 0;
}
    .read{
    padding: 0 0 7em 0;
}
.read .illust{
right: -0.5em;
  top: auto;
  height: 6.5em;
    bottom: 1.5em;
}
.read h3{
    font-size: 2.4rem;
    line-height: 1.6;
}
h3.title_line{
    font-size: 2rem;
      margin-bottom: 3em;
    position: relative;
}
h3.title_line:after{
    position: absolute;
    display: block;
    left: -2.5em;
    top: 1em;
}

h3.title{
    line-height: 1.4;
}
h3.title span{
    display: inline-block;
}
#production img{
}

.honsha{
    display: block;
    margin-bottom: 6em;
}
.honsha .txtbox{
    width: 100%;
}
    .honsha .image{
        display: none;
    }
.honsha dl{
    display: block;
    margin: 0 0 1em 0;
}
.honsha dt{
    width: 100%;
}

.honsha .txtbox .txt{
    padding: 1.5em 0 1em 0;
}
.honsha dd a{
    margin: 1em 0 0 auto;
}

.facbox{
    display: block;
    padding: 0 0 5em 0;
}
.facbox .image{
    width: 100%;
}
.facbox .listbox{
    width: 100%;
    margin-top: 1em;
}
.facbox dl{
    display: block;
    padding: 1em 0;
    font-size: 1.6rem;
}
.facbox dt{
    width: 100%;
    padding: 0;
}
.facbox dd{
    padding: 0;
    border-left: none;
}
.facbox .g_btn a{
    margin: 1em 0 1em auto;
}

#mapbox{
    padding-top: 0;
}
#mapbox .map{
    top: -7em;
    right: -37%;
    width: 45em;
    opacity: 0.4;
    display: none;
}
.tottori{
    width: 100%;
    margin: 0 0 7em 0;
}
#mapbox .facbox{
    width: 100%;
    padding-bottom: 2em;
}
#mapbox .listbox{
    width: 100%;
}
#mapbox .txt{
    padding: 1em 0 1.5em 0;
    text-align: justify;
}
#mapbox .china{
    padding-bottom: 5em;
}
#mapbox .image{
    width: 100%;
    margin-top: 2em;
}
#mapbox .g_btn a{
    margin: 2em 0 0 auto;
}
#mapbox .arrow{
    display: none;
}
    
}