@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Hiragino Kaku Gothic Pro, Meiryo UI, "メイリオ", Meiryo, Helvetica, sans-serif;
  text-align: center;
  font-size: 1em;
  color: #333;
  line-height: 1.8;
  background: #fff0c4;
  word-break: break-all;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  transform: rotate(0.05deg);
}

ul,
li,
ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

li {
  transform: rotate(0.05deg);
}

p {
  margin: 0;
  padding: 0;
  transform: rotate(0.05deg);
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #ff118f;
  text-decoration: none;
}

a:visited {
  color: #9520df;
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  color: #df2089;
  text-decoration: underline;
}

a:hover img,
a:active img,
a:focus img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.bold {
  font-weight: bold;
}

/* /basic */
.snstitle {
  color: #333 !important;
}

/* ====================スマートフォン縦==================== */
.sp {
  display: block;
}

.pc {
  display: none;
}

#container p {
  margin: 0 auto 1.5rem auto;
}

/* ===== 緊急テキストエリア ===== */
#message {
  width: 90%;
  max-width: 768px;
  margin: 2.4rem auto 0 auto;
  font-size: 1em;
  color: #333;
  text-align: left;
  background: #fff;
  border: 2px solid #666;
  border-radius: 4px;
  position: relative;
}

#message h2 {
  font-size: 1.2em;
  font-weight: normal;
  color: #222;
  text-align: center;
  padding: 0.5rem 0 0 0;
  letter-spacing: 0.2rem;
}

#message p {
  padding: 0 1rem;
}

/* ===== メインビジュアル ===== */
#headerContainer {
  padding: 0 0 40px 0;
  margin: auto;
  background: url(../img/bg_sp.jpg) top center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#logoContainer .logo {
  position: relative;
  z-index: 5;
  margin: 90px auto 0;
  width: 90%;
  max-width: 640px;
  text-align: center;
}
#logoContainer .light {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  animation-name: spotlight;
  animation-delay: 0;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
#logoContainer .chu {
  position: absolute;
  z-index: 6;
  top: 10px;
  right: 10px;
  width: 88px;
}
#logoContainer .headerPresent {
  position: relative;
  z-index: 5;
  margin: 100px auto 0;
  width: 90%;
}
#logoContainer .star1 {
  position: absolute;
  z-index: 1;
  top: 1%;
  left: 3%;
  width: 18%;
  max-width: 100%;
}
#logoContainer .star2 {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 26%;
  width: 12%;
  max-width: 100%;
}
#logoContainer .date {
  position: absolute;
  z-index: 4;
  top: 250px;
  left: 0%;
  right: 0%;
  width: 90%;
  margin: auto;
}

@keyframes spotlight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#close {
  width: 90%;
  max-width: 640px;
  background: #fff;
  color: #ff118f;
  font-size: 16px;
  display: inline-block;
  padding: 8px;
  border-radius: 10px;
  margin: 40px auto !important;
}

/* ===== メニュー ===== */
#mainMenu {
  margin: 40px 2% 0 2%;
}
#mainMenu ul {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  justify-content: space-around;
  align-items: stretch;
}
#mainMenu ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #fff;
  transition: all 0.2s;
}
#mainMenu ul li:first-child {
  font-size: 15px;
}
#mainMenu ul li:hover {
  opacity: 1;
  background: #ff118f;
}
#mainMenu ul li a {
  display: block;
  padding: 16px 0;
  text-decoration: none;
}

.menuStyle {
  width: 48%;
  margin: 0 1% 16px 1%;
  text-align: center;
  background: #cb006b;
  border-radius: 50px;
}
.menuStyle a {
  color: #fff;
}

.menuStyle img {
  max-width: 100%;
  height: auto;
}

#bgCampaign {
  background: #fff0c4;
}

#bgJoin {
  background: #ffd997;
}

#bgProgram {
  background: #fff0c4;
}

#bgPresent {
  background: #ffd997;
}

#bgAttention {
  background: #fff0c4;
}

