@charset "utf-8";
.linkStyle{
color: #f4b037;
text-decoration: underline;
}
#blog .box:nth-child(1) .box_img:before {
    content: "01";
    color: #e65c59;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -3.7vw;
    font-size: 4vw;
    left: 40%;
    z-index: 5;
}

#blog .box:nth-child(2) .box_img:before {
    content: "02";
    color: #e65c59;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -3.7vw;
    font-size: 4vw;
    left: 40%;
    z-index: 5;
}

#blog .box:nth-child(3) .box_img:before {
    content: "03";
    color: #e65c59;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -3.7vw;
    font-size: 4vw;
    left: 40%;
    z-index: 5;
}
header svg .st0{
    fill:#ef9e1d;
    transition:all 0.3s;
}
header.h_active svg .st0{
    fill:white;
}
.nav_right .nav_sns ul {
    margin-top:0;
    margin: 0 10px;
    }
    header .nav_right{
        display: flex;
    align-items: center;
    }
    .nav_tel a {
        display: inline-block;
        background: #ef9e1d;
        color: white;
        margin-right: 10px;
        padding: 8px 20px;
        font-family: 'Oswald', sans-serif;
        font-size: 18px;
        letter-spacing: 2px;
        transition:all 0.3s;
    }
    .nav_tel a:hover{
        opacity:0.8;
    }
div#banner6 {
    max-width: 500px;
    margin: auto;
    border: 2px solid #f4b037;
    transition: all 0.3s;
}
#banner6:hover{
    opacity:0.8;
}
#contents1 .con_title p.j_title {
    font-size: 22px;
}
#contents1 .con_title .e_title {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 8px;
}
#contents1 .con_title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -320px;
}

div#test_button {
    display: flex;
    justify-content: center;
}
div#test_button a {
    display: block;
    padding: 10px 10px;
    text-align: center;
    width: 200px;
    background: #f4b037;
    color: white;
    margin: 0 30px;
}
#fix_banner a:hover{
    opacity:0.7;
}
#fix_banner a{
    transition:all 0.3s;
}
#page-top{
    position: relative;
    bottom: -90px !important;
    right: 0;
    z-index:19;
}

.scroll-top {
	/*表示位置*/
	position:absolute;
	right: 20px;
	bottom: 110px;
	z-index: 90;
	transition: opacity .5s, visibility .5s; /*それぞれに0.5秒の変化のアニメーション*/
	/*縦書き*/
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	/*改行禁止*/
    white-space: nowrap;
	/*矢印の動き*/
	animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:120px;}
      50%{bottom:125px;}
     100%{bottom:120px;}
 }


/*.scroll-viewクラスがついたら出現*/
.scroll-top.scroll-view {
	opacity: 1;
	visibility: visible;
}

/*リンク全体の aタグの形状*/
.scroll-top a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 0.9rem;
    display: block;
    font-family: 'Orbitron';
}

/*スクロールリンクの形状*/

.js-scroll a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:black;
}

.js-scroll a::before {
    content: "";
    position: absolute;
    top: 30px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: black;
    transform: skewX(-31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-scroll a::before{
	right:-11px;
}

/*ページトップリンクの形状*/

.js-pagetop a::after{
	content:"";
	position: absolute;
	top:0;
	right:0;
	width:1px;
	height: 50px;
	background:black;
}

.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 0;
    right: -6px;
    width: 1px;
    height: 20px;
    background: black;
    transform: skewX(31deg);
}

/*Edge IE11 hack*/
_:-ms-lang(x), .js-pagetop a::before{
	right:0;
}




body {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #1e1e1e;
    overflow:hidden;
}

header {
    position: fixed;
    width: 100%;
    padding: 10px 20px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    transition: all 0.3s;
    align-items: center;
}
.footer_sns_links img {
    width: 40px;
}
.footer_sns_links li {
    padding: 5px;
}
.footer_sns_links ul {
    display: flex;
    margin-top: 10px;
}
#tb_fix_banner{
    display:none;
}
.h_active {
    background: rgb(0 0 0 / 70%);
}

