@charset "UTF-8";
/* ================================================= *
 *        	common
 * ================================================= */
html, body {
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 16px;
  font-family: sans-serif;
}

h1, h2, h3, p, dd {
  margin: 0;
}

a {
  text-decoration: none;
  outline: none;
}

/* ------------------------------------
 *        	layout
------------------------------------ */
.wrap_band_before{
  margin: 0 0 -6px 0;
}

.container {
  width: min(92%, 1280px);
  margin-inline: auto;
}

.contentsArea {
  width: min(100%, 1200px);
  height: 100%;
  margin: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ulccwidparent .cc-window {
  z-index: 10 !important;
}

@media (max-width: 768px) {
  #menu_contact {
    padding-bottom: 90px;
  }
}

/* ------------------------------------
 *        	animation
------------------------------------ */
.bounceInDown,
.zoomInTrigger,
.flashTrigger,
.fadeInUpTrigger {
  opacity: 0;
}
.bounceInDown.animate__animated,
.zoomInTrigger.animate__animated,
.flashTrigger.animate__animated,
.fadeInUpTrigger.animate__animated {
  opacity: 1;
}

/* ================================================= *
 *        	head
 * ================================================= */
 .head_wrap {
  position: relative;
}

.head_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #cf001b;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .head_title {
    font-size: 1.4rem;
    height: 50px;
  }
}

.head_logo {
  position: absolute;
  top: 50px;
  left: 35px;
  z-index: 9;
}
@media (max-width: 768px) {
  .head_logo {
    top: 60px;
    left: 10px;
  }
}
@media (max-width: 480px) {
  .head_logo img {
    width: 140px;
    height: auto;
  }
}
.head_logo__link {
  display: block;
}

.head_content {
  position: relative;
  background: url(../img/campaign_20250701/head_bg.jpg) no-repeat center bottom/cover;
}

.head_content::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 88%;
  aspect-ratio: 1216/1198;
  background: url(../img/campaign_20250701/head_balloon.png) no-repeat center top 0/cover;
}

/* ================================================= *
 *        	main_visual
 * ================================================= */
.main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: min(55.1174496644vw, 100vh - 90px);
  z-index: 2;
}
@media (max-width: 768px) {
  .main_visual {
    display: block;
    height: auto;
    background-image: none;
  }
}
.main_visual__title {
  text-align: center;
}
.main_visual__img {
  position: relative;
  width: min(78vw, 90%);
  height: auto;
  margin-top: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .main_visual__img {
    width: 100%;
    margin-top: 0;
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}

.main_sp_btn {
  display: none;
}
@media (max-width: 768px) {
  .main_sp_btn {
    position: absolute;
    left: 50.5%;
    bottom: 12%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    max-width: 100%;
    width: 89vw;
    height: auto;
    vertical-align: bottom;
    z-index: 1;
  }
}

/* ================================================= *
 *        	appeal
 * ================================================= */
 .appeal {
  padding-top: min(3.90625vw, 50px);
  /* 背景色の代わりに背景画像を指定 */
  background: url(../img/campaign_20250701/appeal_bg.png) no-repeat center/cover;
  margin-top: -8%;
  padding-top: 12%;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  .appeal {
    padding-top: min(8vw, 60px);
  }
}

.appeal__inner {
  width: 92%;
  margin-inline: auto;
  text-align: center;
  background: url(../img/campaign_20250701/appeal_text_bg.png) no-repeat center / cover;
  background-size: contain;
  position: relative;
  z-index: 3;
  padding: 5% 0 0;
}
.appeal__text {
  margin-top: min(2.34375vw, 30px);
}
@media (max-width: 768px) {
  .appeal__text {
    margin: min(2.34375vw, 30px) 0;
  }
}
.appeal img {
  max-width: 80%;
  height: auto;
}

.appeal__lead {
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .appeal__lead {
    padding: 0 0 50px;
  }
}

/* ================================================= *
 *        	movie
 * ================================================= */
 .movie_wrap {
  position: relative;
  width: 100%;
  padding: min(30%, 350px) 0 min(20%, 200px);
  background: url(../img/campaign_20250701/movie_bg.jpg) no-repeat center bottom/cover;
}
.movie {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  z-index: 2;
}
.movie::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
          clip-path: polygon(0 0, 80% 0%, 50% 100%, 0 100%);
  z-index: -1;
}
.movie::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 115%;
  height: 130%;
  background-color: #2b3038;
  -webkit-clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(80% 0%, 100% 0, 100% 100%, 50% 100%);
  z-index: -1;
}
.movie__title {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 394px;
  width: 80%;
  z-index: 3;
}
@media (max-width: 768px) {
  .movie__title {
    margin-top: -2%;
  }
}
.movie__title img {
  max-width: 100%;
  height: auto;
}

