@charset "UTF-8"
/*-------------------------------
base
-------------------------------*/
html{
    min-width: 320px;
    font-size: 62.5%/*10px*/
}
body{
    line-height: 1.5;
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3',
     Meiryo, メイリオ, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
    color: #333030;;
    }
a:link{
    color: #ffffff;
    }
a:hover,a:focus,a:active{
    color: #ffffff;
    }
img,video{
    width: 100%;
    height: auto;
    }
/*-------------------------------
header-small
-------------------------------*/
.header{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    padding: 0 10px;
    background: #ffffff;
    z-index: 5000;
}   
.header--inner{
    position: relative;
    padding-top: 13px;
}
.header__logo{
    width: 30px;
    position: absolute;
    z-index: 999;
    top: 21px;
    left: 20px;
}
.hamburger{
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    border-radius: 50%;
    z-index: 9999;
    top: 14px;
    right: 14px;
}
.hamburger span{
    display: inline-block;
    transition: all .8s;
    position: absolute;
    left: 10px;
    height: 2px;
    border-radius: 5px;
    background: #333333;
    width: 20px;
}
.hamburger span:nth-of-type(1){
    top:13px; 
    left: 9.5px;
}
.hamburger span:nth-of-type(2){
    top:19px;
    left: 9.5px;
}
.hamburger span:nth-of-type(3){
    top:25px;
    left: 9.5px;
}
.hamburger.active span:nth-of-type(1) {
    top: 12.5px;
    left: 9.5px;
    transform: translateY(6px) rotate(-225deg);
    width: 20px;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3){
    top: 24.5px;
    left: 10px;
    transform: translateY(-6px) rotate(225deg);
    width: 20px;
}
/*-------------------------------
navControl
-------------------------------*/
#g-nav{
    position:fixed;
    z-index: 999;
    top:-120%;
    left:0;
    width:100%;
    height: 100vh;
    background:#DBC1A5;

    transition: all 0.6s;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav li{
  list-style: none;
    text-align: center; 
}

#g-nav li a{
  color: #333;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
}
#g-nav li a::after{
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 1.5px;
    background: #999;
    bottom: 8px;
    transform: scale(0,1);
    transform-origin: center top;
    transition: transform 0.3s;
}
#g-nav li a:hover:after{
    transform: scale(1,1);
}
/*-------------------------------
small-page
-------------------------------*/
/*-------------------------------
mainvisual-small
-------------------------------*/
#mainvisual{
    height: 100vh;
}
.mainvisual__small{
    width: 70%; 
    max-width: 320px;
    margin:0 auto;
    position: relative;
    top: 35%;
    z-index: 1;
}
.mainvisual__small img{
    animation: photo 4s forwards;
}

@keyframes photo{
    0%{
        opacity: 0; 
    }          
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }
#square{
    position: absolute;
    width: 120%;
    width: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke-width: 0.1px;
    z-index: -10;
}
.cls-1{
    fill: #dbbab4;
    stroke: #231815;
    stroke-width: 0.03px;
    stroke-miterlimit: 10;
    animation: square 3s forwards;
}

