@charset "utf-8";

/*
---------------------------------------------
共通設定
---------------------------------------------
*/

* {
  box-sizing: border-box;
}

html {
  font-size: 90%;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}


body {
  width: 100%;
}


.wrapper_outer {
  color: #333;
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  max-width: 720px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

header {
  position: relative;
  max-width: 1280px;
  padding: 15px 0 15px;
  margin: 0 auto;
  background: #fff;
  z-index: 20;
  border-bottom: none;
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 40%;
  margin: 15px auto 15px 0;
}

.header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header_logo2 {
  float: right;
  position: relative;
  padding: 0;
  margin: 0;
  padding-right: 11px;
  max-width: 50%;
}

header .logo2 {
  max-width: 180px;
}

@media screen and (max-width: 767px) {
  header .logo2 {
    max-width: 112px;
  }
}

#headerSymbol {
  float: right;
  width: 81.2%;
  margin-bottom: 15px;
}

#headerSymbol img {
  margin: 0;
  width: 100%;
  max-width: inherit;
}

#headerSymbol_sp img {
  border-top: 1px solid #000;
}

header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}


@media screen and (max-width: 3680px) {
  .sp-block {
    display: block;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  br.sp,
  img.sp,
  span.sp {
    display: inline;
  }

  br.pc,
  img.pc,
  span.pc {
    display: none;
  }

  header {
    background: #fff;
    width: 100%;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 98;
    padding: 0;
    float: none;
    border-bottom: none;
    padding: 0;
  }

  header .logo {
    width: 170px;
    padding-left: 5px;
  }


}

/*
---------------------------------------------
共通クラス
---------------------------------------------
*/


.contents-inner {
  /* background: #00BDFE; */
  margin: auto;
}


@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 100%;
  }

  .contents-inner {
    width: 100%;
  }
}


/*
---------------------------------------------
ヘッダー
---------------------------------------------
*/

.header .header-logo01 {
  width: 203px;
}

.header .header-logo02 img,
.header .header-logo01 img {
  width: 100%;
}

.header .header-logo02 {
  width: 182px;
}

.header .inner {
  padding: 29px 0;
  margin: 0 auto;
  width: 1280px;
}

@media screen and (max-width: 1280px) {
  .header .inner {
    padding: 29px 20px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .inner {
    padding: 19px 17px 19px 9px;
  }

  .header .header-logo01 {
    width: 163px;
  }

  .header .header-logo02 {
    width: 126px;
  }
}


/*
---------------------------------------------
フッター
---------------------------------------------
*/

.footer {
  background: #333333;
  color: white;
  padding: 0 0 0px;
}

.footer .inner {
  margin: auto;
  position: relative;
}

.footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 2;
}

.footer .copyright {
  color: white;
  font-size: 14px;
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 0px 0;
  }

  .footer .inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 8px;
  }

  .footer .store {
    margin-top: 24px;
  }

  .footer .copyright {
    font-size: 12px;
    padding: 28px 0;
    text-align: center;
  }
}


/*
---------------------------------------------
メインコンテンツ
---------------------------------------------
*/
.main-content {
  overflow: hidden;
}

.main .main-inner {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background: #00B8EE;
}

@media screen and (max-width: 767px) {
  .main {
    background-image: none;
    /* padding: 0 15px; */
  }

  #pagetop {
    display: none;
  }

}

.main-text-area {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(26/18);
  /* padding-block-start: min(10px, calc(10 / 335 * 100%)); */
  margin-block-end: 8%;
  width: 89.33333%;
  margin-inline: auto;
  text-align: center;
}

.waiting-area {
  margin-top: 15px;
}

.attention-area {
  width: 89.33333%;
  margin-inline: auto;
  margin-block-end: min(100px, calc(100 / 335 * 100%));
}

.attention-list {
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(28/16);
  margin-top: 20px;
  margin-left: 2rem;
  text-indent: -1.6em;
}

.attention-item::before {
  content: '※';
  padding: 0 4px;
}


/* フォーム部分 */
.vote-area {
  position: relative;
  padding-bottom: 17%;
  color: #fff;
  text-align: center;
  width: 89.33333%;
  margin-inline: auto;
  padding-block: min(60px, calc(60 / 335 * 100%));
  box-sizing: border-box;
}

