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

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;font-family: 'Benne', serif;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-collapse:collapse;border-spacing:0;}
hr {display:block;height:1px;border:0;  border-top:1px solid #cccccc;margin:1em 0;padding:0;}
input, select {vertical-align:middle;}

/* CSS */

body{margin: 0;}
.entry-content {
    position: absolute;
    top: 0;
    z-index: -9999;
}
.wp-block-group.alignfull.has-white-background-color.has-background {
    width: 1100px;
    margin: 0 auto;
}
a{color: #000;text-decoration: none;}
/*footer*/
footer{background: #fff;padding:15px 0;}
/*menu*/
.menu_box {
    background: #000;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.menu {
    height: 13px;
    position: fixed;
    right: 16px;
    top: 23px;
    width: 25px;
    z-index: 99;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 4px;
    transform: rotate(45deg);
}
.menu__line--bottom.active{
    bottom: 6px;
    transform: rotate(135deg);
}

/*gnav*/
.gnav{
    background: #fafafa;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    display: flex;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
}
.gnav__menu__item{
    margin: 3rem 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: 2.5rem;
    text-decoration: none;
    transition: .2s;
}
.gnav__menu__item a:hover{
    color: #337ab7;
}
ul.gnav__menu {
    list-style: none;
    margin: 80px auto 0;
    text-align: center;
}

.gnav__menu__item img{width: 32px;}

/*top*/
#top_back{background-color: #fff;}
#page {overflow: hidden;}
.video_cnt {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: -2;
}

.video_cnt > video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.top_main_img {background-attachment: initial !important;}
#tc_instagram_cnt {
    margin: 0 auto;
    max-width: 1040px;
    padding: 100px 80px;
    z-index: 9999;
    background: #fff;
}
.tc_instagtam_ttl,.tc_brand_ttl{
    text-align: center;
    font-size: 28px;
    letter-spacing: 0.15em;
    margin: 80px 0 30px;
    position: relative;
}
.tc_instagtam_ttl::after, .tc_brand_ttl::after {
    content: "";
    width: 15px;
    align-items: center;
    position: absolute;
    display: inline-block;
    height: 1px;
    background-color: #000;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#tc_brand_cnt {
    margin: 0 auto;
    max-width: 1040px;
    padding: 100px 80px;
    z-index: 9999;
    background: #fff;
}

ul.tc_brand_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

ul.tc_brand_list li {
    flex-basis: calc(25% - 30px);
    margin: 0 15px;
    list-style: none;
}

ul.tc_brand_list li img {
    width: 100%;
}
.mv_logo {
    margin-bottom: 20px;
    display: block;
}

.mv_txt {
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.05em;
    font-size: 12px;
}

.mv_logo img {
    width: 55%;
}

.mv_parts{
    position: absolute;
    text-align: center;;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;}
#sb_instagram .sbi_photo img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.copyright{font-size: 12px;text-align: center;}

/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
.scrolldown2 {
    position: absolute;
    bottom: -10rem;
    left: 50%;
}

/* 丸の描写 */
.scrolldown2:before {
content: "";
position: absolute;
bottom:0;
left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#eee;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:75px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
  100%{opacity:0;}
 }

.scrolldown2:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 80px;
  background:#eee;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 0.5s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fv_fadeup {
    animation-name: fadeup;
    animation-duration: 2s;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.footer_menu {
    font-size: 12px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    height: 9px;
}
.footer_menu_box:first-child {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
.menu_box {
    background: #000;
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.menu {
    height: 13px;
    position: fixed;
    right: 24px;
    top: 28px;
    width: 30px;
    z-index: 99;
}
.menu_txt {
    position: absolute;
    bottom: -20px;
    color: #fff;
    font-size: 10px;
}
}

@media only screen and (max-width: 768px) {
.mv_parts {
width: 65%;
top: 40%;}
.mv_logo img {
    width: 100%;
}
.mv_txt{top: 40%;}
ul.tc_brand_list li {
    flex-basis: calc(50% - 30px);
    margin: 0 15px;
    list-style: none;
}
#tc_brand_cnt{
    padding: 80px 0;
}
#tc_instagram_cnt{padding: 40px 10px;}

.video_cnt > video {
    top: 52%;
    left: 124%;}
.sbi_item{width: 50% !important}
}