@charset "UTF-8";
body {
  color: #333;
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}
body ul {
  list-style: none;
  padding: 0;
}
body img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
body video {
  width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.enquete_container {
  max-width: 700px;
  margin: 0 auto 30px;
}
@media screen and (max-width : 960px ){
  .enquete_container {
    width: 100%;
  }
}
.enquete_container .note {
  font-size: 0.7em;
  vertical-align: top;
}
.enquete_container section {
  opacity: 0;
  margin-bottom: 50px;
}
.enquete_container section.q2{
	margin-bottom: 0;
}
.enquete_container section.fadeIn {
  opacity: 1;
  transition: 2s;
}
.enquete_container section ul.answer li {
  color: #fff;
  font-weight:400;
  background-color: #7f7f7f;
  border-radius: 10px;
  border: 3px solid #c6556f;
  padding: 1em;
  margin: 1em;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width : 960px ){
  .enquete_container section ul.answer li {
    font-size: 0.85em;
    padding: 0.6em;
  }
}
.enquete_container section ul.answer li.selected {
  background: #c6556f;
}
.enquete_container section ul.answer.yesno {
  display: flex;
	margin-top: 0;
}
.enquete_container section ul.answer.yesno li {
  flex: 1;
}

  /* Q1のみ指定*/
.enquete_container section ul.answer.q1 li {
  color: #585858;
  background-color: #fff;
  border-radius: 20px;
  border: 3px solid #c6556f;
  cursor: pointer;
  margin:0 0 1.3em 0.7em;
  padding:1em 2.3em 0.3em;
  display: inline-block;
}


.enquete_container section ul.answer.q1 li p {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 2em;
  font-weight: 600;
  margin: 0.3em 0 0 0;
}


.enquete_container section ul.answer.q1 li p .note {
  font-size: 0.5em;
  vertical-align: top;
}
.enquete_container section ul.answer.q1 li:last-child {
  width: calc(96%);
  }

.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:1.3em;
}

.enquete_container section ul.answer.q1 li.selected {
  background: #eed9e0;
}

@media screen and (max-width : 720px ){
.enquete_container section ul.answer.q1 li {
  border-radius: 20px;
  border: 2px solid #a33c46;	
  cursor: pointer;
  margin:0px 10px 15px;
  width:100%;
  padding:1em 1em 0.8em;
}
	
.enquete_container section ul.answer.q1 li ul {
  margin-top: 0px;
}
		
	
.enquete_container section ul.answer.q1 li {
  width: calc(50% - 17px);
}
	
.enquete_container section ul.answer.q1 li p {
  font-size: 1.6em;
  margin: 0.4em 0 0 0;
}
	

.enquete_container section ul.answer.q1 li:last-child {
  width: calc(95%);
  margin:0 10px 20px;
  }
.enquete_container section ul.answer.q1 li:nth-child(odd) {
  margin-right:0;
}
	.enquete_container section ul.answer.q1 li:nth-child(even) {
  margin-right:0;
}
}

  /* Q1made*/

.enquete_container section .attention {
  display: none;
  color: #f00;
  text-align: center;
}

.enquete_container section .attention.show {
  display: block;
}
.enquete_container section .attention input[type=checkbox] {
  display: none;
}
.enquete_container section.cta .cv_wrap {
  position: relative;
}
.enquete_container section.cta .cv_wrap::before {
  content: "";
  display: block;
  padding-top: 23%;
}
.enquete_container section.cta .cv_wrap img {
  position: absolute;
  top: 0;
  left: 0;
}
.enquete_container section.cta .cv_wrap img.cv_btn {
  left: 50%;
	top:15%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 700px;
  cursor: pointer;
}

.enquete_container section.cta .img_wrap img.cv_btn {
	display: block;
	margin: 0 auto;
	width: 80%;
	cursor: pointer;
}