.movie__catch {
  position: absolute;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 450px;
}
@media (max-width: 768px) {
  .movie__catch {
    top: -55%;
    width: 60%;
  }
}
@media (max-width: 480px) {
  .movie__catch {
    top: -60%;
    width: 70%;
  }
}
.movie__catch img {
  max-width: 100%;
  height: auto;
}

.youtube_wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
}
.youtube_wrapper iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .movie_balloon {
    display: none;
  }
}
.movie_balloon img {
  max-width: 100%;
  height: auto;
}
.movie_balloon__left .movie_car {
  position: absolute;
  left: 1%;
  bottom: 0;
  width: min(16.640625vw, 213px);
  z-index: 2;
}
.movie_balloon__left .movie_cracker {
  position: absolute;
  left: 2%;
  bottom: 35%;
  width: min(25vw, 250px);
  z-index: 2;
}
@media (max-width: 990px) {
  .movie_balloon__left .movie_car {
    left: 5px;
    bottom: 2%;
  }
  .movie_balloon__left .movie_cracker {
    display: none;
  }
}
.movie_balloon__right .movie_car {
  position: absolute;
  right: 1%;
  bottom: 0;
  width: min(16.640625vw, 213px);
  z-index: 2;
}
.movie_balloon__right .movie_cracker {
  position: absolute;
  right: 2%;
  bottom: 35%;
  width: min(25vw, 250px);
  z-index: 2;
}
@media (max-width: 990px) {
  .movie_balloon__right .movie_car {
    right: 5px;
    bottom: 2%;
  }
  .movie_balloon__right .movie_cracker {
    display: none;
  }
}

@media (max-width: 768px) {
  .movie_title_wrap {
    margin-top: min(6%, 60px);
  }
}

/* ------------------------------------
*        	#ranking
------------------------------------ */
.raw {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffa955;
}
@media (max-width: 1400px) {
  .raw {
    max-width: 900px;
  }
}
@media (max-width: 990px) {
  .raw {
    max-width: 92%;
  }
}
@media (max-width: 480px) {
  .raw {
    max-width: 96%;
  }
}
.raw__inner {
  padding: min(8%, 80px) 0;
  background-color: #fff;
}

.ranking_day {
  margin: 0 auto 60px;
  width: 100%;
}

.ranking_subttl {
  margin: 0 auto;
  padding: 30px 10px;
  text-align: center;
}
.ranking_subttl img {
  max-width: 650px;
  width: 100%;
  height: auto;
}

.ranking_hizuke {
  margin: 0 auto;
  padding: 20px 10px;
  text-align: center;
}
.ranking_hizuke img {
  max-width: 320px;
  width: 100%;
  height: auto;
}

.ranking_content {
  position: relative;
  padding: 30px 10px 0;
  margin: auto;
}
@media (max-width: 480px) {
  .ranking_content {
    padding-top: 0;
  }
}

.ranking_inner {
  width: auto !important; /**/
  margin: auto !important;
}
.ranking_inner .car_campaign_content {
  z-index: 1;
}

