@charset "utf-8";




* {padding: 0;margin: 0;}


html {-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}


body {
	font-family: "Inter",sans-serif;
	font-optical-sizing: auto;
    font-feature-settings: "palt";
    letter-spacing: .02em;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
    line-height: 2.2;
    width: 100%;
    overflow: visible;
	margin: 0;
	padding: 0;
}

#wrapper {overflow: hidden;background: #fbfbfb;}
.wh {color: #fff!important;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.small {font-size:12px;transform:scale(1.0);}
.ssmall {
    font-size: 12px;
    transform: scale(0.8);
    display: block;
    text-align: center;
}


section {width: 100%;margin: 40px 0;padding: 40px 0;}
.box_inner {display: block;max-width: 1200px;width: 100%;margin: 0 auto;}




.menu {
    color: #fff;
    background-image: url("../images/menu_bg.jpg");
    background-repeat: repeat;
    background-position: center top;
    padding-top: 35px;
}

.menu h2 {color: #896c17 !important;}

/*(header)-------------------------------------------*/

header  {margin: 0;padding: 0!important;}

menu {margin: 0;padding: 0!important;}

.header {
    height: 60px;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0px;
    mix-blend-mode: difference;
    backdrop-filter: blur(12px);
}

.mix-blend {
    mix-blend-mode: normal!important;
}
.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  width: 120px;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateY(100%);
    background-color: #fff;
    transition: ease .2s;
    opacity: 0;
}


.nav-items {
  padding-top: 200px;
  padding-bottom: 200px;
}

.nav-items__item a {
    color: black;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px;
    font-weight: 600;
}

.nav-items__item a {
 background: 
      linear-gradient(currentColor 0 0) 
      bottom /var(--d, 10px) 1px 
      no-repeat;
  transition:0.5s;
}
.nav-items__item a:hover {
 --d: 80%;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

.header__nav ul li img {
    width: 35%;
    display: block;
    margin: 0 auto;
}




/*(table)-------------------------------------------*/

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table tr {
    display: flex;
    padding: 0.35em;
}

table tr:last-of-type {
    border-bottom: 0;
}

table th{
  padding: 2em;
}

table td {
    padding: 2em 1em;
}
table th {
  font-size: .85em;
}
table thead tr{
  background-color: #50535d;
  color:#fff;
}

th.non {
    border-right: none;
}
.txt{
   text-align: left;
   font-size: .85em;
}

table .btnarea td {
  padding: .2em .5em;
  border-right:none
}

.company tbody th {
    width: 30%;
    font-weight: 600;
    font-size: .85em;
    background: #4d560d;
    border-radius: 6px;
    margin: 0 2% 0 0;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 10%);
}




div#workslide {
    margin-bottom: 80px!important;
    display: block;
}


/*(slash)-------------------------------------------*/

.slash {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
 
.slash::before,
.slash::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 0px 14px 0px;
}
 
.slash::before {
  transform: rotate(45deg);
}
 
.slash::after {
  transform: rotate(-45deg);
}


/*(movie)-------------------------------------------*/
.movie {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    opacity:0.6;
}


/*(entry)-------------------------------------------*/

#entry {
    margin-bottom: 25px;
}

#entry .entry_btn {
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px 5px;
    border: 1px #d1d1d1 solid;
    background: #0000000d;
    font-weight: 600;
}

.entry_sub {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
    color: #2b529e;
    text-decoration: underline;
}


.shop_left img {
    animation-name: float;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes float {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}

#footer_logo img {
animation-name: floating;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes floating {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-15px)
    }
}


/*(/1600～)-----------------------------------------------------------------*/

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

.header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%!important;
  }
  }
  
  
 @media screen and (max-width: 1499px) { 
  .twitter-tweet.twitter-tweet-rendered {
    width: calc(50% - 20px) !important;
    margin: 10px;
    background: #15202b;
    border-radius: 20px;
    border: 1px #536471 solid;
    padding: 10px;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
}
}

 @media screen and (min-width: 1500px) { 
.twitter-tweet.twitter-tweet-rendered {
    width: calc(25% - 20px) !important;
    margin: 10px;
    background: #15202b;
    border-radius: 20px;
    border: 1px #536471 solid;
    padding: 10px;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
}
}


