@charset "UTF-8";

/* reset
===============================================================*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin        : 0;
  padding       : 0;
  border        : 0;
  outline       : 0;
  font-size     : 100%;
  vertical-align: baseline;
  background    : transparent
}

* {
  box-sizing: border-box
}

body {
  line-height               : 1;
  font-family               : 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  word-break                : break-all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

img {
  display  : block;
  max-width: 100%;
}

ul {
  list-style: none
}

a {
  margin        : 0;
  padding       : 0;
  font-size     : 100%;
  vertical-align: baseline;
  background    : transparent
}

#wrapper {
  width      : 100%;
  max-width  : 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
}

a {
  text-decoration: none;
}

.button a:hover {
  opacity: 0.7;
}

.sp_none {
  display: block;
}

.pc_none,
.slider_box02 {
  display: none;
}

.inner {
  max-width : 98%;
  margin    : 0 auto;
  position  : relative;
  text-align: center;
}

.contents_bg {
  width: 100%;
}

#contents_mv,
#contents_election {
  width   : 100%;
  margin  : 0 auto;
  position: relative;
}

#contents_mv img,
#contents_election img {
  width: 100%;
}

/* リード */
#contents_read {
  background-image : url(../img/bg01.png);
  background-repeat: repeat;
}

#contents_read .inner {
  width  : 1000px;
  padding: 40px 0 60px;
}

#contents_read .title {
  padding: 0 0 50px;
}

#contents_read .title img,
.button01 img,
.center {
  margin: 0 auto;
}

.read_box {
  display        : flex;
  justify-content: space-between;
  max-width      : 830px;
  margin         : 0 auto 80px;
}

.box_left {
  margin-right: 10px;
}

.box_right {
  margin-left: 10px;
}

.menu {
  position: relative;
}

.menu01 {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 33.5%;
  height  : 100%;
}

.menu02 {
  position: absolute;
  top     : 0;
  left    : 33.5%;
  width   : 33.5%;
  height  : 100%;
}

.menu03 {
  position: absolute;
  top     : 0;
  left    : 66.5%;
  width   : 33.5%;
  height  : 100%;
}

/* 総選挙キャンペーンとは？ */
#contents_about {
  background-image : url(../img/bg01.png);
  background-repeat: repeat;
}

#contents_about .inner {
  width  : 1000px;
  padding: 60px 0;
}

#contents_about .title {
  padding: 0 0 40px;
}

/* 応募コース */
#contents_course {
  background-image : url(../img/bg02.png);
  background-repeat: repeat;
}

#contents_course .inner {
  width  : 1000px;
  padding: 40px 0 50px;
}

#contents_course .title {
  padding: 0 0 50px;
}

.course01,
.course02 {
  padding-bottom: 40px;
}

.course03 {
  padding-bottom: 30px;
}

/* 対象商品 */
#contents_goods {
  background-image : url(../img/bg02.png);
  background-repeat: repeat;
}

#contents_goods .inner {
  width  : 1000px;
  padding: 50px 0 60px;
}

#contents_goods .title {
  padding: 0 0 50px;
}

.goods_box_flex01 {
  display        : flex;
  justify-content: space-between;
  margin         : 0 auto;
}

.goods_box_flex02 {
  display        : flex;
  justify-content: space-between;
  width          : 72%;
  margin         : 40px auto 50px;
}

/* レシピ */
#contents_recipe {
  background-image : url(../img/bg03.png);
  background-repeat: repeat;
}

#contents_recipe .inner {
  width  : 1000px;
  padding: 50px 0 90px;
}

.recipe_box_flex01 {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: space-between;
  margin         : 0 auto 50px;
}

.recipe_box_flex01 img,
.recipe_box_flex02 img {
  flex-basis: 23%;
}

.recipe_box_flex02 {
  display        : flex;
  justify-content: space-between;
  margin         : 0 auto 110px;
}

/* ボタン */
.open-btn {
  background-color: unset;
  border          : none;
  cursor          : pointer;
  width           : 23%;
}

.close-btn {
  position  : absolute;
  top       : -15px;
  right     : -15px;
  background: transparent;
  border    : none;
  cursor    : pointer;
  transition: transform 0.3s ease;
  width     : 60px;
  height    : 60px;
  background-image: url(../img/modal_x.png);
  background-repeat: no-repeat;
  background-size: cover;

}

/* モーダル背景 */
.modal {
  display        : none;
  position       : fixed;
  top            : 0;
  left           : 0;
  justify-content: center;
  align-items    : center;
  width          : 100%;
  height         : 100%;
  background     : rgba(79, 79, 79, 0.9);
  z-index        : 100;
  opacity        : 0;
  pointer-events : none;
  transition     : opacity 0.3s ease;
}

/* モーダル表示状態 */
.modal.active {
  display       : flex;
  opacity       : 1;
  pointer-events: auto;
}

