@charset "UTF-8";

*, *::before, *::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 62.5%; /* 10px */
  min-height: 100%;
}

body {
  font-family: 'YakuHanJP', 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: #282828;
  background-attachment: fixed;
  background-image: url(https://entre-salon.com/wordpress/wp-content/themes/wp.vicuna/images/tokyo-cf/tokyo_cf_main_background_r8.webp);
  background-size: cover;
  background-repeat: no-repeat;
  /*
  transition: all 10s;
  background-position: center center;
  */
}

.mb-16{
  margin-bottom: 16px;
}
.mb-64{
  margin-bottom: 64px;
}


.wrap{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.gnav{
  margin-top: 64px;
  margin-bottom: 32px;
}
.gnav ul{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.gnav ul li:first-of-type{
  margin-right: 32px;
}
.gnav ul li a{
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.title-and-gnav{
  margin-top: 64px;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;

    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.1));
    background: #fff;
    padding: 36px 32px;
    border-radius: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
}
.title-and-gnav ul{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.title-and-gnav ul li:first-of-type{
  margin-right: 32px;
}
.title-and-gnav ul li a{
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.main-title a{
  font-size: 3.8rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  display: flex;
}
.main-title a img{
  width: 208px;
  margin-right: 16px;
}
.main-title img{
  width: 208px;
  margin-right: 16px;
}
.main-title a strong span{
  font-size: 3.2rem;
}


/* ヒーローイメージ */
.hero-container{
  display: flex;
  background: #fff;
  border-radius: 32px;
  min-height: 540px;
  /* min-height: 480px; */
  /* margin-top: 64px; */
  margin-bottom: 64px;
  /* height: calc(100vh - 128px); */
  /* max-height:784px; */
  transition: all 0.4s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.hero-item{
  width: 50%;
  padding: 32px 0px 32px 64px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.hero-img{
  background-image: url(https://entre-salon.com/wordpress/wp-content/themes/wp.vicuna/images/tokyo-cf/tokyo_cf_main_visual_r8.webp);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
.hero-container h1{
  font-size: 4.4rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.35;
}
.hero-container h1 span.cf{
  color:#00a040;
}
.hero-container h1 span.ecf{
  color:#0085db;
}
.hero-container h2{
  position: absolute;
  top: 64px;
  left: 64px;
  background: #00a040;
  padding: 16px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}

/* スローガン */
.slogan-main{
  color: #fff;
  font-size: 8.4rem;
  font-weight: 700;
  font-style: oblique;
  line-height: 1.2;
  margin-bottom: 64px;
  z-index: 1;
  position: relative;
}
.slogan-main strong{
  font-size: 10.0rem;
  font-weight: 900;
}
.slogan-container{
  position: relative;
}
.leaf1{
  width: 260px;
  /*
  position: absolute;
  right: 240px;
  top: 10px;
  */
  transform: rotate(20deg) !important;
  /* animation:show1 2.5s both; */
}
.leaf2{
  width: 260px;
  /*
  position: absolute;
  right: 0px;
  top: 108px;
  */
  transform: rotate(-40deg) !important;
  /* animation:show2 1.5s both; */
}


.leaf1-block{
  width: 260px;
  position: absolute;
  right: 240px;
  top: 10px;
  transition: all 1.2s;
}
.leaf2-block{
  width: 260px;
  position: absolute;
  right: 0px;
  top: 108px;
  transition: all 2.4s;
}


/* CFとは */
.about-cf{
  padding: 32px;
  margin-bottom: 64px;
  backdrop-filter: blur(16px);
  border-radius: 32px;
  background: linear-gradient(90deg, rgba(0, 160, 64, 0.4) 0%, rgba(0, 133, 219, 0.4) 100%);
}
.about-cf-txt{
  color: #fff;
}
.about-cf-txt h2{
  font-size: 4.8rem;
  font-weight: 800;
  margin-bottom: 24px;
}
.about-cf-txt p{
  font-size: 2.6rem;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.about-cf-container{
  padding: 48px;
  border-radius: 16px;
  background: #fff;
}



/* コピー */
.copy-container{
  background: rgb(0,160,64);
  background: linear-gradient(90deg, rgba(0,160,64,0.8) 0%, rgba(0,133,219,0.8) 100%);
  text-align: center;
  padding: 24px;
  border-radius: 256px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 64px;
  mix-blend-mode: lighten;
  backdrop-filter: blur(16px);
}
.copy-container h2{
  color: #fff;
}

@keyframes show1 {
  0% {
    right: 460px;
    transform:
      scale(0.8) 
      rotate(-200deg);
    opacity:0;
  }
  100% {
    right: 260px;
    transform:
      scale(1) 
      rotate(20deg);
    opacity:1;
  }
}

@keyframes show2 {
  0% {
    top:   0px;
    right: -160px;
    transform:
      scale(0.9) 
      rotate(-180deg);
    opacity:0;
  }
  100% {
    top: 108px;
    right: 0px;
    transform:
      scale(1) 
      rotate(-40deg);
    opacity:1;
  }
}

/* サイトリンク */
.link-container{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 64px;
}
.link-item {
  width: calc(50% - 24px);
}

.link-item-header{
  padding: 32px;
  text-align: center;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.link-item-header h2{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.link-item-header h2 img{
  width: 76px;
  margin-right: 16px;
}
.link-item-header h2 strong{
  font-size: 6.4rem;
}

.link-item-ecf .link-item-header h2 strong{
  letter-spacing: 0.16em;
}

.link-item-cf .link-item-header{
  background-image: url(https://entre-salon.com/wordpress/wp-content/themes/wp.vicuna/images/tokyo-cf/tokyo_cf_cf_bg_r8.webp);
  /* background-size: cover; */
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.link-item-ecf .link-item-header{
  background-image: url(https://entre-salon.com/wordpress/wp-content/themes/wp.vicuna/images/tokyo-cf/tokyo_cf_ecf_bg_r8.webp);
  /* background-size: cover; */
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.link-item-cf:hover .link-item-header,
.link-item-ecf:hover .link-item-header{
  background-size: 120%;
}
.link-item-cf:hover .link-item-body{
  background: rgb(202 255 223 / 95%);
  backdrop-filter: blur(24px);
}
.link-item-ecf:hover .link-item-body{
  background: rgb(210 237 255 / 95%);
  backdrop-filter: blur(24px);
}

.link-item-header h3{
  color: #fff;
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 32px;
}
.link-item-link a{
  display: flex;
  background: #fff;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 32px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
}
.link-item-cf .link-item-link a{
  color: #00a040;
}
.link-item-ecf .link-item-link a{
  color: #0085db;
}
.link-item-link a img{
  width: 32px;
  transition: 0.2s all;
}
.link-item-link a:hover img{
  transform: translate(8px, 0px);
}

.link-item-body{
  padding: 64px 32px 32px 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  max-height: 2024px;
  transition: all 0.3s;
}

.link-item-body-inner{
  background: #fff;
  padding: 64px 32px 32px 32px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  border-radius: 16px;
}

.link-item-body-inner h3{
  line-height: 64px;
  text-align: center;
  display: block;
  margin-top: -96px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 32px;
  border-radius: 128px;
}

.link-item-cf .link-item-body{
  /* background:#CAFFDF; */
  background: rgb(202 255 223 / 70%);
  backdrop-filter: blur(4px);
}
.link-item-ecf .link-item-body{
  /* background:#d2edff; */
  background: rgb(210 237 255 / 70%);
  backdrop-filter: blur(4px);
}

.link-item-cf .link-item-body .link-item-body-inner h3{
  background: #00a040;
}

.link-item-ecf .link-item-body .link-item-body-inner h3{
  background: #0085db;
}

.link-item-body-attention-txt{
  font-size: 2.4rem;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #0085db;
}

.link-item-bottom-link a{
  display: flex;
  background: #fff;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 32px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
  color: #fff;
}
.link-item-bottom-link a img{
  width: 32px;
  transition: 0.2s all;
}
.link-item-bottom-link a:hover img{
  transform: translate(8px, 0px);
}

.link-item-cf .link-item-bottom-link,
.link-item-ecf .link-item-bottom-link{
  margin-top: 32px;
}
.link-item-cf .link-item-bottom-link a{
  background: #00a040;
}
.link-item-ecf .link-item-bottom-link a{
  background: #0085db;
}


.main-footer{
  font-size: 1.8rem;
  color: #fff;
  text-align: right;
}
.main-footer h2{
  display: flex;
  justify-content: flex-end;
}
.main-footer h2 strong{
  display: flex;
  align-items: center;
}
.main-footer h2 a{
  display: flex;
  align-items: center;
  margin-left: 2px;
}
.main-footer .material-symbols-outlined{
  font-size: 2.2rem;
  margin-left: 2px;
}

.page-object {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  transform: translateY(24px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

