@charset "UTF-8";

/*トップアニメ*/
.logoWrap.top {
  opacity: 0;
}
.logoWrap.top.active {
  animation: topanime 1s ease-in-out forwards;
}
.topmenu{
  opacity: 0;
}
.topmenu.active{
  animation: topanime 1s ease-in-out forwards;
}
@keyframes topanime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*アニメとキャッチの枠*/
.animeBox {
  width: auto;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*大キャッチとアニメ*/
.animeWrap {
  display: flex;
  justify-content: center;
  width: auto;
  background: url("../../img/firstview/topAnime.png") no-repeat 0 0;
  background-size: auto 100%;
  background-position: center;
  background-color: #EEEBE9;
}

/*キャッチ*/
.mainTitle {
  margin-top: 17vh;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.6rem;
  letter-spacing: 0.4rem;
  opacity: 0;
}
.mainTitle.active{
  animation: topanime 1s ease-in-out forwards;
}


/*------------------------------------------------*/
/*白の背景*/
.mainSite {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #FFF;
}

/*白色の枠内の共通文字の設定*/
.mainSite h1,
p,
h2,
h1,
h3,
table tr td {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;


  text-align: center;
}

/*白色の枠内のマージン*/
.margin {
  margin: 0px 150px;
}

/*リード*/
.mainSite p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  color: #533833;
  font-size: 1.1rem;
  line-height: 2.3rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width:820px) {
  .mainSite .lead {
    width: 110%;
    margin-left: -1.5em;
  }
}

@media screen and (max-width:575px) {
  .mainSite p {
    font-size: min(17.6px, 3.5vw);
  }

  .mainSite .lead {
    width: 140%;
    margin-left: -3.2em;
  }
}

@media screen and (max-width:420px) {
  .mainSite .lead {
    width: 100%;
    margin-left: 0;
  }
}



/*図説*/
.figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(400px, 100%);
  height: 160px;
  margin: 30px auto 0 auto;
}


/*円*/
.circle1,
.circle2 {
  border: solid 1px #533833;
  border-radius: 75px;
  width: 150px;
  height: 150px;
}

.cross {
  width: 35px;
  height: 35px;
}

/*プランニング・デザイン*/
.mainSite h2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  color: #533833;
  margin: 0 auto;
  font-size: 0.9rem;
}

/*英文字*/
.mainSite h2.eng {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  color: #533833;
  padding-top: 50px;
  font-size: 1.2rem;
  margin: 0 auto;
  letter-spacing: 0.3rem;
}

/*メニュー枠*/
/*サービス・クロスメディア制作キャッチ*/
.komidasshi1,
.komidasshi2 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;


  color: #533833;
  text-align: left;
  display: block;
}

.komidasshi1 {
  max-width: 600px;
  margin: 30px auto 10px auto;
}

.komidasshi2 {
  max-width: 900px;
  margin: 30px auto 10px auto;
}

/*サービス*/
.services {
  display: flex;
  flex-wrap: wrap;
  /*折り返し*/
  max-width: 600px;
  margin: 0 auto;
}

/*サービス1マス*/
.servicesWrap {
  width: 33.3%;
  height: auto;
}

/*サービス本文*/
.servicesWrap .servicesTxt {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  padding-right: 0.5rem;
  text-align: left;
  /*centering 2025*/
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.servicesWrap .servicesTxt::before {
  content: '■';
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;


  font-size: 0.6rem;
}

/*サービスその他 小本文*/
.servicesWrap .servicesTxtS {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.13rem;
  padding-left: 0.6rem;
  text-align: left;
}

.servicesWrap .servicesTxtS .condensed {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 1.13rem;
  text-align: left;
  letter-spacing: 0.025em;
}

/*------------------------------------------------*/

/*アンカー*/
.mainSite2 #anchor2 {
  display: block;
  padding-top: 70px;
}

/*茶色の背景*/
.mainSite2 {
  position: relative;
  width: 100%;
  height: 1160px;
  background-color: #684640;
  padding-top: 60px;
  padding-bottom: 0px;
}

/*全体の枠*/
.catchWrap {
  position: relative;
  margin: 0 100px 0 100px;
  max-width: 900px;
  left: calc(50% - 100px);
  transform: translate(-50%, -50%);
}

.catch {
  width: 100%;
  height: auto;
}

