@charset "utf-8";

body{
font-family: "M PLUS Rounded 1c", sans-serif;
font-weight: 400;
margin: 0;
letter-spacing: 0.05em;
padding-top: 100px;
background-color:#FFF7E9;
overflow-x: hidden;
}

.mainvisual{
  position: relative;
}

.mainvisual img{
  width: 100%;
  height: auto;
  display: block;
}

.mainvisual span{
  position: absolute;
  right: 0%;               
  bottom: 18%;             
  color: #ffffff;
font-size: clamp(20px, 3vw, 40px);
  background-color: rgba(255, 176, 49, 0.3);
  padding: 10px 60px;
  text-align: right;       
  white-space: nowrap;      
}

.mainvisual p{
  position: absolute;
  color: #ffffff;
  top: 20%;
  left: 5%;
  font-size: clamp(20px, 3vw, 40px);
}

.wave-top{
position: absolute;
bottom: -40px;        
left: 0;
width: 100%;
height: 90px;         /* ← 波の高さ */
fill: #FFF7E9; 
z-index: 1;       
}

@media (min-width: 481px) and (max-width: 768px){
  .mainvisual{
    position: relative;
  }

  .mainvisual img{
    width: 100%;
    height: clamp(520px, 85svh, 700px);
    display: block;
    object-fit: cover;
  }

  .mainvisual span{
    position: absolute;
    right: 0;
    bottom: clamp(12%, 15vw, 18%);
    color: #ffffff;
  font-size: clamp(20px, 3vw, 36px);
    background-color: rgba(255, 176, 49, 0.3);
    padding: clamp(6px, 1vw, 10px) clamp(16px, 3vw, 40px);
    text-align: right;
    white-space: nowrap;
    display: inline-block; /* ← 重要 */
  }

  .mainvisual p{
    position: absolute;
    color: #ffffff;
    top: clamp(12%, 15vw, 20%);
    left: clamp(4%, 6vw, 8%);
  font-size: clamp(20px, 3vw, 36px);
    line-height: 1.4;
  }

  .wave-top{
    height: 70px;     
    bottom: -30px;
  }}

@media (max-width: 480px){
  .mainvisual{
    position: relative;
  }

  .mainvisual img{
    width: 100%;
    height: clamp(400px, 75svh, 600px);
    display: block;
    object-fit: cover;
  }

  .mainvisual span{
    position: absolute;
    right: 0;
    bottom: clamp(15%, 16vw, 20%);
    color: #ffffff;
    font-size: clamp(15px, 3vw, 24px);
    background-color: rgba(255, 176, 49, 0.3);
    padding: clamp(5px, 1vw, 8px) clamp(12px, 3vw, 24px);
    text-align: right;
    white-space: nowrap;
    display: inline-block;
  }

  .mainvisual p{
    position: absolute;
    color: #ffffff;
    top: clamp(20%, 14vw, 18%);
    left: clamp(4%, 6vw, 8%);
    font-size: clamp(15px, 3vw, 24px);
    line-height: 1.4;
    white-space: nowrap;
  }

  .wave-top{
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 48px;
    fill: #FFF7E9;
    z-index: 1;
  }}

html{
font-size: 100%;
overflow-x: hidden;
}

body{
background-color:#FFF7E9;
overflow-x: hidden;
}

li{
list-style: none;
}

a{
color: #000000;
text-decoration: none;
}

#header{
    display: flex;
    width: 100%;
    height: 100px;
    justify-content: space-between;
    background-color: #ffffff;
    align-items: center;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

#header.logo{
    width: 100%;
max-width: 100px;
  padding: 0 20px;
  flex-shrink: 0;
}

.logo img{
  width: 130px;   
  height: auto;
  flex-shrink: 0;
  
}

#header .logo a{
    display: block;
}

#header .navi .menu {
display: flex;
align-items: center;
padding: 0 20px;
flex-wrap: nowrap;
gap: 60px;

}

#header .navi .menu li{
margin-left: 0;
  white-space: nowrap;
  font-size: clamp(12px, 2vw, 20px);
}

.logo.text .p{
position: absolute;
color: #ffffff;
top: 0;
left: 0;
font-size: 40px;
font-weight: 400;
}

.drawer{
    display: none;
}

.header-right{
    display: none;
}

@media (min-width: 481px) and (max-width: 768px){
#header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 20px;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100px;
  background:#fff;
  z-index:1000;
  box-sizing:border-box;
}
  
.logo img{
width: 110px;  
height: auto;
}
  
.navi{
display:none;
}

/* カート＋ハンバーガー */
.header-right{
margin-right: 15px;
display: flex;
flex-direction: row;   
align-items: center;
gap: 13px; 
}

.cart-link img{
width: 28px;
height: auto;
display:block;
}

.hamburger{
display:flex;
flex-direction: column;
gap: 6px;
background:none;
border:none;
cursor:pointer;
padding: 0;
}

.hamburger span{
width: 28px;
height: 2px;
background:#000;
display:block;
}}

@media (max-width: 480px) {
#header{
display:flex;
align-items:center;
justify-content: space-between;
padding: 0 20px;
}

.logo img{
width: 100px;   
height: auto;
}
  
.navi{
display:none;
}

/* カート＋ハンバーガー */
.header-right{
margin-right: 15px;
display: flex;
flex-direction: row;   
align-items: center;
gap: 13px;
}

.cart-link img{
width: 28px;
height: auto;
display:block;
}

.hamburger{
display:flex;
flex-direction: column;
gap: 6px;
background:none;
border:none;
cursor:pointer;
padding: 0;
}

.hamburger span{
width: 28px;
height: 2px;
background:#000;
display:block;
}}

