@charset "UTF-8";
* {
  color: #42464F;
}

.w_80 {
  width: 80%;
}

.right {
  margin-left: auto;
}

.ma_top10 {
  margin-top: 10px;
}

.ma_top20 {
  margin-top: 20px;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#right_section {
  margin-left: auto;
}

#header {
  background-color: #85AAF0;
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  /* ヘッダーの幅を20%に設定 */
  height: 100vh;
  background-color: #85AAF0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  /* アニメーションなし */
}
#header ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 30vh;
  align-items: center;
}
#header ul li {
  width: 100%;
  text-align: center;
}
#header ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
}

#about {
  display: flex;
  z-index: 1;
  width: 90%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
  max-width: 1400px;
  margin: 150px auto 0 auto;
}
#about .panel_inner_top {
  width: 60%;
  height: auto;
  margin-top: 50px;
}
#about .panel_inner_top h1 {
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: bold;
  display: flex;
  align-items: center;
}
#about .panel_inner_top h1 span {
  font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
}
#about .panel_inner_top .panel_inner_top_p {
  line-height: 1.5;
  margin-bottom: 30px;
}
#about .panel_inner_top .panel_inner_bottom {
  width: 45%;
  max-width: 300px;
}
#about .about_right h2 {
  font-size: clamp(2.625rem, 1.943rem + 3.41vw, 4.5rem);
  background-image: linear-gradient(115deg, rgb(133, 170, 240), rgb(14, 244, 255));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

#skill {
  z-index: 1;
  width: 90%;
  display: flex;
  align-items: flex-start;
  height: auto;
  max-width: 1400px;
  margin: 150px auto;
  flex-direction: column;
}
#skill .panel_inner_top {
  width: 45%;
}
#skill .panel_inner_top .design_skill {
  margin-top: 50px;
}
#skill .panel_inner_top .design_skill h3 {
  font-size: 13px;
  font-weight: bold;
}
#skill .panel_inner_top .design_skill .design_skill_image {
  display: flex;
  width: 15%;
  align-items: center;
}
#skill .panel_inner_top .design_skill .design_skill_image img {
  margin-right: 10px;
}
#skill h2 {
  font-size: clamp(2.625rem, 1.943rem + 3.41vw, 4.5rem);
  background-image: linear-gradient(115deg, rgb(133, 170, 240), rgb(14, 244, 255));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

