.sp {
  display: none !important;
}


/*header*/

.header_menu {
  position: absolute;
  right: 80px;
  top: 48px;
}

.header_menu a {
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #828282;
  margin-left: 20px;
  letter-spacing: 0.05em;
  line-height: 100%;
  position: relative;
}

.header_menu a:hover, .header_menu a.header_menu_on {
  color: #1a1a1a;
}

.header_menu a:before {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  transform: translate(-50%, -9px);
  transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.header_menu a:hover:before {
  opacity: 1;
  transform: translate(-50%, -13px);
}

.header_logo {
  position: absolute;
  top: 48px;
  left: 100px;
  display: block;
}

.header_logo img {
  display: block;
  width: 187px;
  height: 36px;
}

.header_logo:hover{
	opacity:0.7;
}

.pan {
  position: absolute;
  left: 100px;
  top: 163px;
}

.pan a {
  text-decoration: none;
  color: #1a1a1a;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.16em;
}

.pan_line {
  background: #1a1a1a;
  width: 25px;
  height: 1px;
  margin-right: 11px;
  display: inline-block;
  position: relative;
  top: -4px;
}


/*top*/

.headpad_top {
  height: 266px;
  width: 100%;
}

.top_area {
  margin: 0 auto;
  width: calc(100% - 200px);
  position: relative;
}

.top_select {
  cursor: pointer;
  margin-right: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  display: inline-block;
  color: #828282;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
  padding-top: 10px;
}

.top_select.top_select_on {
  font-weight: 600;
  color: #1a1a1a;
  border-bottom: solid 1px #000;
}

.top_select:hover {
  color: #1a1a1a;
  border-bottom: solid 1px #000;
}

.works_area {
  width: calc(100% - 192px);
  margin: 22px auto 0;
  font-size: 0;
}

.works_box_on {
  width: 33.3%;
  min-height: 100px;
  position: relative;
}

.works_box_on:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.works_box {
  display: none;
}

.works_box_on {
  opacity: 0;
  transform: translate(0, 100px);
}

.works_box.works_box_on {
  display: inline-block;
}

.works_box_on.works_box_on_y {
  width: 66.6%;
}

.works_box_on.works_box_on_y:before {
  padding-top: 50%;
}



.works_box_on.works_box_on_y .works_img_1 {
/*  display: none; */
	background-image:none !important;
}

.works_box_on:not(.works_box_on_y) .works_img_2 {
/*  display: block; */
		background-image:none !important;
}

.works_thumb {
  position: absolute;
  background: #eee;
  z-index: 20;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  overflow: hidden;
}

.works_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: 50% 50%;
  transition: all 900ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.works_box_on:hover .works_img {
  transform: scale(1.02);
}

.works_title {
  padding: 6px 6px 3px;
  min-height: 29px;
  color: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  z-index: 10;
  line-height: 130%;
  background: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

body:not(.onsable) {
  pointer-events: none;
}


/*footer*/

.footer {
  margin-top: 144px;
}

.footer_sns {
  text-align: center;
}

.footer_sns a {
  display: inline-block;
  margin: 0 16px 0;
}

.footer_sns img {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.footer_copy {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 55px 0 40px;
}


/*wd*/

.headpad_wd {
  width: 100%;
  height: 276px;
}

.wd_h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
}

.wd_h3 {
  margin-top: 32px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
}

.wd_wrap {
  width: 1024px;
  margin: 0 auto;
  max-width: calc(100% - 200px);
  position: relative;
}

.wd_kv_d {
  display: block;
  width: 100%;
  height: auto;
  margin: 50px 0 0;
}

.wd_content {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.16em;
  margin-top: 48px;
}

.wd_credit {
  margin-top: 72px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.05em;
}

.wd_contents {
  position: relative;
  max-width: 100%;
  width: 840px;
  margin: 56px auto 0;
}

.wd_contents_img {
  display: block;
  max-height: 700px;
  max-width: 100%;
  margin: 22px auto 0;
}

.wd_cont_mov {
  margin-top: 22px;
  width: 100%;
  position: relative;
}

.wd_cont_mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wd_cont_mov_pad {
  display: block;
  pointer-events: none;
  width: 100%;
}

.onsc {
  opacity: 0;
  transform: translate(0, 50px);
}




/*company*/

.headpad_comp {
  width: 100%;
  height: 276px;
}

.comp_area {
  width: 810px;
  margin: 0 auto;
  position: relative;
}

.comp_area_1 {
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  /* or 111% */
  letter-spacing: 0.06em;
}

.comp_area_23 {
  position: relative;
  margin-top: 72px;
  width: 100%;
}

.comp_area_2 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 220%;
  letter-spacing: 0.16em;
  color: #555555;
  width: 564px;
}

.comp_area_3 {
  width: 100%;
  margin-top: 74px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: 0.16em;
  color: #555555;
}

.comp_svg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 144.03px;
  height: 424px;
  transition-delay: 1100ms !important;
  opacity: 0;
  transform: translate(0, -20px);
}