.contents#ranking {
  position: relative;
  padding: min(15%, 200px) 0 min(12%, 120px);
  background: url(../img/campaign_20250701/ranking_bg.jpg) repeat center/contain;
}
.contents .ranking_background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  height: auto;
  aspect-ratio: 1280/372;
  z-index: 0;
}
.contents#ranking .main_ttl {
  position: relative;
  margin-bottom: min(-6%, 60px);
  text-align: center;
  z-index: 1;
}
.contents#ranking .main_ttl img {
  max-width: 100%;
  height: auto;
}
.contents#ranking .ranking .price {
  font-family: "Bahnschrift";
}
.contents#ranking .ranking_ttl {
  margin-bottom: 30px;
  font-size: 2.6rem;
  text-align: center;
}
.contents#ranking .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1290px;
  width: 100%;
  margin: auto;
}
.contents#ranking .ranking_item {
  width: 360px;
  margin: 0 10px 20px;
  padding: 20px 20px 15px;
  background-color: #fff;
  border: 1px solid #f9f9f7;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_item {
    width: 100%;
    margin: 0 10px 8px;
    font-size: 1.6rem;
  }
}
.contents#ranking .ranking_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.contents#ranking .ranking_img_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 42%;
}
.contents#ranking .ranking_car_maker {
  margin-right: 30px;
}
.contents#ranking .ranking_color {
  line-height: 1.2;
  margin-bottom: 8px;
}
.contents#ranking .ranking_color dt {
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: normal;
}
.contents#ranking .ranking_color .tip {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0.5px solid #4d4d4d;
  border-radius: 50%;
}
.contents#ranking .ranking_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 54%;
}
.contents#ranking .ranking_car_model {
  margin-bottom: 4px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_car_model {
    min-height: auto;
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .contents#ranking .ranking_color dt {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.contents#ranking .ranking_price {
  margin-top: auto;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_price {
    font-size: 1rem;
  }
}
.contents#ranking .ranking_price dt {
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_price dt {
    font-size: 1rem;
  }
}
.contents#ranking .ranking_price dd {
  color: #cf011c;
  font-size: 2.4rem;
  text-align: right;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_price dd {
    font-size: 1.8rem;
  }
}
.contents#ranking .ranking_price .price {
  font-size: 6rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 480px) {
  .contents#ranking .ranking_price .price {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1;
  }
}
.contents#ranking .ranking_btn {
  display: block;
  padding: 0.5rem;
  margin-top: auto;
  border: 2px solid #cf011c;
  background-color: #cf011c;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}
.contents#ranking .ranking_btn:hover {
  opacity: 0.8;
}
.contents#ranking .ranking_item:first-of-type .tip:first-child {
  background-color: #e18794;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(2) {
  background-color: #c8b588;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(3) {
  background-color: #b3d7e5;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(4) {
  background-color: #5d4949;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(5) {
  background-color: #0a1925;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(6) {
  background-color: #bec2c2;
}
.contents#ranking .ranking_item:first-of-type .tip:nth-child(7) {
  background-color: #d6d6d6;
}
.contents#ranking .ranking_item:nth-child(2) .tip:first-child {
  background-color: #d8c993;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(2) {
  background-color: #9ac0cb;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(3) {
  background-color: #223039;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(4) {
  background-color: #fdfeff;
}
.contents#ranking .ranking_item:nth-child(2) .tip:nth-child(5) {
  background-color: #4b5c49;
}
.contents#ranking .ranking_item:nth-child(3) .tip:first-child {
  background-color: #dae6ec;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(2) {
  background-color: #f8f8f8;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(3) {
  background-color: #dcdcdc;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(4) {
  background-color: #231816;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(5) {
  background-color: #d9b5b3;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(6) {
  background-color: #431a15;
}
.contents#ranking .ranking_item:nth-child(3) .tip:nth-child(7) {
  background-color: #003f34;
}

/* ================================================= *
 *        	campaign_reserve
 * ================================================= */
 .campaign_reserve {
  position: relative;
  padding: min(3%, 50px) 0 min(6%, 60px);
  background: url(../img/campaign_20250701/reserve_bg.jpg) no-repeat center/cover;
}

.head_wrap .campaign_reserve {
  margin-top: min(-10%, -50px);
  padding-bottom: min(28%, 280px);
  background-image: none;
}

.reserve_btn {
  position: relative;
  width: min(92%, 801px);
  margin-inline: auto;
  text-align: center;
}
.reserve_btn__title {
  position: absolute;
  width: 55%;
  top: 60%;
  left: 28%;
}
.reserve_btn__check {
  position: absolute;
  bottom: 13%;
  right: 5%;
  width: min(16.8539325843%, 135px);
}
.reserve_btn img {
  max-width: 100%;
  height: auto;
}

/* ================================================= *
 *        	campaign_present
 * ================================================= */
.campaign_present_wrap {
  position: relative;
}
.campaign_present {
  position: relative;
  padding: min(15%, 150px) 0 min(6%, 60px);
  background-color: #7fcdf4;
  text-align: center;
}
.campaign_present::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1200/440;
  background: url(../img/campaign_20250701/present_frame.png) no-repeat center bottom/cover;
  z-index: 2;
}
.campaign_present::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  aspect-ratio: 1200/440;
  background: url(../img/campaign_20250701/present_haikei3.png) no-repeat center bottom/cover;
  z-index: 2;
}
.campaign_present img {
  max-width: 100%;
  height: auto;
}
.campaign_present__title {
  position: relative;
  z-index: 4;
  margin: 54px 0 0;
}
.campaign_present__item {
  position: relative;
  z-index: 4;
}
.campaign_present__item:not(:first-of-type) {
  margin-top: 10px;
}

