@charset "UTF-8";
/* CSS Document */
.header {
  /*width: 375px;*/
  height: 54px;
  background-color: #aebac3;
}
.header__navigation {
  display: none;
}
/* navigation*/
.header h1 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
  padding-top: 11px;
}
/*header-pc*/
@media (min-width: 480px) {
  .header {
    /*width: 1440px;*/
    height: 100px;
    background-color: #aebac3;
  }
  .header__navigation {
    display: block;
  }
  .header h1 {
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    padding-top: 30px;
    margin-left: 24px;
  }
  .header__navigation ul {
    position: absolute;
    right: 200px;
    display: flex;
    gap: 50px;
    margin-top: -30px;
  }
  .header__navigation a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    max-width: 1040px;
    margin: 0 auto;
  }
  /*ゆっくり透明に*/
  .header__navigation a {
  transition: .3s;
  }

/*ホバー時に透明度50%*/
  .header__navigation a:hover {
  opacity: 0.5;
  }
}
/*Service-sp*/
.section_Service {
  /*width: 375px;*/
  background-color: #f7f7f7;
}
.section_Service p {
  font-size: 1.2rem;
  padding-top: 64px;
  color: #545458;
}
.section_Service h2 {
  font-size: 3.0rem;
  font-weight: 300;
  margin-top: -17px;
  border-bottom: solid 1px #d8d8d6;
  color: #545458;
}
/*Service-pc*/
@media (min-width: 480px) {
  .section_Service {
    /*width: 1440px;*/
    background-color: #f7f7f7;
  }
  .section_Service p {
    font-size: 2rem;
    padding-top: 125px;
  }
  .section_Service h2 {
    font-size: 6rem;
    font-weight: 300;
    margin-top: -17px;
    border-bottom: solid 1px #d8d8d6;
    width: 1040px;
  }
}
/*Createfun-sp*/
.section_Createfun {
  /*width: 375px;*/
  background-color: #f7f7f7;
}
.section_Createfun p {
  font-size: 1.2rem;
  padding-top: 110px;
  text-align: center;
  color: #545458;
}
.section_Createfun h2 {
  font-size: 3.0rem;
  text-align: center;
  font-weight: 300;
  margin-top: -20px;
  position: relative;
  color: #545458;
}
.section_Createfun h2::before {
  content: '';
  border-bottom: 1px solid #545458;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}

.bigtree-Service_pc {
  display: none;
}
.bigtree-Service_sp {
  margin-top: 60px;
}
.bigtree-Service_sp.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p.section_Service_read {
  font-size: 1.4rem;
  line-height: 40px;
  color: #545458;
}
p.section_Service_read.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Createfun-pc*/
@media (min-width: 480px) {
  .section_Createfun {
    /*width: 1440px;*/
  }
  .section_Createfun p {
    font-size: 2.4rem;
    padding-top: 110px;
    text-align: center;
  }
  .section_Createfun h2 {
    font-size: 4.6rem;
    text-align: center;
    font-weight: 300;
    margin-top: -20px;
    position: relative;
  }
  .section_Createfun h2::before {
    content: '';
    border-bottom: 1px solid #333;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
  }
  .bigtree-Service_sp {
    display: none;
  }
  .bigtree-Service_pc {
    display: block;
    width: 80%;
    margin-left: 155px;
    margin-top: 60px;
  }
  .bigtree-Service_pc.fade-in {
    animation-name: fadeInAnime; /*1で解説*/
    animation-fill-mode: forwards; /*2で解説*/
    animation-duration: 3s; /*3で解説*/
    animation-iteration-count: 1; /*4で解説*/
    animation-timing-function: ease; /*5で解説*/
    animation-direction: normal; /*7で解説*/
  }
  .bigtree-Service_sp {
    margin-top: 60px;
  }
  p.section_Service_read {
    font-size: 1.6rem;
    line-height: 48px;
  }
}
/*Restaurant_sp*/
.section_Restaurant {
  /*width: 375px;*/
  background-color: #f7f7f7;
}
.section_Restaurant p {
  font-size: 1.2rem;
  transform: translate(250px, 181px);
  color: #545458;
}
.section_Restaurant h2 {
  font-size: 3.0rem;
  font-weight: 300;
  transform: translate(245px, 140px);
  color: #545458;
}
.section_Restaurant_container {
  writing-mode: vertical-rl;
}
.section_Restaurant_container {
  display: flex;
}
.service_img1_sp {
  width: 280px;
  height: 300px;
  margin-left: -28px;
}
.service_img1_sp.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p.Restaurant_read {
  transform: translate(60px, 50px);
  font-size: 1.4rem;
  color: #545458;
}
p.Restaurant_read.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service_img1_pc {
  display: none;
}
/*Restaurant_pc*/
@media (min-width: 480px) {
  .section_Restaurant {
    /*width: 1440px;*/
    background-color: #f7f7f7;
  }
  .section_Restaurant p {
    font-size: 1.2rem;
    transform: translate(515px, 189px);
  }
  .section_Restaurant h2 {
    font-size: 3rem;
    font-weight: 300;
    transform: translate(510px, 140px);
  }
  .section_Restaurant_container {
    writing-mode: vertical-rl;
  }
  .section_Restaurant_container {
    display: flex;
  }
  .service_img1_sp {
    display: none;
  }
  .service_img1_pc {
    display: block;
    width: 520px;
    height: 300px;
  }
  .service_img1_pc.fade-in {
    animation-name: fadeInAnime; /*1で解説*/
    animation-fill-mode: forwards; /*2で解説*/
    animation-duration: 3s; /*3で解説*/
    animation-iteration-count: 1; /*4で解説*/
    animation-timing-function: ease; /*5で解説*/
    animation-direction: normal; /*7で解説*/
  }
  p.Restaurant_read {
    transform: translate(630px, -110px);
    font-size: 1.4rem;
  }
}
/*Franchise-sp*/
.section_Franchise {
  /*width: 375px;*/
  margin-top: -50px;
  background-color: #f7f7f7;
}
.section_Franchise_container {
  writing-mode: vertical-rl;
  display: flex;
}
.section_Franchise p {
  font-size: 1.2rem;
  transform: translate(-315px, 235px);
  color: #545458;
}
.section_Franchise h2 {
  font-size: 3rem;
  font-weight: 300;
  transform: translate(-270px, 125px);
  color: #545458;
}
.service_img2_sp {
  width: 280px;
  height: 300px;
  margin-left: 100px
}
.service_img2_sp.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p.Franchise_read {
  font-size: 1.4rem;
  transform: translate(25px, 50px);
  color: #545458;
}
p.Franchise_read.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service_img2_pc {
  display: none;
}
/*Franchise-pc*/
@media (min-width: 480px) {
  .section_Franchise {
    /*width: 1440px;*/
    margin-top: -50px;
    background-color: #f7f7f7;
  }
  .section_Franchise_container {
    writing-mode: vertical-rl;
    display: flex;
  }
  .section_Franchise p {
    font-size: 1.2rem;
    transform: translate(-555px, 53px);
  }
  .section_Franchise h2 {
    font-size: 3rem;
    font-weight: 300;
    transform: translate(-510px, -55px);
  }
  .service_img2_sp {
    display: none;
  }
  .service_img2_pc {
    display: block;
    width: 520px;
    height: 300px;
    margin-top: -180px;
    margin-left: 520px;
  }
  .service_img2_pc.fade-in {
    animation-name: fadeInAnime; /*1で解説*/
    animation-fill-mode: forwards; /*2で解説*/
    animation-duration: 3s; /*3で解説*/
    animation-iteration-count: 1; /*4で解説*/
    animation-timing-function: ease; /*5で解説*/
    animation-direction: normal; /*7で解説*/
  }
  p.Franchise_read {
    font-size: 1.4rem;
    transform: translate(150px, -110px);
  }
}
/*DigitalMarketing-sp*/
.section_DigitalMarketing {
  /*width: 375px;*/
  background-color: #f7f7f7;
  margin-top: -150px;
}
.section_Digital_container {
  writing-mode: vertical-rl;
}
.section_DigitalMarketing p {
  font-size: 1.2rem;
  transform: translate(60px, 365px);
  color: #545458;
  white-space: nowrap;
}
.section_DigitalMarketing h2 {
  font-size: 2.7rem;
  font-weight: 300;
  transform: translate(50px, 208px);
  color: #545458;
}
.service_img3_sp {
  width: 280px;
  height: 300px;
  margin-left: -28px;
}
.service_img3_sp.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.section_Digital_container {
  display: flex;
  writing-mode: vertical-rl;
}
p.DigitalMarketing_read {
  font-size: 1.4rem;
  transform: translate(15px, 50px);
  color: #545458;
}
p.DigitalMarketing_read.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.service_img3_pc {
  display: none;
}
/*DigitalMarketing-pc*/
@media (min-width: 480px) {
  .section_DigitalMarketing {
    /*width: 1440px;*/
    background-color: #f7f7f7;
    margin-top: -150px;
  }
  .service_img3_sp {
    display: none;
  }
  .service_img3_pc {
    display: block;
    width: 520px;
    height: 300px;
    margin-top: -180px;
  }
  .service_img3_pc.fade-in {
    animation-name: fadeInAnime; /*1で解説*/
    animation-fill-mode: forwards; /*2で解説*/
    animation-duration: 3s; /*3で解説*/
    animation-iteration-count: 1; /*4で解説*/
    animation-timing-function: ease; /*5で解説*/
    animation-direction: normal; /*7で解説*/
  }
  .section_DigitalMarketing p {
    font-size: 1.2rem;
    transform: translate(525px, 187px);
  }
  .section_DigitalMarketing h2 {
    font-size: 2.7rem;
    font-weight: 300;
    transform: translate(515px, 30px);
  }
  p.DigitalMarketing_read {
    font-size: 1.4rem;
    transform: translate(635px, -110px);
  }
}
/*store-sp*/
.section-Store_introduction {
  /*width: 375px;*/
  background-color: #f7f7f7;
}
.Store {
  font-size: 1.2rem;
  padding-top: 200px;
  text-align: center;
  color: #545458;
}
.section-Store_introduction h2 {
  font-size: 3.0rem;
  text-align: center;
  font-weight: 300;
  margin-top: -20px;
  position: relative;
  color: #545458;
}
.section-Store_introduction h2::before {
  content: '';
  border-bottom: 1px solid #545458;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
}
@media (min-width: 480px) {
  .section-Store_introduction {
    /*width: 1440px;*/
    padding-bottom: 130px;
  }
  .Store {
    font-size: 1.2rem;
    padding-top: 60px;
    text-align: center;
  }
  .section-Store_introduction h2 {
    font-size: 3rem;
    text-align: center;
    font-weight: 300;
    margin-top: -20px;
    position: relative;
  }
  .section-Store_introduction h2::before {
    content: '';
    border-bottom: 1px solid #545458;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    width: 35px;
  }
}
/*banner_sp*/
.Bar {
  font-size: 1.1rem;
  transform: translate(15px, 80px);
  color: #eeeeee;
}
.Hamburger {
  font-size: 1.1rem;
  transform: translate(15px, 80px);
  color: #eeeeee;
}
.sakatabi-container.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sakatabi-img_sp {
  width: 100vw;
  margin-left: -31px;
}
.button {
  color: #eeeeee;
  font-size: 1.1rem;
  text-align: center;
  width: 130px;
  height: 35px;
  border: 1px solid #eeeeee;
  transform: translate(170px, -70px);
}
.button a {
  line-height: 35px;
  text-decoration: none;
  color: #eeeeee;
}
  /*ゆっくり透明に*/
  .button p {
  transition: .3s;
  }

/*ホバー時に透明度50%*/
  .button p:hover {
  opacity: 0.5;
  }
.sakatabi {
  font-size: 1.4rem;
  transform: translate(15px, 70px);
  color: #eeeeee;
}
.World-Burger {
  font-size: 1.4rem;
  transform: translate(15px, 70px);
  color: #eeeeee;
}
.WorldBurger-img_sp {
  width: 100vw;
  margin-left: -31px;
}
.Hamburger-container {
  margin-top: -60px;
}
.Hamburger-container.fade-in {
  animation-name: fadeInAnime; /*1で解説*/
  animation-fill-mode: forwards; /*2で解説*/
  animation-duration: 3s; /*3で解説*/
  animation-iteration-count: 1; /*4で解説*/
  animation-timing-function: ease; /*5で解説*/
  animation-direction: normal; /*7で解説*/
}
/*1で解説*/
@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sakatabi-img_pc, .WorldBurger-img_pc {
  display: none;
}
/*banner_pc*/
@media (min-width: 480px) {
  .sakatabi-img_sp, .WorldBurger-img_sp {
    display: none;
  }
  .Bar {
    font-size: 1.1rem;
    transform: translate(100px, 100px);
    color: #eeeeee
  }
  .Hamburger {
    font-size: 1.2rem;
    transform: translate(100px, 100px);
    color: #eeeeee;
  }
  .sakatabi-img_sp {
    width: 100vw;
    margin-left: -28px;
  }
  .button {
    color: #eeeeee;
    font-size: 1.1rem;
    text-align: center;
    width: 130px;
    height: 35px;
    border: 1px solid #eeeeee;
    transform: translate(800px, -70px);
  }
  .button p {
    line-height: 35px;
  }
  .sakatabi {
    font-size: 1.4rem;
    transform: translate(100px, 90px);
    color: #eeeeee;
  }
  .World-Burger {
    font-size: 1.8rem;
    transform: translate(100px, 90px);
    color: #eeeeee;
  }
  .WorldBurger-img_sp {
    width: 100vw;
    margin-left: -28px;
  }
  .Hamburger-container {
    margin-top: -60px;
  }
  .sakatabi-img_pc, .WorldBurger-img_pc {
    display: block;
  }
}