/*(/1100～)-----------------------------------------------------------------*/

@media screen and (min-width: 1100px) {
.pc_none {display: none!important;}
.spbr {display: block;}
.pcbr {display: none;}

body {
    line-height: 1.6;
    font-size: 15px;
}

section {
    width: 100%;
    margin: 0;
    padding: 25px 0;
    position: relative;
}

    h1 {
        opacity: 1;
        font-family: "Inter", serif;
        line-height: 1em;
        font-size: 80px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 700;
        padding: 25px 0 50px 0;
        text-align: center;
        color: #fff;
    }

    h2 {
        font-weight: 500;
        font-family: "Inter", serif;
        padding: 0 0 25px 0px;
        opacity: 1;
        line-height: 2.4em;
        font-size: 20px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }

h3 { 
	font-size: 12px;
    font-weight: 600;
    word-wrap: break-word;
    overflow-wrap: break-word;
}


.engtitle {
    font-family: 'Shippori Mincho', 'Noto Serif JP', serif,YuGothic,"Yu Gothic Medium","Yu Gothic",-apple-system,BlinkMacSystemFont,Intero,"Segoe UI","Helvetica Neue",HelveticaNeue,Verdana,Meiryo,sans-serif!important;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    font-size: 1.8rem;
    line-height: 1.4286;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

section p {
    font-size: 14px;
    padding: 10px 0;
    font-weight: 400;
    line-height: 2.2;
}

.pad0 {
    padding: 0;
}


.bgwave-bottom {
    width: 100%;
    height: 166px;
    background: url("../images/wave_bt.png") repeat-x 0 0;
    background-size: auto 100%;
    -webkit-animation: scroll-anim 5s linear infinite;
    animation: scroll-anim 5s linear infinite;
    position: relative;
    margin-bottom: 25px;
}



/*(shop)-------------------------------------------*/
.shop_wrap {
        display: flex
;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 80px 30px 80px 60px;
    }

.shop_wrap img {
    border-radius: 6px;
    box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.2);
}
    
.shop_left {
    width: 45%;
    padding: 20px;
    order: 1;
}

.shop_right {
    width: 40%;
    padding: 20px;
    order: 2;
}

/*(movie)-------------------------------------------*/

#media {
        color: #fff;
        background-image: url(../images/about_bg.jpg);
        background-repeat: repeat;
        background-position: right top;
}
    
#media h2 {
    color: #896c17 !important;
}
#movie {
        overflow: hidden;
        height: 375px;
    }
.content__item {
	width: 100%;
  display: flex;
  justify-content: center;
 align-items: center;
 padding: 0 30px;
        }
        
.ytube {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56.25%;
  position: relative;
  width: 30%;
  height: 0;
   iframe {
      height: 33%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      border-radius: 15px;
      box-shadow: 0 0 8px #0000005e;
      background: #000;
    }
    a {
      height: 33%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
    }
}



/*(guide)-------------------------------------------*/
.box_contact {
    border-bottom: 1px #ffffff12 solid;
}
.box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #030305;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ae9144;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #FFF;
}


.box_contact h2 {
    font-size: 30px;
    line-height: 30px;
    /* margin-bottom: 30px; */
    /* border-bottom-width: 1px; */
    /* border-bottom-style: solid; */
    /* border-bottom-color: #111; */
    letter-spacing: 1px;
    color: #111111;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 5px;
    clear: both;
}

.box_contact h2 span {
font-size: 50%;
font-weight: 400;
}

.guide {
    display: flex;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    padding: 25px 0;
}

.guide-contents {
    width: 50%;
    text-align: left;
}

    .guide-contents h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
        -moz-border-radius: 10px;
        position: relative;
        margin-top: 30px;
        padding-top: 15px;
        padding-right: 8px;
        padding-bottom: 15px;
        padding-left: 25px;
        color: #b5b5b5;
        font-family: 'Shippori Mincho', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        clear: both;
    }

.guide-contents h4::after {
    display: block;
    width: 3px;
    height: 28px;
    position: absolute;
    top: 17px;
    left: 0px;
    background-color: #ae9144;
    content: '';
}