@media (min-width: 481px) and (max-width: 768px){
 /* ドロワー本体（左からスライド） */
  .drawer{
    position: fixed;
    top: 0;
    left: 0;
    width: 78vw;          
    max-width: 420px;
    height: 100vh;
    background: #fff;
    transform: translateX(-105%);
    transition: transform .25s ease;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    padding: 22px 26px 18px;
    box-shadow: 10px 0 30px rgba(0,0,0,.08);
  }

  /* ×ボタン（右上） */
  .drawer-close{
    align-self: flex-end;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px;
  }

  /* メニュー */
  .drawer-nav{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 10px;
  }

  .drawer-nav a{
    text-decoration: none;
    color: #666;
    font-size: 16px;
    letter-spacing: .03em;
  }

  /* 下部（ロゴ＋コピーライト） */
  .drawer-footer{
    margin-top: auto;         
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
  }

  .drawer-logo{
    width: 70px;
    height: auto;
    display: block;
  }

  .drawer-footer small{
    color: #999;
    font-size: 12px;
  }

  /* 開いた状態 */
  body.drawer-open .drawer{
  transform: translateX(0);
  }}

@media (max-width: 480px) {
  /* ドロワー本体（左からスライド） */
  .drawer{
    position: fixed;
    top: 0;
    left: 0;
    width: 78vw;          
    max-width: 420px;
    height: 100vh;
    background: #fff;
    transform: translateX(-105%);
    transition: transform .25s ease;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    padding: 22px 26px 18px;
    box-shadow: 10px 0 30px rgba(0,0,0,.08);
  }

  /* ×ボタン（右上） */
  .drawer-close{
    align-self: flex-end;
    border: none;
    background: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 4px 6px;
  }

  /* メニュー */
  .drawer-nav{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 10px;
  }

  .drawer-nav a{
    text-decoration: none;
    color: #666;
    font-size: 16px;
    letter-spacing: .03em;
  }

  /* 下部（ロゴ＋コピーライト） */
  .drawer-footer{
    margin-top: auto;          
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 20px;
  }

  .drawer-logo{
    width: 70px;
    height: auto;
    display: block;
  }

  .drawer-footer small{
    color: #999;
    font-size: 12px;
  }

  /* 開いた状態 */
  body.drawer-open .drawer{
  transform: translateX(0);
  }}

.products-title h2{
    font-size: 40px;
    align-items: center;
    text-align: center;
    margin-top: 150px;
}

.products-title p{
  font-size: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.banner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* タイトル */
.banner-title {
  position: absolute;
  bottom: 25%;
  left: 3%;
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
  font-weight: bold;
}

/* サブテキスト */
.banner-text {
  position: absolute;
  bottom: 18%;
  left: 3%;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 25px);
}

/* 価格 */
.banner-price {
  position: absolute;
  bottom: 2%;
  right:51%;
  color: #fff;
  font-size: clamp(22px, 4vw, 40px);
  font-weight: bold;
}

/* ボタン */
.banner-btn {
  position: absolute;
  top: 5%;
  right: 2%;
  padding: 0.5em 1.6em;
  background: #f2b705;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: clamp(12px, 1.8vw, 20px);
  box-shadow: 0 4px 0 #b98728;
}

.banner-btn::after {
  content: ">";
  margin-left: 5px;
}

.banner-btn:hover {
  background-color: #fdc672;
  box-shadow: 0 2px 0 hsl(45, 100%, 69%);
}

.banner-wrap {
  position: relative;
  padding-top: 40px;
}

/* ロゴ */
.banner-logo {
  position: absolute;
  width: clamp(180px, 35%, 500px);
  top: 6%;
  left: 15%;
  z-index: 1;
}

/* タオル画像 */
img.banner-towel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: clamp(100px, 20%, 200px);
}

@media (min-width: 481px) and (max-width: 768px){
.products-title h2{
  font-size: clamp(24px, 4vw, 35px);
  margin-top: 12%;
}

.products-title p{
  font-size: clamp(14px, 2.5vw, 20px);
  margin-bottom: 8%;
}

/* タイトル */
.banner-title {
  position: absolute;
  bottom: 25%;
  left: 5%;
  color: #fff;
  font-size: clamp(20px, 4vw, 30px);
  font-weight: bold;
}

/* テキスト */
.banner-text {
  position: absolute;
  bottom: 16%;
  left: 5%;
  color: #fff;
  font-size: clamp(14px, 2.5vw, 25px);
}

/* 価格 */
.banner-price {
  position: absolute;
  bottom: 3%;
  left: 5%;
  color: #fff;
  font-size: clamp(16px, 3vw, 23px);
  font-weight: bold;
}

/* ボタン */
.banner-btn {
  position: absolute;
  top: 4%;
  right: 4%;
  padding: 0.6em 1.4em;
  background: #f2b705;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: clamp(12px, 2vw, 18px);
  box-shadow: 0 4px 0 #b98728;
}

.banner-btn::after{
  content: ">";
  margin-left: 5px;
}

.banner-btn:hover{
  background-color: #fdc672;
  box-shadow: 0 2px 0 hsl(45, 100%, 69%);
}

.banner-wrap{
  position: relative;
  padding-top: 5%;
}

/* ロゴ */
.banner-logo{
  position: absolute;
   width: clamp(180px, 50%, 300px);
  top: 60%;
  left: 2%;
  z-index: 1;
}

/* タオル */
img.banner-towel{
  position:absolute;
  right:0;
  bottom:0;
  width: 30%;
  max-width:110px;
}}

@media (max-width:480px){
.banner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 0px;
}

.products-title h2{
    font-size: 28px;
    margin-top: 130px;
}