h1.logo {
    max-width: 200px;
}

.font_en {
    font-family: 'Orbitron', sans-serif;
}

#main_img {
    background: url(Dup/img/main_img.jpg);
    height: 125vh;
    background-size: cover;
    background-position: 100% 50%;
}

#intro {
    background: url(../img/intro_bg.jpg) no-repeat;
    background-size: cover;
    padding: 12% 5% 35%;
    position: relative;
    clip-path: polygon(0 14.5%, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -25vh;
}

section#intro::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(255 255 255 / 85%);
    top: 0;
    left: 0;
}

div#intro_wrap {
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}

div#intro_wrap h2 {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 15px;
}

div#intro_wrap span {
    text-align: center;
    display: block;
    color: #EF9E1D;
    letter-spacing: 4px;
    font-size: 30px;
}

div#con1_wrap {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -8vw;
    transform: skewY(-5deg);
}

#contents1 .box {
    width: 25%;
    position: relative;
}

#contents1 .box figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 140%;
    position: relative;
    vertical-align: top;
}

.top  .box_img figure img,.top #price figure img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    object-fit: cover;
    left: 0;
}

#contents1 .box:nth-child(3) {
    top: 90px;
}

#contents1 .box:nth-child(2) {
    top: -70px;
}

#contents1 {
    background: #F4B037;
    transform: skewY(5deg);
    margin-top: -5%;
}

#contents1 .box .box_txt {
    color: white;
    text-align: left;
    font-size: 18px;
    letter-spacing: 2px;
    margin-top: 5px;
}

.font_en2 {
    font-family: 'Oswald', sans-serif;
}

#contents1 span.font_en2 {
    color: #e65c59;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -3.7vw;
    font-size: 4vw;
    left: 40%;
    z-index: 2;
}

#contents2 {
    background: #f4b037;
    margin-top: -5%;
    padding-top: 3%;
    padding-bottom: 28%;
}

#contents2 .con_title p.e_title {
    color: white;
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 8px;
    line-height: 80px;
}

#contents2 .con_title p.j_title {
    color: white;
    font-size: 22px;
}

#contents2 .con_title p.j_title {
    color: white;
    font-size: 22px;
}

#con2_wrap {
    width: 90%;
    margin: 0 auto;
}

div#con2_wrap .box {
    position: relative;
    padding: 8%;
    overflow: hidden;
    transform: skewY(-5deg);
    margin: 10px 0;
}

#con2_wrap .box_title {
    z-index: 2;
    position: absolute;
    font-size: 30px;
    color: white;
    height: 100%;
    width: 350px;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
}

#con2_wrap .box_title p:first-of-type {
    transform: skewY(5deg);
    position: absolute;
    bottom: 80px;
    font-size: 14px;
    left: 24px;
}

#con2_wrap .box_title p:last-of-type {
    transform: skewY(5deg);
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 44px;
    font-family: 'Orbitron';
}

#contents2 .con_title {
    width: 90%;
    margin: 0 auto;
}

#blog #box_wrap {
    max-width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    position: relative;
    top: -8vw;
    transform: skewY(5deg);
}

#blog #box_wrap .box {
    width: 25%;
    position: relative;
    background-size: cover;
    background-position: center;
}

#blog .box .box_txt {
    bottom: 0;
    background: #1e1e1e;
    width: 100%;
    color: white;
    height: 110px;
    padding: 15px;
    box-sizing: border-box;
}

#contents1 span.font_en2,
#blog span.font_en2 {
    color: #e65c59;
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -3.7vw;
    font-size: 4vw;
    left: 40%;
    z-index: 5;
}

#blog p.date {
    font-size: 12px;
}

#blog p.content {
    font-size: 14px;
}

#blog p.title {
    margin: 5px 0;
    font-size: 18px;
}