.campaign_present__list {
  margin: 0 0 40px;
}

/* ================================================= *
 *        	campaign_report
 * ================================================= */
 .campaign_report {
  position: relative;
  text-align: center;
}
.campaign_report__title {
  padding: 5% 0;
  background: url(../img/campaign_20250701/report_bg.jpg) no-repeat center top / cover;
}
.campaign_report img {
  max-width: 100%;
  height: auto;
}
.campaign_report__title img {
  max-width: 92%;
  vertical-align: bottom;
}

.report_slide {
  padding: min(4%, 35px) 0;
  background: url(../img/campaign_20250701/report_slide_bg.jpg) no-repeat center/cover;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.report_slide.slick-initialized {
  opacity: 1;
}
.report_slide img {
  width: 100%;
}

@media (max-width: 768px) {
  .campaign_report__title {
    padding: 0;
  }
}

/* ================================================= *
 *        	footerArea
 * ================================================= */
 .access {
  height: 80px;
  width: 100%;
  max-width: 964px;
  background-size: cover;
  background-position: center;
  margin: 40px auto 0;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
  padding-top: 40px;
}

/* ------------------------------------
*        	#detail
------------------------------------ */
#detail {
  margin-bottom: 30px;
  padding: 30px 10px !important;
  padding-top: 80px !important;
  padding-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  #detail {
    padding-top: 0 !important;
  }
}
#detail h2 {
  margin-top: 30px;
  font-family: initial;
  text-align: center;
  font-weight: bold;
}
#detail p {
  background: white;
  padding: 30px 10px;
  margin: 10px auto;
  font-size: 1.5rem;
  line-height: 2.6rem;
  max-width: 840px;
  border: 1px solid lightgray;
}
@media (max-width: 768px) {
  #detail p {
    font-size: 1rem;
    padding: 2rem 1rem;
  }
}
#detail .note {
  display: block;
  margin-bottom: -15px;
  color: #cf011c;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  #detail .note {
    font-size: 1.2rem;
  }
}
#detail .note strong {
  border-bottom: 1px solid #cf011c;
  font-weight: bold;
}

/* ================================================= *
 *        	accessArea
 * ================================================= */
#accessArea {
  background: antiquewhite;
  padding-bottom: 100px;
}

.shopArea {
  max-width: 980px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.shopCommon {
  max-width: 310px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px;
  margin-bottom: 20px;
  text-align: center;
}

.shop_title {
  color: #cb162c;
  margin-bottom: 5px;
  font-weight: 500;
}

p.shop_content {
  font-size: 14px;
  margin-bottom: 10px;
}

p.shop_image {
  margin-bottom: 10px;
}

p.shop_image img {
  width: 100%;
  max-width: 374px;
}

.shop_caption {
  font-size: 12px;
  max-width: 378px;
  margin: 0 auto 25px;
}

.shop_caption dl {
  width: 94%;
  margin: 0 auto 2px;
  padding: 0 5px 2px;
  border-bottom: 1px dotted #4d4d4d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop_caption dt {
  width: 30%;
  text-align: left;
}

.shop_caption dd {
  width: 67%;
  margin-left: 3%;
  text-align: left;
}

.shopArea span.button {
  margin: 0 3px;
  padding: 5px 8px;
  color: #fff;
  letter-spacing: 1px;
  background-color: #cb162c;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: solid 1px #4d4d4d;
  border-radius: 3px;
}

footer {
  font-size: 12px;
  text-align: center;
  background: #333;
  color: white;
}

/*問い合わせフォームのボタン*/
#inquiry_form_area .contentLinkBtn,
#inquiry_form_area_checked .contentLinkBtn {
  display: inline-block;
  padding: 3px 15px;
  font-size: 20px;
  letter-spacing: 2px;
  border: 2px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  border-radius: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

#inquiry_form_area .contentLinkBtn:hover,
#inquiry_form_area_checked .contentLinkBtn:hover {
  background-color: #fff;
  color: #4d4d4d;
}

/*内容確認*/
#inquiry_form_area .check_button {
  border: 2px solid #DA4453;
  background-color: #DA4453;
  color: #fff;
}

#inquiry_form_area .check_button:hover {
  background-color: #fff;
  color: #DA4453;
}

/*入力に戻る*/
#inquiry_form_area_checked .back_button {
  border: 2px solid #4d4d4d;
  background-color: #CCD1D9;
  color: #4d4d4d;
  margin-right: 20px;
}

#inquiry_form_area_checked .back_button:hover {
  background-color: #fff;
  color: #4d4d4d;
}

