@charset "UTF-8";

/* CSS Document */
/* 変数 */ :root {
  --mainColor-blackGrey: #333333;
  --mainColor-SRC_red: #FF4159;
}
/* Body */ :focus {
  outline: none;color:#FF4159
}
body {
  background-color: #f3f3f3;
  width: auto;
  height: 100vh;
  margin: 0px;
  font-feature-settings: "palt";

}
:lang(ja) {
    font-family: 'Noto Sans JP', sans-serif; /* 日本語のテキスト用のフォント */
}

a {
  text-decoration: none;
}
/* 幅が 768px 以下であれば 改行なくす */
@media screen and (max-width: 768px) {
  br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header, main {
    padding: 0px 10px;
  }
}
li {
  list-style: none;
}

/* header */
.global-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
}
.nav_logo_createMarketer {
  width: 100px;
  margin-left: 20px;
  margin-right: 0px;
}
.nav_logo_company {
  width: 50px;
	height: auto;
  margin-top: 10px;
  margin-left: 10px;
}
.navbar-nav {
  display: none;
}
.nav_logo {
  display: flex;
  justify-content: flex-start;
}
/* header 幅が 768px 以上であれば */
@media screen and (min-width: 768px) {

  .nav_logo_company {
    width: 70px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar-nav {
    display: flex;
    justify-content: flex-end;
  }
}
/* ハンバーガーメニュー */
.header_hamburger {
  width: 50px;
  height: 100%;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 200;
}
#js-hamburger {
  margin-top: 10px;
}
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(2) {
  margin: 12px 0;
}
.navbar.is-active {
  transform: translateX(0);
}
.hamburger.is-active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active span:nth-child(3) {
  top: -15px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .header_hamburger {
    width: 60px;
    margin-right: 20px;
  }
  .hamburger span:nth-child(2) {
    margin: 15px 0;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .hamburger.is-active span:nth-child(3) {
    top: -17px;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.navbar button {
  color: var(--mainColor-blackGrey);
}
.navbar button:link {
  color: var(--mainColor-blackGrey);
}
.navbar button:visited {
  color: var(--mainColor-blackGrey);
}
.navbar button:hover {
  color: var(--mainColor-SRC_red);
}
.navbar button:active {
  color: var(--mainColor-SRC_red);
}
.navbar ul a :link {
  color: var(--mainColor-blackGrey);
}
.navbar ul a :visited {
  color: var(--mainColor-blackGrey);
}
.navbar ul a:hover {
  color: var(--mainColor-SRC_red);
}
.navbar ul a :active {
  color: var(--mainColor-SRC_red);
}
ul[class="contents-accordion is-active"] a:hover {
  color: #FFFFFF;
}
ul[class="contents-accordion is-active"] a:active {
  color: #FFFFFF;
}
.navbar.is-active {
  padding-top: 50px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 110vh;
  transform: translateX(0%);
  background-color: var(--mainColor-SRC_red);
  z-index: 100;
  transition: ease .4s;
}
li[class="nav-item"] {
  margin: 0px 30px;
  list-style: none;
 font-family: 'Space Grotesk', sans-serif; 
  font-weight: 700;
  font-size: 21px;
  align-items: center;
  color: var(--mainColor-blackGrey);
}
li[class="nav-item is-active"] {
  margin: 0px 30px;
  list-style: none;
 font-family: 'Space Grotesk', sans-serif; 
  font-weight: 700;
  font-size: 21px;
  align-items: center;
  color: var(--mainColor-blackGrey);
}
.navbar.is-active button {
  color: var(--mainColor-blackGrey);
	 font-family: 'Space Grotesk', sans-serif; 
	 
}
.navbar.is-active ul li a:link {
  color: var(--mainColor-blackGrey);
}
.navbar.is-active ul li a :visited {
  color: var(--mainColor-blackGrey);
}
.navbar.is-active ul li a:hover {
  color: #FFFFFF;
}
.navbar.is-active ul li a :active {
  color: #FFFFFF;
}
.navbar.is-active ul {
  display: block;
  z-index: 150;
}
.navbar.is-active ul li {
  text-align: center;
  font-size: 24px;
  z-index: 160;
  line-height: 60px;
}
.nav-link {
  vertical-align: middle;
	 font-family: 'Space Grotesk', sans-serif; 
}
.contents-accordion {
  line-height: 0;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}
ul[class="contents-accordion is-active"] {
  margin: 0px -40px;
  text-align: left;
  padding: 10px 40px;
  line-height: 35px;
  height: auto;
  opacity: 1;
  z-index: 160;
}
li[class="contents-accordion_list"] {
  font-weight: 500;
  z-index: 160;
  padding: 10px 30px;
  width: auto;

  margin: 0px -30px;
}
ul[class="contents-accordion is-Ham is-active"] {
  margin: 0px;
  text-align: center;
  line-height: 35px;
  height: auto;
  opacity: 1;
  z-index: 160;
}
li[class="contents-accordion_list is-Ham"] {
  font-weight: 400;
  z-index: 160;
}
@media screen and (min-width: 1200px) {
  .contents-accordion {
    position: absolute;
  }
  .contents-accordion.is-active {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .include-accordion {
    margin-right: 80px;
  }
}
.include-accordion.active {
  overflow-y: auto;
}
/* main */

/* firstView */
.firstVeiw{
	margin: 0px 10px;
}
.firstVeiw__back--image{
	height: 10vh;
}
.firstVeiw__back--text{
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 200px;
	color:#ccc;
 white-space: nowrap;
	transform:rotate(90deg);
	    position: relative;
 z-index: -1; /* 最背面に配置 */
	width: 400px;
    margin: auto;
	}

.firstVeiw__back--bodyCopy{
			font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 52px;
	color: var(--mainColor-SRC_red);
	text-align: justify;
	mix-blend-mode: multiply;
}


.secondVeiw{
	margin: 0px 10px 700px;
	
}
.secondVeiw__back--title{
	margin: 50px 0px 20px;
		font-family: 'Space Grotesk', sans-serif;
		font-weight: 700;
	font-size: 28px;
	line-height: 52px;
	color:#000;
		mix-blend-mode: multiply;
}
.secondVeiw__back--bodyCopy{
			font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
		color:#000;
	text-align: justify;
		mix-blend-mode: multiply;
}
.secondVeiw__project--area{
			margin: 20px 0px;
	display:flex;
	justify-content: center;
	gap:10px;
}
.secondVeiw__back--bodyCopy--small{
			font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
		color:#000;
	text-align: justify;
	mix-blend-mode: multiply;
}

.secondVeiw__Ptoject--icon{
width:60px;
	height: auto;
}


@media screen and (min-width: 576px) {
	.firstVeiw__back--text{
	font-family: 'Space Grotesk', sans-serif;
	font-weight: 700;
	font-size: 500px;
color:#ccc;
		width: 700px;
    margin: auto;
	}
.firstVeiw{
	margin: 0px 8%;
}
.secondVeiw{
	margin: 0px 8% 700px;
	
}
	.secondVeiw__project--area{
			margin:0px;
	display:flex;
	justify-content: left;
	gap:10px;
}
}
@media screen and (min-width: 768px) {
  .footer_contents {
    display: flex;
    justify-content: space-between;
  }

}
@media screen and (min-width: 992px) {
	
	.firstVeiw__back--text{

 white-space: normal;
    line-height: 400px;
		width: 1200px;
    margin: auto;
    height: auto;
	}	
}
.footer_contents_menu {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-top: 30px;
}
/*フッター*/
footer {
  width: auto;
  height: 100vh;
  background-color: var(--mainColor-SRC_red);
  padding: 50px;
  margin-top: 0px;
	
}
.footer_logo_createMarketer {
  width: 100px;
  margin-left: 10px;
  margin-right: 20px;
}
.footer_logo_company {
  width: 60px;
  margin-top: 5px;
}
.footer_logo {
  display: flex;
}
.footer_contents {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer_contents {
    display: flex;
    justify-content: space-between;
  }
}
.footer_contents_menu {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .footer_contents_menu {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    display: flex;
    margin-top: 0px;
  }
}
.footer_contents_menu li {
  margin: 10px 10px;
}
@media screen and (min-width: 768px) {
  .footer_contents_menu li {
    margin: 0px 30px;
  }
  .footer_contents_menu_child {
    margin-left: -30px;
  }
}

.footer_contents_menu_link:link {
  color: #fff;
}
.footer_contents_menu_link:visited {
  color: #fff;
}
.footer_contents_menu_link:hover {
  color: var(--mainColor-blackGrey);
}
.footer_contents_menu_link:active {
  color: var(--mainColor-blackGrey);
}
.footer_contents_menu_link_menu {
	margin-left: 20px;
  list-style: disc;
}
.copyright {
  text-align: center;
}