
@charset "utf-8";

* {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  background-color: #fcfcfc;
  overflow-x: hidden;
  background-image: url(../images/axiom-pattern.png);
}

p:hover, h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
  cursor: default;
} 


/* mouse-stalker */
#mouse_stalker {
  pointer-events: none;
  position: fixed;
  top: -10px; 
  left: -10px; 
  width: 20px; 
  height: 20px;
  background: #fbf1dd;
  opacity: 0;
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s; 
  transition-timing-function: ease-out;
  z-index: 9999999;
  mix-blend-mode: difference;
  transition: 0.2s;
  

  &.is_active {
    top: -40px; 
    left: -40px;
    width: 80px;
    height: 80px;
    background: #fbf1dd;
    opacity: 1;
    cursor: pointer;
  }
}


/* header */
header {
  z-index: 1000;
}

.pc_header {
  display: flex;
  justify-content: space-between;
  max-width: 2200px;
  margin: 20px auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  mix-blend-mode: difference;
  background-color: transparent;
}

.pc_header .icon_box {
  mix-blend-mode: difference;
  background-color: transparent;
}

.pc_header img {
  background-color: transparent;
  mix-blend-mode: difference;
  height: 40px;
  margin: 40px 30px;
}

nav.top_nav {
  margin: 0 10px 0 20px;
}

nav.top_nav ul{
  padding: 0 10px 0 0;
  margin: 0;
  text-align: center;
  display: flex;
}

nav.top_nav ul li {
  padding: 15px 5px;
  transition: 0.3s;
  margin-bottom: 16px;
}

nav.top_nav ul li a {
  display: block;
  transition: 0.3s ease;
  font-size: 0.9rem;
  background-color: #ffffff;
  mix-blend-mode: difference;
  letter-spacing: 2px;
  border: 8px solid rgba(1,1,1,0);
  background-clip: padding-box;
  padding: 8px 14px;
  border-radius: 50px;
}

nav.top_nav ul li a:hover {
  mix-blend-mode: difference;
  background-color: #ffffff;
}

nav.top_nav ul li span {
  font-size: 0.6rem;
  font-weight: 600;
}



/* ハンバーガーメニュー */

.hamburger_menu {
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
  display: none;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  right: 2em;
  top: 2em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #fff;
}

input[type=checkbox] {
  display: none; 
  
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible; 
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
  
  
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);

}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);


}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #6662ff;
  z-index: 2;
  visibility: hidden;
  position: fixed;
  mix-blend-mode: normal;
}
/* #overlay.active {

} */
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding-left: 0;
  list-style-type: none;
  background-color: #6662ff;
}
#overlay ul li {
  padding: 1em;
}
#overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 900;
}
#overlay ul li a:hover {
  color: #000!important;
}




/* ▼first view▼ */
/* .first_view {
  position: relative;
}

.illust_img {
  background-image: url(../images/top_Illust.png);
  height: 100vh;
  background-repeat: repeat no-repeat;
  background-position: center;
  background-size: contain;
  margin: -5% 0 0 0;
}

.name_img {
  max-width: 800px;
  width: 100%;
  margin: 10% auto 0 auto;
}
.name_img img {
  max-width: 1000px;
  width: 70%;
  margin: 20% auto 0 auto;
}

.illust_img span {
  mix-blend-mode: difference;
  color: #ffffff;
  font-size: 2rem;
  margin: 0 auto 0 56%;
  display: inline-block;
  width: 44%;
  max-width: 300px;
  height: 38%;
  max-height: 100px;
  border-radius: 50%;
  border: #ffffff 1px solid;
  text-align:center;
  line-height: 100px;
} */


.title_image {
  width: 80%;
  max-width: 1200px;
  margin: 140px auto 30px auto;
  position: relative;
}

h1.name_img img {
  width: 80%;
}

.title_image p {
  position: absolute;
  font-size: 3vw;
  top: 28%;
  right: 3%;
  font-weight: 600;
}