.products-title p{
  font-size: 18px;
  margin-bottom: 40px;
}

.banner-title {
  position: absolute;
  bottom: 70px;
  left: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.banner-text {
  position: absolute;
  bottom: 45px;
  left: 30px;
  color: #fff;
  font-size: 16px;
}

.banner-price {
  position: absolute;
  bottom: 10px;
 left: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* 右上ボタン */
.banner-btn {
  position: absolute;
  top:6px;
  right: 6px;
  padding: 5px 10px;
  background: #f2b705;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
box-shadow: 0 3px 0 #b98728;
}

.banner-btn::after{
 width: 5px;
    height: 5px;
    margin-left: 5px;
  content: ">";
}

.banner-btn:hover{
 background-color: #fdc672;
 box-shadow: 0 2px 0 hsl(45, 100%, 69%);
}

.banner-wrap{
position: relative;
padding-top: 40px;
}
  
.banner-logo{
  position: absolute;
  width: 50%;
  top: 30px;
 left: 0px;
z-index: 1;
}
  
img.banner-towel{
 position:absolute;
  right:0;
  bottom:0;
  width:30%;
  max-width:80px;
}}

.container{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 40px;
  gap: 50px;
}

.sideber{
  flex: 1 1 350px;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-circle{
  background-color: #FFEDDC;
  width: min(400px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.title-circle p{
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.3;
  margin-bottom: 10px;
}

.line{
  width: 75%;
  height: 1px;
  background-color: #000000;
  margin-top: 5px;
}

.title-circle .more-link{
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: fit-content;
  margin-top: 30px;
}

.products-grid{
  flex: 1 1 600px;
  max-width: 900px;
  width: 100%;
  padding-left: 0;
  margin: 50px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}

.product-item img{
  width: 90%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  border: 1px solid #000000;
}

.giftbox{
background-color:#fe9191;
 padding: 90px;
 position: relative;
 overflow: visible;
z-index: 2;
 padding-bottom: 10px;}

.wave{
  position: absolute;
  bottom: -150px;        
  left: 0;
  width: 100%;
  height: 150px;         /* ← 波の高さ */
  fill: #fe9191; 
  z-index: 1;       
}

@media (min-width: 481px) and (max-width: 768px){
/* 全体 */
.container{
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
  gap: 30px;
}

.sideber{
  flex: none;
}

.title-circle{
  width: 300px;
  height: 300px;
  margin: 0 auto;
}

.title-circle p{
  font-size: 22px;
}

.line{
  width: 200px;
}

.products-grid{
  flex: none;
  width: 100%;
  max-width: 500px;
  grid-template-columns: repeat(2, 1fr);
 gap: 30px 80px;
}

.product-item p{
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
}

.product-item img{
  width: 100%;
}}

@media (max-width:480px){

  .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px;
    gap: 0px;
margin-bottom: 100px;
  }

  .sideber{
   flex: none;
  }

  .title-circle{
    width: 250px;
    height: 250px;
    margin: 0 auto;
  }

  .title-circle p{
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .line{
    width: 180px;
  }

  .title-circle .more-link{
    margin-top: 20px;
  }

  .products-grid{
    width: 100%;
    max-width: 260px;
    padding-left: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .product-item{
    text-align: center;
  }

  .product-item img{
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto 8px;
  }}

.giftbox-container{
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
margin: 0 auto;
padding: 0px;
}

.giftbox-text{
flex: 1;
padding:0;
margin: 0;
display: flex;
flex-direction:column ;
align-items: flex-start;
padding-left: 0px;
}

.giftbox-img{
  flex: 1;
  text-align: right;
  margin-left: auto;
}

.giftbox-img img{
  width: 100%;
  height: auto;
  display: block;
  margin-right: 0;
  padding: 1rem 1rem 1.5rem;
  background:
  linear-gradient(135deg, #a0dce4 0 100%),
  repeating-linear-gradient(45deg, #a0dce4 0px 3px, transparent 3px 6px);
  background-repeat: no-repeat;
  background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
  background-position: 0 0, 0.5rem 0.5rem;
}

.giftbox-title h2{
  color: #fff4f4;
  font-size: clamp(40px, 4vw, 50px);
}

.giftbox-title p{
  color: #fffdfd;
  font-size: clamp(16px, 2vw, 25px);
}

.text-content p{
  color: #ffffff;
  margin-top: 50px;
  font-size: clamp(18px, 2vw, 25px);
}

.more-link{
  text-decoration: none;
  color: #000;
  font-size: clamp(18px, 1.5vw, 20px);
  margin-top: 60px;
  margin-left: 60%;
}

.planePath {
  stroke: #ff7178;
  stroke-width: .1%;
  stroke-width: .4%;
  stroke-dasharray: 1% 2%;
  stroke-linecap: round;
  fill: none;
}

.fil1 {
fill: #ff7178;
}

.fil2 {
fill: #C5C6C6;
}

.fil4 {
fill: #ffffff;
}

.fil3 {
fill: #AEAFB0;
}

@media (min-width: 481px) and (max-width: 768px){
.giftbox{
padding:60px 30px;
padding-bottom: 20px;
}

/* 縦レイアウト */
.giftbox-container{
flex-direction: column;
gap: 30px;
}

.giftbox-text{
width: 100%;
align-items: flex-start;
}

.giftbox-title h2{
zont-size: 35px;
}

.giftbox-title p{
font-size: 19px;
margin-left: 0;
}

.text-content p{
font-size: 21px;
margin-top: 40px;
}

.giftbox-img{
width: 100%;
max-width: 460px;
margin-left: auto; 
}

.more-link{
margin-left: 0%;
margin-top: 30px;
align-self: flex-start; 
font-size: 20px;
}}

@media (max-width:480px){
/* セクション */
.giftbox{
  padding: 60px 20px 20px;
  text-align: center;
}

/* 縦並び */
.giftbox-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
}

.giftbox-text{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.giftbox-title h2{
  font-size:28px;
  margin: 0;
}

.giftbox-title p{
  font-size: 18px;
}

.text-content p{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 30px;
}

.more-link{
  font-size: 16px;
  margin-top: 25px;
  margin-left: 0;
}

.giftbox-img{
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.giftbox-img img{
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}

/* 波 */
.wave{
  height: 100px;
  bottom: -100px;
}}

.about {
  background: #fff7ed;
  padding-bottom: 120px;
}

.about {
  background: #fff7ed;
  padding-bottom: clamp(60px, 8vw, 120px);
}

.about-title{
  max-width: 1100px;
  margin: clamp(140px, 15vw, 320px) clamp(20px, 4vw, 60px) clamp(20px, 4vw, 40px);
  padding: 0 clamp(0px, 2vw, 10px);
  font-size: clamp(28px, 4vw, 50px);
  color: #d48b8b;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.4;
}

.about-title span{
  display: block;
  font-size: clamp(14px, 2vw, 25px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(40px, 8vw, 100px);
}

.about-row {
  display: flex;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 60px);
}

.about-left {
  width: 110%;
  margin-top: clamp(30px, 6vw, 80px);
}

.cpet-bg {
  background: #fde3c8;
  padding: clamp(60px, 10vw, 110px) clamp(30px, 10vw, 120px);
}

.cpet-content {
  max-width: 800px;
  margin-left: 0;
  text-align: left;
}

/* アイコンと文字ボックスを横に並べる */
.concept-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: clamp(24px, 5vw, 36px);
}

.icon, .icon2 {
  width: clamp(32px, 4.5vw, 55px);
  height: auto;
  margin-right: clamp(14px, 3.5vw, 32px);
  flex-shrink: 0;
}

.icon2{
  width: clamp(28px, 4vw, 45px);
  margin-right: clamp(16px, 4vw, 36px);
}


/* 右側の画像エリア全体 */
.about-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-left: -140px;
}

.about-right img:first-child {
  width: 90%;
  height: auto;
  align-self: flex-end;
}

.paws-img2 {
    width: 60%;             
    margin-top: 100px;       
    display: block;
    margin-left: auto;
    margin-right: auto;
  
    transform: translateX(40px); 
}

.brand{
  font-size: clamp(28px, 3vw, 50px);
  margin-bottom: 30px;
  text-align: center;
}

/* =========================
  サブコピー
========================= */
.brand-copy{
  margin-bottom: clamp(40px, 8vw, 100px);
  font-size: clamp(16px, 2vw, 30px);
  text-align: center;
  line-height: 1.6;
}

.concept-item h4{
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  font-size: clamp(18px, 2vw, 30px);
}


.concept-item span{
  font-size: clamp(16px, 1.8vw, 30px);
  margin-left: 10px;
  font-weight: normal;
}


.concept-item p{
  line-height: 1.7;
  font-size: clamp(14px, 1.6vw, 16px);
  margin-bottom: 20px;
}

@media (min-width: 481px) and (max-width: 768px){
.about{
padding: 150px 0px;
}

.about-title {
  margin: clamp(80px, 10vw, 120px) clamp(10px, 4vw, 20px) clamp(20px, 4vw, 40px) clamp(10px, 5vw, 30px);
  font-size: clamp(30px, 5vw, 40px);
  color: #d48b8b;
  line-height: 1.4;
}

.about-title span {
  display: block;
  font-size: clamp(18px, 2.5vw, 25px);
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 6vw, 80px); /* ← 修正 */
}

.about-row{
  display: flex;
  flex-direction: column;
}

 .about-right{
  order: -1;
  align-items: flex-start;
  width: 100%;
  margin: 0 0 -40px 0;   
}

.about-right img{
  width: 100%;
  max-width: 400px;
  height: auto;
}

.about-left{
  width: 80%;
  margin: 0;
}

.brand{
  font-size: clamp(26px, 4vw, 35px);
}

.brand-copy{
  font-size: clamp(18px, 3vw, 25px);
  line-height: 1.6;
}

.concept-item{
  margin-top: 25px;
}

.concept-item h4{
  font-size: 18px;
}

.concept-item p{
  font-size: 15px;
  line-height: 1.7;
}
  
.paws-img2{
  display: none;
}
  
.cpet-bg{
  background: #fde3c8;
  padding: 70px 60px;
  display: flex;
  justify-content: center;  
  }}

@media (max-width:480px){
.paws-img2{
  display: none;}

  .about{
  padding: 200px 0 80px;
  }

.about-title{
  margin: 0 clamp(15px, 5vw, 20px) clamp(20px, 5vw, 30px);
  font-size: clamp(25px, 4.5vw, 28px);
  text-align: center;
  line-height: 1.4;
}

.about-title span{
  display: block;
  font-size: clamp(16px, 3vw, 18px);
  margin-bottom: clamp(40px, 10vw, 80px);
}
  
  .about-row{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;                     
  }

  .about-right{
    order: -1;
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .about-right img:first-child{
    width: 100%;
    max-width: none;            
    height: auto;
    display: block;
  }

  .about-left{
    width: 100%;
    margin-top: 0;
  }

  .cpet-bg{
    padding: 40px 20px;
  }

  .cpet-content{
    max-width: none;
    margin-left: 0;
    text-align: center;
  }

.brand{
  font-size: clamp(24px, 5vw, 32px);
  margin-bottom: clamp(20px, 4vw, 40px);
}

.brand-copy{
  font-size: clamp(14px, 3.5vw, 18px);
  margin-bottom: clamp(40px, 8vw, 80px);
  line-height: 1.6;
}
  
 
.concept-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(24px, 6vw, 35px);
}

.icon,
.icon2{
  width: clamp(32px, 6vw, 42px);
  height: auto;
  margin-right: 0;
  margin-bottom: clamp(8px, 2vw, 12px);
}

.icon2{
  width: clamp(28px, 5vw, 36px);
}

.concept-item h4{
  display: block;
 margin-bottom: clamp(10px, 2.5vw, 20px);
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.4;
}

.concept-item span{
  display: block;
  font-size: clamp(14px, 3.5vw, 16px);
  margin-left: 0;
  margin-top: 4px;
}

.concept-item p{
  font-size: clamp(14px, 3.5vw, 15px);
  line-height: 1.8;
  margin-bottom: clamp(12px, 3vw, 24px);
}}

.philosophy{
  padding: 0 20px 100px;
  overflow-x: hidden;
}

.philosophy-title{
  max-width: 1200px;
  margin: clamp(60px, 8vw, 100px) auto clamp(20px, 4vw, 40px);
  padding: 0 clamp(10px, 6vw, 20px);
  text-align: left;
  box-sizing: border-box;
}

.philosophy-title h2{
  font-size: clamp(24px, 3.5vw, 45px);
  color: #d48b8b;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}

.passion,
.ourvision{
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

.passion-shape,
.ourvision-shape{
  width: 100%;
  max-width: 800px;
  min-height: 700px;
  padding: 120px 50px 70px;
  box-sizing: border-box;
  border-radius: 70% 38% 63% 37% / 40% 60% 40% 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.passion-text,
.ourvision-text{
  width: 100%;
  max-width: 600px;
  text-align: center;
}

.passion-shape p,
.ourvision-shape p{
  width: 100%;
  max-width: 600px;
  margin: 0 auto 24px;
  font-size: 18px;
  line-height: 1.7;
  color: #775959;
}

.passion-shape p:last-child,
.ourvision-shape p:last-child{
  margin-bottom: 0;
}

.passion-shape{
  margin: 100px 0 40px auto;
  background-color: rgba(255, 224, 217, 0.5);
}

.ourvision-shape{
  margin: 0 auto 40px 0;
  background-color: rgba(209, 244, 255, 0.5);
  position: relative;
}

.passion-title{
  color: #FF6662;
  font-size: 50px;
  position: absolute;
  top: 130px;
  left: 300px;
  margin: 0;
  width: fit-content;
  z-index: 10;
}

.ourvision-title{
  color: #FF6662;
  font-size: 50px;
  position: absolute;
  top: 100px;
  right: 0px;
  margin: 0;
  z-index: 10;
  white-space: nowrap;
}

/* タブは非表示のまま */
#tab-passion,
#tab-vision,
.philosophy-tabs{
  display: none;
}

.passion-shape,
.ourvision-shape{
  max-width: min(800px, 90%);
  min-height: clamp(400px, 60vw, 700px);
  padding: clamp(60px, 10vw, 120px) clamp(20px, 5vw, 50px) clamp(40px, 8vw, 70px);
  border-radius: 70% 38% 63% 37% / 40% 60% 40% 60%;
}

.passion-title,
.ourvision-title{
  font-size: clamp(24px, 3.5vw, 40px);
  margin-bottom: clamp(20px, 4vw, 40px);
  color: #775959;
  white-space: nowrap; /* ← 折り返し防止 */
}

.passion-shape p,
.ourvision-shape p{
  width: 100%;
  max-width: 600px;
  margin: 0 auto clamp(12px, 2vw, 24px);
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.8;
  color: #775959;
  text-align: center;
}

.passion-text,
.ourvision-text{
  width: 100%;
  max-width: min(600px, 90%);
}

.passion-shape{
  position: relative; 
}

.passion-title{
  position: absolute;
  top: 100px; 
  left: 40%;
  transform: translateX(-50%);
}

@media (min-width: 481px) and (max-width: 768px){
  .philosophy{
    padding: 60px 30px 80px;
    background: #fff7ed;
  }

  .philosophy-title{
    max-width: 100%;
    margin: 0 0 50px;
    padding: 0;
    text-align: center;
  }

 .philosophy-title h2{
  font-size: clamp(20px, 4.5vw, 30px);
  color: #d48b8b;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

  #tab-passion,
  #tab-vision{
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* タブ丸ボタン */
  .philosophy-tabs{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0 0 28px;
  }

  .tab-btn{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .06em;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease, transform .2s ease;
    text-align: center;
  }

  .passion-btn{
    background: #f3dcdc;
    color: #ff6b6b;
  }

  .vision-btn{
    background: #cfe4e8;
    color: #ff6b6b;
  }

  #tab-passion:checked ~ .philosophy-tabs .passion-btn{
    background: #fff;
    transform: translateY(-2px);
  }

  #tab-vision:checked ~ .philosophy-tabs .vision-btn{
    background: #fff;
    transform: translateY(-2px);
  }

  /* PC用タイトルは非表示 */
  .passion-title,
  .ourvision-title{
    display: none;
  }

  /* 切り替え */
  .passion,
  .ourvision{
    display: none;
  }

  #tab-passion:checked ~ .passion{
    display: block;
  }

  #tab-vision:checked ~ .ourvision{
    display: block;
  }

  .passion,
  .ourvision{
    width: 100%;
    max-width: 100%;
    margin: 50px auto 0;
    padding: 0;
    position: static;
  }

  /* 白カード */
  .passion-shape,
  .ourvision-shape{
    width: 100%;
    max-width: 620px;
    min-height: auto;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 120px;
    padding: 70px 70px 70px;
    box-sizing: border-box;
    display: block;
    transform: none;
  }

  .passion-text,
  .ourvision-text{
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .passion-shape p,
  .ourvision-shape p{
    width: auto;
    max-width: 38em;
    margin: 0 auto 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #5a4a4a;
  }

  .passion-shape p:last-child,
  .ourvision-shape p:last-child{
    margin-bottom: 0;
  }}

@media (max-width: 480px){
  .philosophy{
    padding: 30px 20px 50px;
    background: #fff7ed;
  }

  .philosophy-title{
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0;
    text-align: center;
  }

  .philosophy-title h2{
  font-size: clamp(18px, 4vw, 22px);
  line-height: 1.6;
  color: #d48b8b;
  margin: 0;
  text-align: center;
}
  
  #tab-passion,
  #tab-vision{
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }

  /* タブ */
  .philosophy-tabs{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0 0 10px;
  }

  .tab-btn{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .04em;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease, transform .2s ease;
    text-align: center;
    line-height: 1.3;
    padding: 8px;
    box-sizing: border-box;
  }

  .passion-btn{
    background: #f3dcdc;
    color: #ff6b6b;
  }

  .vision-btn{
    background: #cfe4e8;
    color: #ff6b6b;
  }

  #tab-passion:checked ~ .philosophy-tabs .passion-btn,
  #tab-vision:checked ~ .philosophy-tabs .vision-btn{
    background: #fff;
    transform: translateY(-2px);
  }

  /* PC用タイトルは非表示 */
  .passion-title,
  .ourvision-title{
    display: none;
  }

  /* 切り替え */
  .passion,
  .ourvision{
    display: none;
  }

  #tab-passion:checked ~ .passion{
    display: block;
  }

  #tab-vision:checked ~ .ourvision{
    display: block;
  }

  .passion,
  .ourvision{
    width: 100%;
    max-width: 100%;
    margin: 30px auto 0;
    padding: 0;
    position: static;
  }

  .passion-shape,
  .ourvision-shape{
    width: 100%;
    max-width: 100%;
    min-height: auto;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 80px;
    padding: 50px 35px 50px;
    box-sizing: border-box;
    display: block;
    transform: none;
  }

  .passion-text,
  .ourvision-text{
    width: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .passion-shape p,
  .ourvision-shape p{
    width: auto;
    max-width: 100%;
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 1.8;
    color: #5a4a4a;
  }

  .passion-shape p:last-child,
  .ourvision-shape p:last-child{
    margin-bottom: 0;
  }}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-circle{
width: 300px;
height: 300px;
border-radius: 50%;
background: #FFE0D9;
top:100px;
left: 30px;
position: absolute;
z-index: 1;
}

.news {
  padding: 250px 50px 50px;
  background: #FFF7EA;
  position: relative;
  margin-top: -40px;
}

.inner {
  width: 80%;
  background-color: #fff;
  margin: 0 auto;
  padding: 65px 0 100px;
  z-index: 2;
  position: relative;
}

.news-title {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #948888;
}

.news-title span{
 display: block;
 font-size: 20px;
 letter-spacing: 0.05em;
 margin-bottom: 30px;
}

.news_list {
  margin: 0 5%;
}

.news_list_item {
padding: 25px 0;
border-bottom: 1px solid #E6E6E6;
font-size: 20px;
}

.news_list_item:first-child {
border-top: 1px solid #E6E6E6;
}

.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size:  15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #F6C6A2;
  border-radius: 14px;
  width: 6em;
  text-align: center;
  margin-left: 20px;

}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}


.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}

