@charset "UTF-8";
body {
  font-size: 18px;
  line-height: 2.0;
}
.sp_br {
  display: none;
}
/* ------------ CONTENTS ------------ */
#contents section {
  margin-bottom: 180px;
}
#contents .content-width {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#contents .blk {
  width: 600px;
}
#contents h2 {
  font-size: 56px;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
#contents h2 small {
  font-size: 18px;
}
#contents .link {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  padding-left: 30px;
}
#contents .link:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/creative/icon_link.svg") no-repeat center top/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .link span {
  font-weight: bold;
}
#contents .link::after {
    content: "";
    display: block;
    position: relative;
    left: 2%;
    width: 98%;
    height: 10px;
    z-index: -1;
    transition: left 0.2s;
    top: -0.5em;
    background: #fca400;
}
#contents .link:hover::after{
	left: 2em;
}
/* ------------ PAGE - TITLE ------------ */
#pageSubTitle {
  position: absolute;
  right: 3.68vw;
  top: 50px;
  font-size: 14px;
  border-right: solid 2px #000000;
  padding-right: 1rem;
}
#pageTitle {
}
#pageTitle small {
	letter-spacing: 0.04em;
}
/* ------------ INTRO ------------ */
#contents #intro p {
  font-size: 24px;
  font-weight: bold;
	font-feature-settings: 'palt';
  letter-spacing: 0.1em;
}
/* ------------ CREATIVE ------------ */
#contents .creative-blk {
  width: 600px;
  margin: 0 auto;
  text-align: justify;
  position: relative;
}
#contents .creative-blk h2 {
  font-size: 20px;
  width: 160px;
  height: 160px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 160px;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  position: absolute;
  top: -110px;
}
#contents .creative-blk h2 > span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	margin: auto;
	line-height: 1.5;
	transform: translateX(-50%) translateY(-50%);
}
#contents .creative-blk h2 > span small {
	display: block;
	font-size: 75%;
}
#contents .creative-blk h2 > span small::before, #contents .creative-blk h2 > span small::after {
	display: none;
}
#contents #creative01 .creative-blk h2, #contents #creative03 .creative-blk h2, #contents #creative05 .creative-blk h2 {
  left: -60px;
}
#contents #creative02 .creative-blk h2, #contents #creative04 .creative-blk h2 {
  right: -60px;
}
#contents .creative-blk .inner {
  position: relative;
}
#contents #creative01 .creative-blk .inner, #contents #creative03 .creative-blk .inner, #contents #creative05 .creative-blk .inner {
  margin-left: 20px;
}
#contents #creative02 .creative-blk .inner, #contents #creative04 .creative-blk .inner {
  margin-right: 20px;
}
#contents .creative-blk p {
  font-size: 14px;
  margin-bottom: 30px;
}
#contents .creative-blk .link {
	display: inline-block;
	line-height: 1.5;
}
#contents .creative-blk .link span {
  font-size: 16px;
}
#contents .creative-blk .link:hover::after{
	left: 1em;
}
#contents .creative-blk .image {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
#contents .creative-blk .image a {
	display: block;
}
#contents .creative-blk .image img {
	display: block;
	max-height: 100%;
}
#contents #creative01 .creative-blk .image li {
	width: 104px;
}
#contents #creative02 .creative-blk .image li {
	height: 154px;
}
#contents #creative03 .creative-blk .image li {
	position: relative;
	width: 104px;
}
#contents #creative03 .creative-blk .image li:last-child img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
#contents #creative04 .creative-blk .image li {
	width: 280px;
}
#contents .creative-blk .list {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}
#contents .creative-blk .list li {
	position: relative;
	padding-left: 20px;
	font-weight: bold;
}
#contents #creative02 .creative-blk .list li {
  width: 30%;
}
#contents #creative02 .creative-blk .list li:nth-child(1) {
  width: 40%;
}
#contents #creative03 .creative-blk .list li {
  width: 25%;
}
#contents #creative03 .creative-blk .list li:nth-child(3) {
  width: 50%;
}
#contents #creative04 .creative-blk .list li, #contents #creative05 .creative-blk .list li {
  width: 50%;
}
#contents .creative-blk .list li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #00000c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#contents .creative-blk .video {
  margin: 30px auto;
  position: relative;
  width: 560px;
  height: 314px;
}
#contents .creative-blk .video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ------------ LINK ------------ */
#linkToWorks {
  margin: 50px auto 0 auto;
}
#linkToWorks .link {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
}
#linkToWorks .link span {
	display: block;
	position: relative;
	top: 5px;
}
#linkToWorks .link::after {
	top: -0.25em;
}
#linkToWorks .link:hover::after {
	left: 5%;
}