.guide-contents h4 span {
    font-size: 12px;
    font-weight: 400;
}

.guide-contents ul li {
    font-size: 13px;
    padding: 3px 25px;
}

.box_contact .box_in {
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .box_contact .btn {
    text-align: center;
        width: 50%;
    }
    
    .box_contact .btn a:hover {
    color: #ae9144;
    background-color: #FFF;
    border-top-color: #ae9144;
    border-right-color: #ae9144;
    border-bottom-color: #ae9144;
    border-left-color: #ae9144;
}

.box_contact .btn a {
    font-size: 20px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    border: 5px solid #ae9144;
    text-decoration: none;
    display: block;
    width: 90%;
    background-color: #ae9144;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
}
a:hover {
    color: #896c17 !important;
    text-decoration: none;
}

.box_contact p {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .box_contact .tel {
        width: 50%;
        text-align: center;
    }
    
    .box_contact .tel a {
    font-size: 30px;
    font-weight: 600;
    color: #ae9144;
    text-decoration: none;
}


/*(botton)-------------------------------------------*/

.botton_wh {
    display: block;
    margin: 30px auto 40px auto;
    text-align: center;
}

.botton_wh a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 25px 0;
    font-weight: 600;
    color: #535353!important;
    border-bottom: 2px solid #a9a9a9;
    border-radius: 100vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
    background: #0000001c;
    font-size: 15px!important;
}


.botton_wh a:hover {
	color: #fff;
	background: #a9a9a9;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}


.botton_org {
    display: block;
    text-align: center;
    margin: 30px auto 20px auto;
}

.botton_org a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 50%;
    margin: auto;
    padding: 25px;
    font-weight: 600;
    color: #fff!important;
    border-bottom: 2px solid #a9a9a9;
    border-radius: 100vh;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
    transition: 0.5s;
    background: #ec6103;
    font-family: "Montserrat", Sans-serif!important;
    font-size: 15px!important;
}

.botton_org a:hover {
    color: #fff;
    background: #cc5004;
    border-bottom: 2px solid #fff;
    transform: translateY(3px);
}

.japantrunkroom a img {
    display: block;
    margin: 5px auto 50px;
    width: 180px;
}


/*(contents)-------------------------------------------*/

#contents {
	color: #000;	
	/*background-image: url("../images/background.jpg");
    background-repeat: repeat;
    background-position: center top;*/
}









/*(catchcopy)-------------------------------------------*/

.explanation {
    padding: 0;
}	

.title_wrap {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 1100px;
}

#catchcopy_img {animation-name: float;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-duration: 1.5s;}

#catchcopy_img img {
    width: 400px;
    z-index: 1;
}
#catchcopy h1 {
        color: #fff;
        text-shadow: 0 0 10px #00000038;
        font-family: "Inter", serif;
        line-height: 0.9em;
        font-size: 125px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 900;
        padding: 0;
    }

#catchcopy h2 {
    padding: 0 40px;
}

#catchcopy h3 img {
    display: block;
    margin: 60px auto 0;
    width: 45%;
}




/*(contents wrap)-------------------------------------------*/

.wrap {
    padding: 30px;
    position: relative;
    margin: -75px 0 30px 0;
    box-shadow: none;
    z-index: 2;
    background: #fbfbfb;
}

.wrap h2 {
    font-family: 'Shippori Mincho', 'Noto Serif JP', serif,YuGothic,"Yu Gothic Medium","Yu Gothic",-apple-system,BlinkMacSystemFont,Intero,"Segoe UI","Helvetica Neue",HelveticaNeue,Verdana,Meiryo,sans-serif!important;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    /* font-size: 1.4rem; */
    line-height: 1.4286;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 10px;
}



.contact {
    margin: 0 0 10px 0;
}

.contact span {
    font-weight: 600;
    display: block;
    font-size: 13px;
}

.trunk_contact {
    display: block;
    padding: 5px;
    margin: 5px 0;
}

.contact tr {
    background-color: #f7f7f7;
    padding: 0.35em;
    border-bottom: 1px solid #e8e8e8;
}

