@charset "UTF-8";
/*
Theme Name: nicopi
Description: にこのポートフォリオサイト用WordPressテーマ
Author: にこ
Version: 1.0
*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  background-color: #f3f3f3;
  overflow-x: hidden;
}

.sp {
  display: none;
}

a {
  cursor: pointer;
}

h2 {
  font-family: "Jost", serif;
  font-weight: 800;
}

.icon-list_sp {
  display: none;
}

.main_visual header .main_title .sub_title {
  font-size: 48px;
  text-transform: uppercase;
}

@-webkit-keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  30% {
    transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  50% {
    transform: scale(0.8, 1.3) translate(0%, -20%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動が終り、空中で元に戻る */
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  30% {
    transform: scale(1.5, 0.5) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  50% {
    transform: scale(0.8, 1.3) translate(0%, -20%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動が終り、空中で元に戻る */
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
.main_visual header {
  padding: 40px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* ハンバーガーボタン */
  /* アクティブ状態（×） */
}
.main_visual header .hamburger {
  z-index: 1000;
  width: 100px;
  height: 60px;
  position: fixed;
  top: 64px;
  right: 64px;
  cursor: pointer;
}
.main_visual header .hamburger span {
  display: block;
  height: 5px;
  border-radius: 2px;
  width: 60%;
  width: 100%;
  background-color: #222222;
  margin: 12px 0;
  transition: all 0.3s ease;
  position: relative;
}
.main_visual header .hamburger.active span:nth-child(1) {
  transform: rotate(20deg) translate(10px, 15px);
}
.main_visual header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.main_visual header .hamburger.active span:nth-child(3) {
  transform: rotate(-20deg) translate(10px, -15px);
}
.main_visual header .main_title {
  font-family: "Jost", serif;
}
.main_visual header .main_title h1 {
  font-size: 140px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.03em;
}
.main_visual header .main_title p {
  font-size: 18px;
  font-weight: 600;
}
.main_visual .menu {
  font-family: "Jost", serif;
  font-weight: 800;
  text-transform: uppercase;
  position: fixed;
  padding: 80px 180px 80px 80px;
  top: 32px;
  right: 32px;
  border-radius: 30px;
  background: white;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 900;
  transform: translateX(100%);
  transition: transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}
.main_visual .menu ul {
  padding-top: 60px;
}
.main_visual .menu ul li {
  margin-top: 40px;
}
.main_visual .menu ul li:first-child {
  margin-top: 0;
}
.main_visual .menu ul li a {
  transition: all 0.3s;
  font-size: 40px;
  display: inline-block;
}
.main_visual .menu ul li a:hover {
  opacity: 0.6;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  transform-origin: center bottom;
}
.main_visual .menu.active {
  transform: translateX(0);
  opacity: 1;
}
.main_visual .bg_yellow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -100;
}

.main_slider {
  z-index: -1;
  position: relative;
  top: -115px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 120px;
}
.main_slider .slide-track {
  display: inline-block;
  width: 4448px;
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
}
.main_slider .slide-track .slide {
  display: inline-block;
  width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 56px;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.news-section .news-inner {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.news-section .news-inner h2 {
  font-size: 80px;
  line-height: 1;
  margin: 0 64px 0 0;
}

.news-list {
  padding: 0;
  margin: 0;
}
.news-list li {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
}
.news-list li .news-date {
  font-family: "Jost", serif;
  font-weight: 800;
  margin-right: 24px;
  white-space: nowrap;
}

.news-button {
  margin-top: 24px;
  width: 100%;
  text-align: left;
}
.news-button .news-link {
  display: inline-block;
  padding: 16px 48px;
  border: 2px solid #222222;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.news-button .news-link:hover {
  background-color: #222222;
  color: #f3f3f3;
}

.post-link {
  transition: opacity 0.3s ease;
}
.post-link:hover {
  opacity: 0.6;
}

.profile-section {
  margin: 120px auto;
  background-color: #dddddd;
  position: relative;
  border-radius: 30px;
  width: 1024px;
  overflow: hidden;
}
.profile-section h2 {
  text-transform: uppercase;
  font-size: 120px;
  font-style: italic;
  position: absolute;
  top: 50%;
  left: 0;
  width: 200%;
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 180px;
  font-weight: bold;
  -webkit-animation: scrollText 20s linear infinite;
          animation: scrollText 20s linear infinite;
  pointer-events: none;
}
.profile-section .profile-card {
  width: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 80px auto;
  border-radius: 30px;
  background-color: #f3f3f3;
  padding: 80px 40px 80px 0px;
}
.profile-section .profile-card .profile-image {
  width: 200px;
}
.profile-section .profile-card .profile-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.profile-section .profile-card .profile-info .profile-name {
  font-size: 32px;
  font-weight: bold;
}
.profile-section .profile-card .profile-info .profile-button {
  margin-top: 10px;
  padding: 10px 24px;
  font-size: 14px;
  border: 2px solid #222222;
  border-radius: 9999px;
  transition: all 0.3s ease;
}
.profile-section .profile-card .profile-info .profile-button:hover {
  background-color: #222222;
  color: #f3f3f3;
}

@-webkit-keyframes scrollText {
  0% {
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    transform: translateX(0%) translateY(-50%);
  }
}

@keyframes scrollText {
  0% {
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    transform: translateX(0%) translateY(-50%);
  }
}
.inertia-section {
  position: relative;
  overflow: hidden;
  height: 700px;
   background-image: var(--bg);  
  background-size: cover;
  background-position: 50% 50%; 
}

.inertia-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
}

.sns-text {
  position: absolute;
  top: 100px;
  right: 10%;
  z-index: 2;
  color: #f3f3f3;
  text-align: center;
}
.sns-text h2 {
  font-size: 80px;
  text-align: left;
  margin-bottom: 24px;
  font-weight: 600;
}
.sns-text .sns-button a {
  display: flex;
  font-size: 20px;
  padding: 16px 48px;
  border: 2px solid #f3f3f3;
  border-radius: 300px;
  transition: all 0.3s;
}
.sns-text .sns-button a:last-of-type {
  margin-top: 32px;
}
.sns-text .sns-button a:hover {
  opacity: 0.5;
}
.sns-text .sns-button a img {
  width: 29px;
  margin-right: 16px;
}

.original-goods {
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
}

.original-goods h2 {
  font-family: "Jost", serif;
  font-size: clamp(24px, 10vw, 140px);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  top: 70px;
}

.slider-track {
  display: flex;
  width: 4512px;
  -webkit-animation: scroll 15s linear infinite;
          animation: scroll 15s linear infinite;
}

.goods-item {
  flex: 0 0 auto;
  width: 320px;
  margin-right: 56px;
}

.goods-item img {
  width: 100%;
  display: block;
}

.goods-button {
  margin-top: 40px;
  display: inline-block;
  padding: 16px 48px;
  border: 2px solid #222222;
  border-radius: 300px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.goods-button:hover {
  background-color: #222222;
  color: #f3f3f3;
}

.line {
  margin-top: 120px;
}
.line .line-text {
  position: absolute;
  top: 200px;
  right: 10%;
  z-index: 2;
  color: #f3f3f3;
  text-align: left;
}
.line .line-text h2 {
  font-size: 80px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1;
}
.line .line-text p {
  font-size: 24px;
}
.line .line-text .line-button {
  margin-top: 32px;
  font-size: 20px;
  padding: 16px 80px;
  border: 2px solid #f3f3f3;
  border-radius: 300px;
  transition: all 0.3s;
  display: inline-block;
}
.line .line-text .line-button:hover {
  opacity: 0.5;
}

.sticker {
  margin-top: 0;
  position: relative;
  top: -150px;
}

.portrait-section {
  margin: 80px auto -50px;
  width: 1024px;
  text-align: center;
}
.portrait-section .portrait-brock h2 {
  font-size: clamp(24px, 10vw, 140px);
  z-index: 1;
  position: relative;
  text-transform: uppercase;
}
.portrait-section .portrait-brock .portrait-box {
  position: relative;
  top: -100px;
  background: #ddd;
  border-radius: 30px;
  padding: 120px 0;
  margin: 0 auto 40px;
}
.portrait-section .portrait-brock .portrait-box h2 {
  font-size: 32px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 18px;
}
.portrait-section .portrait-brock .portrait-box p {
  font-size: 18px;
}

.portrait-button {
  margin-top: 32px;
  display: inline-block;
  padding: 16px 64px;
  border: 2px solid #222222;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
.portrait-button:hover {
  background-color: #222222;
  color: #f3f3f3;
}

.icon-list {
  position: relative;
  top: -200px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.icon-list img {
  width: 200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: none;
          animation: none;
}

.footer {
  background-color: #222222;
  padding: 80px 80px;
  color: #f3f3f3;
}
.footer .footer-inner h2 {
  font-size: clamp(24px, 10vw, 140px);
  color: #f3f3f3;
  text-transform: uppercase;
  font-style: italic;
}
.footer .footer-inner .footer-button {
  margin-top: 16px;
  font-size: 20px;
  padding: 20px 80px;
  border: 2px solid #f3f3f3;
  border-radius: 300px;
  transition: all 0.3s;
  display: inline-block;
}
.footer .footer-inner .footer-button:hover {
  opacity: 0.5;
}
.footer .footer-inner .footer-copy {
  margin-top: 24px;
}

@media screen and (max-width: 1300px) {
  .main_visual .bg_yellow {
    width: 150vw;
    position: absolute;
    right: -50%;
  }
  .profile-section {
    width: 92%;
    padding: 80px 0;
    text-align: center;
  }
  .profile-section h2 {
    font-size: 100px;
  }
  .profile-section .profile-card {
    width: 75%;
    display: block;
    margin: 0px auto;
    border-radius: 30px;
    background-color: #f3f3f3;
    padding: 40px 16px;
  }
  .profile-section .profile-card .profile-image {
    width: 150px;
    margin: 0 auto 8px;
  }
  .profile-section .profile-card .profile-info {
    gap: 4px;
  }
  .profile-section .profile-card .profile-info .profile-title {
    font-size: 12px;
  }
  .profile-section .profile-card .profile-info .profile-name {
    font-size: 24px;
  }
  .profile-section .profile-card .profile-info .profile-button {
    font-size: 12px;
    width: 200px;
    margin: 0 auto;
    padding: 10px 24px;
  }
  .original-goods h2 {
    top: 50px;
  }
  .portrait-section {
    width: 100%;
    text-align: center;
    overflow: hidden;
  }
  .portrait-section .portrait-brock {
    width: 90%;
    margin: 0 auto;
  }
  .portrait-section .portrait-brock .portrait-box {
    top: -80px;
    padding: 120px 0;
  }
  .news-section {
    margin: 0 40px;
  }
  .news-section .news-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news-section .news-inner h2 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 850px) {
  .main_visual header {
    padding: 0px 16px;
  }
  .main_visual header .main_title h1 {
    font-size: 20vw;
  }
  .main_visual header .main_title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .icon-list {
    position: relative;
    top: -90px;
    gap: 24px;
    flex-wrap: nowrap;
    -webkit-animation: scrollText 10s linear infinite;
            animation: scrollText 10s linear infinite;
    width: 1792px;
  }
  .icon-list .icon-list_sp {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main_visual .bg_yellow {
    width: 100%;
    right: 0%;
  }
  .main_visual header {
    padding: 0px 16px;
    /* ハンバーガーボタン */
    /* アクティブ状態（×） */
  }
  .main_visual header .main_title .sub_title {
    font-size: 32px;
  }
  .main_visual header .main_title p {
    font-size: 14px;
  }
  .main_visual header .hamburger {
    width: 48px;
    height: 40px;
    position: fixed;
    top: 24px;
    right: 24px;
    cursor: pointer;
  }
  .main_visual header .hamburger span {
    height: 3px;
    margin: 8px 0;
  }
  .main_visual header .hamburger.active span:nth-child(1) {
    transform: rotate(30deg) translate(-13px, 30px);
  }
  .main_visual header .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .main_visual header .hamburger.active span:nth-child(3) {
    transform: rotate(-30deg) translate(-22px, -15px);
  }
  .main_visual .menu {
    padding: 40px 90px 80px 40px;
    top: 16px;
    right: 16px;
    left: 16px;
    border-radius: 30px;
    z-index: 900;
    transition: transform 0.4s ease, opacity 0.4s ease;
  }
  .main_visual .menu ul {
    padding-top: 60px;
  }
  .main_visual .menu ul li {
    margin-top: 24px;
  }
  .main_slider {
    top: -50px;
    margin-bottom: 30px;
  }
  .main_slider .slide-track {
    width: 2992px;
  }
  .main_slider .slide-track .slide {
    width: 350px;
    margin-right: 24px;
  }
  .news-section {
    margin: -20px 24px 0px;
  }
  .news-section .news-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .news-section .news-inner h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .news-list {
    font-size: 14px;
  }
  .news-list li {
    margin-bottom: 20px;
  }
  .news-list li .news-date {
    margin-right: 16px;
  }
  .news-button {
    margin-top: 24px;
  }
  .news-button .news-link {
    font-size: 14px;
    padding: 12px 40px;
  }
  .profile-section {
    margin: 64px 16px;
    padding: 40px 0;
  }
  .inertia-section {
    height: 400px;
    background-size: 210% auto; 
    padding: 24px;
  }
  .sns-text {
    position: relative;
    top: 10%;
    right: 0;
    left: 0;
  }
  .sns-text h2 {
    font-size: 64px;
    text-align: center;
    margin-bottom: 24px;
  }
  .sns-text .sns-button a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 32px;
  }
  .sns-text .sns-button a:last-of-type {
    margin-top: 32px;
  }
  .sns-text .sns-button a span {
    position: relative;
    top: -7px;
  }
  .original-goods {
    margin-top: 40px;
  }
  .original-goods h2 {
    font-size: 64px;
    top: 0px;
  }
  .goods-item {
    width: 250px;
    margin-right: 32px;
  }
  .goods-button {
    font-size: 14px;
    padding: 12px 40px;
    margin-top: 24px;
  }
  .line {
    margin-top: 64px;
  }
  .line .line-text {
    position: relative;
    top: 25%;
    right: 0;
    left: 0;
    text-align: center;
  }
  .line .line-text h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 24px;
  }
  .line .line-text p {
    font-size: 16px;
  }
  .line .line-text .line-button {
    font-size: 14px;
    padding: 12px 64px;
  }
  .footer {
    padding: 40px 24px;
  }
  .footer .footer-inner h2 {
    font-size: 64px;
  }
  .footer .footer-inner .footer-button {
    font-size: 16px;
    padding: 16px 24px;
  }
  .footer .footer-inner .footer-copy {
    font-size: 12px;
  }
  .portrait-section {
    margin: 40px auto -64px;
  }
  .portrait-section .portrait-brock h2 {
    font-size: 56px;
  }
  .portrait-section .portrait-brock .portrait-box {
    top: -40px;
    padding: 80px 0;
  }
  .portrait-section .portrait-brock .portrait-box h2 {
    font-size: 24px;
  }
  .portrait-section .portrait-brock .portrait-box p {
    font-size: 14px;
  }
  .portrait-section .portrait-brock .portrait-box .portrait-button {
    font-size: 14px;
    padding: 12px 64px;
  }
  .icon-list {
    top: -50px;
    gap: 16px;
    flex-wrap: nowrap;
    -webkit-animation: scrollText 10s linear infinite;
            animation: scrollText 10s linear infinite;
    width: 1328px;
  }
  .icon-list .icon-list_sp {
    gap: 16px;
  }
  .icon-list img {
    width: 150px;
    height: 150px;
  }
}
/*# sourceMappingURL=style.css.map */