@charset "utf-8";
/* ここからリセットCSS */
*,
::before,
::after {
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
}
:root{
    --width:1200px
}
body{
    max-width: var(--width);
}
ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body {
    /* font-family: sans-serif;
    font-size: 16px; */
    color: #000;
    line-height: 2;
    max-width: 100%;
}

/* img {
    max-width: 1200px;
} */

nav{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
/* ここまでリセットCSS */
/* ここからヘッダー */

header{
    height: 100vh;
    background-image: url(../img/first_view.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
header nav ul{
    display: flex;
    justify-content: end;
    gap: 40px;
    /* background-color: #ffffff;
    border-radius: 50px;
    padding: 5px; */
    /* text-shadow: #737373; */
    

}
.header-nav{
    color: #fff;
    position: fixed;
    top: 10px;
    right: 10px;
    /* box-shadow: 10px 10px 10px #454545; */
    /* backdrop-filter: blur(30px); */
}
.header-nav.on{
    color: #3a1313;
}

header img{
    width: 230px;
}
header img{
    padding-left:2% ;
}
header nav ul li{
    font-size: 18px;
    text-shadow: #737373;
}

header img{
    filter: drop-shadow(7px 10px 5px #b4a484);
}
header h1{
    width: 100%;
    text-align: center;
    font-size: 60px;
    /* font-family: "Oswald", sans-serif; */
    font-family:  "Julius Sans One", sans-serif;
    font-weight: bold;

}
.cake_nav{
    color: #fff;
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 3%;
    padding-bottom: 2%;
    /* line-height: 4; */
}
.cake_nav ul{
flex-direction: column;
}
/* ここまでヘッダー */


/* ここからフォームの上 */
main{
    background-image: url(../img/big_base.png);
    background-repeat: no-repeat;
}
.contact{
    width: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 7%;
}

h2{
    font-family: "Julius Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.contact p{
    text-align: center;
    padding: 2% 0;
}


/* ここまでフォームの上*/
/* パンダBOX A*/
.panda-box-a {
 position: relative;
 margin: 4.5em auto 3em;
 padding: 20px 30px;
 width: 800px; /* ボックス幅 */
 background: #ffffff; /* ボックス背景色 */
 color: #333333; /* 文字色 */
 font-weight: bold; /* テキスト太字（不要なら行を削除） */
 text-align: center; /* テキスト中央（不要なら行を削除） */
 border: 4px solid #555555; /* ボックス枠線(太さ・線種・色) */
 border-radius: 70px;
 z-index: auto;
 max-width: 80%;
}
.panda-box-a::before, 
.panda-box-a::after {
 height: 70px;
 width: 70px;
 border-radius: 50%;
 position: absolute;
 content:'';
 top: -45px;
 z-index: -10;
}
.panda-box-a::before {
 left: -20px;
 background: #333333; /* 左耳背景色 */
 border: 4px solid #555; /* 左耳枠線(太さ・線種・色) */
}
.panda-box-a::after {
 right: -20px;
 background: #333333; /* 右耳背景色 */
 border: 4px solid #555555; /* 右耳枠線(太さ・線種・色) */
}
.panda-wrap-a{
 background-color: transparent;
 position: relative;
 z-index: 0;
}


/* ここからフォーム */
.form-area {
    /* background-color: #ece9dd; */
    /* border: 1px solid #fee7ca; */
    display: flex;
    flex-wrap: wrap;
/* margin: 0 auto;   */
width: 100%;
padding: 3%;
border-radius: 30px;
text-align: left;
}
  
  .form-area dt {
    width: 200px;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    text-align: left;
  }
  
  .form-area dt .required::after {
    content: '必須';
    font-size: 11px;
    color: #eb4f32;
    margin-left: 10px;
  }
  
  .form-area dd {
    width: calc(100% - 200px);
    padding: 15px 0;
    text-align: left;
  }
  
  .input-text {
    width: 100%;
    max-width: 280px;
    height: 40px;
    padding: 0 10px;
  }
  
  .select-box {
    width: 200px;
    height: 40px;
  }
  
  .radio-button {
    display: block;
    margin-top: 20px;
  }
  
  .radio-button:first-child {
    margin-top: 0;
  }
  
  .radio-button input {
    margin-right: 8px;
  }
  
  .message {
    width: 100%;
    height: 260px;
    padding: 10px;
    line-height: 1.5;
  }
  
  .confirm-text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
  }
  
  .submit-button {
    background-color: #ece9dd;
    min-width: 180px;
    line-height: 48px;
    border-radius: 24px;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    border: none;
    font-family: 'Montserrat', sans-serif;
  }
  


 
  .submit-button {
    background: #8B867D;
    color: #f2ede8;
    overflow: hidden;
    position: relative;
    transition-duration: .4s;
    z-index: 2;
  }
  .submit-button::after {
    background: #4d4b46;
    border-radius: 50%;
    content: "";
    display: block;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 100%;
    height: 0;
    z-index: -1;
    transform: translateY(-50%) scale(0.1);
    transition: opacity .5s, transform 0s;
    transition-delay: 0s, .4s;
  }
   
  .submit-button:hover {
    color: #fff;
  }
  .submit-button:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  }

  .button{
    text-align: center;
  }

  /* .submit-button:hover {
    background-color: #a7a599;
  } */
  
  .footer {
    margin-top: 100px;
  }

/* ここまでフォーム */


/* ここからフッター */
footer{
    width: 100%;
    /* height: 70vh; */
    background-image: url(../img/b.png);
    object-fit: cover;
    background-size: cover;
display: flex;
justify-content: flex-end;
text-align: right;
background-attachment: fixed;
padding-right: 2%;
padding-top: 1%;
font-size: 14px;

}
footer ul li .insta{
    width: 40px;
    height: 40px;
}
footer ul li .note{
    width: 30px;
    height: 30px;
}
.footer section {
    display: flex;
}
.footer_logo { 
padding-right: 24%;
}
.copyright{
    display: flex;
    justify-content: end;
    padding-top: 6%;
}
.sns_icon ul{
        display: flex;
    justify-content: end;
}
.footer_side{
    padding-right: 6%;
padding-top: 3%;
line-height: 3;

}
.footer_aboutshop{
    padding-right: 3%;
padding-top: 2%;
line-height: 3;

}

footer nav{
    flex-grow: 1;
    text-align: left;
    padding-left: 4%;
}
footer nav ul li{
   line-height: 5;
         transition: transform 0.5s ease;

}
.footer_logo img{
    width: 400px;
}

footer nav li:hover{
    font-weight: bold;
    transform: scale(1.2)
}

.footer_side ul li{
      transition: transform 0.5s ease;

}
.footer_side ul li:hover{
        font-weight: bold;
    transform: scale(1.2)
}
.sns_icon ul li{
      transition: transform 0.5s ease;
}
.sns_icon ul li:hover{
        transform: scale(1.2)
}