/* ------------ TOOLS ------------ */
#contents #tools h2 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: solid 2px #000000;
  padding: 0 40px 10px;
  margin-bottom: 40px;
}
#contents #tools h2 span {
  font-size: 16px;
}
#contents #tools .main-txt {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 40px;
}
#contents #tools .main-txt span {
  font-size: 18px;
}
#contents #tools ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  width: 650px;
  margin: 0 auto 0;
}
#contents #tools li {
  position: relative;
}
#contents #tools li:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border: solid 15px #FFF;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#contents #tools li dl {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}
#contents #tools ul li dt {
	height: 142px;
}
#contents #tools li.l1 dt img {
  width: 100px;
  height: auto;
  margin-top: 25px;
}
#contents #tools li.l2 dt img {
  width: 110px;
  height: auto;
  margin-top: 30px;
}
#contents #tools li.l3 dt img {
  width: 72px;
  height: auto;
  margin-top: 15px;
}
#contents #tools li dd {
	padding-top: 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/* ------------ SURVEY ------------ */
#contents #survey .link {
  display: inline-block;
  padding-left: 40px;
  margin-bottom: 50px;
}
#contents #survey .link span {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#contents #survey .inner {
  display: flex;
  justify-content: space-around;
}
#contents #survey .image {
	width: 300px;
	height: 140px;
	position: relative;
}
#contents #survey .image .pic01 {
  position: absolute;
  right: -60px;
  top: -10px;
	width: 240px;
  z-index: 1;
}
#contents #survey .image .pic02 {
  position: absolute;
  left: 280px;
  top: 140px;
	width: 180px;
}
#contents #survey .txt {
  width: 500px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
}
#contents #survey .txt span {
  font-size: 24px;
}
/*---------------------------------------------
  SmatrPhone/Tablet
---------------------------------------------*/
@media screen and (max-width:1150px) {
	.br1150{
		display: block;
	}
}
@media screen and (max-width:1100px) {
	#contents #survey .image{
		width: 40vw;
	}
	#contents #survey .image .pic01{
		left: auto;
		right: 4vw;
	}
	#contents #survey .txt{
		width: 50vw;
	}
}
@media screen and (max-width:1000px) {
  #contents .content-width {
    width: 90%;
  }
    #pageTitle {
    margin: 12vh auto 6vh auto;
    line-height: 1.3;
    font-size: 10vw;
    letter-spacing: 0.05em;
}
}
@media screen and (max-width:800px) {
    .sp_br {
    display: inline;
  }
  #contents section {
    margin-bottom: 30vw;
  }
#contents #tools {
    margin-bottom: 10vw;
  }
  #contents h2 {
    font-size: 7vw;
    margin-bottom: 10%;
  }
  #contents h2 small {
    font-size: 2.25vw;
  }
  #contents .blk {
    width: 100%;
  }
  /* ------------ PAGE - TITLE ------------ */
  #pageTitle small {
    font-size: 2.25vw;
  }
  #pageSubTitle {
    top: 0;
  }
  /* ------------ CREATIVE ------------ */
  #contents .creative-blk {
    width: 100%;
  }
  #contents #creative01 .creative-blk h2, #contents #creative03 .creative-blk h2, #contents #creative05 .creative-blk h2 {
    left: 0;
  }
  #contents #creative02 .creative-blk h2, #contents #creative04 .creative-blk h2 {
    right: 0;
  }
  #contents #creative01 .creative-blk .inner, #contents #creative03 .creative-blk .inner, #contents #creative05 .creative-blk .inner {
    margin-left: 2.5%;
  }
  #contents #creative02 .creative-blk .inner, #contents #creative04 .creative-blk .inner {
    margin-right: 2.5%;
  }
  #contents .creative-blk p {
    margin-bottom: 3.75%;
  }
  #contents .creative-blk .image {
    justify-content: flex-start;
    margin-top: 5%;
  }
  #contents .creative-blk .image li {
    margin: 0 1%;
  }
  #contents .creative-blk .list {
    justify-content: flex-start;
  }
  #contents .creative-blk .list li {
    padding-left: 3.5%;
  }
  #contents .creative-blk .video {
    margin: 3.75% auto;
    width: 100%;
    height: inherit;
    padding-top: 56.25%;
  }
  /* ------------ TOOLS ------------ */
  #contents #tools h2 {
    font-size: 7vw;
    padding: 0 0.8em 10px;
      margin-bottom: 5%;
  }
  #contents #tools h2 span {
    font-size: 2vw;
  }
  #contents #tools ul {
    width: 100%;
    margin: 0 auto 0;
  }
  #contents #tools li:before {
    width: 100px;
    height: 100px;
  }
  #contents #tools li dd {
    font-size: 16px;
  }
	
  /* ------------ SURVEY ------------ */
	#contents #survey{
		margin-bottom: 0;
	}
  #contents #survey .link {
    padding-left: 5%;
    margin-bottom: 6.25%;
  }
     #contents #survey .link span {
  background: linear-gradient(transparent 60%, #fca400 0%);
}
    #contents #survey .link::after {
        display:none;
    }
  #contents #survey .inner {
    display: block;
  }
  #contents #survey .image {
	width: 100%;
	height: auto;
	min-height: none;
	position: relative;
	display: block;
	margin-bottom: 3.75%;
  }
  #contents #survey .image img.pic01 {
	  display: block;
	  position: relative;
	  left: auto;
	  right: auto;
		width: 50vw;
	  margin: 0 auto;
	}
  #contents #survey .txt {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:480px) {
    body {
        font-size: 4vw;
    }
    #contents .link {
        line-height: 1.4;
    }
    #contents #survey .link span {
        font-size: 7vw;
    }
      /* ------------ INTRO ------------ */