@media (min-width: 481px) and (max-width: 768px){
.news{
  padding: 150px 20px 40px;
  margin-top: -30px;
}

.inner{
  width: 90%;
  padding: 50px 20px 70px;
}

.news-title{
  font-size: 30px;
}

.news-title span{
  font-size: 20px;
}

.news_list{
  margin: 0;
}

.news_list_item{
  font-size: 16px;
  padding: 18px 0;
}

/* 日付＋カテゴリー */
.news_list_date{
  font-size: 13px;
  flex-wrap: wrap;
}

.news_item{
  width: auto;
  padding: 3px 10px;
  font-size: 12px;
  margin-left: 10px;
}

/* 矢印 */
.arrow{
  width: 20px;
}

.news-circle{
  width: 220px;
  height: 220px;
  top: 60px;
  left: -40px;
}}

@media (max-width: 480px){
  .news{
    padding: 100px 15px 30px;
    margin-top: -30px;
  }

  .inner{
    width: 100%;
    padding: 40px 15px 50px;
  }

  .news-title{
    font-size: 28px;
  }

  .news-title span{
    font-size: 18px;
    margin-bottom: 20px;
  }

  .news_list{
    margin: 0;
  }

  .news_list_item{
    padding: 16px 0;
    font-size: 14px;
  }

  .news_list_item a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 25px;
    gap: 8px;
  }

  .news_list_date{
    font-size: 12px;
    margin-right: 0;
    flex-wrap: wrap;
  }

  .news_item{
    width: auto;
    font-size: 11px;
    padding: 3px 10px;
    margin-left: 10px;
  }

  .news_list_item a > p{
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  .arrow{
    width: 18px;
    top: 50%;
    right: 0;
  }

  .arrow::after{
    width: 5px;
    right: 0;
    bottom: 2px;
  }

  .news-circle{
    width: 160px;
    height: 160px;
    top: 40px;
    left: -30px;
  }}