.contact th {
    width: 30%;
    font-weight: 600;
    border-right: 1px #e8e8e8 solid;
    font-size: 13px;
    background: #f3f3f3c7;
}

.contact td {
    width: 70%;
    padding: 20px;
    font-size: 12px;
}

.contact_main {
    font-size: 22px!important;
    font-weight: 800;
}

.contact_sub {
    font-size: 15px!important;
}


.company tbody th {
    font-size: 13px;
}

    .company tbody td {
        font-size: 13px;
        /* padding: 20px; */
        background: #19203c57;
        border-radius: 6px;
        width: 68%;
        box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 10%);
    }



#workslide {
    margin-bottom: 80px !important;
    /* display: block; */
}

/*(splash)-------------------------------------------*/

.move_position {position: relative;}






    .img-clip03 {
        -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
        background: linear-gradient(0deg, rgb(85 160 192), rgb(0 90 154 / 0%)), url(../images/img-clip03.jpg);
        background-size: cover;
        background-position: center;
        padding: 250px 0 250px 0;
        position: relative;
        margin: 0 0 -10px 0;
    }

    .img-clip04 {
        -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
        clip-path: polygon(100% 0%, 100% 100%, 0 100%, 0 0%);
        background: linear-gradient(0deg, rgb(85 160 192), rgb(5 4 5 / 0%)), url(../images/img-clip04.jpg);
        background-size: cover;
        background-position: center;
        padding: 250px 0 250px 0;
        position: relative;
        margin: 0 0 -10px 0;
    }



.splashwrap {
    position: relative;
}

.splashleft,.splashright{
	display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(1);
    background-color: #55a0c0;
}

.splashleft.splash {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #55a0c0;
    animation-name: splashleft;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes splashleft{
  0% {
    transform-origin:left;
    transform:scaleX(1);
    opacity:1;
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
    opacity:1;
  }
  50.001% {
    transform-origin:right;
    opacity:1;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
    opacity:1;
  }
}

.splashright.splash {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background-color: #55a0c0;
    animation-name: splashright;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes splashright{
  0% {
    transform-origin:right;
    transform:scaleX(1);
    opacity:1;
  }
  50% {
    transform-origin:right;
    transform:scaleX(1);
    opacity:1;
  }
  50.001% {
    transform-origin:left;
    opacity:1;
  }
  100% {
    transform-origin:left;
    transform:scaleX(0);
    opacity:1;
  }
}


#workslide img {
    padding: 15px;
    border-radius: 30px;
}


/*(vision)-------------------------------------------*/

#vision {
    text-shadow: 0 0 10px #00000038;
}

.strength-clip {
    -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
    background: -webkit-linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/message.jpg");
    background: linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/message.jpg");
    background-size: cover;
    background-position: center;
    padding: 80px 0 60px 0;
    position: relative;
    margin: 0 0 -25px 0;
    color: #fff;
}


/*(header)-------------------------------------------*/

#pc_header h2 {
    padding: 0 0 10px;
    font-size: 16px;
    font-weight: 800;
    width: 100%;
}


.header__nav {
    background: 0;
    z-index: 1;
    backdrop-filter: none;
    opacity: 1;
}

.header__title {
    width: 220px;
   padding: 0px;
    margin: 0px;
}

.header__title img {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px;
}


.header {
    height: 80px;
    width: 100%;
    z-index: 99;
}

.header__inner {
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 70%;
  }

.nav-items__item {
    padding: 0;
}

.nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }

.nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
  }

.nav-items__item a {
    margin-bottom: 0;
  }

.nav-items__item a {
    color: white;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 600;
    padding-bottom: 5px;
}

.nav-items__item a:hover {
    --d: 100%;
    color: #002775;
}

#js-hamburger {
    display: none!important;
}


.image-crossfader {
  overflow: hidden;
  position: relative;
  height: 100svh;
  background: #000;
}
.image-crossfader-inner {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
    
}
.image-crossfader-inner.is-visible {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.image-crossfader-inner:nth-child(1) {
  background: -webkit-linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/pc_headerbg.jpg");
  background: linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/pc_headerbg.jpg");
    background-size: auto 100%;
    background-position: center;
}


#catchcopy {
   position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 2;
color: #fff;
text-align: center;
width: 1100px;
padding: 0 15px;
}