.marquee_left {
	overflow: hidden;
}
.marquee_left ul {
	animation: marquee_left 12s linear infinite;
	display: flex;
	margin-top: 100px;
	padding: 0;
	width: max-content;
}
.marquee_left ul li {
	list-style: none;
	padding: 0 5px;
	width: calc(100vw / 3 - 10px);
}
.marquee_left img {
	display: block;
	width: 80%;
}
@keyframes marquee_left {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: translateX(0%);
	}
}


/* ▼プロフィール▼ */


#about .about_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 100px 0;
}

#about .about_left {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  height: 200px;
}

#about h2 {
  width :470px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.4rem;
}

#about span {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: #070707;
  -webkit-text-stroke: 1px #070707;
  letter-spacing: 0.3rem;
  padding-right: 2px;
}

#about img {
  width: 80%;
  max-width: 400px;
  border-radius: 100px;
  padding: 30px 0;
  margin: auto;
  display: block;
  transform: rotate( 8deg );
}

#about .about_container {
  margin: 0 auto ;
  width: 50%;
}


#about .about_container p {
  line-height: 2rem;
  font-size: 1rem;
  padding: 20px 0;
}

#about .about_link {
  text-align: center;
  padding: 10px 0;
  background-color: #6662ff;
  border-radius: 500px;
  width: 50%;
  margin: 30px auto 0 auto;
}

#about .about_link a {
  padding: 20px 10px;
  color: #ffffff;
  font-weight: 500;
  width: 300px;
}


/* ▼スキル▼ */
#skill {
  padding: 100px 0;
  display: flex;
  line-height: 2rem;
  font-size: 1rem;
  justify-content: space-between;
  position: relative;
}

.skill_left{
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  height: 200px;
}

.skill_left h2 {
  width :470px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.4rem;
}

.skill_right {
  min-width: 400px;
  margin-right: 30px;
}

#skill h2 span {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: #070707;
  -webkit-text-stroke: 1px #070707;
  letter-spacing: 0.3rem;
  padding-right: 2px;
}

#skill h3 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 50px 0 10px 20px;
}

#skill .skill_container_01 h3 {
  padding: 0 0 10px 20px;
}
#skill .skill_container {
  max-width: 1200px;
}

#skill h3 span {
  font-size: 0.8rem;
  padding-right: 6px;
  font-weight: 400;
  font-style: normal;
}

#skill p {
  padding: 0 20px;
}

#skill .tool_box {
  padding: 20px;
}
#skill h4 {
  font-size: 0.8rem;
  color: #6662ff;
  font-weight: 600;
}

/* ▼制作物▼ */

/* 共通 */

#works h2, .works_all h2 {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.4rem;
  color: #ffffff
}

#works h2 span, .works_all h2 span {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  -webkit-text-stroke: 1px #070707;
  letter-spacing: 0.3rem;
  padding-right: 2px;
}
/* -------制作物トップ------- */

/* #works .works_wrapper {
  margin-top: 50px;
}

#works .works_01 {
  background-image: url(../images/works_01a.jpg),url(../images/works_01c.png);
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size:cover,0 0;
  display: block;
  overflow: hidden;
  transition-duration: 700ms;
  opacity: 0.3;
}
#works .works_02 {
  background-image: url(../images/works_02a.jpg),url(../images/works_02c.png);
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size:cover,0 0;
  display: block;
  overflow: hidden;
  z-index: -999;
  transition-duration: 700ms;
  opacity: 0.3;
}
#works .works_03 {
  background-image: url(../images/works_03a.jpg),url(../images/works_03c.png);
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size:cover,0 0;
  display: block;
  overflow: hidden;
  z-index: -999;
  transition-duration: 700ms;
  opacity: 0.3;
}
#works .works_04 {
  background-image: url(../images/works_04a.jpg),url(../images/works_04c.png);
  height: 400px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size:cover,0 0;
  display: block;
  overflow: hidden;
  z-index: -999;
  transition-duration: 700ms;
  opacity: 0.3;
}
#works .works_01:hover,#works .works_02:hover,#works .works_03:hover,#works .works_04:hover {
  background-size:0 0,cover;
  background-color: #0e0e0e;
  opacity: 1;
}

.works_wrapper .works_box_01, .works_wrapper .works_box_02, .works_wrapper .works_box_03, .works_wrapper .works_box_04 {
  position: relative;
}

.works_wrapper a .works_01_title, .works_wrapper a .works_02_title, .works_wrapper a .works_03_title, .works_wrapper a .works_04_title {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  background-color: #070707;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2px;
}

.works_wrapper a p span {
  font-size: 0.9rem;
}

.works_01_number_box, .works_02_number_box, .works_03_number_box, .works_04_number_box {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.works_wrapper a .works_01_number, .works_wrapper a .works_02_number, .works_wrapper a .works_03_number, .works_wrapper a .works_04_number {
  position: absolute;
  color: #6662ff;
  top: 0;
  font-size: 2rem;
  font-weight: 900;
  top: 100px;
  right: 120px;
  font-style: italic;
}

.works_box_display {
  opacity: 0;
}

.works_box_01:hover .works_box_display, .works_box_02:hover .works_box_display, .works_box_03:hover .works_box_display, .works_box_04:hover .works_box_display {
  opacity: 1;
  transition: 500ms;
}






#works .works_button {
  margin: 70px 0 100px 0;
  text-align: center;
}
#works .works_button a {
  font-size: 1.8rem;
  font-weight: 900;
  font-style: italic;
  color: #ffffff;
  -webkit-text-stroke: 1px #070707;
  letter-spacing: 0.1rem;
  transition-duration: 700ms;
}

#works .works_button a:hover {
  color: #6662ff;
  -webkit-text-stroke: 0px #ffffff;
} */