/* モーダルの中身*/
.modal-content {
  background     : unset;
  width          : 80vw;
  max-width      : 960px;
  text-align     : center;
  position       : relative;
  opacity        : 0;
  transform      : scale(0.8);
  transition     : all 0.3s ease;
  height         : 60%;
  margin: 10% auto;
  background-image: url(../img/modal_base_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 30px;
  scrollbar-width: none;
}

.modal-content::-webkit-scrollbar {
  display: none;
}

.modal-body{
  height: 100%;
  overflow: auto;
  scrollbar-width: none;
  cursor: pointer;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

/* アニメーション*/
.modal.active .modal-content {
  animation: fadeInScale 0.4s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity  : 0;
    transform: scale(0.8);
  }

  100% {
    opacity  : 1;
    transform: scale(1);
  }
}

.button {
  text-align: center;
}

.button a {
  display: inline-block;
}

/* 応募方法 */
#contents_oubo {
  background-image : url(../img/bg01.png);
  background-repeat: repeat;
}

#contents_oubo .inner {
  width  : 1100px;
  padding: 60px 0 30px;
}

#contents_oubo .title {
  padding-bottom: 30px;
}

.oubo_box {
  display        : flex;
  justify-content: space-between;
  align-items    : center;
  padding-bottom : 40px;
}

/* 購買証明撮影方法 */
#contents_receipt {
  background-image : url(../img/bg02.png);
  background-repeat: repeat;
}

#contents_receipt .inner {
  width  : 940px;
  padding: 60px 0 80px;
}

#contents_receipt .title {
  padding-bottom: 40px;
}

.receipt01 {
  padding: 30px 0 20px;
}

.receipt_box {
  display        : flex;
  justify-content: space-between;
  padding        : 30px 0;
}

/* 応募規約 */
#contents_kiyaku {
  background-color: #faebd2;
}

#contents_kiyaku .inner {
  width  : 800px;
  padding: 70px 0 50px;
}

#contents_kiyaku img {
  margin: 0 auto;
}

#contents_kiyaku .title {
  padding-bottom: 40px;
}

#contents_kiyaku .title img {
  margin: 0 auto;
}

.kiyakuBox01 {
  background-color: #fff;
  max-width       : 800px;
  height          : 420px;
  overflow        : hidden;
  margin          : 0 auto 70px;
  padding         : 20px;
  text-align      : left;
  line-height     : 1.5;
  border-radius   : 8px;
}

.kiyakuBoxInner {
  width     : 100%;
  height    : 100%;
  overflow  : scroll;
  overflow-x: hidden;
}

.kiyakuBoxInner h5 {
  margin     : 0;
  padding-top: 20px;
  font-size  : 16px;
  font-weight: normal;
}

.kiyakuBoxInner p {
  font-size: 16px;
  margin   : 0;
}

.kiyakuBoxInner ul,
.kiyakuBoxInner ol {
  margin      : 0;
  margin-left : 0;
  padding-left: 0;
  list-style  : none;
}

.kiyakuBoxInner ul li {
  font-size   : 16px;
  padding-left: 1em;
  text-indent : -1em;
}

.kiyakuBoxInner ol li {
  font-size   : 16px;
  list-style  : none;
  position    : relative;
  padding-left: 1em;
  text-indent : -1em;
}

.kiyakuBoxInner a {
  color          : #000;
  text-decoration: underline;
  word-break     : break-all;
}

/* ＊よくある質問＊ */
#contents_question {
  background-color: #faebd2;
}

#contents_question .inner {
  width  : 720px;
  padding: 50px 0 60px;
}

#contents_question .title {
  padding-bottom: 40px;
}

#contents_question .title img {
  margin: 0 auto;
}

.list_accordion {
  padding-bottom: 20px;
}

/*チェックボックスを非表示にする*/
.list_accordion input {
  display: none;
}

.list_accordion label {
  padding   : 0.7em;
  background: #84ba26;
  display   : block;
  position  : relative;
  cursor    : pointer;
}

.list_accordion label p {
  text-align: left;
}

/* アコーディオンアイコン　プラスボタン */
.icon,
.icon::after {
  display      : block;
  box-sizing   : border-box;
  background   : currentColor;
  border-radius: 10px;
}

.icon {
  position        : absolute;
  transform       : translate(0, -50%) scale(0.9);
  width           : 16px;
  height          : 2px;
  top             : 50%;
  right           : 2%;
  transition      : 0.4s;
  background-color: #fff;
}

.icon::after {
  content         : "";
  position        : absolute;
  width           : 2px;
  height          : 16px;
  top             : -7px;
  left            : 7px;
  background-color: #fff;
}

/* アコーディオンアイコン　マイナスボタン */
.acd-check:checked+label .icon {
  box-sizing      : border-box;
  position        : absolute;
  display         : block;
  transform       : scale(0.9);
  width           : 16px;
  height          : 2px;
  background      : currentColor;
  border-radius   : 10px;
  transition      : 0.4s;
  background-color: #fff;
}

.acd-check:checked+label .icon::after {
  display: none;
}

.list_accordion .topics_accordion {
  margin-bottom: 60px !important;
}

