@charset "UTF-8";

/* ------------------------------------
   全体に対する基本指定
--------------------------------------*/

*{
    box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


body{
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #222222;
    background-color: #fff0f9;

    width: 100%;
    margin: 0 ;

    overflow-x: hidden;

    .img-sp { display: none; }
}


.wrap {
    width: 93%;       /* 画面がいっぱいになるように100%にする */
    margin: 0 auto;
}

section .main{
    max-width: 90%;
    margin: 0 auto;
}

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

flex-box{
    display: flex;
    justify-content: space-between;
}



/* パーツ */

.nav-switch {
    display: none;
}

header .logo{
    margin: 0px;
    padding: 0px;
    margin-right: 70px;
}

.KV{
    padding-bottom: 35px;
}

.KV-font{
    font-family: "vdl-megamaru", sans-serif; /* Adobeの発行内容に合わせて変えてください */
    font-weight: 300; /* メガ丸の太さを指定 */
    font-size: 102px;
    color: #e6003d;
    line-height: 1.1;
    white-space: nowrap;
}

/* KVキャッチコピー */
.KV-font {
  font-family: "vdl-megamaru", sans-serif;
  font-weight: 300;
  font-size: clamp(36px, 6.0vw, 102px);
  color: #e6003d;
  line-height: 1.1;
}

.KV-font span {
  font-size: clamp(28px, 5vw, 80px);
}

/* KV左側画像 */
.KV > p .img-pc {
  width: 57vw;
  height: auto;
}

/* KVmimamo2エリア */
.KVmimamo2 {
  margin-left: clamp(16px, 3vw, 43px);
  padding-top: clamp(20px, 8vw, 100px);
  width: clamp(300px, 45vw, 600px);
  min-width: 0;
}

/* KVmimamo2内の画像すべて */
.KVmimamo2 img {
  width: 100%;
  height: auto;
}

.KVmimamo2 .flex {
  gap: clamp(8px, 2vw, 30px);
}




header {
    justify-content: space-between; /* 両端に寄せる */
    align-items: center;
    padding: 0;
    width: 100%;
    height: 80px;


}

header .logo {
  margin: 0px;
  padding: 0px;
  margin-right: clamp(10px, 2vw, 70px); /* 固定70px → 可変に */
}

.logo img {
  width: clamp(80px, 10vw, 160px); /* 画面幅に応じて縮小 */
  height: auto;
}


nav{
    width: 100%;
    flex: 1;
}

nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;

  justify-content: space-between; 
  align-items: center; /* 縦の中央を揃える */
  margin-left: 50px; /* ロゴとの間の最低限の隙間 */

  display: flex;
  align-items: center;
  gap: clamp(12px, 1.5vw, 30px); /* ← これを追加 */
  
}

nav ul li {
  white-space: nowrap;
}



.logo img {
  height: px;   /* 好きなサイズに */
}

nav a {
  color: inherit;        /* 親の色を使う */
  text-decoration: none; /* 下線消す */
  font-weight: 450;
  /* 変更後 */

  font-size: clamp(10px, 1.6vw, 25px);
}


nav a:hover {
  color: inherit;        /* 親の色を使う */
  text-decoration: none; /* 下線消す */
  font-size: 25px;
  font-weight: 450;
  color: #ec7aac;
  transition: background-color 0.7s ease;
}


    



