@charset "UTF-8";


body {
    -webkit-animation: fadeIn 2.8s ease 0s 1 normal;
    animation: fadeIn 2.8s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
  }

  @-webkit-keyframes fadeIn {
    0% { opacity: 0 }
    100% { opacity: 1 }
  }

section {
}

.bg_bk{
    background-color: #000;
}

.bg_wt{
    background-color: #FFF;
}
.bg_lightgray {
	background-color: #eeefef;
}
.wrapper {
	padding: 9rem 0;
}


/* ===========================
バナー
=============================== */
.floating-banner {
	margin: 0;
	padding: 0;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
.floating-banner img {
	margin: 0;
	padding: 0;
}
.B-pc {
    width: 280px;
}
.floating-banner:hover {
    opacity: .8;
	transition:0.4s;
}
.B-tb {
	display: none;
}
.B-sp {
    display: none;
}
@media screen and (max-width: 1024px) {
    .B-pc,.B-sp {
        display: none;
    }
	.B-tb {
		display: inline-block;
		width: 85vw;
		margin: 0 auto;
		max-width: 85%;
	}
}
@media screen and (max-width: 599px) {
    .B-sp {
        display: inline-block;
        width: 100vw;
		margin: 0 auto;
		max-width: 100%;
    }
	.B-tb {
        display: none;
    }
}


/* インデックス Main img */
.main_imgBox {
	box-sizing: border-box;
    height: 100vh;
    overflow: hidden;
    position: relative;
}


.main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 25s 0s infinite;
    animation: anime 25s 0s infinite;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_img span {
    z-index: 12;
    color: #FFF;
    font-size: 5rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
	margin-top: 10px;
}
.main_logo {
    z-index: 12;
    margin-top: 10px;
    max-height: 15%;
}


.main_img:nth-of-type(2) {
      -webkit-animation-delay: 5s;
      animation-delay: 5s; }

.main_img:nth-of-type(3) {
      -webkit-animation-delay: 10s;
      animation-delay: 10s; }
  
.main_img:nth-of-type(4) {
      -webkit-animation-delay: 15s;
      animation-delay: 15s; }
    
.main_img:nth-of-type(5) {
      -webkit-animation-delay: 20s;
      animation-delay: 20s; }


@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        transform: scale(1.2);
        z-index:9;
    }
    100% { opacity: 0 }
}

@-webkit-keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        z-index:9;
    }
    100% { opacity: 0 }
}



.block {
	box-sizing: border-box;
	color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.parallax-bg {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 1.6;
}


.img-bg-02 {
    background-image: url(../img/R-block2.jpg) ;
    height: 50vh;
    color: #FFF;
    font-size: 3.3rem;
    letter-spacing: 0.5rem;
}
.img-bg-03 {
    background-image: url(../img/index-img03.jpg);
    height: 50vh;
    color: #FFF;
    font-size: 3.3rem;
    letter-spacing: 0.5rem;
}


/* スクロールするコンテンツ */
.scrollbox1 {
	background-color: #fff;
}
.scrollbox2 {
	background-color: #eeefef;
}

.contents-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.box-width_small {
    padding: 50px;
    max-width: 700px;
}
.box-width_large {
	padding: 50px;
    max-width: 930px;
}
.box-width_small_np {
	width: 500px;
    padding: 0;
    max-width: 500px;
}
.box-center {
	display:inline-block;
	text-align:center;
	width:100%;
}

/* ===========================
Block_1 ABOUT
=============================== */

.mainbox-H-bk {
	font-family: 'GothamBook';
    color: #000;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: normal;
	margin: 2rem 1rem;
}
.mainbox-Heading {
    padding: 0px 0px;
    text-align: center;	
	font-size: 3.3rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.4rem;
}

.block-mainbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.block-mainbox p {
    font-size: 1.5rem;
    text-align: justify;
    line-height: 1.8;
}


.contents-line {
    display: block;
    border-bottom: thin 1px #000;
    margin: 0;
    padding: 0;
	width: 100%;
} 	
.block-H3 {
    font-family: 'A1 Gothic M', sans-serif;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.75;
    margin-bottom: 20px;
    font-weight: normal;
}
#workflow_svg {
    width: 80%;
}