#catchcopy p {
        font-size: 0.8em;
        text-shadow: 0 0 10px #00000038;
        font-weight: 600;
    }

.catcheng {
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.3em;
    font-size: 10px;
    display: inline-block;
    background: linear-gradient(220.55deg, #789bff 0%, #b3fbff 100%);
    background: -webkit-linear-gradient(220.55deg, #789bff 0%, #b3fbff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#catchcopy .catcheng {
	background: linear-gradient(220.55deg, #FFF 0%, #FFF 100%);
	background: -webkit-linear-gradient(220.55deg, #FFF 0%, #FFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

    #catchcopy h2 {
        width: 800px;
        margin: 0 auto;
        font-size: 1em;
        text-shadow: 0 0 10px #00000038;
        font-weight: 600;
        font-family: "Inter", serif;
        padding: 0 0 25px 0px;
        opacity: 1;
        line-height: 1.4em;
        font-size: 30px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        color: #fff;
    }

    #catchcopy h3 {
        font-size: 15px;
        font-weight: 400;
    }




/*(scrolldown)-------------------------------------------*/

.scrolldown {
    position: absolute;
    right: 20px;
    bottom: 30px;
    height: 50px;
    z-index: 1;
}

.scrolldown span{
  position: absolute;
  left:-12px;
  top: -40px;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  right: 2px;
  width: 1px;
  height: 40px;
  background: #fff;
  animation: pathmove 1.5s ease-in-out infinite;
  opacity:0;
}


.clip-slides[data-direction=work-left] {
    flex-direction: row-reverse;
    background: url("../images/slides.png") repeat-x 0 0;
    background-size: 1600px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: to-workleft 20s linear infinite;
    animation: to-workleft 20s linear infinite;
    z-index: 2;
    height: 100px;
    top: 0px;
    position: relative;
    margin: 0 0 15px 0;
    opacity:0.6;
}


.clip-slides[data-direction=work-left]>img.-animated {
    animation: to-workleft 20s linear infinite;
}

@keyframes to-workleft {
0% {
    background-position: 1300px 0;
}
100% {
    background-position: 0 0;
}
}


@keyframes splashtop{
  0% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50% {
    transform-origin:bottom;
    transform:scaleY(1);
  }
  50.001% {
    transform-origin:top;
  }
  60% {
    opacity:1;
  }
  100% {
    transform-origin:top;
    transform:scaleY(0);
    opacity:0.6;
  }
}

/*(box_inner)-------------------------------------------*/

.box_inner {
    max-width: 1100px;
    padding: 25px;
}

.box_inners {
    max-width: 1100px;
    padding: 40px 25px;
    margin: 0 auto;
}


/*(about)-------------------------------------------*/

#about {
	background-image: url("../images/about_bg.jpg");
    background-repeat: repeat;
    background-position: right top;
	padding: 0 0 25px 0;
	color: #fff;
}

#title {
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

#title h1 {
        font-family: "Inter", serif;
        line-height: 1em;
        font-size: 80px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 700;
        padding: 0 0 50px 0;
    }

#title span {
        font-size: 11px;
        color: #ffe400;
        font-weight: 500;
    }

#ca {
        padding: 20px;
        background: #ffffffe6;
        text-align: center;
        border-radius: 60px;
        box-shadow: 1px 4px 0px #00000026;
        width: 90%;
        margin: 50px auto 80px auto;
    }

#ca p {
        font-size: 19px;
        font-weight: 800;
        color: #000;
    }


/*(cto)-------------------------------------------*/

      #cto h1 {
        opacity: 1 !important;
        color: #202020;
    }
    
    #cto h2 {
        opacity: 1 !important;
        color: #202020;
    }
    
/*(x Twitter)-------------------------------------------*/
#x_wrap {
    background: #1d2d3d;
}
    #x {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 60px 0;
    padding: 0 55px;
    justify-content: space-between;
    align-items: stretch;
}



.tweet-embed {
  max-width: 100%;
  width: 100%;
}
.twitter-tweet {
  width: 100% !important;
}

