@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container a{
  text-decoration: none;
}

.pane-contents{
  padding-bottom: 0;
}

.block-topic-path--list li{
  color: #000!important;
  font-family:YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif!important;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

/* MV */
.mv {
  width: 100%;
  margin-bottom: 120px;
}

.mv img {
  width: 100%;
}

/* イントロダクション */
.intro {
  background-color: #CAFEFF;
  padding: 40px 20px;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;

}

.intro-content {
  max-width: 800px;
  margin: 0 auto;
}

.intro-content h2 {
  font-size: 32px;
  position: relative;
  display: inline-block;
  padding: 15px 50px;
  background: #F15A73;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 20px auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  clip-path: polygon(0 0, calc(100% - 0px) 0, calc(100% - 20px) 50%, calc(100% - 0px) 100%, 0 100%, 20px 50%);
}

.intro p {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 20px;
}

.intro p strong {
  font-weight: bold;
}

.intro .special-text {
  color: #F15A73;
  font-weight: bold;
}

/* ナビゲーションボタン */
.nav{
  background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/navi_bg.jpg');
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.nav-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0px;
}

.nav-button {
  display: flex;
  flex-direction: column;
  background: white;
  text-decoration: none;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.nav-button:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.nav-button-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f5f5f5;
}

.nav-button-content {
  padding: 20px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.nav-button-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.chevron-down {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 5px;
  position: relative;
}

.chevron-down span {
  width: 16px;
  height: 16px;
  border-left: 2.5px solid rgba(255, 255, 255, 0.9);
  border-bottom: 2.5px solid rgba(255, 255, 255, 0.9);
  transform: rotate(-45deg);
  margin-top: -5px;
}

.chevron-down span:nth-child(2) {
  opacity: 0.75;
}

.nav-button.color-orange {
  border: 3px solid #ED7818;
}

.nav-button.color-orange .nav-button-text {
  color: #ED7818;
}

.nav-button.color-orange .chevron-down span {
  border-left-color: #ED7818;
  border-bottom-color: #ED7818;
}

.nav-button.color-pink {
  border: 3px solid #F15A73;
}

.nav-button.color-pink .nav-button-text {
  color: #F15A73;
}

.nav-button.color-pink .chevron-down span {
  border-left-color: #F15A73;
  border-bottom-color: #F15A73;
}

.nav-button.color-purple {
  border: 3px solid #694A75;
}

.nav-button.color-purple .nav-button-text {
  color: #694A75;
}

.nav-button.color-purple .chevron-down span {
  border-left-color: #694A75;
  border-bottom-color: #694A75;
}

.nav-button.color-blue {
  border: 3px solid #1CADFF;
}

.nav-button.color-blue .nav-button-text {
  color: #1CADFF;
}

.nav-button.color-blue .chevron-down span {
  border-left-color: #1CADFF;
  border-bottom-color: #1CADFF;
}

@media (min-width: 769px) {
  #ribbon,
  #flower,
  #brand,
  #function {
    scroll-margin-top: 150px;
  }
}

/* セクション共通スタイル */
.section {
  padding-bottom: 60px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.section-ribbon-img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -15px;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-title {
  position: relative;
  display: inline-block;
  /* padding: 15px 50px;
  background: #FF5722;
  color: white;
  font-size: 1.2em;
  font-weight: bold; */
  text-align: center;
  margin: 20px auto;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
  /* clip-path: polygon(0 0, calc(100% - 0px) 0, calc(100% - 20px) 50%, calc(100% - 0px) 100%, 0 100%, 20px 50%);
  border: none; */
}

.section-title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  margin: 0;
  line-height: 1.2;
  color: white;
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
}

.section-subtitle {
  font-size: 24px;
  background: white;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 60px;
  margin-top: 10px;
  border: 2px solid #FF5722;
  line-height: 1.3;
  font-weight: bold;
}

/* 商品グリッド */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-card {
  background: white;
  border-radius: 150px 150px 0 0;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  text-decoration: none;
  color: #333;
  border: 3px solid #ccc;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.product-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #f5f5f5;
}

.product-info {
  padding: 12px;
  text-align: center;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #333;
  min-height: 40px;
}

.product-price {
  font-size: 24px;
  font-weight: bold;
}

.product-price .tax-included {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.product-button {
  display: inline-block;
  padding: 10px;
  background: #e91e63;
  color: white;
  font-size: 18px;
  text-decoration: none;
  width: 100%;
}

/* 背景色とセクションごとのカラー */
.section-ribbon {
  background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg01.jpg');
}

/* .section-ribbon .section-title {
  background: #ED7818;
} */

.section-ribbon .section-subtitle {
  border-color: #ED7818;
  color: #ED7818;
  border-radius: 60px;
  line-height: 1.3;
  font-weight: bold;
}

.section-ribbon .product-card {
  border-color: #ED7818;
}

.section-ribbon .product-name,
.section-ribbon .product-price {
  color: #ED7818;
}

.section-ribbon .product-button {
  background: #ED7818;
}

.section-flower {
  background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg02.jpg');
}

/* .section-flower .section-title {
  background: #F15A73;
} */

.section-flower .section-subtitle {
  border-color: #F15A73;
  color: #F15A73;
}

.section-flower .product-card {
  border-color: #F15A73;
}

.section-flower .product-name,
.section-flower .product-price {
  color: #F15A73;
}

.section-flower .product-button {
  background: #F15A73;
}

.section-brand {
  background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg03.jpg');
}

/* .section-brand .section-title {
  background: #694A75;
} */

.section-brand .section-subtitle {
  border-color: #694A75;
  color: #694A75;
}

.section-brand .product-card {
  border-color: #694A75;
}

.section-brand .product-name,
.section-brand .product-price {
  color: #694A75;
}

.section-brand .product-button {
  background: #694A75;
}

.section-function {
  background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg04.jpg');
}

/* .section-function .section-title {
  background: #1CADFF;
} */

.section-function .section-subtitle {
  border-color: #1CADFF;
  color: #1CADFF;
}

.section-function .product-card {
  border-color: #1CADFF;
}

.section-function .product-name,
.section-function .product-price {
  color: #1CADFF;
}

.section-function .product-button {
  background: #1CADFF;
}

/* ①リボンがポイント */
.section-ribbon .section-title h2 {
  color: #ED7818;
}

/* ②花・ハートモチーフ */
.section-flower .section-title h2 {
  color: #F15A73;
}

/* ③ブランド＆エレガンス */
.section-brand .section-title h2 {
  color: #694A75;
}

/* ④機能性×可愛さ */
.section-function .section-title h2 {
  color: #1CADFF;
}

/* その他のおすすめ */
.other-recommend {
  padding-bottom: 100px;
  background: #F8F9DA;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.other-recommend h2 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #333;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .category-grid li:nth-child(n+5) {
    margin-top: 20px;
  }
}

.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  aspect-ratio: 1;
  text-decoration: none;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* transition: transform 0.3s; */
}