.bgStyle {
  padding: 40px 0;
  position: relative;
}

.campaignInner {
  padding: 1rem;
  margin: auto;
}
.campaignInner img {
  margin: auto;
}

.sectionStyle {
  width: 96%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.6);
  text-align: left;
  border-radius: 20px;
}

.sectionHeader {
  position: relative;
  width: 100%;
  padding: 15px 0 10px 0;
  text-align: center;
  background-image: linear-gradient(135deg, rgb(255, 67, 166), rgb(203, 0, 107));
  border-radius: 20px 20px 0 0;
}
.sectionHeader h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.stepicon {
  max-width: 100%;
  width: 45px !important;
}

.campaignInner li {
  margin-bottom: 40px;
}
.campaignInner span.color {
  color: #ff118f;
  font-weight: bold;
}

/* ===== キャンペーン概要 ===== */
/* ===== 参加方法 ===== */
/* ===== 対象番組 ===== */
.programContainer {
  margin: auto;
  text-align: center;
}
.programContainer .programinfo {
  text-align: center;
  margin: 20px auto 0 !important;
}
.programContainer .programlink {
  transition: all 0.2s;
  display: inline-block !important;
}
.programContainer .programlink img {
  border: 2px solid #ff118f;
  text-align: center;
  width: 90%;
  max-width: 640px;
}
.programContainer .programlink:hover img {
  opacity: 0.8;
}

/* ===== 応募方法 ===== */
/* ===== ボタン ===== */
.btn-d01 {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 480px;
  padding: 16px 10px;
  color: #fff !important;
  letter-spacing: 0.2rem;
  text-decoration: none;
  text-shadow: 2px 2px 0 rgba(158, 15, 70, 0.8);
  font-size: 24px;
  font-weight: bold;
  background-image: radial-gradient(circle, rgb(255, 138, 183), rgb(253, 50, 128) 98%);
  border-radius: 50px;
  border: #e21b7e 3px solid;
  box-shadow: 0 2px 10px rgba(124, 89, 23, 0.8);
  transform: translateY(0) rotate(0.05deg);
  transition: all 0.2s;
}
.btn-d01:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(124, 89, 23, 0.8);
  transform: translateY(5px) rotate(0.05deg);
}
.btn-d01:visited, .btn-d01:active, .btn-d01:focus {
  color: #fff;
  text-decoration: none;
}
.btn-d01 span {
  font-size: 12px;
}

.btn-d02 {
  position: relative;
  display: inline-block;
  width: 80%;
  max-width: 480px;
  padding: 16px 10px;
  color: #666;
  letter-spacing: 0.2rem;
  line-height: 1.4;
  text-decoration: none;
  font-size: 24px;
  font-weight: bold;
  background-color: #ddd;
  border-radius: 50px;
  border: #ccc 3px solid;
}
.btn-d02 span {
  font-size: 12px;
  letter-spacing: 0.1rem;
}

#present a:visited,
#present a:visited {
  color: #333;
  text-decoration: underline;
}

#present a:hover,
#present a:active,
#present a:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#present h3 {
  margin: 20px auto;
}

#ouboBtn {
  width: 80%;
  margin: auto;
}

#present #btnNone {
  max-width: 480px;
  padding: 24px 0;
  background: #fff;
  text-align: center;
  border-radius: 80px;
  border: 1px solid #ccc;
  font-weight: bold;
  font-size: 1em;
  margin: 40px auto;
}

#present #shimekiri {
  width: auto;
  text-align: center;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
  color: #ff118f;
}

#present .presentContents {
  text-align: center;
}

ul.attlist {
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  text-align: left;
}
ul.attlist li {
  margin: 0 auto 5px auto;
  padding: 0 0 0 1rem;
  text-indent: -0.7em;
}
ul.attlist li:before {
  content: "• ";
  color: grey;
}

ul.attlist2 {
  width: 100%;
  max-width: 700px;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: left;
  font-size: 0.9em;
}
ul.attlist2 li {
  margin: 0 auto;
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

/* ===== 注意事項 ===== */
#attention a {
  color: #1176ff;
  text-decoration: underline;
}