nav ul .caetlogo {
    display: flex !important; 
    align-items: center;
    background-color: #ec7aac;
    border-radius: 50px;
    padding: 10px 23px;
    height: fit-content;
    margin: 0;
    border: 2px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

nav ul .caetlogo:hover {
    background-color: #fff;
    border-color: #ec7aac;
}



/* 3. ボタンの中のAタグ */
nav ul .caetlogo a {
    color: #fff;
    line-height: 1;

    align-items: center;    /* 垂直方向（上下）の真ん中に揃える */
    justify-content: center; /* 水平方向（左右）の真ん中に揃える（必要であれば） */
    text-decoration: none;
    line-height: 1;         /* 行間の余計な隙間を排除 */

    display: flex;
    line-height: 1;
    font-size: 25px;
    padding: 0; /* aタグのパディングは0にする */
    transition: background-color 0.7s ease;
    font-size: clamp(10px, 1.6vw, 25px);
}


nav ul .caetlogo a:hover {
    color: #ec7aac;
    line-height: 1;

    align-items: center;    /* 垂直方向（上下）の真ん中に揃える */
    justify-content: center; /* 水平方向（左右）の真ん中に揃える（必要であれば） */
    text-decoration: none;
    line-height: 1;         /* 行間の余計な隙間を排除 */

    display: flex;
    line-height: 1;
    font-size: 25px;
    padding: 0; /* aタグのパディングは0にする */
    transition: background-color 0.7s ease;
}


/* 4. 【最重要】カート画像の調整 */
.caetlogo img {
    display: block;      /* これで画像の下の謎の隙間が消える */
    width: 34px;         /* ★35pxだと大きすぎるので、少し小さくして文字の高さに近づける */
    height: auto;
    margin-left: 8px;
    /* もし画像がまだ下にズレて見えるなら、微調整 */
    position: relative;
    top: -1px; 
}

.caetlogo a:hover img {
    content: url(../images/PC_cart_hover_41x40.png);
}



.main {
  text-align: center;
}

.tittl{
    font-size: 23px;
    margin-bottom: 0;
}

section h1{
    font-size: 57px;
    margin-top: 0;
    font-family:
    "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro",
    sans-serif;
    font-weight: 500;
    padding-bottom: 45px;
}

.content1{
    background-color: #fff;
    padding: 60px 0px 67px 0px;

    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.content1 .tittl{
    margin-top: 6px;
    font-size: clamp(12px, 1.5vw, 23px);
}

.content1 .omoi{
    font-size: clamp(18px, 2.4vw, 37px);
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.9;
    margin: 35px 0;
    margin-bottom: 52px;
}

.content1 .aboutmimamo img {
  width: clamp(200px, 30vw, 449px);
  height: auto;
}

.content1 h1 {
  font-size: clamp(24px, 3.7vw, 57px);
}


.grade{
    position: relative;     /* 背景の基準位置にする（超重要！） */
    display: inline-block;  /* 文字の幅に合わせる */
    z-index: 1;             /* 文字を一番上にする */
}


/* 背景のグラデーション帯（イラレの長方形） */
.grade::before {
    content: "";            /* 必須：中身は空でOK */
    position: absolute;     /* 自由に配置する設定 */
    
    /* 配置の調整（文字の下半分に重なるように） */
    bottom: 47px;            /* 下からの位置 */
    left: 0;                /* 左端から */
    width: 100%;            /* 文字の横幅いっぱい */
    height: 20px;           /* 帯の太さ */
    
    /* グラデーション（ピンク〜黄色〜青） */
    background: linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
    
    /* 角丸（メガ丸に合わせて大胆に丸く） */
    border-radius: 50px;
    
    /* 文字の下に潜り込ませる */
    z-index: -1;
}

.content2{
    margin-bottom: 230px;
}

.content2 h1{
    position: relative;     /* 背景の基準位置にする（超重要！） */
    display: inline-block;  /* 文字の幅に合わせる */
    z-index: 1;   
    font-size: clamp(28px, 3.7vw, 57px);          /* 文字を一番上にする */
}

.content2 h1 span {
  font-size: clamp(50px, 6.8vw, 105px);
}


/* 背景のグラデーション帯（イラレの長方形） */
.content2 h1::before {
    content: "";            /* 必須：中身は空でOK */
    position: absolute;     /* 自由に配置する設定 */
    
    /* 配置の調整（文字の下半分に重なるように） */
    bottom: 62px;            /* 下からの位置 */
    left: 0;                /* 左端から */
    width: 100%;            /* 文字の横幅いっぱい */
    height: 20px;           /* 帯の太さ */
    
    /* グラデーション（ピンク〜黄色〜青） */
    background: linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
    
    /* 角丸（メガ丸に合わせて大胆に丸く） */
    border-radius: 50px;
    
    /* 文字の下に潜り込ませる */
    z-index: -1;
}

.content2 h2{
    font-size: clamp(16px, 2.3vw, 36px);
}

.content2 .tittl{
    margin-bottom: -30px;
    margin-top: 80px;
    font-size: clamp(12px, 1.5vw, 23px);
}



.card-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* PC：4列 */
  gap: 32px;
}

.card {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: #222222 1px solid;
  
  box-shadow: 5px 5px 0 0 #222;
} 




/* --- カード全体の調整（数字の基準点にする） --- */
.card {
    position: relative;        /* 数字を自由に配置するための基準点 */
    padding-top: 31px;         /* 数字がタイトルに被らないよう上に隙間を作る */
    padding-bottom: 3px;      /* 下側の余白調整 */
    padding-left: 5px;
    padding-right: 5px;
    
    /* 既存のスタイルを維持 */
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    border: #222222 2px solid;
    box-shadow: 6px 6px 0 0 #222;
}

/* --- NO1〜4の数字を左上に飛ばす --- */
.NO1, .NO2, .NO3, .NO4 {
    position: absolute;        /* 親要素(.card)を基準に配置 */
    top: 0px;                 /* 上から10px */
    left: 10px;                /* 左から15px */
    margin: 0;
    
    /* 既存のスタイルを維持 */
    color: #ec7aac;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.4vw, 52px);
    line-height: 1;            /* 文字の周りの余計な隙間を消す */
}

/* --- 04の「新機能バッジ」の配置 --- */
.badge-new {
    position: absolute;
    top: -25px;                /* カードの枠線より上に少しはみ出させる */
    left: 50%;                 /* 中央寄せの基準 */
    transform: translateX(-50%); /* 完璧に真ん中に配置 */
    width: 200px;               /* バッジのサイズ（適宜調整） */
    z-index: 10;               /* 数字よりも上に重ねる */
}


/* --- カードの中の画像サイズ調整 --- */
.card p img {
    max-width: 100%;           /* カードからはみ出さないように */
    height: auto;
    margin: 0px;
}

.card .point{
    font-size: clamp(12px, 1.4vw, 21px);
    margin: 10px 5px 20px 5px;
    line-height: 1.6em;
}

/* --- カードのタイトル（h2）の調整 --- */
.card h2 {
    font-size: clamp(12px, 1.8vw, 36px);
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 0px;
    position: relative;        /* 数字の下に潜り込まないように */
}


.card .pointimg img {
  width: 100%;
  height: auto;
}





.badge-new {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(100px, 13vw, 200px);
  height: auto;
}



.voice {
  display: grid;
  gap: 32px;
}



.content3 {
    margin-top: 50px;
    padding: clamp(15px, 3vw, 60px) 10px;
    text-align: center;

    border: 15px solid transparent;
    border-radius: 90px;
    
    background-image: 
        linear-gradient(#fff, #fff),
        linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
    
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding-top: 30px;

    overflow: hidden
}

.content3 h1 {
    padding-top: clamp(130px, 25vw, 300px);
    font-size: clamp(24px, 3.7vw, 57px);
}

.content3 > .main > p img,
.content3 p img {
    width: 100%;
    height: auto;
}

.content3 h2 {
    position: relative;
    z-index: 10;
    display: table;
    margin: 20px auto 130px;

    font-size: clamp(16px, 2.5vw, 38px);
    font-weight: 500;
    background-color: #fff0f9;
    padding: clamp(10px, 1.5vw, 20px) clamp(15px, 2.5vw, 40px);
    border-radius: 20px;
    border: 1px #ec7aac solid;
}

.content3 h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -16px; 
    left: 50%;
    transform: translateX(-50%) rotate(45deg);

    width: 30px;
    height: 30px;
    background-color: #fff0f9;
    
    border-right: 1px solid #ec7aac;
    border-bottom: 1px solid #ec7aac;
    z-index: -1;
}

/* --- 親要素 --- */
.voice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; /* 両端に広げる */
    gap: 0;
    margin-top: clamp(40px, 7vw, 100px);
    padding-bottom: clamp(40px, 6vw, 80px);
    padding: 0 2%; /* 左右に少しだけ余白 */
}