/* 2024/12/15 */

#works {
  background-color: #6662ff;
  padding: 100px 0;
  background-image: url(../images/graphy.png);
}

.works_flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.works_fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  height: 200px;
}

.works_flex button {
  display: block;
  margin: 30px auto;
  color: #070707;
  background-color: #f8f8f8;
  padding: 20px 50px;
  border-radius: 50px;
}

.works_flex h2 {
  width: 470px;
}

/* .works_wrapper {
  margin-left: 470px;
} */

.works_wrapper img {
  width: 100%;
  min-width: 700px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

.works_wrapper .works_box {
  position: relative;
  margin: 10px 0;
}

.works_wrapper .works_box .works_p {
  position: absolute;
  width: 35%;
  top: 30%;
  left: 5%;
}

.works_wrapper .works_box .works_p h3 {
  font-size: 1.5rem;
  text-align: right;
  font-weight: 600;
}

.works_wrapper .works_box .works_p .works_tool {
  margin: 3px 0 16px 0;
  font-size: 0.9rem;
  text-align: right;
}

.works_wrapper .works_box .works_p .works_ex {
  line-height: 1.8rem;
}

.works_wrapper .works_box .works_p .works_button_2 {
  margin: 10% 0 0 auto;
  text-align: right;
  color: #fcfcfc;
  background-color: #070707;
  width: 140px;
  padding: 10px 30px;
  border-radius: 50px;
}



/* -------制作物ページ------- */
.works_all {
  padding: 50px 0 90px 0;
}

.works_all h3 {
  text-align: center;
  margin: 70px 0 50px 0;
  font-size: 1rem;
  letter-spacing: 4px;
  color: #6662ff;
  font-style: italic;
  font-weight: 600;
}

.works_all .works_cotainer {
  width: 90%;
  max-width: 1800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  gap: 30px 10px;
}

.works_all .works_box {
  width:calc(100%/3 - 20px);
  
}

.works_all .works_box img {
  width: 100%;
  height: auto;
  border: 3px solid #f8f8f8;
}

.works_all .works_box p {
  padding: 5px;
  font-size: 0.9rem;
  line-height: 1.4rem;
}

.works_all .works_box p span {
  font-size: 0.7rem;
  line-height: 1rem;
  color: #939393;
}

/* ▼お問い合わせ▼ */
#contact, .contact {
  background-color: #151515;
  text-align: center;
  color: #fcfcfc;
  padding: 30px 0;
}

#contact h2, #contact .contact_sentence, .contact h2, .contact .contact_sentence {
  font-size: 0.8rem;
  line-height: 1.6rem;
}

#contact .contact_mail, .contact .contact_mail {
  padding: 20px;
}