@keyframes square{
    0%{
        fill-opacity: 0;  
    }          
    50%{
        fill-opacity: 0.1;
    }
    60%{
        fill-opacity: 0.3;
    }
    70%{
        fill-opacity: 0.5;
    }
    80%{
        fill-opacity:0.7;
    }
    100%{
        fill-opacity: 1;
    }
}
.mainvisual__large{
    display: none;
}
.mainvisual__title{
    font-size: 1.7rem;
    position: absolute;
    z-index: 3;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #111;
    text-stroke: 1px #111;
    top: 17%;
    left: 5%;
    line-height: 1.3;
    font-weight: 600;
}
.mainvisual__title__sub{
    display: block;
    width: 100%;
    font-size: 1.5rem;
    color: #111;
    position: absolute;
    right: -125px;
}
.mainvisual__catchphrase{
    font-size: 1.7rem;
    width: 223px;
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
/*-------------------------------
about-small
-------------------------------*/
#about{
    position: relative;
    margin-top: 100px;
}
.about__title{
    font-size: 2.7rem;
    width: 240px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #999;
    text-stroke: 1px #999;
}
/*topページ　全タイトル共通*/
.rotate{
    animation: rotate 2s forwards;
}
@keyframes rotate{

    0%{
        transform: rotateX(180deg);
        rotate: 15deg;
        opacity: 0;
    }
    50%{
        opacity: 0.5;
    }
    100%{
        transform: rotateX(0deg);
        rotate: 0deg;
        opacity: 1;
    }
}
.about__title::after{
    content: "";
    display: block;
    width: 90px;
    height: 0.05px;
    background: #333;
    rotate: -55deg;
    position: absolute;
    right: 59px;
    top: 40px;
}
.title__parts{
    font-size: 0.8rem;
    padding-left: 40px;
}
.iam__photo{
    position: relative;
    width: 60%;
    max-width: 350px;
    margin: 20px auto;
    z-index: 20;
}
.iam__photo::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F7EADF;
    position: absolute;
    top: 5%;
    right: -10%;
    z-index: -1;
}
.photo__line{
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 35%;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 10;
}
.photo__line__two{
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 35%;
    position: absolute;
    bottom: 10px;
    right: 15px;
    z-index: 10;
}
#wave{
    position: absolute;
    top: 35%;
}
.st1{
    fill:none;
    stroke:#B59E99;
    stroke-miterlimit:10;
}
#wave__two{
    position: absolute;
    top: 25%;
}
.st2{
    fill:none;
    stroke:#B39C97;
    stroke-miterlimit:10;
}
.about__container{
    width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 90px;
}
.iam__name{
    font-size: 1.5rem;
    text-align: center;
    width: 90%;
    border-bottom: dotted;
    margin: 0 auto;
    padding-bottom: 8px;
}
.iam__name span{
    padding-left: 20px;
}
.profile__more{
    text-align: right;
    padding: 30px;

}
.profile__more a:hover{
    color: #B39C97;
}   
#arrow{
    width: 110px;
}
.arrow__line{
    fill:none;
    stroke:#000000;
    stroke-miterlimit:10;
}
.st0{
    fill:none;
    stroke:#000000;
    stroke-miterlimit:10;
}
.about__text{
    font-size: 0.9rem;
    width: 89%;
    margin: 0 auto;
    padding-top: 40px;
}
/*-------------------------------
skill
-------------------------------*/
#skill{
    margin-top: 270px;
    padding: 70px 0;
    background: #FFF8DC;
    position: relative;
    z-index: -10;
}
#skill::before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    border-radius: 50% 50% 0 0;
    top: -200px;
    background: #FFF8DC;
}
.skill__title{
    font-size: 2.7rem;
    width: 210px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #999;
}
.skill__title::after{
    content: "";
    display: block;
    width: 90px;
    height: 0.05px;
    background: #333;
    rotate: -55deg;
    position: absolute;
    right: 61px;
    top: 38px;
}
.title__parts{
    font-size: 0.95rem;
    padding-left: 40px;
    -webkit-text-stroke: 0px #333 !important;
    text-stroke: 0px#333;
    color: #333 !important;
}
.skill--inner{
    width: 80%;
    margin: 20px auto;
}
.design{
    margin-bottom: 120px;
}
.skill__subtitle{
    font-size: 1.3rem;
    border-bottom: dotted #999;
    padding-bottom: 3px;
    width: 150px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.skill__icon{
    width: 80%;
    max-width: 320px;
    margin: 0 auto;
    position: relative;
}
.skill__icon::before{
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    border-radius: 50%;
    position: absolute;
    z-index: -2;
    background: #FFF0BA;
    top: 0;
    left: 3px;
}
.skill__icon::after{
    content: "";
    display: block;
    width: 105%;
    height: 105%;
    position: absolute;
    top: 10px;
    z-index: -1;
    background: #ffffff;
    border-radius: 50%;
    top: -6px;
    right: -3px;
}
.design__text{
    padding: 50px 15px;
}
.tools__title{
    font-size: 0.9rem;
    padding: 20px 0 10px;
    width: 75px;
    position: relative;
}
.tools__title::after{
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(239, 228, 228, 0.6);
    z-index: -1;
    top: 15px;
    right: -10px;
}
.coding__icon{
    width: 90%;
    margin: 0 auto;
}
.coding__text{
    padding: 50px 15px;
}

/*skill bottom(wave)*/
.custom-shape-divider-top-1703684393 {
    position: absolute;
    bottom: -162px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1703684393 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}
.custom-shape-divider-top-1703684393 .shape-fill {
    fill: #FFF8DC;
}
/*mobile phone**/
@media (max-width: 920px) {
    .custom-shape-divider-top-1703684393 svg {
        width: calc(182% + 1.3px);
        height: 164px;
    }
}
.custom-shape-divider-top-1704869413 {
    position: absolute;
    bottom: -190px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: -2;
}
.custom-shape-divider-top-1704869413 svg {
    position: relative;
    display: block;
    width: calc(157% + 1.3px);
    height: 191px;
    transform: rotateY(180deg);
}
.custom-shape-divider-top-1704869413 .shape-fill {
    fill: #DBC1A5;
}

.drop{
    width: 50px;
    height: 50px;
    background: #DBC1A5;
    border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
    transform: rotate(45deg) skew(10deg, 10deg);
    position: absolute;
    bottom: -239px;
    left: 12%;
}
.drop__two{
    width: 40px;
    height: 40px;
    background: #DBC1A5;
    border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
    transform: rotate(45deg) skew(10deg, 10deg);
    position: absolute;
    bottom: -300px;
    left: 12.5%;
}
.down{
    animation: drop 2s forwards;
}
@keyframes drop{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
        bottom: -380px;
    }
}
/*-------------------------------
works
-------------------------------*/
#works{
    margin-top: 550px;
    margin-bottom: 100px;
}
a.anchor {
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}
.works__title{
    font-size: 2.7rem;
    width: 210px;
    margin: 0 auto;
    padding-bottom: 50px;
    position: relative;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #999;
}
.works__title::after{
    content: "";
    display: block;
    width: 90px;
    height: 0.05px;
    background: #333;
    rotate: -55deg;
    position: absolute;
    right: 21px;
    top: 37px;
}
.works__sitelink{
    width: 80%;
    margin: 0 auto;
}
.works__bannerlink{
    width: 60%;
    margin: 0 auto;
}
.list__category{
    width: 60%;
    font-size: 0.8rem;
    margin: 0 auto;
    color: #999;
}
.list__title{
    width: 60%;
    font-size: 0.95rem;
    margin: 0 auto;
}
/*-------------------------------
spacial days,portfolio
-------------------------------*/
.site__page{
    margin-top: 100px;
}
.sitepage__mainvisual{
    margin-bottom: 30px;
    text-align: center;
    width: 85%;
    padding: 30px 0;
    margin: 0 auto;
}
.ssitepage__mainvisual img{
    width: 60%;
}
.prodaction__name{
    font-size: 1.5rem;
    text-align: center;
    margin: 50px 0 80px
}
.production__date{
    width: 85%;
    margin: 0 auto;
}
.production__point{
    font-size: 0.9rem;
    padding: 15px 10px;
    position: relative;
}
.production__point span{
    display: block;
    width: 56px;
    text-align: center;
}
.production__point span::before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #eac4bb;
    top: 25px;
    left: 0;
}
.production__point span::after{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #eac4bb;
    top: 25px;
    left: 65px;
}
.production__point a:hover{
    color: #333333;
    border-bottom: 1px solid #999;
}
.works__box{
    width: 85%;
    margin: 50px auto;
}
.works__subtitle{
    font-size: 1.2rem;
    padding: 15px 10px;
    position: relative;
}
.works__subtitle::before{
    padding-left: 20px;
    content: "";
    display: block;
    position: absolute;
    border-left: #eac4bb solid 3px;
    height: 30px;
    left: 0;
}
.works__text{
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.works__detail{
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
}
.design__point{
    padding: 10px 5px;
}
.design__point span{
    display: inline-block;
    width: 22px;
    height: 22px;
    border: solid 1px#eac4bb;
    position: relative;
    margin-right: 8px;
}
.design__point span::after{
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    border: solid 1px#eac4bb;
    top: 2px;
    right: 3px;
}
.design__box{
    margin-top: 50px;
}
.design__box{
    display: flex;
    justify-content: space-around;
}
.design__shot{
    width: 35%;
}
.design__box2{
    margin-top: 50px;
}
.design__shot2{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.banner__short__photo{
    margin-bottom: 50px;
}
/*-------------------------------
holliday collection,pururu
-------------------------------*/
.banner{
    margin-top: 100px;
    margin-bottom: 100px;
}
.banner__mainvisual{
    text-align: center;
    background: #faebd7;
    width: 85%;
    padding: 30px 0;
    margin: 0 auto;
}
.banner__mainvisual img{
    width: 65%;
    max-width: 600px;
}
/*-------------------------------
about_page
-------------------------------*/
/*beside_scroll*/
.profile__photobox{
    height: 400vh;
  }
  .scroll__wraper{
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .scroll__inner{
    position: absolute;
    top: 28%;
    height: 100%;
    width: 400vw;
    will-change: transform;
    display: flex;
    justify-content: space-between;
  }
  .profile__img{
    height: 100%;
    width: 100vw;
    padding: 20px;
  }
  .profile__img img{
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 10px;
  }
/*-------------------------------
history
-------------------------------*/
#history{
    margin-top: -100px;
}
.history__title{
    font-size: 2.7rem;
    width: 290px;
    margin:  0 auto;
    padding-bottom: 50px;
    position: relative;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #999;
    text-stroke: 1px #999;
}
.history__title::after{
    content: "";
    display: block;
    width: 90px;
    height: 0.05px;
    background: #333;
    rotate: -55deg;
    position: absolute;
    right: 84px;
    top: 43px;
}
.history__title__sub{
    font-size: 0.95rem;
    padding-left: 40px;
    -webkit-text-stroke: 0px #333 !important;
    text-stroke: 0px#333;
    color: #333 !important;
}
.history__wrapper{
    width: 90%;
    margin: 0 auto;
}
.history__block{
    margin-bottom: 30px;
}

.day__circle{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ba9b95;
    margin-bottom: -20px;
}
.fade{
    animation: zoom-out 2s forwards;
}
@keyframes zoom-out{
    0%{
        opacity:0;
        transform:scale(12);
        }
    50%{
        opacity: 0.3;
    }
    100%{
        opacity: 1.0;
    }
    }


.history--date{
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}
.history--date::after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.line{
    border-bottom: solid 1px #ba9b95;
    animation: border 2s linear forwards;
}
@keyframes border{
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}
/*-------------------------------
strength
-------------------------------*/
#strength{
    margin-top: 200px;
    margin-bottom: 150px;
}
.strenght__gradation{
    position: relative;
    width: 30%;
    margin: 0 auto;
    right: 55px;
}
.strenght__title{
    font-size: 2.7rem;
    width: 310px;
    margin: 0 auto;
    position: relative;
    color: rgba(0 0 0 / 0);
    -webkit-text-stroke: 1px #999;
}
.strenght__title::after{
    content: "";
    display: block;
    width: 90px;
    height: 0.05px;
    background: #333;
    rotate: -55deg;
    position: absolute;
    right: 73px;
    top: 41px;
}

.strenght__parts{
    font-size: 0.95rem;
    padding-left: 40px;
    -webkit-text-stroke: 0px #333 !important;
    text-stroke: 0px#333;
    color: #333 !important;
}
.strenght__block{
    margin-top: 90px;
}
.strenght__subtitle{
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.strenght__subtitle span{
    display: block;
    position: absolute;
    font-size: 2.7rem;
    color: #efe4e4;
    top: -15px;
    right: 45%;
    z-index: -1;
}
.strenght__text{
    font-size: 0.9rem;
    line-height: 1.6;
    width: 340px;
    height: 340px;
    border: none;
    border-radius: 50%;
    background: rgba(216, 202, 202, 0.3);
    padding: 35px;
    margin: 0 auto;
    position: relative;
}

.up{
    animation: up 5s forwards;
}
@keyframes up{
	0%{
		opacity: 0;
	}
	100%{
        opacity: 1;
	}
}

.long__line{
    width: 1px;
    height: 360px;
    background: #999;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 10;
}
.fade__two{
    animation: roll 2s forwards;
}

@keyframes roll{
	0%{
		rotate: 0deg;
        opacity: 1;
	}
    80%{
        opacity: 1;
    }
	100%{
		rotate: 360deg;
        opacity: 0;
	}
}
.strenght__text::after{
    content: "";
    display: block;
    font-size: 0.9rem;
    line-height: 1.6;
    width: 320px;
    height: 320px;
    border: dotted#b2a9a8;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}


/*-------------------------------
footer
-------------------------------*/
.footer__inner{
    background: #dbbab4;
}
.footer__logo{
    width: 30px;
    margin: 0 auto;
    padding-top: 30px;
}
.footer__title{
    font-size: 0.9rem;
    text-align: center;
    padding: 10px 0 25px;
}
.footer__copylight{
    font-size: 0.5rem;
    text-align: center;
}
@media only screen and (min-width: 920px){
/*-------------------------------
bese_large
-------------------------------*/
/*-------------------------------
index_large
-------------------------------*/
.mainvisual__small{
    display: none;
}
.mainvisual__large{
    display: block;
    width: 65%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 750px;
}
.mainvisual__large img{
    animation: photo 4s forwards;
}

@keyframes photo{
    0%{
        opacity: 0; 
    }          
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
  }

.cls-1 {
    fill: #dbbab4;
    stroke: #231815;
    stroke-width: 0.03px;
    stroke-miterlimit: 10;
    animation: square 3s forwards;
    max-width: 900px;
}

@keyframes square{
    0%{
        fill-opacity: 0;  
    }          
    50%{
        fill-opacity: 0.1;
    }
    60%{
        fill-opacity: 0.3;
    }
    70%{
        fill-opacity: 0.5;
    }
    80%{
        fill-opacity:0.7;
    }
    100%{
        fill-opacity: 1;
    }
}
.mainvisual__title{
    font-size: 4.0rem;
    top: 10%;
    left: 10%;
}
.mainvisual__title__sub{
    font-size: 3.0rem;
    right: 0;
}
.mainvisual__catchphrase{
    font-size: 2.7rem;
    width: 355px;
}
#square__two{
    position: absolute;
    width: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
}
#about{
    margin-top: 150px;
}
#wave{
    top: 42%;
    stroke-width: 0.5px;
}
#wave__two {
    top: 9%;
    stroke-width: 0.5px;
}
.about__title{
    font-size: 3.3rem;
    width: 330px;
}
.title__parts{
    font-size: 1.5rem;
    padding-left: 60px;
}
.about__title::after{
    width: 160px;
    right: 77px;
    top: 49px;
}
.about--inner{
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.iam__photo{
    width: 40%;
}
.about__container{
    width: 40%;
    display: flex;
    align-items: center;
}
.about__container__inner{
    background: #fff;
    z-index: 30;
}
.p-index_kv__body .c-wave {
    top: 72%;
}
.profile__more{
    text-align: right;
    width: 93%;
    padding: 20px 0;
}
.profile__photobox {
    margin-top: 70px;
}
.scroll__inner {
    top: 17%;
}
.profile__img {
    width: 50vw;
}
#skill{
    margin-top: 500px;
}
#skill::before{
    height: 200px;
    top: -200px;
}
.skill__title{
    font-size: 3.3rem;
    width: 310px;
}
.skill__title::after{
    width: 160px;
    right: 82px;
}
.skill--inner{
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}
.design{
    width: 35%;
}
.coding{
    width: 35%;
}
.custom-shape-divider-top-1703684393{
    bottom: -147px;
}
#history{
    margin-top: 100px;
}
.history__title{
    width: 375px;
    margin-bottom: 60px;
}
.history__title::after{
    width: 160px;
    right: 126px;
}
.history__wrapper{
    width: 70%;
}
.history__block{
    margin-bottom: 50px;
}
.strenght__title{
    width: 380px;
}
.strenght__title::after{
    width: 160px;
    right: 100px;
    top: 41px;
}
.strenght--inner{
    display: flex;
    flex-wrap: wrap;
}
.strenght__block{
    width: 40%;
    margin-left: 7%;
}
.three{
    margin-top: 0px;
    margin-left: 29%;
}
.works__title{
    width: 260px;
}
.works__title::after{
    width: 160px;
}
/*-------------------------------
works
-------------------------------*/
.production__date{
    width: 410px;
    margin-bottom: 100px;
}
.works__content{
    display: flex;
}
.works__box{
    width: 70%;
}
.design__box{
    width: 80%;
    margin: 0 auto;
}
}