.vote-area-title {
  margin-block-end: min(30px, calc(30 / 335 * 100%));
}

.vote-title {
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 40px;
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
}

.vote-title.haserror {
  margin-bottom: 9px;
}

.error-msg {
  display: none;
  color: #FFFF01;
  text-align: left;
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 20px;
}

.vote-title::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc((35px - 24px) / 2);
  left: 0;
}

.question-item:nth-child(1) .vote-title::before {
  background: url(../img/one.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.question-item:nth-child(2) .vote-title::before {
  background: url(../img/two.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.question-item:nth-child(3) .vote-title::before {
  background: url(../img/three.png);
  background-size: contain;
  background-repeat: no-repeat;
}
/* 
.vote-title::after {
  content: '任意';
  font-size: 1.2rem;
  color: #fff;
  background-color: #0672DE;
  padding: 1px 2px 2px;
  margin-left: 5px;
} */

/* .vote-title.required::after {
  content: '必須';
  font-size: 1.2rem;
  color: #fff;
  background-color: #DE0615;
  padding: 1px 2px 2px;
  margin-left: 5px;
} */

.vote-main-question {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}

.vote-main-question-item input {
  display: none;
}

.vote-main-question-item input + label {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}

.vote-main-question-item input:checked + label {
  position: relative;
}

.vote-main-question-item input:checked + label::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 10px;
  box-shadow: inset 0 0 0 6px #FFFF01;
  pointer-events: none;
}

.question-item:not(:first-child) {
  margin-top: 40px;
}

.select-mall-placeholder {
  display: block;
  text-align: left;
  color: #D9D9D9;
  background-color: #fff;
  font-size: 1.6rem;
  line-height: 24px;
  position: relative;
  border-radius: 10px;
  padding: 18px 18px 18px 40px;
  cursor: pointer;
}

.select-mall-placeholder.active {
  color: #000;
}

.select-mall-placeholder::before {
  content: '';
  width: 13px;
  height: 12px;
  position: absolute;
  top: calc(50% + 4px);
  left: 20px;
	box-sizing: border-box;
	border: 6px solid transparent;
	border-top: 12px solid #D9D9D9;
  transform: translateY(-50%);
}

.select-mall-placeholder.active::before {
  content: none;
}

.select-mall-list-outer {
  display: none;
}

.select-mall-list {
  display: flex;
  flex-direction: column;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 0 20px;
  height: 250px;
  overflow-y: auto;
}

.select-mall-item {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 24px;
  padding: 14px 0;
  cursor: pointer;
}

.select-mall-item:not(:first-child) {
  border-top: 1px solid #D9D9D9;
}

.hidden-field {
  display: none;
}

.reason {
  width: 100%;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #fff;
}

.reason::placeholder {
  color: #D9D9D9;
}

.form-btn {
  color: #DE0615;
  font-size: 2rem;
  font-weight: bold;
  background: unset;
  border: unset;
  margin-top: min(60px, calc(60 / 335 * 100%));
  cursor: pointer;
}

@media (hover: hover) {
  .form-btn:hover {
    opacity: 0.7;
  }

  .btn a:hover {
    opacity: 0.7;
  }
}

.main-swiper {
  margin-block-end: min(40px, calc(40 / 335 * 100%));
}

.swiper {
  width: 89.33333%;
  margin-inline: auto;
}

.main-content-image {
  width: 89.33333%;
  margin-inline: auto;
}

/* Swiper ページネーション */
.main-swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
  text-align: center;
}

.main-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.main-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFF000;
}

.submit-error {
  display: none;
  color: #FFFF01;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

/* サンクスページ */
.thanks-area {
  background-color: #00B8EE;
}

.txt_yellow {
  color: #FFF000;
}

.thanks-text {
  color: #fff;
  font-size: 1.8rem;
  line-height: calc(26/18);
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: center;
}

.thanks-page {
  background-color: #1FA966;
}

.btn {
  margin-block-start: min(35px, calc(35 / 335 * 100%));
}