/*コンテンツ初めは非表示*/
.list_accordion .content {
  max-height: 0;
  opacity   : 0;
  visibility: hidden;
  transition: 0.5s;
  overflow  : hidden;
}

.list_accordion .content a {
  color          : #000;
  text-decoration: underline;
}

/*クリックするとコンテンツ表示*/
.list_accordion input:checked~.content {
  max-height      : 2000px;
  opacity         : 1;
  visibility      : visible;
  background-color: #fff;
  padding         : 20px 27px;
  text-align      : left;
  line-height     : 1.5;
}

/* アコーディオン表示の際に三角回転 */
.list_accordion input:checked~label .icon {
  transform: rotate(180deg);
}

/* お問い合わせ */
#contents_contact {
  background-image : url(../img/bg04.png);
  background-repeat: repeat-y;
  background-size  : cover;
}

#contents_contact .title {
  padding-bottom: 30px;
}

#contents_contact img {
  margin: 0 auto;
}

#contents_contact .inner {
  width  : 1440px;
  padding: 0 0 70px;
}

.contact02 {
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display  : block;
    max-width: 100%;
  }

  .sp_none {
    display: none;
  }

  .contents_mv {
    width    : 100%;
    max-width: 100%;
  }

  /* リード */
  #contents_read .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 20px 0;
  }

  #contents_read .title {
    padding: 0 0 20px;
  }

  .read_box {
    max-width: 100%;
    margin   : 0;
  }

  /* 総選挙キャンペーンとは？ */
  #contents_about .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 40px 0;
  }

  #contents_about .title {
    padding: 0 0 30px;
  }

  /* 応募コース */
  #contents_course .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 25px 0 40px;
  }

  #contents_course .title {
    padding: 0 0 20px;
  }

  .course01,
  .course02 {
    padding-bottom: 20px;
  }

  /* 対象商品 */
  #contents_goods .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 40px 0 0;
  }

  #contents_goods .title {
    padding: 0 0 30px;
  }

  .goods_box_flex01 {
    flex-wrap: wrap;
  }

  .goods_box_flex02 {
    flex-wrap: wrap;
    width    : 100%;
    margin   : 0 auto;
  }

  .goods_box_flex01>div,
  .goods_box_flex02>div {
    width         : 48%;
    padding-bottom: 20px;
  }

  /* レシピ */
  #contents_recipe .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 30px 0;
  }

  .recipe_box_flex01 {
    margin: 0 auto;
  }

  .open-modal {
    flex-basis    : 48%;
    padding-bottom: 20px;
  }

  .recipe_box_flex02 {
    margin: 0 auto 30px;
  }

  .modal-content {
    width : 90vw;
    height: 80vh;
    background-image: url(../img/modal_base_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px;
  }
  
  .modal-body {
    /* height: calc(100% - 20px); */
  }

  .close-btn {
    /* height: 180%; */
    width: 30px;
    height: 30px;
    top  : -15px;
    right: -5px;
}

  /* 応募方法 */
  #contents_oubo .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 40px 0;
  }

  .oubo_box {
    display       : block;
    padding-bottom: 0;
  }

  .oubo_box>div img {
    padding-bottom: 10px;
  }

  .oubo_box .box_left,
  .oubo_box .box_right {
    margin: 0;
  }

  /* レシートの撮影時の注意事項 */
  #contents_receipt .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 40px 0;
  }

  #contents_receipt .title {
    padding-bottom: 30px;
  }

  .receipt01 {
    padding: 20px 0;
  }

  .receipt_box {
    flex-wrap: wrap;
    padding  : 20px 0;
  }

  .receipt_box>div {
    width         : 48%;
    padding-bottom: 12px;
  }

  .receipt_box .box_left,
  .receipt_box .box_right {
    margin: 0;
  }

  /* 応募規約 */
  #contents_kiyaku .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 40px 0 25px;
  }

  #contents_kiyaku .title {
    padding-bottom: 20px;
  }

  .kiyakuBox01 {
    height : 210px;
    margin : 0 auto 40px;
    padding: 15px;
  }

  .kiyakuBoxInner h5 {
    padding-top: 20px;
    font-size  : 14px;
  }

  .kiyakuBoxInner p {
    font-size: 14px;
  }

  .kiyakuBoxInner ul li {
    font-size: 14px;
  }

  .kiyakuBoxInner ol li {
    font-size: 14px;
  }

  /* ＊よくある質問＊ */
  #contents_question .inner {
    width    : 100%;
    max-width: 90%;
    padding  : 25px 0 40px;
  }

  #contents_question .title {
    padding-bottom: 30px;
  }

  .list_accordion {
    padding-bottom: 10px;
  }

  .list_accordion label {
    padding: 0.7em 2em 0.7em 0.7em;
  }

  input:checked~.content {
    font-size: 14px;
  }

  /* お問い合わせ */
  #contents_contact .inner {
    width    : 100%;
    max-width: 93%;
    padding  : 0 0 60px;
  }

  #contents_contact .title {
    padding: 0 0 30px;
  }

  .contact02 {
    padding: 25px 0;
  }
}