.table_design03 {
border-collapse: collapse;
width: 100%;
max-width: 700px;
}

.table_design03 th, .table_design03 td {
border-bottom: 2px solid #c1c7c6;
padding: 1em;
font-size: 20px;
}

.table_design03 th {
border-bottom: 2px solid #63c2ce;;
font-weight: bold;
text-align: center;
width: 20%;
min-width: 4em;
}

.company{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.company-title{
  font-size: 40px;
  text-align: center;
   letter-spacing: 0.05em;
   color: #948888;
    align-items: center;
    margin-top: 150px;
}

.company-title span{
 display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.company table{
margin: 0 auto;
}

.circle-area {
  position: relative;
  width: 100%;
  height: 400px; 
  background-color: #FFF7E9; 
  overflow: hidden;
}

.circle {
  width: 400px; 
  height: 400px;
  border-radius: 50%;
  background: #ffefd0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 20%); 
}

.footer{
  background-color: #ffffff;
  padding: 70px 0px;
  margin-top: 0px;
  position: relative;
}

.footer-inner{
max-width: none;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 60px;
}

.footer-logo{
text-align: left;
margin-left: -20px;
}

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

@media (max-width: 480px){
  .footer{
    padding: 40px 20px;
    margin-top: 200px;
  }

  .footer-inner{
    display: flex;
    flex-direction: column;   
    align-items: center;      
    text-align: center;
    gap: 20px;
  }

  .footer-logo{
    width: 120px;   
  }

  .footer-info{
    font-size: 14px;
    line-height: 1.6;
  }}

@media (min-width: 481px) and (max-width: 768px){
.company-title{
font-size: 30px;
}

.table_design03 {
border-collapse: collapse;
width: 80%;
max-width: 600px;
}

.table_design03 th, .table_design03 td {
border-bottom: 2px solid #c1c7c6;
padding: 1em;
font-size: 17px;
}

.table_design03 th {
border-bottom: 2px solid #63c2ce;;
font-weight: bold;
text-align: center;
width: 25%;
min-width: 4em;
}

.company-title span{
display: block;
font-size: 20px;
letter-spacing: 0.05em;
margin-bottom: 50px;
}

.circle-area{
  height: 300px; 
  overflow: hidden;
}

.circle{
  width: 250px;
  height: 250px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10%, 40%); 
}}

@media (max-width:480px){
.company{
padding: 0 20px;
}

.company-title{
font-size: 28px;
margin-top: 80px;
}

.company-title span{
font-size: 18px;
margin-bottom: 30px;
}

/* テーブル */
.table_design03{
width: 100%;
}

/* 縦レイアウトに変更 */
.table_design03 th,
.table_design03 td{
  display: block;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
}

/* 項目 */
.table_design03 th{
  border-bottom: none;
  text-align: left;
  font-weight: bold;
}

/* 内容 */
.table_design03 td{
  border-bottom: 2px solid #a1caea;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

.circle-area{
  height: 250px; 
  overflow: hidden;
}

.circle{
  width: 200px; 
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(15%, 40%); 
}

.footer{
  background-color: #ffffff;
  padding: 70px 0px;
  margin-top: 0px;
  position: relative;
}

.footer-inner{
max-width: none;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 60px;
}

.footer-logo{
text-align: left;
margin-left: -20px;
}

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

.contact-title{
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #836868;
  align-items: center;
  margin-top: 50px;
}

.contact-title span{
 display: block;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}

.contact-bg {
    background: #FFF6E9;
    padding: 100px 0;
    margin:  auto 0;
}

.contact-message {
    text-align: center;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 100px;
}

.contact-area {
    background: #fafafa;
    padding: 90px;
    width: 100%;
    max-width: 1000px;   
    margin: 10px auto;   
    box-sizing: border-box;
}

.contact-table {
width: 100%;
}

.table-list {
display: flex;
justify-content: center;
font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.05em;
width: 100%;
margin-bottom: 40px;
}

.table-list th {
font-size: 17px;
font-weight: bold;
width: 250px;
text-align: left;
}

.table-list-address {
flex-wrap: wrap;
}

.table-list-address .input-area {
margin-bottom: 10px;
}

.input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
}

.table-list td {
    font-size: 17px;
    width: calc(100% - 250px);
}

input::placeholder {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: bold;
}

textarea {
    border: none;
    width: 100%;
    height: 200px;
    border: 1px solid #c4c4c4;
    resize: vertical; 
}

textarea::placeholder {
    color: #bfbfbf;
    font-size: 12px;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-area .text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 100px;
}

.contact-area .text a {
    color: #000;
    border-bottom: 1px solid #000;
    transition: all .3s;
    text-decoration: none;
}

.contact-area .text a:hover {
    border-bottom: 1px solid #777;
    padding-bottom: 5px;
    color: #777;
}

.submit-button {
    box-sizing: border-box;
    position: relative;
    display: block;
    margin: 30px auto 0;
    background-color: #aceef4;
    cursor: pointer;
    border: 1px solid #e4eeef;
    color: #000;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .5s;
    padding: 20px 100px;
}

.submit-button:hover {
    background: #cae1e3;
    color: #000;
    border: 1px solid #cae1e3;
}

.sp-only{
display: none;
}

.paws-img{
width: 30%;             
margin-top: 0px;       
margin-left: auto;
  
}
.hamburger{
  display: none;
}

.header-right{
  display: none;
}

@media (min-width: 481px) and (max-width: 768px){
  #header{
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding: 0 20px;
  }

  .navi{
    display:none;
  }

  /*カート＋ハンバーガー */
  .header-right{
    margin-right: 15px;
    display: flex;
    flex-direction: row;   
    align-items: center;
    gap: 13px;
  }

  .cart-link img{
    width: 28px;
    height: auto;
    display:block;
  }

  .hamburger{
    display:flex;
    flex-direction: column;
    gap: 6px;
    background:none;
    border:none;
    cursor:pointer;
    padding: 0;
  }

.hamburger span{
width: 28px;
height: 2px;
background:#000;
display:block;
}}

@media (max-width: 480px) {
#header{
display:flex;
align-items:center;
justify-content: space-between;
padding: 0 20px;
}

.navi{
  display:none;
  }

/* カート＋ハンバーガー */
.header-right{
margin-right: 15px;
display: flex;
flex-direction: row;   
align-items: center;
gap: 13px;
}
  .cart-link img{
    width: 28px;
    height: auto;
    display:block;
  }

  .hamburger{
    display:flex;
    flex-direction: column;
    gap: 6px;
    background:none;
    border:none;
    cursor:pointer;
    padding: 0;
  }

  .hamburger span{
    width: 28px;
    height: 2px;
    background:#000;
    display:block;
  }}