/*(chart)-------------------------------------------*/
#chart_wrap {
    background: #2a2e39;
}
    #chart {
        width: 80%;
        /* height: 500px; */
        margin: 20px auto 60px auto;
    }
    
#chart_wrap h2 {
    text-align: center;
}

/*(bg_black)-------------------------------------------*/
#bg_black {
    background:  #e3e3e3;
    padding: 0 0 0 0;
}

    #bg_gray {
        background: #f9f9fb;
        padding-bottom: 0;
    }

 #bg_gray h1 {
	color: #202020;
    }
/*(howtobuy)-------------------------------------------*/
    #howtobuy {
        color: #fff;
        /*background: linear-gradient(0deg, rgb(5 4 5), rgb(0 0 0 / 8%)), url(../images/howto_bg.jpg);*/
    }

    .card_wrap {
        display: flex
;
        flex-wrap: wrap;
        margin: 80px 0 60px 0;
        padding: 0 55px;
    }

    .snip1336 {
        position: relative;
        overflow: hidden;
        /* margin: 10px; */
        /* min-width: 230px; */
        /* max-width: 315px; */
        width: 100%;
        color: #ffffff;
        text-align: left;
        line-height: 1.4em;
        /* background-color: #141414; */
        /* background: #070808; */
        margin: 1.5%;
        border-radius: 6px;
        box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
        width: 22%;
        /* text-align: center; */
    }
.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 1;
}
.snip1336 figcaption {
  width: 100%;
  padding: 25px;
  position: relative;
}

.snip1336 figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}
.snip1336 figcaption a:hover {
  opacity: 1;
}
    .snip1336 .profile {
        border-radius: 50%;
        position: absolute;
        bottom: 90%;
        left: 25px;
        z-index: 1;
        max-width: 60px;
        opacity: 1;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }
.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}
    .snip1336 h2 {
        font-family: "Inter", serif;
        padding: 0;
        margin: 0 0 20px 0;
        color: #202020;
        font-weight: 700;
        font-size: 24px;
        border-bottom: 1px #e1e1e1 solid;
    }
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}
    .snip1336 p {
        margin: 0 0 10px;
        font-size: 1.1em;
        letter-spacing: 0.5px;
        opacity: 0.8;
        padding: 0;
        color: #000;
        font-weight: 500;
        line-height: 1.8;
    }
    
    
    
    .company.companyview {
    color: #fff;
    /*- background: linear-gradient(0deg, rgb(5 4 5), rgb(0 0 0 / 8%)), url(../images/overview_bg.jpg); -*/
}
/*(begins )-------------------------------------------*/

    #begins {
        background: linear-gradient(0deg, rgb(5 4 5 / 0%), rgb(0 0 0 / 0%)), url(../images/begins_bg.jpg);
        background-repeat: repeat;
        background-position: right top;
        background-size: cover;
        padding: 150px 0 150px 0;
        color: #fff;
    }

#begins h1 {text-align: left;}

#begins h3 {
        opacity: 0.9;
        font-family: "Inter", serif;
        line-height: 1em;
        letter-spacing: 0.05em;
        font-size: 50px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 400;
        padding: 25px 0 0 0;
        color: #c70000;
    }
    










/*(partners/sns)-------------------------------------------*/
    #partner {
        background: #55a0c0;
        padding: 0 0 25px 0;
    }

#partner h1 {
    color: #fff;
}

#partner h2 {
    color: #fff;
}

#partners {
	display:flex;
	flex-wrap:wrap;
  }
  
    #partners li {
        width: 29%;
        padding: 20px;
        text-align: center;
        /* background: #070808; */
        margin: 2%;
        /* border-radius: 16px; */
        /* box-shadow: 0 0 11px #566c9a; */
        border-radius: 6px;
        box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
        /* width: 22%; */
                background: #1b6585;
    }

#partners li a {display: block;}

#partners li a img {
    width: 70%;
    opacity: 0.9;
}

#sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
  
#sns li {
    width: 100%;
    padding: 20px;
}