#attention a:visited,
#attention a:visited {
  color: #1176ff;
  text-decoration: underline;
}

#attention a:hover,
#attention a:active,
#attention a:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ===== ページトップバー ===== */
#pageTopBar {
  display: block;
  background: #ee930a;
}

#pageTopBar a {
  display: block;
  width: 100%;
  padding: 0.7em 0;
  color: #fff;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.5rem;
  transition: 0.3s;
}

#pageTopBar a:hover,
#pageTopBar a:active,
#pageTopBar a:focus {
  text-decoration: none;
}

#pageTopBar a:hover {
  background: #b66d00;
}

/* ===== フォントサイズ ===== */
.fontSizeS01 {
  font-size: 0.8em;
}

.fontSizeS02 {
  font-size: 1em;
}

/* ===== フォントウェイト ===== */
.fWeightStrong {
  font-weight: bold;
}

/* ===== dボタン ===== */
.dTxt {
  position: relative;
  font-weight: bold;
  text-indent: 0.4rem;
  left: 0.6rem;
  padding-right: 1.2rem;
}

.dTxt:after {
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  content: "\f111";
  position: absolute;
  width: 26px;
  height: 26px;
  font-size: 1.5em;
  top: -0.5rem;
  left: -0.8rem;
}

/* ページトップボタン/btn-page_top */
#page_top {
  width: 80px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  background: #bbb;
}

#page_top a {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 24px;
  color: #fff;
  position: absolute;
  width: 80px;
  height: 24px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: "PAGE TOP";
  font-size: 12px;
  color: #fff;
  position: absolute;
  width: 80px;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* SNSボックス上書き */
.sns-archive {
  background: none !important;
  box-shadow: none !important;
}

.sns .snstitle {
  color: #323232;
  font-weight: 900;
}