#blog {
    transform: skewY(-5deg);
    background: white;
    margin-top: -10%;
}

#blog .box:nth-child(2) {
    top: 70px;
}

#blog .box:nth-child(3) {
    top: -70px;
}

#blog .con_title {
    transform: skewY(5deg);
    width: 90%;
    margin: 0 auto;
    color: #1e1e1e;
    text-align: right;
    position: relative;
    top: -110px;
}

#blog .con_title p.e_title {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 8px;
    line-height: 80px;
}

#blog .con_title p.j_title {
    font-size: 22px;
    position: relative;
    right: 250px;
}

#price {
    padding: 0;
    margin-top: -10%;
    padding-top: 12%;
    background: url(../img/price_bg.jpg);
    clip-path: polygon(0 0%, 100% 14.5%, 100% 100%, 0% 100%);
    position: relative;
    padding-bottom: 15%;
    background-size: cover;
}

section#price::before {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

#price .con_title {
    width: 90%;
    margin: 0 auto;
    color: #1e1e1e;
    position: relative;
    top: -70px;
}

#price .con_title p.e_title {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 8px;
    line-height: 80px;
}

#price .con_title p.j_title {
    font-size: 22px;
}

#price .box_left {
    width: 45%;
}

#price .box_right {
    width: 40%;
    padding: 25px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
}

#price div#box_wrap {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

#price .box_right figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 140%;
    position: relative;
    vertical-align: top;
}

#price .box_right figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 60%;
    position: relative;
    vertical-align: top;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}

#price p.box_title {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 1px solid;
}

#price p.box_txt {
    padding: 0 10px;
}

#price .box_cate {
    display: block;
    background: #1e1e1e;
    width: 85%;
    color: white;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 20px;
    transition: all 0.3s;
    box-sizing: border-box;
}

#price .box_cate:hover {
    cursor: pointer;
}

#price .box_right_wrap {
    display: none;
}

#price .box_right_wrap.active {
    display: block;
}

.box_cate.cate_btn.active {
    background: #e65c59 !important;
    width: 100% !important;
}

div#banner,
#tb_banner {
    margin-top: 50px;
}

#banner>div,
#tb_banner>div {
    margin-bottom: 20px;
}

#banner>div {
    transition: all 0.3s;
}

#banner>div:hover {
    opacity: 0.8;
}

#price .box_txt_wrap {
    border-bottom: 1px dotted;
    margin-bottom: 20px;
}

#price p.box_txt1 {
    font-size: 14px;
    padding-left: 5px;
}

#price p.box_txt2 {
    font-size: 16px;
    padding-right: 5px;
    font-weight: bold;
}

#price p.box_txt3 {
    background: #e3e3e3;
    font-size: 14px;
    padding: 10px;
}

#works figure {
    padding-top: 65%;
}

section#works {
    background: white;
    padding: 5%;
    position: relative;
    padding-bottom: 10%;
    margin-top: -2px;
}

#works .cate_box {
    width: 50%;
}

#works #box_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#works .con_title {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 70px;
    color: #1e1e1e;
    margin-left: 0;
}

#works .con_title p.j_title {
    font-size: 22px;
}

#works .con_title p.e_title {
    font-size: 80px;
    font-weight: 100;
    letter-spacing: 8px;
    line-height: 80px;
}

#works .box_item figure {
    clip-path: polygon(20% 0%, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}

#works .box_item span {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 30px 15px;
    border-color: transparent transparent #1e1e1e transparent;
    transform: rotate(90deg);
}

.fig_wrap1,
.fig_wrap2 {
    position: relative;
}


.fig_wrap1:before {
    content: "";
    position: absolute;
    width: 28%;
    height: 28%;
    z-index: 2;
    background: rgb(140 140 140);
    left: -4px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: -4px;
}

.fig_wrap2:before {
    content: "";
    position: absolute;
    width: 28%;
    height: 28%;
    z-index: 2;
    background: #e65c59;
    left: -4px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    top: -4px;
}