/* ===========================
Block_2 FOOD CREATIVE
=============================== */
H3.block2-H {
    font-family: 'A1 Gothic M', sans-serif;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    margin: 1.5rem 0;
    line-height: 1.7;
}
H4.block2-Hb {
    font-family: 'A1 Gothic M', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    margin: 6rem 0 0;
    line-height: 1.7;
}
.food-creative-flex {
	display: flex;
	flex-direction: column;
}
.food-creative-flex_item {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
	border-bottom: 1px solid #000;
	align-items: center;
}
.food-creative-flex_item:first-child {
	border-top: 1px solid #000;
}
.food-creative-flex_item p {
    font-size: 1.45rem;
    text-align: justify;
    line-height: 1.8;
}
.fc-item_left,.fc-item_right {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	width: 47%;
} 
.fc-item_left img,.fc-item_right img {
	vertical-align: bottom; /* 下揃え */
	display: block; /* 要素をブロック化 */
}
.fc-item_img img {
	width: 100%;
}
.fc-point {
    font-family: 'A1 Gothic M', sans-serif;
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 10px;
	margin-right: auto;
}
.fc-point span {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 10px;
    border-bottom: thin solid #000000;
  	width:fit-content;
}


/* ===========================
Block_3 FOOD×DESIGN
=============================== */
#fooddesign-svg {
	display: block;
    width: 50%;	
	margin: 15px auto;
}

.food-text {
	font-family: 'A1 Gothic M', sans-serif;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.9;
	margin: 25px 0;
}
.food-text_cap {
    margin: 0 auto;
    /* [disabled]max-width: 500px; */
    font-size: 1.35rem;
    text-align: justify;
    line-height: 1.85;
}
.fd-img01 {
	margin: 20px auto 0;
	width: 100%;
}
.fd-img02 {
	margin: 25px auto;
	width: 100%;
}

.woekF-casebox {
    display: flex;
    margin: 0;
    flex-direction: column;
}


.workF-case-itembox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.workF-case-itembox_2 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.item-3 {
	width: 31%;
}
.item-2 {
	width: 48%;
}
.item-1 {
	width: 100%;
}
.block3-item_arrow {
	margin-top:-20px;
}
.block3-item_arrow_down {
    text-align: right;
    display: block;
    margin: 15px 0 0 84%;
}
.block3-item_arrow i,.block3-item_arrow_down i {
	font-size: 3rem;
}
.case-cap {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 10px;
    line-height: 1.6;
}
.case-cap a {
	color: #fff;
}
.case-cap a:hover {
    color: #ABABAB;
}
H3.block3-H {
    font-family: 'A1 Gothic M', sans-serif;
    font-size: 1.65rem;
    text-align: center;
    line-height: 1.65;
    margin: 10rem 0 2.5rem;
	border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
}
.work-F-conflow {
	margin: 100px 0 0;
    width: 100%;
    padding: 10px 7% 40px 7%;
    background-color: #fff;
	color: #000;
}
.workF-flowbox {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.itemf {
    width: 100%;
    margin-bottom: 0.5rem;
}
.flowtext {
    width: 100%;
    display: block;
    border: thin solid #000;
    text-align: center;
    padding: 1.4rem 0;
    font-size: 2.1rem;
    line-height: 1.6;
}
.flowtext_smallcap {
    font-size: 1.5rem;
}
.itemf p {
    width: 100%;
    font-size: 1.3rem;
    margin: 1.3rem 0;
    line-height: 1.6;
    text-align: center;
}
.item_arrow_down_center {
    width: 2rem;
    display: block;
    margin: 0 auto -5px;
}
.head-line {
    display: block;
    border-bottom: thin solid #000;
    margin: 25px 0 10px;
} 	
.workF-Heading-flow {
    padding: 20px 0px 0px;
    font-size: 3.2rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.4rem;
    text-align: center;
}
.workF-Heading-flow span {
	font-family: 'GothamBook';
    position: relative;
    display: block;
    font-size: 1.6rem;
    height: 7rem;
    margin: 0 0 5px;
    line-height: 7rem;
}

.workF-Heading-flow span::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 20px;
    margin: auto;
    background-color: #000;
}
.work-F-boxcap {
    margin: 0rem 0rem 40px 3rem;
    font-size: 1.5rem;
    line-height: 1.7;
}
.works-sub {
	display: block;
	font-size: 1.5rem;
	line-height: 2;
}