.works {
  background-color: #edf4ff;
}
.works .works_inner {
  width: 80%;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
.works .works_inner h3 {
  font-size: clamp(2.625rem, 1.943rem + 3.41vw, 4.5rem);
  background-image: linear-gradient(115deg, rgb(133, 170, 240), rgb(14, 244, 255));
  -webkit-background-clip: text;
  background-clip: text;
  /* 標準プロパティを追加 */
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.works .works_inner .tab-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  width: 100%;
  margin-top: 50px;
}
.works .works_inner .tab-2 .tab__button {
  flex: 1 1;
  order: -1;
  opacity: 0.5;
  min-width: 50px;
  padding: 1.3em 1em;
  border-radius: 5px 5px 0 0;
  background-color: #85AAF0;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  cursor: pointer;
}
.works .works_inner .tab-2 .tab__button:hover {
  opacity: 0.8;
}
.works .works_inner .tab-2 input[type=radio] {
  display: none;
}
.works .works_inner .tab-2 input[type=radio]:checked + label + .tab_div {
  display: block;
}
.works .works_inner .tab-2 .tab_div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
}
.works .works_inner .tab-2 .tab_div .tab_flex {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.works .works_inner .tab-2 label:has(:checked) {
  opacity: 1;
}
.works .works_inner .tab-2 label:has(:checked) + .tab_div {
  display: block;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner {
  width: 45%;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link {
  padding: 0 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.2s 0.2s ease-in-out;
  padding: 2% 0;
  color: inherit;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-top: 50px;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link:hover {
  background-color: #edf2f8;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link:hover .view_button {
  color: #e38da4;
  font-weight: bold;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title {
  padding: 0 4%;
  margin-top: 30px;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title h4 {
  font-weight: bold;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title span {
  font-size: 13px;
  background-color: #86aaef;
  padding: 3px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title .tab_icon {
  display: flex;
  margin-top: 15px;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title .tab_icon img {
  width: 13%;
  margin-left: 5px;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title .tab_icon img:first-child {
  margin-left: 0;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .tab_div_link .tab_div_title .view_button {
  font-weight: bold;
  margin-top: 20px;
  font-size: 13px;
  text-align: end;
  transition: all 0.2s 0.2s ease-in-out;
}
.works .works_inner .tab-2 .tab_div .tab_div_inner .bolhifu {
  width: 35%;
  margin: 0 auto;
}

.tab_div_inner02 {
  width: 35%;
  margin: 0 auto;
}

.tab_div_img {
  max-height: 90vh; /* 最大の高さを指定 */
  overflow-y: auto; /* 垂直方向のスクロールを有効化 */
  overflow-x: hidden; /* 水平方向のスクロールを無効化 */
}
.tab_div_img img {
  width: 100%;
  height: auto;
}

input {
  display: none;
}

.txt_label {
  opacity: 1;
  flex: auto;
  order: 0;
  width: 45%;
  padding: 0;
  border-radius: 0;
  font-size: auto;
  background-color: #fff;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

/* ポップアップwindow部分 */
.overlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 70;
  width: 100%;
  height: 100%;
}

/* オーバーレイの背景部分 */
.bg_gray {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

/* ウィンドウ部分 */
.window {
  position: fixed;
  left: 60%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
}

/* 閉じるボタン */
.btn_cloth {
  position: absolute;
  top: 10px; /* 閉じるボタンの位置調整 */
  right: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CE5D8B;
  border-radius: 5px;
  cursor: pointer;
}

.btn_cloth:hover {
  opacity: 0.7;
}

.btn_cloth span,
.btn_cloth span::before {
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
}

.btn_cloth span {
  transform: rotate(45deg);
}

.btn_cloth span::before {
  content: "";
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
}

/* 各ポップアップの表示制御 */
#popup_card01:checked ~ .overlay {
  visibility: visible;
}

#popup_card01:checked ~ .overlay .window {
  opacity: 1;
}

#popup01:checked + .overlay1 {
  visibility: visible;
}

#popup01:checked + .overlay1 .window {
  opacity: 1;
}

#popup02:checked + .overlay2 {
  visibility: visible;
}

#popup02:checked + .overlay2 .window {
  opacity: 1;
}

#popup03:checked + .overlay3 {
  visibility: visible;
}

#popup03:checked + .overlay3 .window {
  opacity: 1;
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.popup-wrapper {
  width: 45%;
}

.tab_div_link {
  padding: 0 2%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.2s 0.2s ease-in-out;
  padding: 2% 0;
  color: inherit;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-top: 50px;
}
.tab_div_link:hover {
  border: 1px solid rgb(135, 173, 246);
  background-color: #edf2f8;
}
.tab_div_link:hover .view_button {
  color: #e38da4;
  font-weight: bold;
}
.tab_div_link .tab_div_title {
  padding: 0 4%;
  margin-top: 30px;
}
.tab_div_link .tab_div_title h4 {
  font-weight: bold;
}
.tab_div_link .tab_div_title span {
  font-size: 13px;
  background-color: #86aaef;
  padding: 3px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
}
.tab_div_link .tab_div_title .tab_icon {
  display: flex;
  margin-top: 15px;
}
.tab_div_link .tab_div_title .tab_icon img {
  width: 13%;
  margin-left: 5px;
}
.tab_div_link .tab_div_title .tab_icon img:first-child {
  margin-left: 0;
}
.tab_div_link .tab_div_title .view_button {
  font-weight: bold;
  margin-top: 20px;
  font-size: 13px;
  text-align: end;
  transition: all 0.2s 0.2s ease-in-out;
}

footer {
  background-color: #85AAF0;
  text-align: center;
}
footer small {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .w_80 {
    width: 100%;
  }
  #header {
    height: 10vh;
    width: 100%;
  }
  #header ul {
    flex-direction: row;
    height: auto;
  }
  #about, #skill {
    align-items: flex-start;
    width: 85%;
    margin: 150px auto 0 auto;
  }
  #about .panel_inner_top, #skill .panel_inner_top {
    width: 100%;
  }
  #about .about_right, #skill .about_right {
    margin-bottom: 30px;
  }
  #about .panel_inner_top {
    margin-top: 0;
  }
  #skill {
    margin-top: 150px;
    margin-bottom: 100px;
  }
  #skill .panel_inner_top .about_right {
    width: 100%;
  }
  #skill .panel_inner_top .design_skill:first-child {
    margin-top: 0;
  }
  #skill .panel_inner_top .design_skill .design_skill_image {
    margin-top: 10px;
  }
  #works .works_inner {
    padding-top: 100px;
    width: 90%;
  }
  #works .works_inner .tab-2 {
    margin-top: 30px;
  }
  #works .works_inner .tab-2 .tab_div .tab_flex {
    flex-direction: column;
  }
  #works .works_inner .tab-2 .tab_div .tab_flex .tab_div_inner {
    width: 100%;
  }
  #skill .panel_inner_top .design_skill h3 {
    margin-bottom: 10px; /* h3の下に10pxの余白を追加 */
  }
  .window {
    width: 90vw;
    left: 50%;
    top: 59%;
  }
  .txt_label {
    width: 100%;
  }
  .tab_div_inner_design {
    width: 90%;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=index.css.map */