
body{
  background: none;
}
.campaign_pc_none{
  display: none;
}
@media (max-width: 810px) {
  .campaign_pc_none{
    display: block;
  }
  .campaign_sp_none{
    display: none;
  }
}
h2, h3, h4, p, ul ,dl ,dt{
  margin: 0;
}
body *{
  box-sizing: border-box;
}
.slick-track{
  display: flex;
  align-items: center;
}
.campaign_button{
  display: none !important;
}
.booking_btn{
  background: rgb(240, 240, 240);
  color: rgb(20, 20, 50);
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 11;
  width: 90px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.6rem;
}
.booking_btn i{
  font-size: 2rem;
}
.booking_btn .pc_none{
  display: none !important;
}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
  .booking_btn{
    right: 0;
    border-radius: 10px 0 0 10px;
    width: fit-content;
    padding: 20px 10px;
    height: auto;
    aspect-ratio: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1rem;
  }
  .booking_btn i{
    display: none;
  }
  .booking_btn .pc_none{
    display: inline-block !important;
  }
}

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

header_bottom

-------------------------------------------*/
.header_bottom{
  position: relative;
  height: 100vh;
  height: 100svh;
}
/*cp_top*/
.header_bottom .cp_top{
  background: linear-gradient(rgb(20, 20, 50) ,rgb(50, 50, 100) ,rgb(20, 20, 50));
  position: relative;
  padding-top: 90px;
  box-sizing: border-box;
  height: 100%;
}
.header_bottom .snow{
  display: flex;
  justify-content: space-around;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  gap: 500px;
}
.header_bottom .snow div{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.header_bottom .snow .snow_1{
  width: 70px;
  height: auto;
  margin-bottom: 150px;
}
.header_bottom .snow .snow_2{
  width: 79px;
  height: auto;
  margin-bottom: 0;
}
.header_bottom .snow .snow_3{
  width: 80px;
  height: auto;
  margin-bottom: 240px;
}
.header_bottom .snow .snow_4{
  width: 70px;
  height: auto;
  margin-bottom: 300px;
}
.header_bottom .snow .snow_5{
  width: 90px;
  height: auto;
  margin-bottom: 200px;
}
.header_bottom .snow .snow_6{
  width: 80px;
  height: auto;
  margin-top: 300px;
}

.header_bottom .cp_title{
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 9rem;
  font-weight: 900;
  width: 1300px;
  margin: 30px auto 0 auto;
  z-index: 3;
}
.header_bottom .cp_title p{
  margin: 0;
  height: fit-content;
  line-height: 0.8em;
}
.header_bottom .cp_title p small{
  display: block;
  font-size: 2rem;
  line-height: 2.5em;
  text-align: center;
}
.header_bottom .cp_title img{
  position: absolute;
  bottom: -200px;
  right: 0;
  width: 200px;
  transform: rotate(2deg);
  z-index: 3;
}

.header_bottom .cp_top > img{
  width: 1200px;
  height: auto;
  margin: -250px auto 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
}
.header_bottom .cp_top > img.cp_sp{
  display: none;
}
.header_bottom .cp_caption{
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: rgb(255, 255, 255);
  text-align: right;
  font-family: "Anton", "Noto Sans JP";
  white-space: nowrap;
  font-size: 5rem;
  margin: 20px auto;
  line-height: 0.8em;
  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.header_bottom .cp_caption small{
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-weight: 700;
  line-height: 2em;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
}
.header_bottom .cp_caption span{
  text-shadow: none;
}
.header_bottom .cp_title p ,
.header_bottom .cp_caption span{
  background: linear-gradient(90deg ,rgb(226, 146, 0) 0% ,rgb(249, 191, 17) 30% ,rgb(229, 165, 0) 40% ,rgb(255, 226, 0) 70% ,rgb(208, 141, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header_bottom .cp_caption small{
  display: block;
}
/*cp_bottom*/
.header_bottom .cp_bottom{
  background: linear-gradient(60deg ,rgb(226, 146, 0) 0% ,rgb(249, 191, 17) 30% ,rgb(229, 165, 0) 40% ,rgb(255, 226, 0) 70% ,rgb(208, 141, 4) 100%);
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 2.5rem;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
}

@media (max-width: 1500px) {
  .header_bottom .cp_title{
    width: 90%;
  }
  .header_bottom .cp_caption{
    font-size: 7vw;
    font-size: 7svw;
  }
}

@media (max-width: 1200px) {
  .header_bottom .cp_top{
    padding-top: 55px;
  }
  .header_bottom .snow{
    gap: 250px;
  }
  .header_bottom .snow .snow_1{
    width: 50px;
    height: auto;
    margin-bottom: 150px;
  }
  .header_bottom .snow .snow_2{
    width: 70px;
    height: auto;
    margin-bottom: 0;
  }
  .header_bottom .snow .snow_3{
    width: 60px;
    height: auto;
    margin-bottom: 200px;
  }
  .header_bottom .snow .snow_4{
    width: 50px;
    height: auto;
    margin-bottom: 0;
  }
  .header_bottom .snow .snow_5{
    width: 70px;
    height: auto;
    margin-bottom: 200px;
  }
  .header_bottom .snow .snow_6{
    width: 60px;
    height: auto;
    margin-top: 300px;
  }
  .header_bottom .cp_title{
    font-size: 6.5rem;
    text-align: center;
  }
  .header_bottom .cp_title p small{
    font-size: 1.5rem;
  }
  .header_bottom .cp_top > img{
    width: 100%;
    margin: -18vw auto 0 auto;
    margin: -18svw auto 0 auto;
  }
  .header_bottom .cp_title img{
    width: 150px;
    bottom: -150px;
  }
}

@media (max-width: 1080px) {

}

@media (max-width: 810px) {
  .cp_pc{
    display: none !important;
  }
  .cp_sp{
    display: block !important;
  }
  .header_bottom .snow{
    width: 95%;
    height: 70%;
    gap: 0;
  }
  .header_bottom .snow div{
    flex-direction: column;
    justify-content: space-around;
  }
  .header_bottom .snow .snow_left{
    align-items: flex-start;
  }
  .header_bottom .snow .snow_right{
    align-items: flex-end;
  }
  .header_bottom .snow div img{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .header_bottom .snow .snow_1{
    margin-left: 0;
  }
  .header_bottom .snow .snow_2{
    margin-left: 50px;
  }
  .header_bottom .snow .snow_3{
    margin-left: 100px;
  }
  .header_bottom .snow .snow_4{
    margin-right: 0;
  }
  .header_bottom .snow .snow_5{
    margin-right: 0px;
    margin-top: 10px !important;
  }
  .header_bottom .snow .snow_6{
    margin-right: 50px;
    margin-bottom: 50px !important;
  }
  .header_bottom .cp_title{
    justify-content: center;
  }
  .header_bottom .cp_title img{
    background: radial-gradient(rgba(0, 0, 0, 0.6), transparent);
  }
  .header_bottom .cp_top > img{
    width: 80%;
    margin: -10vw auto 0 auto;
    margin: -10svw auto 0 auto;
  }
  .header_bottom .cp_caption{
    font-size: 6vw;
    font-size: 6svw;
  }
  .header_bottom .cp_caption small{
    font-size: 3.5vw;
    font-size: 3.5svw;
  }
  .header_bottom .cp_bottom{
    font-size: 5vw;
    font-size: 5svw;
  }
}

@media (max-width: 650px) {
  .header_bottom .cp_title{
    font-size: 15vw;
    font-size: 15svw;
    margin: 10px auto 0 auto;
  }
  .header_bottom .cp_title p small{
    font-size: 4vw;
    font-size: 4svw;
    line-height: 2.8em;
  }
  .header_bottom .cp_title img{
    width: 120px;
    bottom: -120px;
  }
  .header_bottom .cp_top > img{
    width: 90%;
    margin: -25vw auto 0 auto;
    margin: -25svw auto 0 auto;
  }
  .header_bottom .cp_caption{
    bottom: 18vw;
    bottom: 18svw;
  }
}

@media (max-width: 550px) {
  .header_bottom .snow .snow_2{
    margin-left: 5px;
    margin-bottom: 70px !important;
  }
  .header_bottom .snow .snow_3{
    margin-left: 0;
  }
  .header_bottom .snow .snow_6{
    margin-right: 0;
  }
  .header_bottom .cp_title{
    flex-direction: column;
    font-size: 22vw;
    font-size: 22svw;
    background: radial-gradient(rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  }
  .header_bottom .cp_title p:nth-child(2){
    margin-top: -3vw;
  }
  .header_bottom .cp_title p:nth-child(2) small{
    line-height: 1.6em;
  }
  .header_bottom .cp_top > img{
    margin: -15vw auto 0 auto;
    margin: -15svw auto 0 auto;
  }
  .header_bottom .cp_title img{
    width: 90px;
    bottom: -90px;
  }
}

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

campaign_page_wrap

--------------------------------------------*/
#product{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.campaign_page_wrap{
  background: linear-gradient(60deg ,rgb(20, 20, 50) ,rgb(50, 50, 100) ,rgb(20, 20, 50));
  position: relative;
  width: 100%;
  height: auto;
  gap: 60px;
}

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

guide

--------------------------------------------*/
#guide h3 ,.guide_bottom span ,.guide_bottom .guide_detail p{
  background: linear-gradient(90deg ,rgb(226, 146, 0) 0% ,rgb(249, 191, 17) 30% ,rgb(229, 165, 0) 40% ,rgb(255, 226, 0) 70% ,rgb(208, 141, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#guide h3{
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 2px;
  font-weight: 800;
}
#guide h3 small{
  font-size: 1.5rem;
  font-weight: 700;
}
#guide{
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#guide h2{
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.2em;
}
.guide_top ,.guide_bottom{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/*guide_top*/
.guide_top dl{
  display: flex;
  border-radius: 10px;
  border: solid 2px rgb(255, 255, 255);
  overflow: hidden;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
}
.guide_top dt{
  background: rgb(255, 255, 255);
  color: rgb(50, 50, 100);
  padding: 10px 20px;
}
.guide_top dd{
  padding: 10px 20px;
}
.guide_top > p{
  font-size: 1.5rem;
  text-align: center;
}
.guide_top ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
}
.guide_top ul li i{
  padding-right: 5px;
}
.guide_top .circle{
  display: flex;
  justify-content: space-around;
  width: 700px;
  margin: 0 auto;
}
.guide_top .circle div{
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 9em;
  color: rgb(50, 50, 100);
  font-weight: 700;
  background: rgb(255, 255, 255);
  line-height: 1.2em;
  padding: 10px;
}
/*guide_bottom*/
.guide_bottom .guide_link{
  display: flex;
  gap: 20px;
  width: 810px;
  margin: 0 auto;
}
.guide_bottom .guide_link > div{
  width: calc((100% - 40px) / 3);
}
.guide_bottom .guide_link > div > p{
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px;
  font-size: 1rem;
  margin-bottom: 15px;
}
.guide_bottom .guide_link > div > p::before{
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: rgb(255, 255, 255);
  width: 20px;
  height: 10px;
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.guide_bottom .guide_link .guide_detail{
  border: solid 2px rgb(255, 255, 255);
  border-radius: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.guide_bottom .guide_link div:nth-child(1) .guide_detail{background: rgba(77, 77, 77, 0.7);}
.guide_bottom .guide_link div:nth-child(2) .guide_detail{background: rgba(41, 171, 226, 0.3);}
.guide_bottom .guide_link div:nth-child(3) .guide_detail{background: rgba(0, 146, 69, 0.4);}

.guide_bottom .guide_link .guide_detail p{
  font-weight: 700;
  text-align: center;
  font-family: "Anton", "Noto Sans JP";
  font-size: 1.8rem;
  line-height: 1em;
}
.guide_bottom .guide_link .guide_detail p strong{
  font-size: 5rem;
  display: block;
  font-weight: 900;
  line-height: 1em;
}
.guide_bottom .guide_link .guide_detail a{
  background: rgb(255, 255, 255);
  padding: 5px 20px;
  color: rgb(20, 20, 50);
  text-align: center;
  border-radius: 5px;
  font-weight: 600;
  display: block;
}
.guide_bottom .guide_link .guide_detail a i{
  padding-left: 5px;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
  #guide h3{
    letter-spacing: 0;
    font-size: 2rem;
  }
  #guide h3 small{
    font-size: 1.2rem;
  }
  /*guide_top*/
  .guide_top > p{
    font-size: 3.5vw;
    font-size: 3.5svw;
  }
  .guide_top ul{
    font-size: 0.8rem;
  }
  .guide_top .circle{
    width: 90%;
  }
  /*guide_bottom*/
  .guide_bottom .guide_link{
    width: 100%;
  }
}
/*--------------------------------------------
max-width 550
--------------------------------------------*/
@media (max-width: 550px) {
  /*guide_top*/
  .guide_top dl{
    flex-direction: column;
    text-align: center;
    letter-spacing: 0;
  }
  .guide_top .circle{
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }
  /*guide_bottom*/
  .guide_bottom .guide_link{
    flex-wrap: wrap;
  }
  .guide_bottom .guide_link > div{
    width: 100%;
  }
}



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

campaign_content

--------------------------------------------*/
/*campaign_content*/
.campaign_content{
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {

}
/*--------------------------------------------
max-width 500
--------------------------------------------*/
@media (max-width: 500px) {

}

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

set_product

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

/*personal*/
.item_box_set{
  gap: 10px;
  border-radius: 15px;
  box-shadow: 5px 5px 0 rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  position: relative;
  padding: 30px;
  margin-bottom: 5px;
  border: solid 2px rgb(0, 0, 0);
  width: 95%;
  align-items: flex-start;
  position: relative;
}
.item_box_set .item_logo{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
  z-index: 2;
}
.item_img_slider{
  width: 80%;
  margin: 0 auto 10px auto;
}
.item_img_slider .slick-dots{
  bottom: -15px;
}
.item_box_set .set_content{
  background: rgb(230, 230, 230);
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-weight: 600;
}
.item_box_set .set_content h4{
  text-align: center;
  background: rgb(255, 255, 255);
  padding: 0 10px;
  border-radius: 100px;
  width: fit-content;
  margin: 0 auto;
}
.item_box_set .set_content p{
  font-size: 0.7rem;
  text-align: center;
}
.item_box_set .set_content ul li{
  font-size: 0.75rem;
}
.item_box_set .set_content ul li::before{
  content: "\25A0";
}

.item_box_set .item_detail{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.item_box_set .item_off h4{
  color: rgb(255, 255, 255);
  border-radius: 500px;
  padding: 5px 20px;
  width: 100%;
  text-align: center;
}
.item_box_set .item_price{
  font-family: "Anton", "Noto Sans JP";
  font-size: 3rem;
}
.item_box_set .item_price span{
  font-size: 1rem;
  font-family: "Noto Sans JP";
}
.item_box_set .product_link{
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 500px;
  width: 90%;
  margin: 10px auto 0 auto;
  display: block;
  text-align: center;
}
.item_box_set .product_link i{
  display: inline-block;
  padding-left: 10px;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {
  .item_box_set{
    padding: 20px;
  }
  .item_img_slider{
    width: 100%;
  }
  .item_box_set .item_logo{
    width: 150px;
  }
  .item_box_set .item_price{
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
}
/*--------------------------------------------
max-width 550
--------------------------------------------*/
@media (max-width: 550px) {
  .item_box_set .item_detail{
    flex-direction: column;
    gap: 0;
  }
  .item_box_set .item_detail .item_off{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .item_box_set .item_price p{
    font-size: 2.5rem;
  }
}

#product .set .product_name,
.set .set_content,
.set .item_box_set .item_price{
  color: rgb(62, 60, 84);
}
#product .new .product_name,
.new .set_content,
.new .item_box_set .item_price{
  color: rgb(31, 66, 138);
}
#product .used .product_name,
.used .set_content,
.used .item_box_set .item_price{
  color: rgb(16, 70, 88);
}
#product .set .product_name span,
.set .item_box_set .item_off h4,
.set .product_link{
  background: rgb(62, 60, 84);
}
#product .new .product_name span,
.new .item_box_set .item_off h4,
.new .product_link{
  background: rgb(31, 66, 138);
}
#product .used .product_name span,
.used .item_box_set .item_off h4,
.used .product_link{
  background: rgb(16, 70, 88);
}



#product .product_content{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#product .product_content > div{
  width: calc(50% - 10px);
}
#product .product_content .product_name{
  display: flex;
  align-items: center;
  gap: 10px;
}
#product .product_content .product_name span{
  aspect-ratio: 1 / 1;
  padding: 5px;
  border-radius: 50%;
  color: rgb(255, 255, 255);
  height: auto;
  display: flex;
  align-items: center;
  width: 5em;
  font-size: 0.75rem;
  text-align: center;
  justify-content: center;
  line-height: 1em;
  flex-direction: column;
}
#product .product_content .product_name span strong{
  font-size: 1rem;
  display: inline-block;
  padding-bottom: 5px;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {

}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
  #product .product_content > div{
    width: 100%;
  }

}
/*--------------------------------------------
max-width 550
--------------------------------------------*/
@media (max-width: 550px) {
}

/*product_title*/
.product_title{
  font-size: 2rem;
  gap: 20px;
  line-height: 1.2em;
  position: relative;
  z-index: 2;
  border-left: 10px solid rgb(255, 255, 255);
  padding-left: 20px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.product_title small{
  display: block;
  font-size: 1rem;
  line-height: 1.3em;
  padding-top: 5px;
}

.product_list_link{
  background: rgb(255, 255, 255);
  color: rgb(29, 32, 128);
  font-weight: 600;
  font-size: 1rem;
  width: fit-content;
  margin: 0 auto;
  border-radius: 500px;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product_list_link span{
  background: linear-gradient(90deg ,rgb(226, 146, 0) 0% ,rgb(249, 191, 17) 30% ,rgb(229, 165, 0) 40% ,rgb(255, 226, 0) 70% ,rgb(208, 141, 4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 2rem;
  font-family: "Anton", "Noto Sans JP";
}
.product_list_link span small{
  font-size: 1rem;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
}
/*--------------------------------------------
max-width 550
--------------------------------------------*/
@media (max-width: 550px) {
  .product_title{
    font-size: 1.2rem;
    line-height: 1.5em;
  }
  .product_title small{
    font-size: 0.8rem;
  }
  .product_list_link{
    font-size: 0.8rem;
  }
}

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

contact

--------------------------------------------*/
#campaign_contact form{
  background: rgb(255, 255, 255);
  padding: 30px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}
#campaign_contact h3{
  background: rgb(20, 20, 50);
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  border-radius: 100px;
  width: fit-content;
  margin: 20px 0 10px 0;
  font-weight: 600;
  font-size: 0.9rem;
}
#campaign_contact h3:first-child{
  margin: 0 0 10px 0;
}
#campaign_contact dl{
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  align-items: flex-start;
  gap: 0 15px;
  border-bottom: solid 1px rgb(150, 150, 150);
}
#campaign_contact dt{
  width: 30%;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
#campaign_contact dt span{
  background: rgb(193, 18, 18);
  color: rgb(255, 255, 255);
  border-radius: 3px;
  font-size: 0.8rem;
  padding: 0 5px;
}
#campaign_contact dd{
  width: 70%;
}
#campaign_contact input[type="text"],
#campaign_contact input[type="email"]{
  width: 60%;
  font-size: 1rem;
}
#campaign_contact textarea{
  width: 100%;
  font-size: 1rem;
}
#campaign_contact textarea{
  height: 7em;
}
#campaign_contact p{
  text-align: center;
  font-size: 0.8rem;
  padding-top: 20px;
}
#campaign_contact button{
  background: rgb(20, 20, 50);
  width: 50%;
  padding: 10px 30px;
  border-radius: 100px;
  color: rgb(255, 255, 255);
  margin: 0 auto;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 20px;
  font-size: 1rem;
}
#campaign_contact button:hover{
  transform: scale(0.95);
  opacity: 1;
}

/*--------------------------------------------
max-width 1200
--------------------------------------------*/
@media (max-width: 1200px) {
  #campaign_contact dl{
    width: 100%;
  }
}
/*--------------------------------------------
max-width 1080
--------------------------------------------*/
@media (max-width: 1080px) {

}
/*--------------------------------------------
max-width 810
--------------------------------------------*/
@media (max-width: 810px) {
  #campaign_contact form{
    padding: 20px;
  }
  #campaign_contact dl{
    flex-direction: column;
    gap: 5px;
    padding: 15px 0;
  }
  #campaign_contact dt,
  #campaign_contact dd{
    width: 100%;
  }
  #campaign_contact input[type="text"],
  #campaign_contact input[type="email"]{
  width: 100%;
}
}
/*--------------------------------------------
max-width 550
--------------------------------------------*/
@media (max-width: 550px) {
  #campaign_contact form{
    font-size: 0.8rem;
  }
  #campaign_contact button{
    width: 90%;
    padding: 10px 0;
  }
}