.fig_wrap1:after {
    content: "Before";
    position: absolute;
    transform: rotate(90deg);
    right: -47px;
    top: 24px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Orbitron', sans-serif;
    color: black;
}

.fig_wrap2:after {
    content: "After";
    position: absolute;
    transform: rotate(90deg);
    right: -38px;
    top: 16px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Orbitron', sans-serif;
    color: black;
}

#works .box_item {
    flex-wrap: nowrap;
    padding: 0 20px;
}

section#works::before {
    width: 100%;
    height: 46%;
    background: #f4b037;
    position: absolute;
    content: "";
    left: 0;
    top: 30%;
    transform: skewY(-5deg);
}


 .openbtn {
    /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    z-index: 101;
}

/*ボタン内側*/
header .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 4px;
    height: 2px;
    border-radius: 2px;
    background: white;
    width: 70%;
}
.top header .openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 4px;
    height: 2px;
    border-radius: 2px;
    background: #f4b037;
    width: 70%;
}
.top header.h_active .openbtn span {
    background: white;
}
 
.openbtn span:nth-of-type(1) {
    top: 20px;
}

.openbtn span:nth-of-type(2) {
    top: 28px;
}

.openbtn span:nth-of-type(3) {
    top: 36px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 8px;
    transform: translateY(6px) rotate(-45deg);
    width: 70%;
}

.openbtn.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
    top: 35px;
    left: 8px;
    transform: translateY(-6px) rotate(45deg);
    width: 70%;
}

#footer {
    display: flex;
    padding: 5%;

    justify-content: center;
}

footer {
    background: url(../img/footer_bg.png) no-repeat;
    background-size: 60%;
    background-position: left bottom;
}

footer .box_left {
    width: 400px;
}

.footer_logo {
    max-width: 250px;
}

.footer_txt {
    color: white;
}

.footer_txt {
    color: white;
    margin-top: 20px;
    font-size: 14px;
}

footer .box_right {
    display: flex;
    width: 500px;
    justify-content: space-around;
    color: white;
}

footer .box_right li a {
    color: white;
    letter-spacing: 3px;
    font-family: 'Orbitron', sans-serif;
}

footer .box_right li {
    margin-bottom: 5px;
}

.h_right_box {
    display: flex;
    align-items: center;
}

.contact_box {
    display: flex;
    flex-direction: column;
}

#fix_banner {
    width: 330px;
    position: fixed;
    right: 5px;
    bottom: -95px;
    z-index: 20;
    transition: all 0.3s;
}

.b_active {
    bottom: 5px !important;
}

#main_b {
    width: 80%;
    position: absolute;
    bottom: 7%;
    left: 4%;
}

#main_b p:last-of-type {
    color: white;
    font-size: 22px;
    letter-spacing: 3px;
}

#main_b p.font_en {
    font-size: 8vw;
    color: rgb(255 255 255 / 90%);
    line-height: 8vw;
    font-weight: 100;
    letter-spacing: 10px;
    margin-bottom: 10px;
}


.remodal {
    width: 1280px !important;
    max-width: 90% !important;
}

.modal_img figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.modal_img {
    width: 50%;
}

.modal_txt {
    width: 50%;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
}

.modal_txt h3 {
    font-size: 20px;
    color: #ef9e1d;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: left;
}

.remodal .box_wrap {
    display: flex;
    align-items: center;
}

.modal_txt span.font_en2 {
    font-size: 190px;
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #e65c5914;
    line-height: 190px;
}

p#copyright {
    text-align: center;
    color: white;
}

p#copyright a {
    color: white;
}

div#con2_wrap .box span {
    overflow: hidden;
    transform: skewY(5deg);
    width: 100%;
    height: 160%;
    position: absolute;
    top: -30%;
    left: 0;
    background-position: center;
    transition: all 0.3s;
    background-size: cover;
}