#contact .contact_mail a, .contact .contact_mail a {
  font-size: 5vw;
  font-weight: 900;
  font-style: italic;
  color: #ffffff00;
  -webkit-text-stroke: 1px #fcfcfc;
  margin: 30px 0 50px 0;
}

#contact ul, .contact ul {
  display: flex;
  justify-content: right;
}

#contact ul li, .contact ul li {
  padding: 20px;
  margin-right: 20px;
  font-size: 0.8rem;
}

/* footer */
footer {
  background-color: #151515;
  text-align: center;
}
small {
  line-height: 2rem;
  color: #fcfcfc;
  font-size: 0.7rem;
}





/* ----------------------
プロフィール詳細ページ
---------------------- */

#about_more .more_top {
  position: relative;
}

/* #about_more .more_top_img {
  width: 70%;
} */

#about_more .more_top .more_top_img img {
  width: 70%;
  border-bottom-right-radius: 100px;
  min-height: 400px;
  object-fit: cover;
}

#about_more .more_top .more_top_img2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

#about_more .more_top .more_top_img2 img {
  width: 100%;
  max-width: 700px;
}

#about_more .more_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 100px 0;
}

#about_more .more_left {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  height: 200px;
}

#about_more h2 {
  width :470px;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.4rem;
}

#about_more h2 span {
  font-size: 4rem;
  font-weight: 900;
  font-style: italic;
  color: #070707;
  -webkit-text-stroke: 1px #070707;
  letter-spacing: 0.3rem;
  padding-right: 2px;
}

#about_more .strengths h2 {
  line-height: 50px;
}

#about_more .more_container {
  margin: 0 auto ;
  width: 50%;
}

#about_more h3 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 50px 0 10px 0;
}

#about_more h3 span {
  font-size: 0.8rem;
  padding-right: 6px;
  font-weight: 400;
  font-style: normal;
}

#about_more .more_container p {
  line-height: 2rem;
  font-size: 1rem;
  padding: 20px 0;
}








/* ----------------------
制作物ページ
---------------------- */

/* 制作物タイトル */
.works_page .works_title {
  text-align: center;
  margin-top: 120px;
}

.works_page .works_title p {
  color: #939393;
}

.works_page .works_title h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4rem;
}

/* 制作物画像 */
.works_page_top {
  width: 40%;
  max-width: 1000px;
  min-width: 400px;
  margin: 30px auto 70px auto;
}

.works_page_top img {
  width: 100%;
  padding-bottom: 80px;
}

.works_page .works_page_img {
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
}

.works_page .works_page_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.works_page .works_page_img_scroll div {
  height: 450px;
  width: 80%;
  max-width: 1000px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 100px auto;
  filter: drop-shadow(0px 4px 10px rgba(0,0,0,0.2));
}

.works_page .works_page_img_scroll div img {
  width: 90%;
  max-width: 1000px;
  margin: 0 50px;
}

/* 制作物データ */
.works_page ul {
  max-width: 800px;
  width: 80%;
  margin: 30px auto;
  line-height: 1.8rem;
  font-size: 0.9rem;
}

.works_page ul span {
  font-weight: 600;
}

.works_page .works_hover {
  transition: 300ms ease;
}

.works_page .works_hover:hover {
  color: #6662ff;
}

/* 制作物文章 */
.works_page .works_explanation {
  max-width: 800px;
  width: 80%;
  margin: 70px auto 100px auto;
  line-height: 2rem;
  font-size: 0.9rem;
  text-align: justify;
}

.works_page .works_explanation h3 {
  font-weight: 600;
  padding-top: 20px;
}

/* バナー一覧 */
.works_page .bn_section {
  background-color: #afafaf41;
  padding: 40px 0 80px 0;
}

.works_page .bn_section h3 {
  text-align: center;
  color: #6662ff;
  padding-top: 60px;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 2px;
}

.works_page .bn_section2 h3 {
  padding-bottom: 50px;
}

.works_page .bn_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 4px;
  padding: 0 40px;
}

.works_page .bn_section2 .bn_wrapper {
  gap: 40px;
}

.works_page .bn_container {
  margin: 20px 0;
}

.works_page .bn_image {
  width: 100%;
}