.enquete_container section.cta ol.remarks{
  list-style-type: none;
  padding-left: 0;
  display: table;
  font-size: 0.7rem;
  margin-top: 20px;
}
@media screen and (max-width : 960px ){
  .enquete_container section.cta ol.remarks{
    margin: 20px 10px;
  }
}
.enquete_container section.cta ol.remarks li{
  display: table-row;
  counter-increment: table-ol;
  line-height: 1.2;
}
.enquete_container section.cta ol.remarks li::before{
  content: "*" counter(table-ol);
  display: table-cell;
  padding-right: 1em;
  width: 2.5em; /*Firefox用*/
}
.enquete_container section.cta ol.remarks li::after{
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.enquete_container section .js-accordion .slideMe {
  display: none;
}

video {
 /* iPhone safariの枠線を消す*/
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
 /* PCのChromeの枠線を消す*/
  outline: none;
  border: none;
}

 /* アコーディオン */
.enquete_container section ul.js-accordion {
  padding: 0 10px;
}
.enquete_container section ul.js-accordion li {
  padding: 1em 10px;
  border: 1px solid #1C1541;
  border-radius: 12px;
  background-color: #FAE7ED;
  text-align: center;
  margin: 20px 0;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
	line-height: 1.5;
}
.enquete_container section ul.js-accordion li .ico_title {
  position: relative;
}
.enquete_container section ul.js-accordion li .ico_title .ico_product {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  width: auto;
  height: min(20vw, 90px);
}
.enquete_container section ul.js-accordion li .ico_title p.optionTxt {
  display: block;
  margin: 0 0 0 30px;
  letter-spacing: -0.05em;
}
.enquete_container section ul.js-accordion li .hiddenContent {
  display: none;
  margin-top: 20px;
  transform-origin: 0 0;
}
.enquete_container section ul.js-accordion li.is-select{
	background-color: #1C1541;
    color: #fff;
    box-shadow: none;
}
.enquete_container section ul.js-accordion li.is-select .hiddenContent {
  display: block;
  transform: scale(1, 0);
  animation: slideIn 1s forwards;
}
@media screen and (max-width:428px){
	.enquete_container section ul.js-accordion li{
		font-size:min(4.5vw, 18px);
	}
	.enquete_container section ul.js-accordion li .ico_title .ico_product{
		height: min(18vw, 90px);
	}
}
 /* 行間を修正*/
.font_space01 {letter-spacing: 0.01em}

/*PCでは無効（改行しない）*/
.spbr{
    display: none;
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:428px) {
    .spbr{
        display: block;
    }
}

/*フッターエリア*/
footer .logo {
  text-align: center;
}
footer .logo img {
  max-width: 700px;
}
footer ul.footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  gap: 3em;
}

@media screen and (max-width : 960px ){
  footer ul.footer_menu {
    text-align: center;
    gap: 1em 0;
    flex-direction: column;
  }

}

/*ア二メーション*/
@keyframes slideIn {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*カウントダウンエリアの指定*/
.count_eria{
	width: 100%;
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	font-weight:600;
	display: flex;
}
.count_eria .Text {
  background: #7e6000;
	background: linear-gradient(135deg, #7e6000, #d29d00, #7e6000);
	font-family: "游明朝", "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif!important;
	margin: 0;
	width: 40%;
	padding: 5% 0 2%;
	color: #fff;
}

.count_eria span {
	font-size:1.9em;
}

.count_eria .Count {
	background: #fff;
	border: #7e6000 solid 2px;
	color: #7e6000;
	width: 100%;
	padding: 2%;
}
.count_eria .Count p {
border-bottom: none;
}

@media (max-width : 427px ){
	.count_eria{
	width: 100%;
	display: block;
}

	.count_eria .Text {
    width: 100%;
	font-size: 0.8em;
	padding: 3% 0 2%;
	}
	
	.count_eria .Count {
    width: 100%;
	font-size: 0.8em;
	padding: 0%;
	}
	
	.count_eria span {
	font-size:1.2em;
}
}

        .cdt {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: center;
            justify-content: center;
        }
        /* 終了まで */
        .cdt_txt {
            font-size: 1em;
            display: inline-block;
            margin-right: .6em;
        }
        .cdt_txt span {
            display: block;
            line-height: 1;
        }
        .cdt_date {
            font-size: 40px;
        }
        .cdt_date .cdt_num {
            font-family: 'Oswald', sans-serif;
            background-color: #ffffff;
            display: inline-block;
        }
        .cdt_date .cdt_num.min {
            width: 40px;
        }
        .cdt_date .cdt_num.sec {
            width: 40px;
        }
        .cdt_date .cdt_num.milli {
            width: 40px;
        }
        .btn {
            width: 480px;
            margin: 0 auto;
            text-align: center;
            background-image: linear-gradient(45deg, #709dff 0%, #91fdb7 100%);
            border-radius: 10px;
        }
        .btn.disabled {
            background-image: none;
            background-color: #d8d8d8;
        }
        .btn a {
            font-size: 20px;
            text-decoration: none;
            display: block;
            color: #fff;
            padding: 14px 0;
        }
        .btn.disabled a {
            color: #8f8f8f;
            pointer-events: none;
        }
/*# sourceMappingURL=style.css.map */
