@charset "utf-8";

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 2.2;
  font-family : 'Yu Gothic','meiryo','メイリオ','ms pgothic','ms pゴシック',osaka,sans-serif;
  font-weight: 400;
  margin: 0 !important;
  padding: 0 !important;
  color: #040000;
  overflow-x: hidden;
  word-wrap : break-word;
  overflow-wrap : break-word;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

p {
  padding: 0;
  margin: 0;
  line-height: 1.8;
  /* text-align: center; */
}
img{
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}
a {
  color: #040000;
  text-decoration: none;
}
a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  body {
      font-size: 1.4rem;
  }
}


/* キャンペーンページのみヘッダーメニュー非表示のため */
#top-head {
	height: 100px;
}

.sp-margin {
	height: 100px;
}

@media screen and (max-width: 960px) {
  #top-head .header-inner {
    padding: 15px 3%;
  }
}
@media screen and (max-width: 860px) {
  #top-head {
		height: 62px;
	}
  #top-head .header-inner {
    padding: 5px 3%;
  }
  .sp-margin {
    height: 62px;
  }
}
/* キャンペーンページのみヘッダーメニュー非表示のため ここまで*/

/* ここから新規（キャンペーン全体） */

.campaign {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 3%;
  text-align: center;
}

/* キャンペーン説明 */

.campaign__intro {
  margin-bottom: 40px;
}

.campaign__note {
  text-align: left;
  margin-top: 16px;
}

.campaign__note p {
  line-height: 1.6;
  text-align: justify;
}


@media screen and (max-width: 860px) {
  .campaign {
    max-width: 860px;
    padding: 0 0;
  }
  .campaign__note {
    text-align: left;
    padding: 0 3%;
  }
}
@media screen and (max-width: 540px) {
  .campaign {
    max-width: 540px;
  }
}

/* クイズ */
.campaign__quiz {
  margin-bottom: 80px;
}
.campaign__quiz_head {
  font-size: 32px;
  color: #fff;
  background-color: #333;
  border-radius: 15px;
  margin-bottom: 16px;
}

.campaign__quiz_container {
  background-color: #d22d25;
  border-radius: 15px;
  padding: 48px 80px;
  margin-bottom: 16px;
}

.campaign__quiz_title {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  height: 100px;
  margin-bottom: 30px;
}
.campaign__quiz_title h4 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-left: 120px;
}

.campaign__quiz_title::before {
  width: 100px;
  height: 100px;
  background-color: #fff;
  color: #d22d25; 
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}

.campaign__quiz_title.no1::before {
  content: 'Q1';
}
.campaign__quiz_title.no2::before {
  content: 'Q2';
}
.campaign__quiz_title.no3::before {
  content: 'Q3';
}

.campaign__quiz_question {
  background-color: #fff;
  color: #d22d25;
  border-radius: 15px;
  padding: 48px 5%;
  text-align: justify;
}

.campaign__quiz_question p {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 32px;
}
.campaign__quiz_question ul {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto 40px;
}
.campaign__quiz_question ul li {
  font-size: 20px;
  line-height: 2;
  color: #333;
  text-align: left;

}

.campaign__quiz .btn_hint {
  display: flex;
  justify-content: center;
  width: 300px;
  border: 2px solid #d22d25;
  border-radius: 20px;
  font-size: 16px;
  color: #d22d25;
  margin: 0 auto;
  padding: 0 0;
  position: relative;
  letter-spacing: 0.1em;
}

.campaign__quiz .btn_hint::before {
  position: absolute;
  content: url(../img/campaign_hint.png);
  width: 14px;
  height: 25px;
  left: 60px;
  top: 5px;
}

.campaign__quiz .btn_hint:hover {
  background-color: #d22d25;
  color: #fff;
  transition: all 0.5s ease;
}

.campaign__quiz p.quiz_note {
  font-size: 16px;
  margin: 32px 0 0;
}


@media screen and (max-width: 860px) {
  .campaign__quiz_container {
    padding: 30px 6%;
    margin-bottom: 16px;
  }
  .campaign__quiz_head {
    font-size: 24px;
    font-weight: bold;
  }

  .campaign__quiz_title {
    margin-bottom: 30px;
  }
  .campaign__quiz_title h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .campaign__quiz_question p {
    font-size: 24px;
    font-weight: bold;
  }
  
  .campaign__quiz {
    padding: 0 3%;
  }


}
@media screen and (max-width: 540px) {
  .campaign__quiz_title {
    justify-content: center;
    height: auto;
  }
  
  .campaign__quiz_title h4 {
    margin-top: 120px;
    margin-left: 0;
  }
  
  .campaign__quiz_title::before {
    left: calc(50% - 50px);
    top: -10px;
  }
  
  .campaign__quiz_question {
    padding: 30px 5%;
  }
  .campaign__quiz .btn_hint {
    padding: 4px 0 4px 20px;
    align-items: center;
    width: 85%;
    border-radius: 30px;
    font-weight: bold;
    letter-spacing: 0;
  }

  .campaign__quiz .btn_hint::before {
    left: calc(50% - 70px);
    top: calc(50% - 12.5px);
  }
}


/* 応募要項 */
.campaign__essentialPoint {
  border: 3pt solid #d22d25;
  margin-bottom: 60px;
}
.campaign__eP_title {
  color: #fff;
  background-color: #d22d25;
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 100px;
}

