@charset "utf-8";

/* ------------------------------
 Top
------------------------------ */

.p-top-fv {
  margin-top: 81px;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/960;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.p-top-fv__copy {
  display: inline-block;
	width: 0;	/*文字の長さ*/
	border-right: 2px solid #000;	/*点滅バー*/
	overflow: hidden;	/*必須*/
	white-space: nowrap;	/*必須*/
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 4.0rem;
  font-weight: 400;
  animation: blink .4s step-end infinite alternate;	/*アニメーション関連*/
  position: relative;
  z-index: 2;
  opacity: 0;
}

.p-top-fv__copy.is-active {
  width: 17em;	/*文字の長さ*/
	animation: typing 3.5s steps(17), blink .4s step-end infinite alternate;	/*アニメーション関連*/
}

@keyframes typing {
	from {
		width: 0;
	}
}

@keyframes blink {
	50% {
		border-color: transparent;		/*点滅風に見せる*/
	}
}

.p-top-fv__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  filter: brightness(2.5) opacity(0);
  transition: filter 5.5s;
}


.p-top-fv__img.is-fade {
  filter: brightness(1) opacity(1);
}

.p-top-fv__img picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-fv__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .p-top-fv {
    margin-top: 44px;
    aspect-ratio: 750/580;
  }

  .p-top-fv__copy {
    font-size: 2.0rem;
  }
}

@media only screen and (max-width: 374px) {
  .p-top-fv__copy {
    font-size: 1.8rem;
  }
}

.p-top-anniv {
  padding-top: 150px;
}

.p-top-anniv__image {
  max-width: 1400px;
  margin: 0 auto;
}

.p-top-anniv-content {
  padding-left: 20px;
  padding-right: 20px;  
}

.p-top-anniv__ttl {
  font-size: 4.2rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  padding-top: 36px;
  margin-bottom: 30px;
}

.p-top-anniv__txt {
  font-size: 2.3rem;
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  text-align: center;
  line-height: 2.26;
}

.p-top-anniv__sign {
  text-align: center;
  margin-top: 45px;
}

.p-top-anniv__signimg {
  width: 483px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .p-top-anniv {
    padding-top: 100px;
  }
  .p-top-anniv__ttl {
    font-size: 2.0rem;
    padding-top: 18px;
    margin-bottom: 18px;
  }
  .p-top-anniv__txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.96;
  }
}

@media only screen and (max-width: 374px) {
  .p-top-anniv__ttl {
    font-size: 1.8rem;
  }
}

.p-top-page {
  padding-top: 105px;
}

.p-top-page-list {
  display: flex;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.p-top-page-list__link {
  transition: 0.3s;
}

.p-top-page-list__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 768px) {
  .p-top-page-list {
    display: flex;
    flex-wrap: wrap;
  }
  .p-top-page-list__item {
    width: 50%;
  }
}

.p-top-concept {
  padding-top: 207px;
  position: relative;
}

.p-top-concept__ttl {
  text-align: center;
}

.p-top-concept__ttlimg {
  width: 300px;
  height: auto;
}

.p-top-concept__wrap {
  margin-top: 60px;
  position: relative;
}