div#con2_wrap .box:before {
    width: 100%;
    height: 160%;
    background: rgb(0 0 0 / 55%);
    position: absolute;
    content: "";
    top: -30%;
    left: 0;
    z-index: 2;
    transition: all 0.3s;
    mix-blend-mode: hue;
}

#con2_wrap a:hover .box span {
    transform: scale(1.1) skewY(5deg);
}

#con2_wrap a:hover .box:before {
    opacity: 0;
}

#contents1 .box figure:before,
#blog .box figure:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(30 30 30 / 90%);
    z-index: 3;
    content: "";
    opacity: 0.8;
    transition: all 0.3s;
}

#blog .box figure {
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 111%;
    position: relative;
    vertical-align: top;
}

#contents1 .box figure:after,
#blog .box figure:after {
    content: "MORE";
    position: absolute;
    color: white;
    z-index: 3;
    font-size: 18px;
    top: 48%;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
    opacity: 1;
    transition: all 0.3s;
}

#contents1 .box figure:hover:before,
#blog .box figure:hover:before {
    opacity: 0;
    cursor: pointer;
}

#contents1 .box figure:hover:after,
#blog .box figure:hover:after {
    opacity: 0;
    cursor: pointer;
}


.fadeUpTrigger {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(200px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*-----------------------------------２つ目のアニメーション-------------------------*/
.fadeUpTrigger2 {
    opacity: 0;
}

.fadeUp2 {
    animation-name: fadeUpAnime2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.fadeUp3 {
    animation-name: fadeUpAnime3;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime2 {
    from {
        opacity: 0;
        transform: translateY(200px) skewY(-5deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) skewY(-5deg);
    }
}

@keyframes fadeUpAnime3 {
    from {
        opacity: 0;
        transform: translateY(200px) skewY(5deg);
    }

    to {
        opacity: 1;
        transform: translateY(0) skewY(5deg);
    }
}

/*-----------------------------------ここまで-------------------------*/
#contents1 .box.fadeUpTrigger:nth-child(2),
#blog .box.fadeUpTrigger:nth-child(2) {
    animation-delay: 0.4s;
}

#contents1 .box.fadeUpTrigger:nth-child(3),
#blog .box.fadeUpTrigger:nth-child(3) {
    animation-delay: 0.8s;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 100;
    background: white;
}



#loading_box>div:first-of-type {
    font-size: 8vw;
    color: #1c1c1c;
    line-height: 8vw;
    font-weight: 100;
    letter-spacing: 10px;
    margin-bottom: 10px;
    font-family: 'Orbitron';
}

#loading_box>div:last-of-type {
    font-weight: bold;
    color: #1c1c1c;
    font-size: 22px;
    letter-spacing: 3px;
}

.txt_anim5_box {
    position: relative;

}


.txt_anim5.start:before {
    width: 100%;
}

.txt_anim5 span.smoothText {
    overflow: hidden;
    display: block;

}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
.txt_anim5 span.smoothTextTrigger {
    transition: 1s ease-in-out;
    transform: translate3d(0, 100%, 0) skewY(12deg);
    transform-origin: left;
    display: block;
}

.txt_anim5.start span.smoothTextTrigger {
    transform: translate3d(0, 0, 0) skewY(0);
}

.txt_anim5 span.smoothTextTrigger {
    transition-delay: 0.5s;
}

#loading_box {
    display: flex;
    flex-direction: column;
}

#loading_box {
    width: 80%;
    position: absolute;
    bottom: 7%;
    left: 4%;
}

span.bg1 {

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f4b037;
    transform: translateX(100%);
}

.l_anime1 {
    animation: l_anime1 1s forwards ease-in;
    ;
}

@keyframes l_anime1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}



span.bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    transform: translateX(100%);
    animation-delay: 0.3s;
}

.l_anime1 {
    animation: l_anime1 1s forwards linear;
}

@keyframes l_anime1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.t_p {
    background: transparent !important;
}

.nav {
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 99;
    transition: all 0.25s ease-in;
}