#contents #intro p {
  font-size: 18px;
}
/* ------------ CREATIVE ------------ */    
  #contents .creative-blk h2 {
  width: 120px;
  height: 120px;
  line-height: 120px;
  top: -90px;
      font-size: 18px;
  }
  #contents .creative-blk .image {
      flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8%;
  }
  #contents .creative-blk .image li {
      width: 48%;
    margin: 0;
  }
    #contents .creative-blk .image li img {
        height: auto;
    }
  #contents .creative-blk .list {
      display: block;
  }
	
	#contents #creative01 .creative-blk .image{
		display: block;
		justify-content: space-around;
		text-align: center;
	}
	#contents #creative01 .creative-blk .image li{
		display: inline-block;
		width: 26vw;
		margin: 0 1vw 1vw;
	}
	#contents #creative01 .creative-blk .link span{
		font-feature-settings: "palt";
		font-size: 3.3vw;
		letter-spacing: 0.05em;
	}
	
  #contents #creative02 .creative-blk .list li {
	  width: 100%;
	}
	#contents #creative02 .creative-blk .list li:nth-child(1) {
	  width: 100%;
	}
	#contents #creative02 .creative-blk .image{
		display: block;
		justify-content: space-around;
		text-align: center;
	}
	#contents #creative02 .creative-blk .image li{
		display: inline-block;
		width: auto;
		height: 36vw;
		margin: 0 1vw 1vw;
	}
	#contents #creative03 .creative-blk .list li {
	  width: 100%;
	}
	#contents #creative03 .creative-blk .list li:nth-child(3) {
	  width: 100%;
	}
	#contents #creative03 .creative-blk .image{
		display: block;
		justify-content: space-around;
		text-align: center;
	}
	#contents #creative03 .creative-blk .image li{
		display: inline-block;
		width: 26vw;
		height: 36vw;
		margin: 0 1vw 1vw;
	}
	#contents #creative04 .creative-blk .list li,
	#contents #creative04 .creative-blk .image{
		display: block;
		justify-content: space-around;
		text-align: center;
	}
	#contents #creative04 .creative-blk .list li{
		width: auto;
		text-align: left;
	}
	#contents #creative04 .creative-blk .image li{
		display: inline-block;
		width: 41vw;
		margin: 0 1vw 0;
	}
	#contents #creative05 .creative-blk .list li {
	  width: 100%;
	} 
	
	/* ------------ LINK ------------ */
	#linkToWorks {
	  margin: 5vw auto 0 auto;
	}
	#linkToWorks .link {
		font-size: 5vw;
	}
	#linkToWorks .link span {
		top: 1.5vw;
	}

    /* ------------ TOOLS ------------ */
  #contents #tools .main-txt {
  margin-bottom: 0;
      text-align: center;
	}
    #contents #tools p {
        text-align: left;
    }
  #contents #tools li dl {
  padding-top: 15%;
}
#contents #tools ul {
    height: inherit;
    display: block;
	margin-top: 3vw;
  }
  #contents #tools ul li {
    width: 50%;
    padding: 0;
  }
  #contents #tools ul li:before {
	  top: 0;
	  transform: translate(-50%,0);
    width: 25vw;
    height: 25vw;
    border: solid 4vw #FFF;
  }
  #contents #tools ul li dl {
	  padding: 0;
	}
  #contents #tools ul li dt {
	  height: 32vw;
	}
  #contents #tools .l1 {
    float: left;
  }
  #contents #tools .l2 {
    float: right;
  }
  #contents #tools .l3 {
    clear: both;
	  position: relative;
	  top: -0.5vw;
    margin: 0 auto;
  }
	#contents #tools li.l1 dt img{
    width: auto;
    height: 24vw;
	 margin-top: 5vw;
	}
    #contents #tools li.l2 dt img{
    width: auto;
    height: 23vw;
	 margin-top: 5vw;
	}
	#contents #tools li.l3 dt img{
    width: auto;
    height: 26vw;
	 margin-top: 2vw;
	}
	
  /* ------------ SURVEY ------------ */
  #contents #survey .link {
      font-size: 32px;
    padding-left: 12%;
      text-align: left;
  }
  #contents #survey .image img.pic01 {
		width: 90vw;
	}
  #contents #survey .txt {
    text-align: center;
      line-height: 1.6;
      font-size: 3.5vw;
  }
    #contents #survey .txt span {
        font-size: 4.5vw;
    }
}