/*==================================================
ギャラリーのためのcss
===================================*/
.gallery_1 {
	columns: 5;/*段組みの数*/
	padding:0 25px;
	margin: 25px 0;
}

.gallery_1 li {
    margin-bottom: 10px;
}

.gallery_1 img {
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

.gallery_2 {
	columns: 2;/*段組みの数*/
	padding:0 25px;
	margin: 25px 0;
}

.gallery_2 li {
    margin-bottom: 10px;
}

.gallery_2 img {
	width:100%;
	height:auto;
	vertical-align: bottom;
}

@media only screen and (max-width: 1024px) {
	.gallery_1 {
	  columns:4; 
	 } 
	.gallery_2 {
	  columns:2; }
}

@media only screen and (max-width: 599px) {
	.gallery_1 {
		columns: 2; 
		padding:0 15px;
	} 
	.gallery_2 {
		columns: 1; } 
}


/*========= レイアウトのためのCSS ===============*/


/*画像を出現させるアニメーションCSS*/
.flipLeft {
	animation-name: flipLeft;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	perspective-origin: left center;
	opacity: 0;
}

@keyframes flipLeft {
  from {
	  transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
	  opacity: 0; }

  to {
	  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
	  opacity: 1; }
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
	padding:50px;
}


.modaal-close {
    position: absolute;
    right: 5vh;
    top: 10vh;
    
}
/* ===========================
CONTACT
=============================== */
.contact-link {
    font-family: 'GothamBook';
    width: 100%;
	font-size: 3.5rem;
}

.contact-link span {
    display: block;
    font-family: 'A1 Gothic M', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}

.contact-link a {
	color: #fff;
	padding: 2.7rem 1rem;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	border:2px solid #fff;
}

.contact-link a:hover{
	color: #000;
	text-decoration: none;
	background-color: #fff;
}


/* ===========================
フォーム送信後 thanks.html
=============================== */

#thanks-box {
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.thanks-con {
    flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
    text-align: center;
	justify-content: center;
    
}
.thanks-con p {
    font-size: 1.6rem;
    line-height: 1.7;
}
.top-link {
	font-size: 1.7rem;
	margin-top: 3rem;
}

/* ===========================
ボタン
=============================== */

.circle-A {
    position: absolute;
    bottom:1%;
    /* left: 50%;
    transform: translate(-50%, -50%);　*/
    animation: updown1 2s infinite ease-in-out;
    width: 50px;
	z-index: 8888;
}

.circle-B {
    /* [disabled]position: relative; */
    /* [disabled]top: 50%; */
    /* [disabled]left: 40%; */
    /* transform: translate(-50%, -50%); */
    animation: updown1 2s infinite ease-in-out;
    margin: 10px auto 0;
    width: 50px;
}

@keyframes updown1 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -25px);
  }
  100% {
    transform: translate(0, 0);
  }
}



.btnarrow5 {
    /*矢印の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    border: 1px solid #000;
    padding: 1.7rem 1rem;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
    width: 100%;
    font-size: 2rem;
	line-height: 1.6;
    letter-spacing: 0.2rem;
    margin: 50px auto 0;
    background-color: #eeefef;
}

.btnarrow5:hover {
    background-color: #aaaaaa;
    color: #000;
    text-shadow: 2px 2px 2px #CFCFCF,2px -2px 2px #CFCFCF,-2px 2px 2px #CFCFCF,-2px -2px 2px #CFCFCF,0 0 20px #CFCFCF;
}
.arrow-1 {
    fill: none;
    stroke: #000;
    stroke-width: 0.8px;
    width: 30px;
    animation: updown2 2s infinite ease-in-out;
}
.arrow-cap {
    font-size: 1.3rem;
	margin: 1rem 0 0;
}

@keyframes updown2 {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0.6rem, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.arrow-1:hover {
	stroke:#fff;
}




/* ===========================
inview　エフェクト
=============================== */
.fadeIn {
  opacity: 0.3;
  transition: 1.4s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