.open_nav {
    bottom: 0;
}

.nav_wrap {
    display: flex;
    justify-content: center;
    color: white;
    height: 100%;
    margin: 0 auto;
    max-width: 1580px;
    padding: 5%;
    box-sizing: border-box;
}

.nav_wrap .box_left {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.nav_wrap .box_right {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_logo {
    width: 80%;
    margin-bottom: 10px;
}

.nav_sns img {
    width: 40px;
}

.nav_sns ul {
    display: flex;
    margin-top: 10px;
}

.nav p.tel a span {
    font-size: 30px;
}

.nav p.tel a {
    font-size: 44px;
    color: white;
}

.nav_sns li {
    padding-right: 10px;
}

.nav .box_right ul li a {
    color: white;
    font-family: 'Orbitron';
    font-size: 24px;
    letter-spacing: 3px;
    transition: all 0.3s;
}

.nav .box_right li a:hover,
.footer_nav li a:hover {
    opacity: 0.6;

}

.footer_nav a {
    transition: all 0.3s;
}

.nav .box_right ul {
    padding: 3%;
}

.nav .box_right li {
    margin-bottom: 15px;
}

.nav .box_right ul li a span {
    font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    position: relative;
    font-size: 14px;
    bottom: 1px;
    letter-spacing: 1px;
}
/*-------------------------------------FEATURE---------------------------------*/
@media screen and (max-width:1550px) {
    #intro{
        padding: 12% 5% 45%;
    }

}
@media screen and (max-width:1200px) {
    #intro{
        padding: 12% 5% 55%;
    }

}
/*-------------------------------------1280px---------------------------------*/
@media screen and (max-width:1280px) {
    .nav .box_right ul li a {
        font-size: 18px;
    }

    .nav .box_right ul li a span {
        font-size: 12px;
    }

    #price {
        padding-bottom: 25%;
    }

    #works .cate_box {
        width: 80%;
    }
}