/* --- 円 --- */

.circle {
    width: clamp(200px, 27vw, 380px);
    min-width: 0;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #fff0f9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
    z-index: 1;
}

.circle:nth-child(even) {
    transform: translateY(clamp(60px, 8vw, 150px));
}

/* --- 円内テキスト --- */
.inner {
    position: static;
    transform: none;
    width: 70%; /* 90%から小さく */
}

.inner p {
    margin: 0;
    font-size: clamp(10px, 1.3vw, 20px);
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.inner img {
    width: 100%;
    height: auto;
}

.content4 .tittl{
    margin-top: 290px;
}

.video-inner p{
    font-size: 34px;
}

.content4 .video-inner {
  width: 800px; /* PC表示の横幅 */
  margin: auto;
  margin-top: 100px;
}


.content4 .video-inner:nth-child(2) {
  margin-top: 320px;
}

.content4 video {
  width: 100%;
  aspect-ratio: 16 / 9; /* 1080×1920と同じ比率 */
  border-radius: 30px;
  display: block;
  object-fit: cover; /* ← サムネが動画サイズに合わせて表示される */
}

.content4{
    margin-bottom: 300px;
}



.content5 .serihu01,.serihu02{
    font-size: clamp(16px, 2.5vw, 38px);
    font-weight: 500;
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 2px #ec7aac solid;
    padding: 0px 30px;
    box-shadow: 7px 7px 0 0 #ec7aac;

}

.content5 .serihu02{
    font-size: clamp(16px, 2.5vw, 38px);
    font-weight: 500;
    margin-top: 0px;
}

.content5 .serihu01{
    margin-bottom: 0px;
}

.content5 .serihu01{
    margin-bottom: 20px;
}

/* .content5 .ashi{
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 3px 3px 0 0 #ec7aac;
    padding: 40px 70px 10px 20px;
} */

/* .content5 .ahi-img{
   background-color: ;
} */

.content5 .ashi{
    font-size: 18px;
}

.content5{
    margin-bottom: 200px;
}


.content5 .home-inner:nth-child(2){
    margin-top: 120px;
}

.content5 .home-inner img {
    width: clamp(200px, 35vw, 607px);
    height: auto;
}

.content5 .ashi img {
    width: clamp(80px, 10vw, 200px);
    height: auto;
}

.content5 .ashi p {
    font-size: clamp(12px, 1.2vw, 18px);
}

.content6{
    background-color: #fff;
    border-radius: 30px;
    padding: 0 30px;
    padding-top: 10px;

    border: 15px solid transparent; /* 10pxの「枠の場所」だけ確保 */
    border-radius: 60px;            /* 外側の角丸 */
    
    background-image: 
        linear-gradient(#fff, #fff),                /* 1層目：中の白い塗り */
        linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%); /* 2層目：枠用のグラデ */
    
    background-origin: border-box;  /* 背景の基準を枠線の端っこにする */
    background-clip: padding-box, border-box; /* 1層目は枠の手前まで、2層目は枠まで塗る */
    overflow: hidden;

    margin-bottom: 180px;
    /* -------------------------- */
}

.content6 h1{
    font-size: 50px;
}

.content6 h2{
    font-size: 36px;
    font-weight: 400;
}

.store h2{
    font-weight: 500;
    margin-bottom: 0px;
}

.store p{
    font-size: 40px;
    margin-top: 0px;
}

.store p span{
    font-size: 30px;
}

.content6 .store img {
    width: clamp(160px, 30vw, 400px);
    height: auto;
}



article{
    background-color: #fff0f9;
    border-radius: 20px;
    margin: 0 20px;
    padding: 0 15px;
    padding-bottom: 1px;
    padding-top: 1px;
}


article h3::after{
    content: ""; 
    border: 1px #ec7aac solid;
    display: inline-block;
}

article h3 {
    position: relative;
    text-align: center;    /* 文字を中央に */
    padding-bottom: 15px;  /* 文字と線の間の距離 */
    margin-bottom: 15px;   /* 線と下の文字の間の距離 */
    font-size: 27px;
    margin-top: 5px;
}

article h3::after {
    content: "";
    position: absolute;
    bottom: 0;             /* h3のpaddingの底に配置 */
    left: 0;               /* 左端から */
    right: 0;              /* 右端まで（これで横幅いっぱいになる） */
    
    /* 線の太さと色 */
    height: 0.5px;           
    background-color: #ec7aac;
    /* left: 10px; right: 10px; */
}

.buy p {
    font-size: clamp(14px, 1.8vw, 30px);
    margin: 10px clamp(20px, 10vw, 210px);
    white-space: nowrap;
}

.btn {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 6vw, 120px);
    margin: 40px 0px;
}