@media screen and (min-width: 481px) {
  /* タブレット縦 /スマートフォン横----------------------------------------------------------------- */
  body {
    font-size: 1.2em;
  }
  #campaignInner,
  #joinInner,
  #programInner,
  #presentInner,
  #attentionInner {
    padding: 4rem 2rem 2rem 2rem;
    margin: auto;
  }
  /* ===== メニュー ===== */
  #mainMenu {
    margin: 4rem 2% 0 2%;
  }
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: stretch;
  }
  #mainMenu ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 0.05em;
    color: #fff;
  }
  #mainMenu ul li:first-child {
    font-size: 0.8em;
  }
  #mainMenu ul li a {
    display: block;
    padding: 2rem 0;
    text-decoration: none;
  }
  /* ===== 参加方法 ===== */
  #join ol {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  /* 中京サイズデスクトップ/タブレット横----------------------------------------------------------------- */
  body {
    font-size: 1em;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  #container p {
    font-size: 1em;
  }
  .sectionStyle {
    width: 800px;
  }
  #logo-sp,
  #header-bg-sp {
    display: none;
  }
  /* ===== メインビジュアル ===== */
  #headerContainer {
    padding: 0 0 40px 0;
    margin: auto;
    background: url(../img/bg_pc.png) top center no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
  }
  #logoContainer .logo {
    position: relative;
    z-index: 5;
    margin: 40px auto 0;
    width: 792px;
    text-align: center;
  }
  #logoContainer .light {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation-name: spotlight;
    animation-delay: 0;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
  }
  #logoContainer .chu {
    position: absolute;
    z-index: 6;
    top: 180px;
    right: calc(50% - 500px);
    width: 176px;
  }
  #logoContainer .headerPresent {
    display: block;
    position: relative;
    z-index: 5;
    margin: 40px auto 0;
    width: auto;
  }
  #logoContainer .date {
    display: block;
    position: relative;
    z-index: 5;
    margin: 20px auto 0;
    top: 0;
    width: auto;
  }
  #logoContainer .star1 {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: calc(50% - 500px);
    width: 140px;
    max-width: 100%;
  }
  #logoContainer .star2 {
    display: block;
    position: absolute;
    z-index: 1;
    top: 60px;
    right: calc(50% - 500px);
    width: 74px;
    max-width: 100%;
  }
  @keyframes spotlight {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #txt01 {
    width: 960px;
  }
  #bgCampaign,
  #bgProgram,
  #bgAttention {
    background-size: 5%;
  }
  #bgJoin,
  #bgPresent {
    background-size: 5%;
  }
  /* ===== メニュー ===== */
  #mainMenu {
    width: 960px;
    margin: 6rem auto 0 auto;
  }
  #mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    /* 子要素をflexboxにより中央に配置する */
  }
  .menuStyle {
    width: 23%;
    margin: 0 1% 2rem 1%;
    text-align: center;
  }
  .menuStyle img {
    max-width: 100%;
    height: auto;
  }
  #mainMenu ul li {
    width: 22%;
    font-size: 1.4em;
  }
  #mainMenu ul li:first-child {
    font-size: 1.4em;
  }
  #mainMenu ul li a {
    display: block;
    width: 100%;
    padding: 1em 0;
  }
  .sectionHeader {
    position: relative;
    width: 100%;
    font-size: 1.4em;
    padding: 16px 0;
  }
  /* ===== キャンペーン概要 ===== */
  .campaignInner img {
    display: block;
    margin: auto;
  }
  .campaignInner p {
    width: 700px;
    margin: 0 auto 20px;
  }
  /* ===== 参加方法 ===== */
  #join ol li {
    margin-bottom: 60px;
  }
  #join ol li .stepicon {
    text-align: left;
    display: block;
    margin: 0 0 0 25px;
    width: 50px !important;
  }
  #join ol li img {
    display: block;
    margin: auto;
    width: 600px;
  }
  #join ol li p {
    width: 700px;
    margin: 0 auto 20px;
  }
  /* ===== 対象番組 ===== */
  #program .attlist {
    width: 98%;
    margin: 10px auto 0 auto;
  }
  #program .campaignDate {
    display: block;
    margin: auto;
    text-align: center;
    font-size: 20px;
  }
  /* ===== 応募方法 ===== */
  #presentInner img#presentImg01 {
    display: block;
    width: 640px;
  }
  #presentInner img#presentImg02 {
    display: block;
    width: 640px;
  }
  #presentInner #presentAboutTxt {
    width: 768px;
    margin: auto;
  }
  #presentInner h2 {
    width: 768px;
  }
  #presentInner #ouboContaier {
    width: 768px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
  }
  #presentInner .attlist {
    width: 768px;
    margin: 10px auto 0 auto;
  }
  /* ===== 注意事項 ===== */
  #attention ul.attlist {
    width: 768px;
    list-style: none;
    margin: 0 auto;
    text-align: left;
  }
  /* ===== フォントサイズ ===== */
  .fontSizeS01 {
    font-size: 0.9em;
  }
  /* ===== ｄボタン ===== */
  .dTxt {
    position: relative;
    font-weight: bold;
    text-indent: 0.4rem;
    left: 0.6rem;
    padding-right: 1.2rem;
  }
  .dTxt:after {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: "\f111";
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 1.4em;
    top: -0.4rem;
    left: -0.8rem;
  }
  /* /btn-page_top */
  #page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.8;
    background: #bbb;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -38px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after {
    content: "PAGE TOP";
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  /* /btn-page_top */
  footer #f-container {
    padding: 20px 0 60px 0;
    background: #efae4e;
    color: #fff;
    font-size: 1rem;
  }
  footer #f-container a {
    color: #fff;
    text-decoration: none;
  }
  footer #f-container a:visited {
    color: #fff;
    text-decoration: none;
  }
  footer #f-container a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer #f-container a:active,
  footer #f-container a:focus {
    color: #fff;
    text-decoration: none;
  }
}
.clear {
  clear: both;
}

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

.clearfix {
  display: inline-table;
  zoom: 1;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}/*# sourceMappingURL=main.css.map */