.campaign__essentialPoint dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  text-align: left;
  padding: 0 35px;
}

.campaign__essentialPoint dt {
  width: 200px;
  color: #d22d25;
  padding: 24px 10px;
}
.campaign__essentialPoint dd {
  width: calc(100% - 310px);
  color: #333;
  padding: 24px 10px;
  position: relative;
}

.campaign__essentialPoint dd::after {
  content: '';
  background-image: linear-gradient(to right, #d22d25 3px, transparent 3px, transparent 5px);
  background-size: 8px 100%; /* 1セットの幅（色2px + 透明5px）、高さ100% */
  background-repeat: repeat-x;
  width: calc(100% + 220px);
  height: 2px;
  position: absolute;
  left: -220px;
  bottom: 0;
}

.campaign__essentialPoint dd:last-child::after {
  height: 0;
}

.campaign__essentialPoint dd ul li {
  position: relative;
  padding: 0 0 15px 15px;
  line-height: 1.5em;

}
.campaign__essentialPoint dd ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 10px;
}


@media screen and (max-width: 860px) {
  .campaign__essentialPoint {
    margin: 0 3%;
  }

  .campaign__eP_title {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
  }

  .campaign__essentialPoint dl {
    flex-direction: column;
    padding: 0 5%;
  }
  .campaign__essentialPoint dt {
    width: 100%;
    padding: 10px 0 0;
    font-weight: bold;
  }
  .campaign__essentialPoint dd {
    width: 100%;
    padding: 0 0 10px;
  }
  .campaign__essentialPoint dd::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 540px) {
  
}

/* 応募フォームへボタン */
.btn_form {
  width: 480px;
  height: 120px;
  border-radius: 60px;
  background-color: #d22d25;
  margin: 100px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  font-size: 30px;
}

.btn_form .btn_tp {
  font-size: 20px;
  line-height: 1.2em;
}
.btn_form span.btn_btm {
  font-size: 30px;
  line-height: 1.2em;
}

.btn_form::after {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50px;
  right: 50px;
}

.btn_form:hover {
  border: 2px solid #d22d25;
  background-color: #fff;
  transition: all 0.5s ease;
  color: #d22d25;
}

.btn_form a:hover {
  color: #d22d25;
}

.btn_form:hover::after {
  border-top: solid 3px #d22d25;
  border-right: solid 3px #d22d25;
}

@media screen and (max-width: 540px) {
  .btn_form {
    width: 90%;
    margin: 60px auto;
    font-weight: bold;
  }

  .btn_form span.btn_btm {
    line-height: 1.5em;
  }
}






/* プレゼント内容 */
.campaign__present {
  margin-bottom: 60px;
}
.campaign__present-item {

}
.campaign__present-item h4 {
  font-size: 24px;
  color: #005483;
  margin-bottom: 5px;
}
.campaign__present-item p {
  font-size: 20px;
  text-align: center;
}

/* 応募要件 */
.campaign__requirement {
  margin-bottom: 60px;
}
.campaign__requirement p {
  margin-bottom: 20px;
}
.campaign__requirement ul {
  text-align: justify;
}
.campaign__requirement li {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
}

/* ご応募 */
.campaign__application {
  margin-bottom: 60px;
}
.campaign__application .campaign__application-method h4 {
  text-align: left;
  font-size: 20px;
  background-color: #80FF00;
  padding: 10px 30px;
}
.campaign__application .campaign__application-method .campaign__application-txt {
  text-align: left;
}
.campaign__application .campaign__application-method .down-arrow::after {
  content: url("../img/down-arrow.png");
  display: block;
  text-align: center;
}
.campaign__application .campaign__application-method p {
  font-size: 18px;
  /* margin-bottom: 10px; */
}

/* 応募フォームへボタン */
.campaign__application .campaign__application-method .form-button {
  margin-top: 30px;
}
.campaign__application .campaign__application-method .form-button a {
  font-size: 20px;
  background-color: #80FF00;
  display: inline-block;
  padding: 20px 180px;
  border-radius: 20px;
  box-shadow: 0px 15px 0px 0px #61c200;
  transition: .3s;
}
.campaign__application .campaign__application-method .form-button a:hover {
  transform: translateY(15px);
  box-shadow: 0px 0px 0px 0px #61c200;
}


/* よしまちべっぴん購入特典キャンペーン対象店舗 */
.campaign__shop {
  background-color: #EEEEEE;
  padding: 60px 100px;
  margin-bottom: 40px;
}
.campaign__shop .campaign__shop-category {
  margin-bottom: 60px;
}
.campaign__shop .campaign__shop-category:last-child {
  margin-bottom: 0;
}
.campaign__shop .campaign__shop-category .campaign__subtitle {
  background-color: #fff;
  margin: 10px 0;
}
.campaign__shop .campaign__shop-category p {
  margin-bottom: 20px;
}
.campaign__shop .campaign__shop-category ul {
  text-align: left;
}

/* ご注意 */
/* 当選について */
/* 個人情報の取扱いについて */
.campaign__description {
  margin-bottom: 60px;
}
.campaign__description p {
  text-align: left;
}
.campaign__description .campaign__description-indent {
  padding-left: 2em;
}