.p-top-concept-image {
  width: calc(50% + 66px);
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-concept-image__img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.p-top-concept-content__inner {
  max-width: 525px;
  padding-left: 54px;
  padding-right: 30px;
  margin-left: calc(50% + 66px);
}

.p-top-concept-content__ttl {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-top-concept-content__txt {
  font-size: 2.1rem;
  line-height: 2.28;
}

.p-top-concept__en {
  position: absolute;
  top: 594px;
  left: calc(50% - 324px);
}

.p-top-concept__enimg {
  width: 897px;
  height: auto;
}

@media only screen and (max-width: 1200px) {
  .p-top-concept__en {
    position: absolute;
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-concept {
    padding-top: 100px;
    margin-top: 38px;
  }
  .p-top-concept__ttlimg {
    width: 150px;
    height: auto;
  }
  .p-top-concept-image {
    width: calc(100% - 40px);
    position: relative;
  }
  .p-top-concept-image__img {
    height: 200px;
    width: 100%;
  }
  .p-top-concept-content {
    padding-top: 50px;
  }
  .p-top-concept-content__inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .p-top-concept-content__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-top-concept-content__txt {
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .p-top-concept__en {
    position: absolute;
    top: 190px;
    left: auto;
    right: 20px;
  }
  .p-top-concept__enimg {
    width: 299px;
    height: auto;
  }
}

.p-top-services {
  padding-top: 180px;
  margin-top: 90px;
  position: relative;
}

.p-top-services__ttl {
  text-align: center;
}

.p-top-services__ttlimg {
  width: 300px;
  height: auto;
}

.p-top-services__wrap {
  margin-top: 60px;
  position: relative;
}

.p-top-services-image {
  width: calc(50% + 30px);
  position: absolute;
  top: 0;
  right: 0;
}

.p-top-services-image__img {
  height: 477px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.p-top-services-content__inner {
  max-width: 504px;
  margin-left: calc(50% - 582px);
}

.p-top-services-content__ttl {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-top-services-content__txt {
  font-size: 2.1rem;
  line-height: 2.28;
}

.p-top-services__en {
  position: absolute;
  top: 402px;
  left: calc(50% - 570px);
}

.p-top-services__enimg {
  width: 633px;
  height: auto;
  mix-blend-mode: multiply;
}

.p-top-services-list {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 375px;
  display: flex;
  flex-wrap: wrap;
}

.p-top-services-list__item {
  width: calc((100% - 102px) / 3);
  margin-left: 51px;
  padding: 36px 30px 30px 30px;
  margin-bottom: 45px;
}

.p-top-services-list__item:nth-of-type(3n + 1) {
  margin-left: 0;
}

.p-top-services-list__ttl {
  font-size: 3.0rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #ffffff;
}

.p-top-services-list__txt {
  font-size: 2.1rem;
  line-height: 1.7;
  color: #ffffff;
}

.p-top-services-list__item-poster { background: #ca67a4; }
.p-top-services-list__item-catalog { background: #3eb370; }
.p-top-services-list__item-flyer { background: #796baf; }
.p-top-services-list__item-pop { background: #00afec; }
.p-top-services-list__item-dm { background: #ed6d46; }
.p-top-services-list__item-sign { background: #4694d1; }
.p-top-services-list__item-package { background: #a0c232; }
.p-top-services-list__item-novelty { background: #008ccf; }
.p-top-services-list__item-web { background: #e7a117; }
.p-top-services-list__item-pamphlet { background: #5976ba; }
.p-top-services-list__item-corporate { background: #eb6ea5; }
.p-top-services-list__item-logo { background: #00aebb; }

@media only screen and (max-width: 1200px) {
  .p-top-services-content__inner {
    max-width: calc(50% - 86px);
    margin-left: 20px;
    margin-right: auto;
  }
  .p-top-services-content__ttl {
    font-size: 2.8rem;
  }
  .p-top-services__en {
    position: absolute;
    left: 20px;
  }
}

@media only screen and (max-width: 1070px) {
  .p-top-services-list {
    margin-top: 275px;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-services {
    padding-top: 120px;
    margin-top: 20px;
  }
  .p-top-services__ttlimg {
    width: 150px;
    height: auto;
  }
  .p-top-services-image {
    width: calc(100% - 40px);
    position: relative;
    margin-left: auto;
  }
  .p-top-services-image__img {
    height: 200px;
    width: 100%;
  }
  .p-top-services-content {
    padding-top: 50px;
  }
  .p-top-services-content__inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .p-top-services-content__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-top-services-content__txt {
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .p-top-services__en {
    position: absolute;
    top: 190px;
    left: 20px;
  }
  .p-top-services__enimg {
    width: 211px;
    height: auto;
  }
  .p-top-services-list {
    max-width: none;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-top-services-list__item {
    width: calc(50% - 5px);
    margin-left: 10px;
    padding: 20px 14px 20px 14px;
    margin-bottom: 10px;
  }
  .p-top-services-list__item:nth-of-type(3n + 1) {
    margin-left: 10px;
  }
  .p-top-services-list__item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
  .p-top-services-list__ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .p-top-services-list__txt {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}

.p-top-works {
  padding-top: 180px;
  position: relative;
}

.p-top-works__ttl {
  text-align: center;
}

.p-top-works__ttlimg {
  width: 300px;
  height: auto;
}

.p-top-works__wrap {
  margin-top: 60px;
  position: relative;
}

.p-top-works-image {
  width: calc(50% + 138px);
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-works-image__img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.p-top-works-content__inner {
  max-width: 465px;
  padding-left: 54px;
  padding-right: 30px;
  margin-left: calc(50% + 138px);
}

.p-top-works-content__ttl {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-top-works-content__txt {
  font-size: 2.1rem;
  line-height: 2.28;
}

.p-top-works__en {
  position: absolute;
  top: 540px;
  left: calc(50% + 105px);
}

.p-top-works__enimg {
  width: 465px;
  height: auto;
  mix-blend-mode: multiply;
}

.p-top-works-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 420px;
}

.p-top-works-list__link {
  display: block;
  width: calc((1160px - 162px) / 4);
  margin-left: 54px;
  color: #231815;
  transition: 0.3s;
  margin-bottom: 67px;
}

.p-top-works-list__link:visited {
  color: #231815;
}
.p-top-works-list__link:hover {
  opacity: 0.7;
}

.p-top-works-list__link:nth-of-type(4n+1) {
  margin-left: 0;
}

.p-top-works-list-img {
  width: 100%;
}

.p-top-works-list__ttl {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 10px;
}

.p-top-works-list__detail {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 7px;
	line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .p-top-works-list {
    margin-top: 300px;
  }
  .p-top-works-list__link {
    width: calc((100% - 45px) / 4);
    margin-left: 15px;
  }
  .p-top-works__en {
    position: absolute;
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .p-top-works-list {
    margin-top: 200px;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-works {
    padding-top: 120px;
    margin-top: 20px;
  }
  .p-top-works__ttlimg {
    width: 150px;
    height: auto;
  }
  .p-top-works-image {
    width: calc(100% - 40px);
    position: relative;
  }
  .p-top-works-image__img {
    height: 200px;
    width: 100%;
  }
  .p-top-works-content {
    padding-top: 50px;
  }
  .p-top-works-content__inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .p-top-works-content__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-top-works-content__txt {
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .p-top-works__en {
    position: absolute;
    top: 190px;
    left: auto;
    right: 20px;
  }
  .p-top-works__enimg {
    width: 155px;
    height: auto;
  }
  .p-top-works-list {
    max-width: none;
    margin-top: 40px;
  }
  .p-top-works-list__link {
    margin-left: 10px;
    margin-bottom: 20px;
    width: calc(50% - 5px);
  }
  .p-top-works-list__link:nth-of-type(4n+1) {
    margin-left: 10px;
  }
  .p-top-works-list__link:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .p-top-works-list-img {
    width: 100%;
  }
  .p-top-works-list__ttl {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .p-top-works-list__detail {
    font-size: 1.0rem;
    font-weight: 300;
    margin-top: 6px;
  }
}

.p-top-company {
  padding-top: 165px;
  position: relative;
}

.p-top-company__ttl {
  text-align: center;
}

.p-top-company__ttlimg {
  width: 300px;
  height: auto;
}

.p-top-company__wrap {
  margin-top: 60px;
  position: relative;
}

.p-top-company-image {
  width: calc(50% + 102px);
  position: absolute;
  top: 0;
  right: 0;
}

.p-top-company-image__img {
  height: 477px;
  width: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.p-top-company-content__inner {
  max-width: 408px;
  margin-left: calc(50% - 564px);
}

.p-top-company-content__ttl {
  font-size: 3.0rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.5;
}

.p-top-company-content__txt {
  font-size: 2.1rem;
  line-height: 2.28;
}

.p-top-company__en {
  position: absolute;
  top: 414px;
  left: calc(50% - 570px);
}

.p-top-company__enimg {
  width: 642px;
  height: auto;
}

.p-top-company-access {
  margin-top: 357px;
}

.p-top-company-access__wrap {
  width: 762px;
  margin: 0 auto;
  border: 1px solid #231815;
}

.p-top-company-access-image {
  padding: 25px 141px 39px 33px;
}

.p-top-company-access-image__img {
  width: 591px;
  height: auto;
}

.p-top-company-access__txt {
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 30px;
}

.p-top-company-access-google {
  width: 762px;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-top: 22px;
}

.p-top-company-access-google__link {
  transition: 0.3s;
  color: #231815;
}

.p-top-company-access-google__link:visited {
  color: #231815;
}
.p-top-company-access-google__link:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1200px) {
  .p-top-company-content__inner {
    max-width: calc(50% - 158px);
    margin-left: 20px;
    margin-right: auto;
  }
  .p-top-company-content__ttl {
    font-size: 2.8rem;
  }
  .p-top-company__en {
    position: absolute;
    left: 20px;
  }
}

@media only screen and (max-width: 900px) {
  .p-top-company-access {
    margin-top: 157px;
  }
}

@media only screen and (max-width: 768px) {
  .p-top-company {
    padding-top: 120px;
    margin-top: 20px;
  }
  .p-top-company__ttlimg {
    width: 150px;
    height: auto;
  }
  .p-top-company-image {
    width: calc(100% - 40px);
    position: relative;
    margin-left: auto;
  }
  .p-top-company-image__img {
    height: 200px;
    width: 100%;
  }
  .p-top-company-content {
    padding-top: 50px;
  }
  .p-top-company-content__inner {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
  }
  .p-top-company-content__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-top-company-content__txt {
    font-size: 1.4rem;
    line-height: 2.0;
  }
  .p-top-company__en {
    position: absolute;
    top: 190px;
    left: 20px;
  }
  .p-top-company__enimg {
    width: 214px;
    height: auto;
  }
  .p-top-company-access {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-top-company-access__wrap {
    width: 100%;
  }
  .p-top-company-access-image {
    padding: 17px 40px 10px 20px;
  }
  .p-top-company-access-image__img {
    width: 100%;
    height: auto;
  }
  .p-top-company-access__txt {
    font-size: 1.2rem;
    font-weight: 300;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.5;
  }
  .p-top-company-access-google {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

.p-top-flow {
  margin-top: 105px;
  padding-top: 84px;
  padding-bottom: 99px;
  background: #efeee8;
}

.p-top-flow__wrap {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.p-top-flow__ttl {
  font-size: 2.7rem;
  margin-bottom: 30px;
}

.p-top-flow__txt {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.75;
}

.p-top-flow-image {
  text-align: center;
  margin-top: 60px;
}

.p-top-flow-image__img {
  width: 651px;
  height: auto; 
}

@media only screen and (max-width: 768px) {
  .p-top-flow {
    margin-top: 60px;
    padding-bottom: 66px;
  }
  .p-top-flow__wrap {
    max-width: none;
  }
  .p-top-flow__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-top-flow__txt {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.75;
  }
  .p-top-flow-image {
    margin-top: 20px;
  }
  .p-top-flow-image__img {
    width: 434px;
    max-width: 100%;
    height: auto; 
  }
}