.comp_svg.onscreen {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 2500ms cubic-bezier(0.595, 0.015, 0.035, 0.975);
}

.comp_area_1 span {
  opacity: 0;
  transform: translate(-50px, 0);
  display: inline-block;
}

.comp_area_1.onscreen span {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 2500ms cubic-bezier(0.595, 0.015, 0.035, 0.975);
}

.comp_area_1_1 {
  transition-delay: 10ms !important;
}

.comp_area_1_2, .comp_area_1_3 {
  transition-delay: 300ms !important;
}

.cm23{
  opacity: 0;
transition: all 2500ms cubic-bezier(0.595, 0.015, 0.035, 0.975);
}

.cm23.onscreen{
  opacity: 1;
  transform: translate(0, 0);
}


.comp_foot {
  width: 1024px;
  border-top: solid 1px #e5e5e5;
  margin: 144px auto 0;
  max-width: 100%;
  position: relative;
  padding-top: 64px;
}

.comp_foot_in {
  width: calc(100% - 94px);
  margin: 0 auto;
}

.comp_foot_set {
  float: left;
}

.comp_foot_set_1 {
  width: 333px;
}

.comp_foot_set_2 {
  width: calc(100% - 350px);
}

.comp_foot_set_1 .comp_foot_box_1 {
  width: 84px;
}

.comp_foot_set_2 .comp_foot_box_1 {
  width: 105px;
}

.comp_foot_box_1 {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height */
  letter-spacing: 0.16em;
}

.comp_foot_box_2 {
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  /* identical to box height */
  letter-spacing: 0.16em;
}

.comp_foot_box {
  position: relative;
}

.comp_foot_box+.comp_foot_box {
  margin-top: 32px;
}

.comp_foot_box_2 {
  width: calc(100% - 106px);
}


/*CREATOR*/

.headpad_cre {
  width: 100%;
  height: 276px;
}

.cre_wrap {
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
}

.cre_h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 48px;
  /* identical to box height, or 171% */
  text-align: center;
  letter-spacing: 0.06em;
  margin: 68px 0 0;
}

.cre_text_1 {
  margin-top: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.16em;
  color: #555;
}

.cre_text_2 {
  margin-top: 56px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 210%;
  /* or 200% */
  letter-spacing: 0.16em;
  color: #555;
}

.cre_years {
  margin: 64px 0 0;
  padding-top: 64px;
  border-top: solid 1px #e5e5e5;
}

.cre_year {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  /* identical to box height, or 100% */
  letter-spacing: 0.06em;
}

.cre_ytext {
  margin-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 190%;
  letter-spacing: 0.16em;
}

.cre_ytext+.cre_year {
  margin-top: 27px;
}

.cre_sns {
  text-align: center;
  margin-top: 32px;
}

.cre_sns a {
  display: inline-block;
  margin: 0 16px 0;
}

.cre_sns img {
  width: 19px;
  height: 19px;
  display: inline-block;
}

.cre_sns a:hover, .footer_sns a:hover {
  opacity: 0.6;
}

.cre_wrap {
  filter: brightness(4);
  opacity: 0;
  transition: all 1500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.cre_wrap.onscreen {
  filter: brightness(1);
  opacity: 1;
}


/*load_set*/

.load_set {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 500;
}

.load_box {
  width: 130px;
  height: 383px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.load_svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
	opacity:0;
}
.loaded .load_svg {
	opacity:1;
	transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000); /* easeOutExpo */


}
.load_hider {
  opacity: 1;
  position: absolute;
  width: 50%;
  height: 200%;
  bottom: 0;
  z-index: 600;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  transform: translate(0, 1%);
}

.load_hider_1 {
  right: 0;
}

.load_hider_2 {
  left: 0;
}