/*-------------------------------------タブレット---------------------------------*/
@media screen and (max-width:768px) {
    #contents1 .con_title {
        top: -200px;
    }
    #intro {
        padding: 15% 5% 45%;
    }
    #contents1 .con_title p.j_title {
        font-size: 18px;
    }
    #contents1 .con_title p.e_title {
        font-size: 50px;
        line-height: 50px;
    }
    #main_img {
        background-position: 80% 50%;
    }

    #main_b p.font_en {
        font-size: 13vw;
        line-height: 14vw;
    }

    #loading_box>div:first-of-type {
        font-size: 13vw;
        line-height: 14vw;
    }

    .nav_wrap .box_left {
        width: 100%;
    }

    .nav_wrap .box_right {
        width: 100%;
        justify-content: space-between;
        margin-top: 50px;
    }

    .nav_wrap {
        flex-direction: column;
    }

    .nav_logo {
        width: 30%;
        margin-bottom: 10px;
    }

    .nav .box_right ul {
        padding: 0;
    }

    #intro {
        clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
    }

    div#con1_wrap {
        max-width: 90%;
        top: -6vw;
    }

    #contents2 .con_title p.e_title {
        font-size: 50px;
        line-height: 50px;
    }

    #contents2 .con_title p.j_title {
        font-size: 18px;
    }

    div#con2_wrap .box {
        padding: 13%;
    }

    #con2_wrap .box_title p:last-of-type {
        font-size: 34px;
    }

    #con2_wrap .box_title p:first-of-type {
        bottom: 70px;
    }

    #contents1 .box {
        width: 28%;
    }

    #contents1 span.font_en2,
    #blog span.font_en2 {
        top: -4.7vw;
        font-size: 5vw;
    }

    #blog #box_wrap .box {
        width: 28%;
    }

    #blog #box_wrap {
        width: 90%;
    }

    #blog p.title {
        margin: 5px 0;
        font-size: 16px;
    }

    #blog p.content {
        display: none;
    }

    #blog .box .box_txt {
        height: 70px;
    }

    section#intro::before {
        background: rgb(255 255 255 / 95%);
    }

    #contents1 .box:nth-child(2) {
        top: -40px;
    }

    #contents1 .box:nth-child(3) {
        top: 40px;
    }

    .remodal .box_wrap {
        flex-direction: column;
    }

    .modal_img {
        width: 90%;
    }


    .modal_txt {
        width: 100%;
    }

    #con2_wrap .box_title {
        width: 220px;
    }

    div#banner {
        display: none;
    }

    #price div#box_wrap {
        position: relative;
        width: 80%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    #price .box_right {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
        background: #ffffff;
        position: static;
        right: 0;
        top: 0;
        margin-top: 20px;
        filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.5));
    }

    #price .box_left {
        width: 100%;
    }

    div#tb_banner {
        display: block;
    }

    #price {
        clip-path: polygon(0 0%, 100% 90px, 100% 100%, 0% 100%);
        padding-bottom: 10%;
    }

    #works .cate_box {
        width: 100%;
    }

    #blog .box:nth-child(2) {
        top: 40px;
    }

    #blog .box:nth-child(3) {
        top: -40px;
    }

    #blog .con_title p.e_title {
        font-size: 50px;
        line-height: 50px;
    }

    #blog .con_title p.j_title {
        font-size: 18px;
        right: 155px;
    }

    #blog {
        transform: skewY(-5deg);
        background: white;
        margin-top: -5%;
        padding: 5% 0px;
    }

    #blog #box_wrap {
        max-width: 90%;
        top: -12vw;
    }

    #blog .con_title {
        top: -20px;
    }

    #price .con_title p.e_title {
        font-size: 50px;
        line-height: 50px;
    }

    #price .con_title p.j_title {
        font-size: 18px;
    }

    #price {
        padding-top: 20%;
    }

    #works .con_title p.e_title {
        font-size: 50px;
        line-height: 50px;
    }

    #works .con_title p.j_title {
        font-size: 18px;
    }
    .scroll-top {
        position: absolute;
        right: calc(50% - 10px);
        bottom: 110px;
        transform: rotate(270deg);
    }
    @keyframes arrowmove{
        0%{bottom:70px;}
        50%{bottom:75px;}
       100%{bottom:70px;}
   }
   .js-pagetop a::after {
    content: "";
    position: absolute;
    top: 47px;
    right: -10px;
    width: 1px;
    height: 15px;
    background: black;
    transform: rotate(40deg);
}
.js-pagetop a::before {
    content: "";
    position: absolute;
    top: 36px;
    right: -10px;
    width: 1px;
    height: 15px;
    background: black;
    transform: rotate(-40deg);
}
#fix_banner {
    width: 300px;
}
}