/*送信する*/
#inquiry_form_area_checked .send_button {
  border: 2px solid #E9573F;
  background-color: #E9573F;
  color: #fff;
}

#inquiry_form_area_checked .send_button:hover {
  background-color: #fff;
  color: #E9573F;
}

#inquiry_form_area .attention_area,
#inquiry_form_area_checked .attention_area {
  text-align: center;
  margin-bottom: 20px;
}

#inquiry_form_area .attention_area p.attention,
#inquiry_form_area_checked .attention_area p.attention {
  display: inline-block;
  vertical-align: super;
}

#inquiry_form_area .attention_area p.attention a {
  color: #4d4d4d;
  font-weight: 500;
  border-bottom: 1px solid #4d4d4d;
  padding: 0 1px 3px;
}

#inquiry_form_area .attention_area p.attention a:hover {
  color: #222;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox,
#inquiry_form_area .form_item .form_data_how {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  vertical-align: top;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:before,
#inquiry_form_area .form_item .form_data_how:before {
  position: absolute;
  z-index: 1;
  top: 0.5rem;
  left: 0.5rem;
  width: 10px;
  height: 6px;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #da3c41;
  border-top-style: none;
  border-right-style: none;
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:checked:before,
#inquiry_form_area .form_item .form_data_how:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}

#inquiry_form_area .attention_area .privacyPolicy_chkBox:after,
#inquiry_form_area .form_item .form_data_how:after {
  position: absolute;
  top: -0.025rem;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  cursor: pointer;
  border: 1px solid #aaa;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#inquiry_form_area .button_area,
#inquiry_form_area_checked .button_area {
  text-align: center;
}

/*チェックボックスのエラーcss*/
#inquiry_form_area .attention_area .checkbox_validate_error:after {
  border: 1px solid #cb162c;
  background-color: lightgoldenrodyellow;
}

#inquiry_form_area_checked dl.form_item dd.form_data {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

#inquiry_form_area_checked dl.form_item dd.form_data p {
  overflow-wrap: break-word;
}

#inquiry_form_area_checked .submitBtn {
  display: inline-block;
  width: 40%;
  margin: 0 auto 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #EC87C0;
  -webkit-box-shadow: 0px 3px 0px #D770AD;
  box-shadow: 0px 3px 0px #D770AD;
  color: #fff;
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area_checked .submitBtn:hover {
  background-color: #D770AD;
}

/*入力に戻るボタン*/
#inquiry_form_area_checked .submitBtn_back {
  display: inline-block;
  width: auto;
  margin: 0 auto 10px;
  margin-right: 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #CCD1D9;
  -webkit-box-shadow: 0px 3px 0px #AAB2BD;
  box-shadow: 0px 3px 0px #AAB2BD;
  color: #000;
  border-radius: 3px;
  padding: 6px 12px;
  cursor: pointer;
  border: none;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Yu Gothic", YuGothic, sans-serif !important;
}

#inquiry_form_area_checked .submitBtn_back:hover {
  background-color: #AAB2BD;
}

#inquiry_form_area_checked {
  display: none;
}

#complete_form {
  display: none;
}

@media screen and (max-width: 1024px) {
  #contact .contentsWrap {
    width: 100%;
    margin: 0 auto;
  }
  #inquiry_form_area,
  #inquiry_form_area_checked {
    width: 100%;
    margin: 40px auto;
    padding: 3%;
  }
  #form_table dl dt.item {
    width: 40%;
  }
  #form_table dl dd.content,
  #form_table dl dd.select_content,
  #form_table dl dd.textarea_content {
    width: 60%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 830px) {
  #inquiry_form_area dl.form_item dt.form_title,
  #inquiry_form_area_checked dl.form_item dt.form_title {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #inquiry_form_area dl.form_item,
  #inquiry_form_area_checked dl.form_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inquiry_form_area dl.form_item dt.form_title,
  #inquiry_form_area_checked dl.form_item dt.form_title {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    font-size: 20px;
  }
  #inquiry_form_area dl.form_item dd.form_data,
  #inquiry_form_area_checked dl.form_item dd.form_data {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 450px) {
  /*入力に戻る*/
  #inquiry_form_area_checked .back_button {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #inquiry_form_area_checked .send_button {
    margin-bottom: 40px;
  }
}
/*問い合わせ完了エリア*/
#complete_form p.check_message_title {
  font-size: 20px;
  margin-bottom: 20px;
}

#complete_form p.check_message_content {
  font-size: 16px;
  margin-bottom: 5px;
}