.buy a{
    color: #222;
    text-decoration: none; 
    font-size: 18px
    
}


.buy a:hover {
    color: #fff;
    text-decoration: none;
    font-size: clamp(14px, 1.8vw, 30px); /* ← fontサイズを固定値18pxからclampに統一 */
}
    


.buy {
    background-color: #fff;
    border-radius: 50px;
    border: #222 2px solid;
    box-shadow: 4px 4px 0 0 #222;
    width: clamp(200px, 35vw, 500px); /* 大きく */
}

.buy p {
    font-size: clamp(14px, 1.8vw, 30px);
    margin: 10px clamp(10px, 3vw, 50px);
    white-space: nowrap;
}

.buy:hover{
    background-color: #ec7aac;
    border-radius: 50px;
    border: #222 2px solid;
    box-shadow: 4px 4px 0 0 #222;
}



.content7 .tittl {
    font-size: clamp(12px, 1.5vw, 23px);
}

.content7 h1 {
    font-size: clamp(24px, 3.7vw, 57px);
    padding: 0;
}

.content7 h2 {
    font-size: clamp(14px, 2vw, 37px);
    margin-top: clamp(30px, 5vw, 100px);
    margin-bottom: clamp(20px, 4vw, 60px);
}

.aitem {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(10px, 1.5vw, 24px);
    align-items: stretch;
    max-width: 100%;
    width: 100%;
}