#sns li a {display: block;}

    #sns li a img {
        width: 7%;
        /* box-shadow: inset 0 0 60px whitesmoke, inset 20px 0 80px #f0f, inset -20px 0 80px #0ff, inset 20px 0 300px #f0f, inset -20px 0 300px #0ff, 0 0 50px #fff, -10px 0 80px #f0f, 10px 0 80px #0ff; */
        border-radius: 60px;
        animation: spin 10s linear infinite;
        box-shadow: 0 0 11px #566c9a;
    }

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/*(access)-------------------------------------------*/

.access {
    background: #0000000a;
}


.accessp {
    display: inline-block;
    font-size: 13px;
    background: #bbb;
    padding: 5px 20px;
    margin: 0 0 15px;
    color: #fff;
    border-radius: 20px;
}

.access ul li {
    font-size: 12px;
    padding: 3px 6px;
}

.access iframe {
    height: 450px!important;
}

/*(footer)-------------------------------------------*/
footer {
	background-image: url("../images/bottom_bg.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
}
    #footer {
        padding: 0px;
        margin: 0;
        color: #ffffff9c;
    }
#copyright {
    display: block;
    text-align: center;
}

#footer_logo img {
    width: 40%;
    opacity: 0.9;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
}

.footer_menu li {
    width: 50%;
    font-size: 12px;
    background: #e7e7e7;
}

.footer_menu li:first-of-type {}

.footer_menu li a {
    display: block;
    padding: 20px;
}

.footer_menu li:first-of-type {
    border-right: 1px #fff solid;
}

#footer_logo span {
    display: block;
    padding: 0;
    margin: 0;
    color: #ffe400;
    font-weight: 900;
    font-size: 12px;
    letter-spacing: 0.5em;
}

address {
        font-style: normal;
        color: #cdcdcd;
        display: block;
        padding: 10px 0 10px 0;
        font-size: 10px;
        transform: scale(0.9);
        text-align: center;
    }

#footer_logo {
    padding: 30px 0 0 0;
}

address a {
    color: #ffffff;
    padding: 8px;
    background: #1d2332;
    border-radius: 10px;
    margin: 0 0 0 10px;
}





/*(secondary)-------------------------------------------*/

#secondary h3 {
    padding: 10px 0 20px 0;
    margin: 10px 0 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

#secondary h3.ans {
    text-align: center;
    border: none!important;
}

#secondary h4 {
    text-align: center;
    color: #412202;
    border-bottom: 2px #5d3914 solid;
    padding: 15px;
    margin: 30px 0;
    background: #41220217;
}

#secondary h5 {
    background: #87827e;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 15px;
}

.secondary_photo {
    max-width: 960px;
    padding: 0 25px;
    margin: 0 auto;
}

.secondary_photo img {
    border-radius: 20px;
    box-shadow: 0 0 6px #0000001a;
}

#secondary .strength-clip {
    background: url(../images/vision.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .asset-clip {
    background: url(../images/asset.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .investment-clip {
    background: url(../images/investment.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .inheritance-clip {
    background: url(../images/inheritance.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    margin: 0!important;
    color: #fff;
}

#secondary .appraisal-clip {
    background: url(../images/appraisal.jpg);
    background-size: cover;
    background-position: center;
    height: 650px;
    position: relative;
    margin: 0!important;
    color: #fff;
}


.q-a {
    border: solid 2px #e3e0dd;
    padding: 0.3em 0.5em;
    position: relative;
    color: #684f37;
    list-style-type: none;
    margin: 20px 0px;
}

.q-a li {
    line-height: 1.5;
    padding: 1em 0 1em 2em;
    border-bottom: dashed 1px #d6d3d0;
    font-size: 15px;
}

.q-a li:before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f14a";
  left : 0.75em;
  color: #684f37;
}

.q-a li:last-of-type,.list2 ol li:last-of-type{
  border-bottom: none;
}


#comparison_list {
    margin: 15px 0 30px 0;
}

.list_h {
    width: 20%;
}

#comparison_list th {
    background: #e9e9e8;
    padding: 20px 6px;
}

#comparison_list td {
    width: 40%!important;
    font-size: 13px;
    border: 1px #e9e9e8 solid;
}


}