.works_page .bn_image img {
  width:100%;
}

.works_page .bn_sentence {
  padding-left: 10%;
}

.works_page .bn_section2 .bn_sentence {
  padding: 20px 0 0 0;
}

.works_page .bn_sentence h4 {
  padding-bottom: 10px;
}

.works_page .bn_sentence p {
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: #868686;
}


.works_page .works_page_img_rollupbanner {
  display: flex;
  justify-content: center;
  margin-bottom: 150px;
}

.works_page .works_page_img_rollupbanner .rollupbanner img {
  max-width: 400px;
  padding: 5px 20px;
}

.works_page .works_page_img_rollupbanner .rollupbanner p {
  text-align: center;
  font-size: 0.8rem;
}

.works_page .works_grid {
  display: grid;
  grid-template-columns:  1fr 1fr;
  max-width: 1300px;
  margin: 0 auto 150px auto;
  gap: 50px;
}

.works_page .works_grid .rollupbanner {
  text-align: center;
}




.bn_all .works_page ul.bn_all_agenda {
  padding-bottom: 80px;
}

.bn_all .works_page ul.bn_all_agenda li {
  line-height: 3rem;
}

.bn_all .works_page ul.bn_all_agenda li:hover {
  color: #6662ff;
}



.bn_all .works_page .bn_section{
  padding: 40px 0;
}

.bn_all .works_page .sns_bn {
  padding-bottom: 180px;
}


/* -----------1000px以下----------- */

@media screen and (max-width: 1000px) { 

  .pc_header{
    margin: 0 auto;
  }


  .top_nav {
    visibility:hidden;
  }

  .hamburger_menu {
    display: inline;
  }

  .pc_header .hamburger_menu #overlay  {
    mix-blend-mode: normal;
  }

  /* index.html */
  h1.name_img img {
    width: 100%;
  }

  #skill {
    display: block;
  }

  .skill_left {
    position: initial;
    height: 150px;
  }

  .skill_left h2 {
    max-width: 300px;
    margin: 0 auto;
  }

  #skill h2 span {
    font-size: 3.6rem;
  }

  .works_flex {
    display: block;
  }

  .works_fixed {
  position: initial;
  height: 150px;
  }

  .works_fixed h2 {
  max-width: 300px;
  margin: 0 auto;
  }

  #works h2 span {
    font-size: 3.6rem;
  }

  .works_wrapper img {
  min-width: 400px;
  }

  .works_wrapper .works_box .works_p h3 {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .works_ex {
    display: none;
  }

  .works_wrapper .works_box .works_p .works_button_2 {
    width: 100px;
    padding: 6px 18px;
    font-size: 0.8rem;
  }

  #about .about_wrapper {
    display: block;
  }

  #about .about_left {
    position: initial;
    height: 110px;
  }

  #about h2 {
    width: 400px;
    margin: 0 auto;
  }

  #about span {
    font-size: 3.4rem;
  }

  #about .about_container {
    width: 90%;
  }



  /* profil.html */
  
  #about_more .more_wrapper {
    display: block;
    margin: 50px 0;
  }

  #about_more .more_left {
    position: initial;
    height: 150px;
  }

  #about_more h2 {
    width: 400px;
    margin: 0 auto;
  }

  #about_more h2 span {
    font-size: 3.4rem;
  }

  #about_more .more_container {
    width: 90%;
  }




  /* works */

  .works_page .works_page_img_scroll div img {
    margin: 0 auto;
  }

  .works_page .bn_wrapper {
    padding: 0;
  }

  .works_page .bn_section2 .bn_wrapper {
    gap: 20px;
  }

  .works_page .bn_section2 .bn_image img {
    padding: 0 20px;
  }

  .works_page .bn_section2 .bn_sentence {
    padding: 14px 0 0 20px;
  }

  .works_page .works_page_img_rollupbanner .rollupbanner {
    margin-bottom: 50px;
  }

  .works_page .works_page_img_rollupbanner {
    display: block;
  }

 }







 /* スクロールと同時にピントが合うようなアニメーション */
 .blr_set{
  filter: blur(10px);
  transition: all 0.8s ease;
}
.blr_reset{
  filter: blur(0px);
}
