.pc {
  display: none !important;
}


/*header*/

.header_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  padding: 40px 25px;
  z-index: 50;
  transform: translate(0, -101%);
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.menu_open .header_menu {
  transform: translate(0, 0);
}

.header_menu a {
  opacity: 0;
  text-decoration: none;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #828282;
  letter-spacing: 0.05em;
  line-height: 100%;
  transition: all 800ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

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

.menu_open .header_menu a {
  opacity: 1;
}

.header_menu a+a {
  margin-top: 3px;
}

.menu_open .header_menu a+a {
  margin-top: 31px;
}

.header_logo {
  position: absolute;
  top: 24px;
  left: 16px;
  display: block;
}

.header_logo img {
  display: block;
  width: 80px;
  heigt: 15.4px;
}

.pan {
  position: absolute;
  left: 16px;
  top: 91px;
}

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

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


/*sp_menu*/

.menu_button {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  z-index: 200;
  cursor: pointer;
}

.menu_button_line {
  width: 18px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -1px;
  margin-right: -9px;
  transform-origin: center center;
  transition: all 500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.menu_button_line_1 {
  transform: translate(5px, -6px);
  width: 26px;
}

.menu_button_line_2 {
  transform: translate(5px, 2px);
  width: 36px;
}

.menu_open .menu_button_line_1 {
  transform: translate(0, 0px) rotate(-45deg);
  width: 18px;
}

.menu_open .menu_button_line_2 {
  transform: translate(0px, 0px) rotate(45deg);
  width: 18px;
}


/*top*/

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

.top_area {
  margin: 0;
  padding-left: 16px;
  width: calc(95% - 16px);
  position: relative;
}

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

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

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

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

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

.works_box {
  display: none;
}

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

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

.works_img_1 {
		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_title {
  padding: 5px 6px 2px;
  min-height: 22px;
  color: #1a1a1a;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  font-size: 11px;
  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;
}

.is_home .pan {
  display: none;
}


/*footer*/

.footer {
  margin-top: 94px;
}

.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: 12px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 48px 0 50px;
}


/*wd*/

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

.wd_h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd_h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 24px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

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

.wd_content {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.16em;
  margin-top: 56px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd_credit {
  margin-top: 48px;
  font-weight: 400;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wd_contents {
  position: relative;
  width: calc(100% - 64px);
  margin: 56px auto 0px;
  padding-bottom: 10px;
}

.wd_contents_img {
  display: block;
  width: 100%;
  height: auto;
  margin: 8px auto 0;
}

.wd_cont_mov {
  margin-top: 8px;
  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: 157px;
}

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

.comp_area_1 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  /* or 100% */
  letter-spacing: 0.12em;
  text-align: center;
  padding-bottom: 0;
}

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

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

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

.comp_svg {
  display: block;
  width: 84.93px;
  height: 250px;
  margin: 0px auto 85px;
  transition-delay: 10ms !important;
  opacity: 0;
}

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

.comp_area_1 span {
  opacity: 0;
  transform: translate(-20px, 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: 700ms !important;
}

.comp_area_1_2 ,.comp_area_1_3 {
  transition-delay: 900ms !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 {
  border-top: solid 1px #e5e5e5;
  margin: 56px auto 0;
  position: relative;
  padding-top: 26px;
  width: calc(100% - 32px);
  padding-bottom: 7px;
}

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

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

.comp_foot_box_2 {
  padding-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  /* identical to box height */
  letter-spacing: 0.16em;
}

.comp_foot_box {
  position: relative;
}

.comp_foot_box {
  margin-top: 34px;
}


/*CREATOR*/

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

.cre_wrap {
  width: 100%;
  margin: 0 auto;
}

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

.cre_text_1 {
  margin-top: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 220%;
  letter-spacing: 0.16em;
  color: #555;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 66px);
}

.cre_text_2 {
  margin-top: 35px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  /* or 200% */
  letter-spacing: 0.16em;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 66px);
}

.cre_years {
  margin: 58px auto 0;
  padding-top: 40px;
  border-top: solid 1px #e5e5e5;
  width: calc(100% - 32px);
}

.cre_year {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 133% */
  letter-spacing: 0.12em;
  width: calc(100% - 32px);
  margin: 0 auto 0;
}

.cre_ytext {
  margin: 7px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 180%;
  letter-spacing: 0.16em;
  width: calc(100% - 32px);
}

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

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

.cre_sns a {
  display: inline-block;
  margin: 0 13px 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: 88px;
  height: 259px;
  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;
}

.comp_area_pad{
  width: 100%;
  height: 100px;
}