.aiteminner {
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    border-radius: clamp(10px, 1.5vw, 25px); /* 角丸も可変 */
    border: #222222 2px solid;
    box-shadow: 6px 6px 0 0 #222;
    padding: clamp(10px, 2vw, 30px) clamp(3px, 1vw, 5px);
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.aiteminner img {
    width: 80%;
    height: clamp(150px, 16vw, 250px); /* 250pxに */
    object-fit: contain;
    display: block;
    margin: 0 auto;
}


.aiteminner span {
    display: block;
    font-size: clamp(7px, 0.7vw, 11px);
    text-align: center; /* rightからcenterに */
    margin-top: 5px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
}

.aiteminner h3 {
    font-size: clamp(12px, 1.4vw, 26px);
    display: block;
    width: fit-content;
    max-width: 85%;
    margin: 0 auto 10px;
    text-align: center;
    line-height: 1.3;
    text-decoration: none;
    word-break: keep-all;
    position: relative; /* ← 追加 */
}

.aiteminner h3 span {
    display: block;
    font-size: clamp(7px, 0.7vw, 11px);
    text-align: right; /* ← h3の右端に揃える */
    margin-top: 2px;
    font-weight: normal;
    letter-spacing: 0;
    text-decoration: none;
}

.aitem{
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PC：4列 */
    gap: 24px;
    text-align: center;
    position: relative;
    align-items: stretch
} 

.aiteminner a {
    text-decoration: none;
    color: #222;
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.aiteminner .S163 {
    display: block;
    width: fit-content;
    margin: 0 auto 15px;   /* 箱自体を中央に */
    text-align: center;    /* ★文字をすべて中央寄せにする */
    line-height: 1.0;
    position: relative;    /* 型番を配置する基準 */
}

.aiteminner p {
    font-size: clamp(10px, 1.2vw, 20px);
    margin: 0 5px;
}

/* 1行目：CarPlay & Android Auto */
.aiteminner .S163 {
    font-size: 18px; 
}

/* 2行目：ワイヤレスアダプター（大きく！） */
.aiteminner .S163 p {
    font-size: clamp(12px, 1.6vw, 26px);
    font-weight: bold;
    margin: 12px 0 0;
    line-height: 1.0;
}

/* 3行目：型番（右下に添える） */
.aiteminner .S163 span {
    display: block;
    font-size: 10px;
    font-weight: normal;
    text-align: right;    /* ★型番だけは右側に寄せる */
    margin-top: -10px;     /* 上との隙間を詰める */
}

.aiteminner a > p:last-child {
    margin-top: auto;
    font-size: clamp(10px, 1.2vw, 20px);
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 2行で切る */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


footer {
    display: flex;
    flex-direction: column;
    align-items: center; /* 会社名や住所はこれで真ん中へ */
    padding: 60px 0;
    margin-top: 160px;
}

footer .footer-inner{
    width: 100%;
}

/* 会社名・住所・SNSなどのグループ（真ん中寄せ） */
.footer-inner > p,
.footer-inner > div {
    text-align: center;
}

/* ★ここが重要：グローバルナビをヘッダーと同じ幅（左右いっぱい）に広げる */
footer nav {
    width: 100%;            /* 親の幅いっぱいに */
    /* もし親要素に幅制限がある場合は width: 100vw; margin-left: calc(50% - 50vw); を使います */
    padding: 40px 4%;       /* ヘッダーと同じ左右の余白を入れる */
    box-sizing: border-box;
}

footer nav ul {
    display: flex;
    justify-content: space-between; /* ★これで一番左と一番右が端っこに飛びます */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

footer nav a {
    color: inherit;
    text-decoration: none;
    font-size: 25px; /* 元のサイズを維持 */
    font-weight: 450;
    white-space: nowrap;
}

/* ご購入ボタン */
footer nav ul .caetlogo {
    background-color: #ec7aac;
    border-radius: 50px;
    padding: 10px 20px;
    margin: 0; /* 余計なマージンを消して端に寄せる */
}

footer .keiyo{
    font-size: 32px;
}

footer .keiyoo{
    font-size: 23px;
    line-height: 0.8;
}

footer .LINE{
    font-size: 32px;
    margin-top: 50px;
}

footer .LINE a{
   text-decoration: none;
   color: #222;
}


.SNS{
    justify-content: center; /* 全体を中央寄せ */
    gap: 70px;
    padding-bottom: 70px;      
}

footer .copy{
    font-size: 24px;
    margin-top: 50px;
}

footer nav a {
    font-size: clamp(11px, 1.4vw, 25px);
    white-space: nowrap;
}

footer nav ul {
    gap: clamp(4px, 1vw, 20px);
}
   

/* PC：4列 */
@media (min-width: 769px) {
  .voice {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* SP：2列 */
@media (max-width: 768px) {
  .voice {
    grid-template-columns: repeat(2, 1fr);
  }

  .card-wrap {
    /* 4列から2列に変更 */
    grid-template-columns: repeat(2, 1fr);
    /* スマホだと24pxは少し広いので、10〜15pxくらいに詰めるとカードが大きく見えます */
    gap: 15px 10px; 
    padding: 0 10px;
  }

  .card{
    border-radius: 10px;
    border: #222222 1px solid;
    box-shadow: 3px 3px 0 0 #222;

    margin-bottom: 45px;
  }

  /* カード内の文字サイズ微調整（2列だと幅が狭いため） */
  .card h2 {
    font-size: 24px; /* 36pxだとデカすぎるので調整 */
  }

  .card .point {
    font-size: 16px; /* 23pxから調整 */
  }
  
  /* NO1などの数字のサイズ調整 */
  .NO1, .NO2, .NO3, .NO4 {
    font-size: 30px;
  }
  
}




/* ---------------------------------------------- */


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

/* ハンバーガーボタン */

    .nav-burger{
        background-image: url(../images/navburger_28x23.png);
        display: block;
        width: 28px;
        height: 23px;
        position: fixed;
        top: 10px;
        right: 16px;
        z-index: 12;
    }    

    
    
    /* マウスカーソルの調整 */
    .nav-burger:hover{
        cursor: pointer;
    }

    /* ナビゲーションが開いた時の見た目 */
    nav{
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;


        margin: 0;
        padding-top: 70px;
        padding-left: 0%;

        z-index: 11;

        background-image: url();
        

        display: none;
    }

    

nav ul li a{
        color: #222;
        font-size: 23px
    }
    
    nav ul li a:hover{
        color: #fff;
        background-color: transparent;
    }
    
    nav ul{
        flex-direction: column;
        /* width: 50%; */
        margin: 0;

    }

    nav ul li{
        width: auto;
        height: none;
        background-color: transparent;
       

        text-align: center;

        margin-bottom: 30px;
    }

    
    nav .nav-logos{
        width: 38vw;
        margin-top: 80px;
        text-align: center;

        margin-left: auto;   /* ← 追加 */
        margin-right: auto;  /* ← 追加 */
    }

    nav .nav-logos img{
        display: block;
        margin: auto;
    }

    nav .nav-logos img:nth-child(2) {
        width: 20vw;
        margin-top: 35px;
    }   

    nav ul li.caetlogo a {
        font-size: 23px;
    }

    

    .nav-switch:checked ~ nav{
        display: block;
    }

    .nav-switch {
    display: none;
    }


    .nav-switch:checked ~ .nav-burger{
        background-image: url(../images/navtojiru_28x29.png);
        background-size: contain;  /* ← 追加 */
        background-repeat: no-repeat;  /* ← 追加 */
        display: block;
        width: 28px;
        height: 29px;
        position: fixed;
        top: 8px;
        right: 16px;
        z-index: 12;
    }




    .wrap{
    width: auto;

    }

    .img-sp { display: block !important; }
    .img-pc { display: none !important; }

    .img-sp{
        padding: 0px 10px;
    }

    header{
        height: 25px;
        width: 93%;
        margin: 0 auto;
        margin-top: 10px;
    }

    section .KV-font{
        font-size: 40px;
        padding: 0px 0px;
        margin: 0;
        margin-top: 30px;
    }

    section .KV-font span{
        font-size: 31px;
    }

    .KVmimamo2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }   

    .KVmimamo2 .img-sp {
        display: block;
        margin: 0 auto;
        width: 270px;
    }

    .KVmimamo2 .img-sp{
        margin: 0 auto;
        padding: 0px;
        object-fit: cover;
        object-position: center;
        width: 270px;
        display: block;
    }

    .KVmimamo2 > p:last-child {
        display: flex;
        justify-content: center;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .KVmimamo2 > p:last-child img {
        width: 270px;
        display: block;
    }

    .header-inner{
        display: flex;
        justify-content: flex-start; /* 90%の枠内で左寄せ */
        align-items: center;
    }

    header h1 img{
        width: 18vw;
        height: auto;
        /* object-fit: cover;
        object-position: center; */
    }

    header h1{
        text-align: left;
    }

    .KV-font{
        font-size: 31px;
    }

    .KV-font span{
        font-size: 24px;
    }

    .KV{
        display: block; /* SPではflexを解除 */
        text-align: center;
    }

    .tittl{
        font-size: 10px;
    }

    section h1{
        font-size: 20px;
        font-weight: 700;
    }



    .content1 .omoi{
        font-size: 13px;
        margin: 30px 0px 0px 0px;
        width: 85%;
        line-height: 2.0em;
        padding-top: 10px;
    }
    .content1{
        padding: 30px 0px;
    }

    .content1 h1{
        padding: 0;
    }

    .content1 .omoi{
        margin: 0 auto;
    }

    .content2{
        margin-bottom: 80px;
    }

    .content2 .tittl{
        margin-top: 100px;
    }

    .content2 h1 span{
        font-size: 33px;
    }

    .content2 h1{
        margin-bottom: 20px;
        padding: 0;
    }

    .grade{
    position: relative;     /* 背景の基準位置にする（超重要！） */
    display: inline-block;  /* 文字の幅に合わせる */
    z-index: 1;             /* 文字を一番上にする */
    }

    /* 背景のグラデーション帯（イラレの長方形） */
    .grade::before {
    content: "";            /* 必須：中身は空でOK */
    position: absolute;     /* 自由に配置する設定 */
        
    /* 配置の調整（文字の下半分に重なるように） */
    bottom: 1px;            /* 下からの位置 */
    left: 0;                /* 左端から */
    width: 100%;            /* 文字の横幅いっぱい */
    height: 9px;           /* 帯の太さ */
        
    /* グラデーション（ピンク〜黄色〜青） */
    background: linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
        
    /* 角丸（メガ丸に合わせて大胆に丸く） */
    border-radius: 50px;
        
    /* 文字の下に潜り込ませる */
    z-index: -1;
    }    

    .content2 h1{
    position: relative;     /* 背景の基準位置にする（超重要！） */
    display: inline-block;  /* 文字の幅に合わせる */
    z-index: 1;             /* 文字を一番上にする */

    top: 19px;
    }


    /* 背景のグラデーション帯（イラレの長方形） */
    .content2 h1::before {
    content: "";            /* 必須：中身は空でOK */
    position: absolute;     /* 自由に配置する設定 */
    
    /* 配置の調整（文字の下半分に重なるように） */
    bottom: 5px;            /* 下からの位置 */
    left: 0;                /* 左端から */
    width: 100%;            /* 文字の横幅いっぱい */
    height: 9px;           /* 帯の太さ */
    
    /* グラデーション（ピンク〜黄色〜青） */
    background: linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
    
    /* 角丸（メガ丸に合わせて大胆に丸く） */
    border-radius: 50px;
    
    /* 文字の下に潜り込ませる */
    z-index: -1;
    }

    .content2 .card-wrap{
        margin-top: 30px;
    }

    .content2 .NO1,.NO2,.NO3,.NO4{
        font-size: 29px;
        margin-bottom: 0;  /* ← 番号下の余白を削除 */
        line-height: 1;    /* ← 行間も詰める */
    }

    .content2 .card h2{
        font-size: 17px;
        margin-top: 0;  /* ← h2上の余白も削除 */
        margin-top: -10px;
    }

    .content2 .card img{
        margin: 0;
    }

    .content2 .pointimg{
        margin: 0;
    }

    .content2 .point{
        font-size: 12px;
        margin-bottom: 13px;
    }

    .badge-new{
        width: 100px;
        height: auto; /* 高さもvwで比率キープ */
        object-fit: cover;  
        top: -30px;
    }


    .content3 {
    margin-top: 50px;
    padding: 0px 10px;
    text-align: center;
    border: 8px solid transparent;
    border-radius: 25px;
    background-image: linear-gradient(#fff, #fff), /* 1層目：中の白い塗り */ linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    padding: 10px 0px;
    }

    .content3 h2{
        margin-top: 10px;
        font-size: 15px;
        margin-bottom: 30px;
    }

    .content3 h2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 15px;
    height: 15px;
    background-color: #fff0f9;
    border-right: 1px solid #ec7aac;
    border-bottom: 1px solid #ec7aac;
    z-index: -1;
    }


   
  
    /* 1. 親要素：Gridを強制し、左右の余白を少し削る */
    .voice {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        /* 縦のgapを広げ、横のgapを小さく（または0に）して重なりを誘発 */
        gap: 130px 5px; 
        margin-top: 55px;
        padding: 0 6%; /* 画面端に寄りすぎないよう調整 */
        justify-items: center;
    }

    /* 2. 円：scale(1.3)を維持しつつサイズを微調整 */
    .circle {
        min-width: auto !important; /* 200px固定を解除 */
        width: 130px;              /* scale(1.3)で約170px相当に膨らむ */
        transform: scale(1.4);     /* 共通の1.3を維持 */
        z-index: 1;
    }

    /* 3. 偶数番目：下にずらして「重なり」を作る */
    .voice .circle:nth-child(even) {
        /* 下にずらしつつ、少し左（または右）に寄せて重なりを強調 */
        transform: scale(1.4) translateY(87px); 
        z-index: 2; /* 重なりの上下関係をハッキリさせる */
    }

    /* 4. 円の中のテキスト調整 */
    .content3 .inner p {
        font-size: 13px; /* scale(1.3)されるので、指定は小さめでOK */
        line-height: 1.4;
        padding: 0 5px;

        font-size: 8px;
        font-weight: 450;
    }

    .content3 h1{
        padding-top: 200px;
        font-weight: 500;
        padding-right: 5px;
        display: block;
    }

    .content4 .tittl{
        margin-top: 100px;
    }

    .content4 .video-inner {
        width: 75vw;
        position: relative;
        
        margin: 0 auto;
        margin-top: 30px;
    }

    .content4 .video-inner:nth-child(2) {
        margin-top: 170px;
    }

    .content4 video{
        margin: 0 auto;
        border-radius: 18px;
    }

    .content4 h1{
        padding-bottom: 1px;
    }

    .content4 .video-inner p{
        font-size: 17px;
        margin-bottom: 0px;
    }

    .content4{
        margin-bottom: 130px;
    }


    .content5 .tittl{
        margin-top: px;
    }

    .content5 h1{
        padding-bottom: 1px;
    }

    .content5 .usehome p{
        margin: 3px 0px;
    }

    .content5 .serihu01{
        font-size: 18px;
        border: 1px solid #ec7aac;
        box-shadow: 3px 3px 0 0 #ec7aac;
        border-radius: 4px;
        margin-bottom: 0px;
    }  

    .content5   .serihu02{
        font-size: 18px;
        border: 1px solid #ec7aac;
        box-shadow: 3px 3px 0 0 #ec7aac;
        border-radius: 4px;
        margin-top: 0px;
    }



    .content5 .usehome {
        display: flex;
        flex-direction: column;  /* 縦並び */
    }

    .content5 .usehome img {
        width: clamp(100px, 60vw, 300px);
        height: auto;
    }

    .content5 .ashi {
        order: -1;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .content5 .ashi p{
        font-size: 11px;
        margin-bottom: 10px;
    }

    .content5 .ashi img{
        width: clamp(90px, 18vw, 290px);
        height: auto;
    }

    .content5 .home-inner{
        margin-bottom: 10px;
    }

    .content5 .home-inner:nth-last-child(2){
        margin-top: 0px;
    }

    .content5{
        margin-bottom: 110px;
    }



    .content6{
        border: 8px solid transparent;
        border-radius: 25px;
        background-image: linear-gradient(#fff, #fff), /* 1層目：中の白い塗り */ linear-gradient(90deg, #ec7aac 0%, #ffff9f 100%);
        background-origin: border-box;
        background-clip: padding-box, border-box;

        padding: 10px 13px;
        margin-top: 90px;
    }

    .content6 h2{
        font-size: 15px;
        margin: 0;
    }

    .content6 h1{
        font-size: 25px;
        padding-bottom: 23px;
        font-weight: 500;
    }

    .content6 h2 img{
        object-fit: cover;
        object-position: center;
        width: 25px;
        align-items: center;
    }

    .content6 .store h2{
        font-size: 21px;
    }

    .content6 .store p{
        font-size: 19px;
    }

    .content6 .store p span{
        font-size: 14px;
    }

    .content6 .store img{
        object-fit: cover;
        object-position: center;
        width: 40vw;
    }

    .content6 article{
        margin: 0;
    }

    .content6 article h3{
        font-size: 14px;
    }

    .content6 article p{
        font-size: 13px;
    }

    .content6 .btn {
        flex-direction: column; /* 縦に並べる */
        align-items: center;    /* 中央寄せ */
        gap: 15px;              /* ボタン同士の上下の隙間 */
        margin-top: 25px;
        margin-bottom: 20px;
    }

    /* 2. ボタン自体の横幅をスマホで見やすく広げる */
    .buy {
        width: 100%;            /* 親の幅いっぱいに */
        max-width: 340px;       /* 広がりすぎないよう制限 */
        box-shadow: 3px 3px 0 0 #222; /* 影を少しハッキリさせる */
        border: 1px solid #222;
    }

    /* 3. ボタンの中のテキストと余白 */
    .buy p {
        font-size: 16px;        /* 18pxだとスマホで大きい場合は微調整 */
        margin: 0px 0;         /* 左右のmarginを0にして、上下に余白を作る */
        text-align: center;
    }

    .buy a {
        font-size: 12px;        /* 「はこちら」などの小さい文字 */
        display: block;         /* ボタン全体をタップしやすく */
        padding: 5px 0;
    }

    .content7 h1{
        padding: 0px;
    }

    .content7 h2{
        font-size: 15px;
        margin: 0;
        margin-top: 30px;
        margin-bottom: 23px;
    }
    
    
    .aitem {
        /* repeat(2, 1fr) よりもさらに強力に 50% ずつに固定します */
        display: grid !important;
        grid-template-columns: 1fr 1fr !important; 
        
        /* 列の幅を「中身」に左右されないように固定する魔法のプロパティ */
        grid-auto-columns: minmax(0, 1fr);
        
        gap: 20px 8px; 
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .aiteminner {
        /* 中身がはみ出して列を押し広げないように、幅を100%に制限 */
        width: 100% !important;
        overflow: hidden; 
        box-sizing: border-box;

        padding: 14px 0px;

        border-radius: 10px;
        border: #222222 1px solid;
        box-shadow: 3px 3px 0 0 #222;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        

    }


    .aiteminner img {
        /* 画像がデカすぎて列を突き破るのを防ぐ */
        max-width: 88% !important;
        width: 88%;
        height: 150px;  /* ← 高さを固定 */
        
        object-fit: contain;  /* ← 画像を比率を保ちながら収める */
        display: block;
        margin: auto;
        height: 150px;

    }

    /* .aiteminner h3{
        font-size: 14px;
        white-space: noml;
        overflow: hidden;
        text-overflow: ellipsis;
    } */

    .aiteminner h3 {
        white-space: normal;      /* 改行を許可 */
        overflow: visible;        /* 隠さない */
        text-overflow: clip;      /* ...をやめる */
        word-break: break-all;
        font-size: 12px;
        margin-bottom: 4px;
        max-width: 95%;
    }

    .aiteminner p{
        font-size: 10px;
        margin: 0px 9px;
    }

    .aiteminner h3 span{
        margin-top: 2px;
        font-size: 7px;
    }

    
    .aiteminner .S163{
        font-size: 12px;
    }

     .aiteminner .S163 span{
        font-size: 7px;
    }

    .aiteminner .S163 p{
        font-size: 13px;
        margin-top: 3px;
    }

    .content7 .tittl{
        margin-top: 120px;
    }

    .aitem {
    align-items: stretch;  /* 追加 */
    }

    .aiteminner {
        height: 100%;  /* 追加 */
    }

    .aiteminner a {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

.aiteminner a > p:last-child {
    margin-top: auto;  /* 説明文を下に押し下げる */
}

    

    footer img{
        object-fit: cover;
        object-position: center;
        width: 39%;
    }

    footer .keiyo{
        font-size: 14px;
    }

    footer .keiyoo{
        font-size: 12px;
    }

    

    footer .LINE img{
        object-position: center;
        object-fit: contain;
        width: 30px;
        margin: 0 auto;
        padding-left: 5px;
    }

    footer .LINE{
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer .LINE a{
        display: block;
        display: flex;
        align-items: center;
    }


    footer .SNS img{
        object-position: center;
        object-fit: contain;
        width: 64%;
        margin: 0 auto;
        padding: 0 auto;
    }

    footer .SNS{
        gap: 0px;
    }

    footer .copy{
        font-size: 15px;
    }

    



    /* メディアクエリ */
    img{
        width: 100%;
    }


}
    

    


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

    .mv img{
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    
    /* section部分 */
    section{
        padding: 0;
    }

    /* 幅を再指定（48% → 100%）、余白の調整、画像の真ん中寄せ */
    main figure{
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    /* 商品名のキャプションを左揃え */
    main figcaption{
        text-align: left;
    }

    /* フッター */
    /* コピーライトの位置を調整 */
    footer{
        text-align: center;
        padding: 0;
    }

}

/* 動かす */

@keyframes img-anime{
    0%{background-position: 0 0;}
    /* 右に動かしたかったら+、左に動かしたかったら-付ける */
    /* 画像の横幅とpx一致させる */
    100%{background-position: -1416px 0;}
}

.slider-area{
    width: 100%;
    /* 用意した画像と同じ高さのpx */
    height: 200px;
    background-image: url(../images/slide-image_1416x200.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    animation: img-anime 24s linear infinite;
}



/* ------------------------------------------------------------------- */

