@charset "utf-8";


.sp_none {display: none!important;}
.spbr {display: block;}
.pcbr {display: none;}

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

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

    h1 {
        opacity: 1;
        font-family: "Inter", serif;
        line-height: 1em;
        font-size: 50px;
        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: 2em;
        font-size: 16px;
        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,Roboto,"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;
    text-align: center;
}

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

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

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

#movie {
    padding: 0;
}


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

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

.botton_wh a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 65%;
    margin: auto;
    padding: 15px;
    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: 13px!important;
}

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


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

.botton_org a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 65%;
    margin: auto;
    padding: 15px;
    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: 13px!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 30px;
    width: 30%;
}


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

#contents {color: #000;}

#contents p {
        overflow-wrap: break-word;
        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;
    }

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

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

#catchcopy h1 {
    color: #fff;
    opacity: 0.9;
    line-height: 1.8em;
    letter-spacing: 0.2em;
    font-size: 16px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: 600;
}

    #catchcopy h2 {
        padding: 0px 25px;
        font-size: 12px;
    }

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


/*(news)-------------------------------------------*/

#banner ul {
    display: flex;
    justify-content: space-around;
}
#banner ul li img {
    width: 100%;
    height: auto;
    padding: 5px;
}

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

.ul_news {
    width: 100%;
    display: block;
    padding: 0;
}

.ul_news li {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px #d9d9d9 dotted;
}

    .news_date {
        font-size: 10px;
        padding: 5px 10px;
        background: #7f3219;
        color: #fff;
    }

.ul_news a {
    font-size: 13px;
    padding: 0px 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
}


.content .ul_news li {
    line-height: 25px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}


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

.wrap {
    padding: 20px;
    position: relative;
    margin: -75px 0 0 0;
    box-shadow: 0 0 6px #0000000d;
    z-index: 2;
    background: #fff;
}

.wrap h2 {
    font-family: 'Shippori Mincho', 'Noto Serif JP', serif,YuGothic,"Yu Gothic Medium","Yu Gothic",-apple-system,BlinkMacSystemFont,Roboto,"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;
}




/*(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: 200px 0 200px 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: 200px 0 200px 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: #050405;
}

.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)-------------------------------------------*/

.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;
    color: #fff;
}


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

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

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

.header__nav ul {
    padding: 100px 25px 200px 25px;
}

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

.header__nav ul li a {
    color: #fff;
    text-align: left;
    position: relative;
    display: block;
    padding: 16px 0;
    background: url("../images/ico_arrow_right.svg") no-repeat center right 7px;
    background-size: 16px 16px;
    border-bottom: 1px solid #fdfdfd24;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-animation: arrow_right 1.6s ease-in-out;
    animation: arrow_right 1.6s ease-in-out;
}



.header__hamburger {
  width: 48px;
  height: 100%;

}

.hamburger {
    position: relative;
    background: #fdfdfd1c;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 9999;
    border: none!important;
    font-family: 'Montserrat', sans-serif;
}

.hamburger span {
   display: inline-block;
	transition: all .4s;
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    width: 60%;
}

.hamburger span:nth-of-type(1) {
  top:13px; 
}

.hamburger span:nth-of-type(2) {
  top:19px;
}

.hamburger span:nth-of-type(3) {
  top:25px;
}

.hamburger span:nth-of-type(3)::after {
    content: "MENU";
    position: absolute;
    top: 7px;
    left: -10px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
    width: 50px;
    display: block;
    transform: scale(0.85);
    letter-spacing: 0.1em;
}

.header__nav.active {
    transform: translateY(0);
    transition: ease .2s;
    opacity: 1;
}

.hamburger.active span:nth-of-type(1) {
    top: 12px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active span:nth-of-type(3) {
    top: 24px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
.hamburger.active span:nth-of-type(3)::after {
    content: "CLOSE";
    transform: scale(0.85) translateY(0) rotate(-45deg);
    top: 9px;
    left: 1px;
}

@keyframes arrow_right {
0% {
    background-position: center right 30px;
    opacity:0;
}
100% {
    background-position: center right 7px;
    opacity:1;
}
}

    .image-crossfader {
        overflow: hidden;
        position: relative;
        height: 100svh;
        background: #000000;
    }
.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/sp_headerbg.jpg");
  background: linear-gradient(180deg, #00000029 10%, #000000b3 70%, #00000024 100%),url("../images/sp_headerbg.jpg");
    background-size: auto 100%;
    background-position: center;
}


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

 #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: 100%;
        padding: 0 15px;
    }


#catchcopy_img img {
    width: 70%;
    z-index: 1;
}

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


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

#catchcopy h1 {
        color: #fff;
        text-shadow: 0 0 10px #00000038;
        font-family: "Inter", serif;
        line-height: 0.9em;
        font-size: 65px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 900;
        padding: 0;
        letter-spacing: 0.05em;
    }

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

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