/* .category-card:hover img {
  transform: scale(1.1);
} */

/* レスポンシブ */
@media (max-width: 768px) {
  .pane-main > div:last-child{
    padding-bottom: 0;
  }

  html {scroll-padding-top: 60px; overflow: scroll;}

  .mv-pc {
    display: none;
  }
  
  .mv-sp {
    display: block;
  }

  .pc{
    display: none;
  }
  
  .sp{
    display: block;
  }

  .mv{
    margin-bottom: 0;
  }
  
  .intro {
    padding: 30px 15px;
    margin: 50px calc(50% - 50vw) 0;
    width: 100vw;
  }
  
  .intro-content {
    padding: 0;
  }
  
  .intro-content h2 {
    padding: 15px 30px;
    font-size: 20px;
    line-height: 1.4;
    margin: 0 auto;
  }
  
  .intro p {
    font-size: 14px;
    line-height: 1.4;
  }

  .nav-button-content{
    padding: 10px 5px;
  }
  
  .nav-buttons {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 20px 15px 30px;
    background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/navi_bg_sp.jpg');
  }
  
  .nav-button-text {
    font-size: 13px;
  }
  
  .chevron-down span {
    width: 14px;
    height: 14px;
  }
  
  .section {
    padding: 0px 0px 30px;
  }

  .section-title{
    margin: 0 auto;
  }
  
  .section-title h2 {
    font-size: 18px;
    background-color: transparent;
  }

  .section-subtitle{
    font-size: 13px;
    padding: 10px 20px;
    letter-spacing: 0.05em;
    margin-top: 0;
  }

  .section-header{
    margin: 0 15px 20px;
  }
  
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  
  .category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0 15px;
  }

  .product-info{
    padding: 10px;
  }

  .product-name{
    font-size: 12px;
    min-height: 0;
  }

  .product-price{
    font-size: 17px;
    letter-spacing: 0.03em;
  }

  .product-price .tax-included{
    font-size: 7px;
  }

  .product-button{
    padding: 5px;
    font-size: 10px;
  }
  
  .section-ribbon {
    background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg01_sp.jpg');
  }
  
  .section-flower {
    background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg02_sp.jpg');
  }
  
  /* .section-brand {
    background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg03_sp.jpg');
  } */
  
  .section-function {
    background-image: url('https://www.infirmiere.co.jp/img/usr/feature/fea-cute-nurse-sandal/bg04_sp.jpg');
  }

  .other-recommend{
    padding-bottom: 30px;
  }

  .category-card img{
    height: auto;
  }

  .other-recommend h2{
    font-size: 16px;
    background-color: transparent;
    line-height: 1.3;
    margin-bottom: 10px;
  }
}

@media (min-width: 769px) {
  .mv-pc {
    display: block;
  }
  
  .mv-sp {
    display: none;
  }
}