/*-----------------------------スマホ--------------------------------*/
@media screen and (max-width:667px) {
    #blog .box:nth-child(1) .box_img:before,#blog .box:nth-child(2) .box_img:before,#blog .box:nth-child(3) .box_img:before {
        top: -12.7vw;
        font-size: 14vw;
    }
    #contents1 .con_title {
        top: -150px;
    }
    #contents1 .con_title p.e_title {
        font-size: 40px;
        letter-spacing: 4px;
    }
    header svg {
        max-width: 130px;
        height: 50px;
        position: relative;
        top: 5px;
    }
    header svg {
        max-width: 130px;
    }
    .nav_tel,.nav_sns{
        display:none;
    }
    div#con1_wrap {
        flex-direction: column;
        align-items: center;
    }

    h1.logo {
        max-width: 130px;
    }

    .nav_wrap {
        flex-direction: column;
        padding: 8%;
    }

    .nav_wrap .box_left {
        flex-direction: column;
        order: 2;
    }

    .nav_wrap .box_left p,
    .nav_logo {
        display: none;
    }

    .nav_wrap .box_right {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav .box_right ul li a {
        font-size: 16px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    div#intro_wrap span {
        font-size: 22px;
    }

    #intro {
        clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
        padding: 20% 5% 75%;
    }

    #contents1 .box {
        width: 80%;
        margin-bottom: 70px;
        position: static;
    }

    #contents1 span.font_en2,
    #blog span.font_en2 {
        top: -12.7vw;
        font-size: 14vw;
    }

    #contents1 .box .box_txt {
        font-size: 16px;

    }

    .remodal {
        padding: 10px !important;
        padding-top: 30px !important;
    }

    
    div#con2_wrap .box {
        padding: 25%;
    }
    
    #contents2 .con_title p.e_title {
        font-size: 40px;
        letter-spacing: 4px;
    }
    #con2_wrap .box_title p:first-of-type {
        bottom: 54px;
        font-size: 12px;
        left: 24px;
    }*/
    #con2_wrap .box_title {
        width: 100%;
    }
    #con2_wrap .box_title{
        background: rgb(0 0 0 / 30%);
    }
    #blog #box_wrap {
        flex-direction: column;
        align-items:center;
    }
    #blog #box_wrap .box {
        width: 80%;
        margin-bottom:70px;
        position:static;
    }
    #contents1{
        margin-top: -5%;
    }
    div#con1_wrap {
        top: -20vw;
    }
    #contents2 {
        margin-top: -25%;
        padding-bottom: 40%;
    }
    #blog #box_wrap {
        top: -25vw;
    }
    #blog .con_title p.e_title {
        font-size: 40px;
        letter-spacing: 4px;
    }
    #blog .con_title p.j_title {
        font-size: 16px;
        right: 105px;
    }
    #price {
        
        margin-top: -40%;
    }
    #blog .con_title {
        top: -110px;
    }
    #price .con_title p.e_title {
        font-size: 40px;
        line-height: 50px;
        letter-spacing: 4px;
    }
    #price .con_title {
        top: -20px;
    }
    #price .box_cate{
        font-size:16px;
    }
    #price div#box_wrap{
        width:90%;
    }
    header{
        padding: 5px 10px;
    }
    #con2_wrap .box_title{
        width:100%;
    }
    #con2_wrap .box_title p:last-of-type {
        font-size: 24px;
    }
    #price .con_title p.j_title {
        font-size: 16px;
    }   
    #price .box_txt_wrap{
        flex-direction:column;
    }
    #price p.box_txt1 {
        width: 100% !important;
        margin-bottom: 5px;
    }
    #price p.box_txt2 {
        width: 100% !important;
        text-align: right;
    }
    #works .con_title p.e_title {
        font-size: 40px;

        letter-spacing: 4px;
    }
    #works .con_title p.j_title {
        font-size: 16px;
    }
    #works .box_item {
        flex-direction: column;
    }
    #works .box_item span{
        transform: rotate(180deg);
        margin: 10px;
    }
    footer{
        background:none;
        padding-bottom: 50px;
    }
    #footer {
        flex-direction: column;
        align-items: center;
   
    }
    footer .box_left {
        width: 100%;
    }
    footer .box_right li a{
        font-size: 14px;
    }
    footer .box_right{
        width: 100%;
        justify-content: space-around;
        margin-top: 30px;
    }
    #fix_banner{
        display:none;
    }
    #tb_fix_banner{
        display:block;
    }
    #tb_fix_banner a{
        z-index: 98;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #e65c59;
        display: block ;
        color: white;
        padding: 8px;
        text-align: center;
        font-size: 14px;

    }
    #loading_box>div:last-of-type, #main_b p:last-of-type {
        line-height: 30px;
    }
    
    #loading_box span.pc_hide.tb_hide.d_block_sp,#main_b span.pc_hide.tb_hide.d_block_sp{
        line-height:0;
    }
    #blog .con_title {
        top: 40px;
        position: absolute;
        left: 5%;
        text-align:left;
    }
    #blog{
        padding-top: 70%;  
    }
    #blog .con_title p.j_title{
        right:0;
    }
}