@media (max-width: 480px) {
/* ドロワー本体（左からスライド） */
.drawer{
position: fixed;
top: 0;
left: 0;
width: 78vw;          
max-width: 420px;
height: 100vh;
background: #fff;
transform: translateX(-105%);
transition: transform .25s ease;
z-index: 2000;
display: flex;
flex-direction: column;
padding: 22px 26px 18px;
box-shadow: 10px 0 30px rgba(0,0,0,.08);
}

/* ×ボタン（右上） */
.drawer-close{
align-self: flex-end;
border: none;
background: none;
font-size: 28px;
line-height: 1;
cursor: pointer;
padding: 4px 6px;
}

/* メニュー */
.drawer-nav{
margin-top: 10px;
display: flex;
flex-direction: column;
gap: 18px;
padding-top: 10px;
}

.drawer-nav a{
text-decoration: none;
color: #666;
font-size: 16px;
letter-spacing: .03em;
}

/* 下部（ロゴ＋コピーライト） */
.drawer-footer{
margin-top: auto;          
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
padding-top: 20px;
}

.drawer-logo{
width: 70px;
height: auto;
display: block;
}

.drawer-footer small{
color: #999;
font-size: 12px;
}

/* 開いた状態 */
body.drawer-open .drawer{
transform: translateX(0);
}}