/*矢印入りキャッチ*/
.mainSite2 .catch h1 {
  font-size: 1.5rem;
  text-align: left;
  color: #FFF;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

/*矢印*/
.arrow img {
  width: 40px;
  padding: 0 10px 15px 10px;
}

/*リード*/
.catch p {
  position: absolute;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: min(1rem, 1.7vw);
  color: #FFF;
  margin-top: 10px;
}

/*ワークフロー*/
/*階段のライン*/
.cross3,
.cross4,
.cross5,
.cross6,
.cross7 {
  position: absolute;
  background-color: #FFF;
  z-index: -10;
}

.cross3 {
  width: 33.3%;
  height: 1px;
  top: 299px;
  left: 0;
}

.cross4 {
  width: 1px;
  height: 100px;
  top: 200px;
  left: 33.3%;
}

.cross5 {
  width: 33.3%;
  height: 1px;
  top: 199px;
  left: 33.3%;
}

.cross6 {
  width: 1px;
  height: 100px;
  top: 100px;
  left: 66.6%;
}

.cross7 {
  width: 33.3%;
  height: 1px;
  top: 100px;
  left: 66.6%;
}

/*ワークフロー見出し*/
.workflow {
  position: relative;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  text-align: left;
  top: 190px;
  left: 0;
  width: 30%;
  color: #FFF;
}

/*3つの位置*/
.workflowWlap1 {
  position: absolute;
  width: 30%;
  top: 270px;
  left: 0;
}

.workflowWlap2 {
  position: absolute;
  width: 30%;
  top: 170px;
  left: 36.3%;
}

.workflowWlap3 {
  position: absolute;
  width: 30%;
  top: 70px;
  left: 69.6%;
  text-align: justify;
}

/*円*/
.circleNumber {
  width: 60px;
  height: 60px;
  border: solid 1px #533833;
  border-radius: 30px;
  background-color: #fff;
  position: relative;
  z-index: 100;
}

/*円の数*/
.number {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  position: absolute;
  font-size: 1.8rem;
  top: 15px;
  left: 16px;
}

/*小見出し*/
.subhead {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  padding-bottom: 20px;
  top: 75px;
  position: absolute;
  color: #FFF;
  width: 100%;
  text-align: left;
}

/*小本文*/
.txt1{
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6rem;
  top: 110px;
  position: absolute;
  color: #FFF;
  width: 100%;
  margin: 0;
  text-align: justify;
}
.txt1 >p {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6rem;
  color: #FFF;
  width: 100%;
  margin: 0;
  text-align: justify;
}

.txt2,
.txt2 li,
.txt2 span {
  /*小本文の箇条書き*/
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  top: 160px;
  color: #FFF;
  text-align: left;
}
.txt2 li{
	margin-top: 0.75em;
	display: flex;
}
/*写真と説明枠*/
.warlflow2Box {
  position: absolute;
  width: 100%;
  top: 570px;
}

/*写真とキャプションの枠*/
.warlflow2 {
  width: 100%;
  height: auto;
  left: 0;
  top: 200px;
  margin: 0 auto;
  max-width: 900px;
}

/*写真*/
.scrollP {
  object-fit: cover;
  width: 100%;
  max-width: 900px;
  margin-bottom: 10px;
  overflow: hidden;
}

.mobile-scrollP {
  overflow: hidden;
}

/*写真の説明文*/
.warlflow2Box .warlflow2 .txt3 {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.5rem;
  color: #FFF;
  text-align: justify;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}

/*丸カッコの枠全体*/
.wrap1 {
  width: 100%;
  top: 650px;
  display: flex;
  flex-wrap: wrap;
}

/*半円*/
.enclosureWrap {
  width: 150px;
  height: 60px;
  border: solid 1px #FFF;
  border-radius: 30px;
  z-index: 100;
  margin: 10px auto;
  text-align: center;
}

.enclosure {
  padding-top: 15px;
  width: 90px;
  height: 49px;
  background-color: #684640;
  margin-left: 30px;
  margin-top: -5px;
  padding-top: 20px;
  color: #FFF;
}

/*------------------------------------------------*/
/*薄茶色の背景*/
.mainSite3 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #EEEBE9;
}

/*薄茶色の枠内のマージン*/
.margin3Wrap {
  max-width: 900px;
  height: auto;
  text-align: center;
}

/*リード茶色文字*/
.catch2 p {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: left !important;
  font-size: 1rem;
  margin-top: 30px;
  max-width: 900px;
}

/*写真と矢印センター*/
.center {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center a{
  width: fit-content;
}
/*矢印*/
.center .yazirushi{
  will-change: transform;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
/*イメージ写真*/
.bace {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 50px;
}

/*タググループ枠*/
.tagWrap1,
.tagWrap2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0 auto;
}

.tagWrap2 {
  margin-top: 50px;
  width: 100%;
}



/*会場POPタグ*/
.tag2.kaijo {
  /*margin-left: px;*/
  position: relative;
  z-index: 1;

}

.tagWrap3 {
  margin-top: 30px;
  display: flex;
  width: 100%;
  max-width: 900px;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 3.6%;
}

/*囲みのラップ*/
.tag {
  width: 211px;
  display: block;
  height: 211px;
  margin: 7px;
}
.marutag{
  position: relative;
  z-index: 1;
}

.tag2 .tagP.se img {
  width: 225px;
  display: block;
  height: 225px;
  margin: 0px;
}


.tag4 {
  padding-top: 50px;
}

/*丸の中の文字*/
.tag .midashi,
.tag2 .midashi,
.tag3 .midashi,
.tag4 .midashi {
  position: absolute;
  z-index: 10;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0;
  line-height: 1rem;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 26px;
  margin-top: -10px;
}

.midashi.small {
  font-size: 0.65rem;
}

/*丸*/
.maru {
  position: absolute;
  /*z-index: 9;*/
  width: 80px;
  height: 80px;
  border: solid 1px #533833;
  background-color: #FFF;
  border-radius: 40px;
  margin-top: -10px;
}

/*写真*/
.tagP {
  width: 100%;
  position: relative;
}

.tag .tagP img,
.tag3 .tagP img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 30px;
}

/*2列目のラップ*/
.tagWrap2 .tag .tagP.se {
  height: 230px;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}

/*丸のタグのみ*/
.tag3 {
  display: block;
  width: 80px;
  height: 80px;
  top: 80px;
  bottom: 80px;
}

/*その他の展開*/
.sonotaWrap {
  margin: 30px 0 0 0;
}

.sonota {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  text-align: left;
}