/*(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;
}



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


.header__nav {
    background: linear-gradient(220.55deg, #09101bcc 0%, #03040db8 100%);
    z-index: 1;
    backdrop-filter: blur(4px);
}

.header__nav.active {
    position: fixed;
    top: 0;
}

.header__nav.active ul::after {
	display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(220.55deg, #00509d 0%, #033463 100%);
        background: -webkit-linear-gradient(220.55deg, #00509d 0%, #033463 100%);
    animation-name: splashtop;
    animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

.nav-items__item img {
    width: 40% !important;
}

@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;
  }
}




.clip-slides[data-direction=work-left] {
    flex-direction: row-reverse;
    background: url("../images/slides.png") repeat-x 0 0;
    background-size: 1200px;
    -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: 100%;
        padding: 20px 30px;
    }

.box_inners {
    max-width: 100%;
   padding: 20px 30px;
}




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

#about {
	background-image: url("../images/about_spbg.jpg");
	        background-size: cover;
    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: 50px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 700;
        padding: 0px 0 25px 0;
}

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

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

    #ca p {
        font-size: 15px;
        font-weight: 800;
        color: #000;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 20px;
        width: 100%;
        text-align-last: justify;
    }


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

    #cto h1 {
        opacity: 1 !important;
        color: #050405;
    }
    
    #cto h2 {
        opacity: 1 !important;
        color: #050405;
    }

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

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

    #howtobuy h1 {
        padding: 50px 0 20px 0;
    }

    .card_wrap {
        margin: 30px 0 60px 0;
        padding: 0 20px;
    }

    .snip1336 {
        position: relative;
        overflow: hidden;
        width: 100%;
        color: #ffffff;
        text-align: left;
        line-height: 1.4em;
        margin: 30px 0 30px 0;
        /* border-radius: 16px; */
        /* box-shadow: 0 0 8px #13264e; */
        border-radius: 6px;
        box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    }
        
.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;
}
.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: 10px 0;
        margin: 0;
        color: #101010;
        font-weight: 700;
        font-size: 20px;
    }
.snip1336 h2 span {
  display: block;
  font-size: 0.5em;
  color: #2980b9;
}

    .snip1336 p {
        margin: 0 0 10px;
        font-size: 0.8em;
        letter-spacing: 0.5px!important;
        opacity: 0.8;
        padding: 0;
        color: #000;
        font-weight: 500;
    }
    
    
    
    .company.companyview {
    color: #fff;
    /*background: linear-gradient(0deg, rgb(5 4 5), rgb(0 0 0 / 8%)), url(../images/overview_spbg.jpg);
            background-size: cover;*/
}


/*(tokenomics)-------------------------------------------*/

.shop_left img {
    margin:  0;
}

.shop_right {
    margin-bottom: 60px;
    width: 94%;
}

table th {
    padding: 2.5em;
}
.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%);
    }

/*(begins )-------------------------------------------*/

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

#begins h1 {text-align: left;}
#begins h2 {padding: 0;}
#begins h3 {
        opacity: 0.9;
        font-family: "Inter", serif;
        line-height: 1em;
        letter-spacing: 0.05em;
        font-size: 22px;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-weight: 400;
        padding: 20px 0;
        color: #c70000;
    }
    
/*(chart)-------------------------------------------*/
#chart_wrap {
    background: #2a2e39;
}
    #chart {
        padding: 0 20px 80px 20px;
        margin: 0 auto 0 auto;
    }
    
#chart_wrap h2 {
    text-align: center;
}

    
/*(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: 46%;
        padding: 20px;
        text-align: center;
        margin: 2%;
        border-radius: 6px;
        box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
        background: #1b6585;
    }

#partners li a {display: block;}

#partners li a img {
    width: 100%;
    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: 14%;
        /* 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); } }

















/*(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: 50%;
    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: 0 0 10px 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    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: 20px 0;
    background: #41220217;
}

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

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

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

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

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

#secondary .appraisal-clip {
    background: url(../images/appraisal.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
    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: 13px;
}

.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;
}




.ct-btns a {
    position: relative!important;
    display: block!important;
    cursor: pointer!important;
    letter-spacing: 0.1em!important;
    line-height: 2.2!important;
    text-align: center!important;
    width: 90%!important;
    font-size: 16px!important;
}



    #x {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0 60px 0;
        padding: 0 20px 40px;
        justify-content: space-between;
        align-items: stretch;
    }

    #x_wrap {
        background: #1d2d3d;
    }
    
        .twitter-tweet.twitter-tweet-rendered {
        width: calc(100%) !important;
        background: #15202b;
        border-radius: 20px;
        border: 1px #536471 solid;
        padding: 10px;
        box-shadow: -4px 9px 25px -6px rgba(0, 0, 0, 0.1);
    }