@media (min-width: 481px) and (max-width: 768px){
  .contact-bg{
  padding: 100px 0;
  }

  .contact-title{
  font-size: 28px;
  margin-top: 30px;
  }
  
  .contact-title span{
  font-size: 14px;
  margin-bottom: 60px;
  }
  
  .contact-message{
    font-size: 15px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .contact-area{
    width: 100%;
    max-width: 680px;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
  }
  
.textarea {
  width: 300px;}
    
.table-list{
  display: block;         
  margin-bottom: 30px;
}

.table-list th,
.table-list td{
  display: block;
  width: 100% ; 
}

.table-list th{
  margin-bottom: 8px;
}

.input-area{
  width: 100% ;
}

textarea{
  width: 100% ;
  height: 180px;           
}

.paws-img{
display: none;
}}

@media (max-width: 480px) {
  .contact-bg{
    padding: 100px 0;
  }

  .contact-title{
    font-size: 28px;
    margin-top: 30px;
  }
  .contact-title span{
    font-size: 14px;
    margin-bottom: 60px;
  }

  .contact-message{
    font-size: 15px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .contact-area{
    width: 100%;
    max-width: 680px;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
  }
  
.textarea {
width: 300px;}

.table-list{
  display: block;         
  margin-bottom: 30px;
}

.table-list th,
.table-list td{
  display: block;
  width: 100% ; 
  font-size: 15px;
}

.table-list th{
  margin-bottom: 8px;
}

.input-area{
  width: 100% ;
}

textarea{
  width: 100% ;
  height: 180px;           
}

.paws-img{
display: none;
}}

@media (max-width: 480px) {   
  .contact-bg{
    padding: 100px 0;
  }
  
  .contact-title{
    font-size: 25px;
    margin-top: 30px;
  }
  .contact-title span{
    font-size: 14px;
    margin-bottom: 60px;
  }
  
  .contact-message{
    font-size: 13px;
    margin-bottom: 40px;
    padding: 0 16px;
  }

  .contact-area{
    width: 100%;
    max-width: 680px;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .input-area {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 300px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #c4c4c4;
  }
  
textarea {
    width: 300px;}
    
.table-list{
  display: block;         
  margin-bottom: 30px;
}

.table-list th,
.table-list td{
  display: block;
  width: 100% ; 
}

.table-list th{
  margin-bottom: 8px;
  font-size: 15px;
}

.input-area{
  width: 100% ;
}

textarea{
  width: 100% ;
  height: 180px;          
}
input::placeholder {
  font-size: 15px;
}}

.coming-page{
  background-color: #fff;
  padding-top: 0;
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  min-height: 100dvh; 
  color:#948888 ;     /* 画面いっぱい */
}

.coming-soon {
  text-align: center;
}

.coming-soon img {
  margin-bottom: 20px;
}

.coming-page p{
  font-size: 20px;
}

.coming-page a{
  font-size: 20px;
  color:#948888 ;     /* 画面いっぱい */
}

@media (max-width: 480px) {
  .coming-soon img {
  margin-bottom: 10px;
  width: 120px;
}

.coming-page h1{
  font-size: 25px;
}

.coming-page p{
  font-size: 15px;
}

.coming-page a{
  font-size: 15px;
  color:#948888 ;     /* 画面いっぱい */
}}


