@charset "UTF-8";
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  /* .terminate　有効時に外す
  h1{
    margin-top: 0;
  }
  */
}
.c5-main__container * {
  box-sizing: border-box;
}
.c5-main__container h1 {
  margin-bottom: 0;
}
.c5-main__container h1 img {
  display: block;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.mod-column1 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}

/* メニュー
-------------------------------------------------*/
#tab-cb {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

#tab-cb li {
  width: 33.333%;
  text-align: center;
  list-style: none;
  margin: 0 0 1px;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  background: #fff;
  border: 1px solid #595959;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  color: #595959;
}
#tab-cb li.select, #tab-cb li.hover {
  background: #d10e25;
  color: #fff;
  border: none;
}
#tab-cb li:nth-child(2) {
  padding-top: 18px;
  border-left: none;
  border-right: none;
}
.disnon {
  display: none;
}

/* コンテンツ
-------------------------------------------------*/
.content_wrap {
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
}

.txt_area {
  margin: 0 15px 30px 15px;
  position: relative;
}

/* 見出し
-------------------------------------------------*/
.mod-column1 h2 {
  margin: 0 0 20px 0;
  height: auto;
  color: #fff;
  background-color: #d10e25;
  padding: 3px 0 3px 0.5em;
  position: relative;
  font-size: 125%;
}
.mod-column1 h2 span {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: 0;
  height: auto;
}
.mod-column1 h3 {
  margin: 0 0 20px;
  height: auto;
  text-indent: 0;
  position: relative;
}

.td--underline {
  cursor: pointer;
}
.td--underline:hover {
  text-decoration: underline;
}

/*トップ*/
/*
.c5-h1note{
  margin-bottom: 0;
  &__wrap{
    margin: 0 auto;
    padding: 15px 15px 20px;
    @media (min-width:750px) {
      border-right: 1px solid #ccc;
      border-left: 1px solid #ccc;
      padding: 10px 20px;
    }
    @media (min-width:1200px) {
      padding: 10px 40px;

    }
  }
  li{
    font-size: 11px;
    line-height: 1.3;
    padding-left: 1em;
    text-indent: -1em;
    @media (min-width:750px) {
      font-size: 13px;
    }
  }
}
*/
.c5-catch {
  margin: 0 auto 20px;
  padding: 0 15px;
}
.c5-catch img {
  display: block;
  margin: 0 auto;
}

.c5-bg {
  background: #cc0613;
  background: linear-gradient(-90deg, #94252a 2%, #a3262a 16%, #ba292a 28%, #c3282b 36%, #c82b2b 53%, #b8282a 69%, #9c252a 86%, #94252a 96%);
}

.c5-gaiyou {
  margin: 0 auto 30px;
  padding: 15px 10px;
}
.c5-gaiyou__ttl {
  margin: 0 auto 10px;
  padding: 10px;
  background-color: #840009;
}
.c5-gaiyou__ttl p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}
.c5-gaiyou__ttl span {
  font-size: 14px;
  display: block;
  line-height: 1;
  font-weight: normal;
}
.c5-gaiyou img {
  display: block;
  margin: 0 auto 10px;
}
.c5-gaiyou .c5-note {
  margin-bottom: 0;
}
.c5-gaiyou .c5-note li {
  color: #fff;
  font-size: 12px;
}
.c5-wb {
  word-break: break-all;
}

/* 商品
-------------------------------------------------*/
.c5-flex {
  display: flex;
}

/* テキスト
-------------------------------------------------*/
p.txtl {
  font-size: 1.25rem;
  font-weight: 700;
}

.txtm {
  font-size: 1.125em;
}

.cbbutton {
  padding: 15px 30px 15px 30px;
  font-size: 125%;
}

.c5-cplink {
  font-size: 125%;
}

/* 応募方法
-------------------------------------------------*/
.c5-junbi {
  margin: 0 auto 45px;
  padding: 20px 5px;
  border: 3px solid #d10e25;
}
.c5-junbi__ttl {
  margin: 0 auto 20px;
  padding: 10px 5px;
  background-color: #d10e25;
}
.c5-junbi__ttl p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.c5-junbi__box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.c5-junbi__con {
  padding: 5px;
}
.c5-junbi__con:first-child, .c5-junbi__con:nth-child(2), .c5-junbi__con:nth-child(3) {
  width: 33.333%;
  margin-bottom: 10px;
}
.c5-junbi__con:nth-child(4), .c5-junbi__con:last-child {
  width: 50%;
}
.c5-junbi__con-txt {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}
.c5-junbi__con-txt span {
  display: block;
  font-size: 10px;
}
.c5-junbi__con-img {
  margin: 0 auto 10px;
}
.c5-junbi__con-img img {
  display: block;
  margin: 0 auto;
}
.c5-junbi__con.c5-bravia .c5-junbi__con-img {
  border-left: 1px solid #787878;
  border-right: 1px solid #787878;
}
.c5-junbi__con.c5-reciet .c5-junbi__con-img {
  border-right: 1px solid #787878;
}
.c5-junbi__con.c5-reciet img {
  width: 50%;
}
.c5-junbi__con.c5-kouza img {
  width: 50%;
}

.c5-step__wrap {
  margin: 0 auto 40px;
}

h2.c5-step__ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}
h2.c5-step__ttl .c5-step__ttl-num {
  display: block;
  width: 37px;
}
h2.c5-step__ttl .c5-step__ttl-num img {
  display: block;
  margin: 0;
}
h2.c5-step__ttl .c5-step__ttl-txt {
  display: block;
  width: calc(100% - 37px);
  padding-left: 10px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
h2.c5-step__ttl .c5-step__ttl-txt span {
  font-size: 14px;
}

.c5-step1 .c5-step__inner {
  padding: 0 15px;
}
.c5-step1__box-ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  line-height: 1.8;
  color: #d10e25;
  border-bottom: 1px solid #d10e25;
}
.c5-step1__box-ttl span {
  display: block;
  padding: 5px 10px;
}
.c5-step1__box-left {
  margin: 0 auto 20px;
  border: 1px solid #d10e25;
}
.c5-step1__box-right {
  margin: 0 auto;
  background-color: #70ceed;
}
.c5-step1__box-right .c5-step1__box-ttl {
  color: #121212;
  border-color: #fff;
}
.c5-step1__box-right .c5-tostep2 {
  text-align: center;
  margin: 0;
  padding: 20px 10px;
}
.c5-step1__box-right .c5-tostep2 img {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.c5-step1__box-right .c5-tostep2 span {
  font-size: 14px;
  padding-left: 10px;
  font-weight: bold;
}
.c5-step1__flex {
  padding: 20px 10px;
}
.c5-step1__flex-txt {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.c5-step1__flex-btn {
  margin: 0 auto;
  text-align: center;
}

.c5-step__inner h3 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #ddd;
}
.c5-movie__wrap {
  margin-bottom: 30px;
}
.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.c5-step2__tejun {
  position: relative;
}
.c5-step2__tejun-con {
  margin: 0 auto 40px;
  position: relative;
}
.c5-step2__tejun-con::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 15px solid #595959;
  border-bottom: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.c5-step2__tejun-con:nth-child(3)::after, .c5-step2__tejun-con:last-child::after {
  display: none;
}
.c5-step2__tejun-txt {
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.c5-step2__tejun-img {
  padding: 0 10px;
}
.c5-step2__tejun-img img {
  display: block;
  margin: 0 auto;
}
.c5-step2__tejun-last-ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background-color: #70ceed;
  margin: 0 auto 20px;
  padding: 5px;
}
.c5-step2__tejun-last-txt {
  font-size: 14px;
  padding: 0 10px;
  line-height: 1.71;
}
.c5-step2__tejun-last .c5-googletv {
  margin: 20px auto 0;
  padding: 0 10px;
}
.c5-step2__tejun-last .c5-googletv__txt {
  font-size: 14px;
  line-height: 1.5;
}
.c5-step2__tejun-last .c5-googletv__btn {
  text-align: center;
}
.c5-step2__tejun-last::after {
  display: none;
  position: static;
}
.c5-step2__tejun.-bottom {
  margin: 40px auto 0;
}
.c5-step3__box-left {
  text-align: center;
  margin-bottom: 20px;
}
.c5-step3__box-right {
  width: 80%;
  margin: 0 auto;
}
.c5-step3__box-right img {
  display: block;
  margin: 0 auto;
}

.c5-step4__btn {
  text-align: center;
  margin-bottom: 20px;
}
.c5-step4__box {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
.c5-step4__box-img {
  width: 48%;
}
.c5-step4__box-img img {
  display: block;
}

.c5-step5__img {
  margin: 0 auto 20px;
}
.c5-step5__img img {
  display: block;
  margin: 0 auto;
}

.c5-step6__txt {
  font-size: 14px;
  margin-bottom: 0;
}
.c5-step6__img img {
  display: block;
  width: 45%;
  margin: 0 auto;
}

.c5-serial__ttl {
  font-size: 15px;
  color: #fff;
  background-color: #a5040e;
  line-height: 1.2;
  padding: 10px;
}
.c5-serial__num {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.c5-serial__txt {
  font-size: 13px;
  line-height: 1.5;
}
.c5-serial__tv {
  margin: 0 auto 40px;
}
.c5-serial__tv-con:first-child {
  margin-bottom: 30px;
}
.c5-serial__tv-box {
  padding: 0 15px;
}
.c5-serial__tv-box .c5-serial__tv-img:first-child {
  margin-bottom: 20px;
}
.c5-serial__tv-img {
  margin: 0 auto;
}
.c5-serial__tv-img img {
  display: block;
  margin: 0 auto;
}
.c5-serial__set-inner {
  margin-top: 20px;
}
.c5-serial__set-barcode {
  margin: 20px auto 30px;
}
.c5-serial__set-barcode img {
  display: block;
  margin: 0 auto;
}
.c5-serial__set-hontai {
  margin: 0 auto 30px;
}
.c5-serial__set-hontai-ttl {
  font-size: 13px;
  font-weight: bold;
}
.c5-serial__set-hontai-txt {
  font-size: 12px;
  line-height: 1.75;
}
.c5-serial__set-hontai-img img {
  display: block;
  margin: 0 auto;
}
.c5-serial__set-hontai-box-con {
  margin-bottom: 30px;
}
.c5-serial__set-hontai-box-con .c5-serial__set-hontai-img {
  width: 80%;
  margin: 0 auto;
}
.c5-serial__set-hontai.c5-sb .c5-serial__set-hontai-txt {
  margin-bottom: 5px;
}
.c5-serial__set-hontai.c5-ns .c5-serial__set-hontai-img {
  width: 75%;
  margin: 0 auto;
}

.c5-stepentry2 {
  margin: 0 auto 20px;
}
.c5-stepentry2__top, .c5-stepentry2__bottom {
  padding: 15px 10px;
  background-color: #eee;
}
.c5-stepentry2__top {
  margin-bottom: 20px;
}
.c5-stepentry2__top > p {
  margin-bottom: 5px;
}
.c5-stepentry2__top-left-box {
  margin: 0 auto 20px;
}
.c5-stepentry2__top-left-box-txt p:first-child {
  margin-bottom: 10px;
}
.c5-stepentry2__top-left-box-img img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c5-stepentry2__bottom-left > p {
  margin-bottom: 5px;
}
.c5-stepentry2__bottom-left .c5-note {
  font-size: 12px;
  line-height: 1.3;
}
.c5-stepentry2__bottom-right-img {
  max-width: 75px;
  margin: 0 auto;
}
.c5-stepentry2__bottom-right-img img {
  display: block;
}

.stepnum {
  padding: 0 0.3% 0;
  color: #7295a9;
  font-size: 1.3em;
  position: relative;
  bottom: -2px;
}

.stepentry_area {
  margin: 0 auto 30px;
}

.howto-txtarea {
  box-sizing: border-box;
  margin: 0 auto 40px;
  padding: 15px;
  background: #eee;
}
.howto-txtarea .howto-txtarea-flex {
  box-sizing: border-box;
  width: 100%;
}
.howto-txtarea .howto-txtarea-flex:not(:last-child) {
  margin-bottom: 10px;
}
.howto-txtarea .howto-txtarea-flex .howto-txt {
  word-break: break-all;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.howto-txtarea .howto-txt a {
  font-weight: bold;
}
.howto-txtarea .howto-txt a:hover {
  text-decoration: underline;
}
.howto-txtarea .c5-img .howto-qr {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}
.howto-txtarea h4 {
  margin-bottom: 0;
}
.howto-txtarea + p {
  font-weight: bold;
  text-align: center;
}

.c5-pl0 {
  padding-left: 0;
}

.howto {
  display: block;
  margin: 0 auto;
}

ul.c5-note {
  margin-top: 0;
  padding-left: 0;
}

.c5-note li,
.c5-note p {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.75;
}

.c5-red {
  color: #e60012;
}

span.c5-blue,
a.c5-blue {
  color: #5887f4;
}

.c5-furikomi {
  margin-top: 40px;
}

h2.c5-furikomi__ttl {
  background-color: #fff;
  border: 1px solid #d10e25;
  color: #d10e25;
  padding: 5px 15px;
  font-size: 20px;
}

/*
.c5-btn-wrap{
  margin-bottom: 50px;
  .s5-buttonContainer{
    margin: 0 auto;
    .c5-oubo{
    	width: 300px;
    	line-height: 1;
    	span{
    		font-size: 14px;
    	}
    }
  }
  & + p{
    font-size: 13px;
    text-align: center;
    color: #ff0000;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
*/
.flexbox-term-form.s5-general--mb40 {
  margin-bottom: 40px !important;
}
.flexbox-term-form .s5-buttonContainer {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.flexbox-term-form .s5-buttonContainer .cbbutton {
  width: 100%;
}
.flexbox-term-form .c5-buttonContainer .cbbutton {
  width: 90%;
  padding: 15px 10px;
  border: none;
  transition: all 0.3s;
}
.flexbox-term-form .c5-buttonContainer .cbbutton:hover {
  opacity: 0.7;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt1, .flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
  display: block;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt1 {
  font-size: 13px;
  margin-bottom: 10px;
}
.flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
  font-weight: bold;
}
.flexbox-term-form .c5-buttonContainer .c5-btnArrow {
  font-size: 0.7em;
  padding-right: 5px;
}
.flexbox-term-form .c5-buttonContainer:first-child .cbbutton {
  background: rgb(235, 187, 0);
  background: linear-gradient(90deg, rgb(235, 187, 0) 0%, rgb(246, 229, 81) 40%, rgb(247, 241, 171) 50%, rgb(246, 229, 81) 60%, rgb(235, 187, 0) 100%);
  color: #111;
}
.flexbox-term-form .c5-buttonContainer:last-child .cbbutton {
  background-color: #e84478;
}

.c5-main__container p.c5-obi {
  margin: 30px auto 10px;
}
.c5-main__container p.c5-obi.ex {
  margin-top: 10px;
}
.c5-main__container p.c5-obi strong {
  display: inline-block;
  width: 100%;
  padding: 8px 10px;
  text-align: center;
  box-sizing: border-box;
}

.c5-bg-color1 {
  background: rgb(235, 187, 0);
  background: linear-gradient(90deg, rgb(235, 187, 0) 0%, rgb(246, 229, 81) 40%, rgb(247, 241, 171) 50%, rgb(246, 229, 81) 60%, rgb(235, 187, 0) 100%);
}

.c5-bg-color2 {
  background-color: #D24615;
  color: #fff;
}

.c5-bg-color3 {
  background-color: #036eb8;
  color: #fff;
}

.c5-bg-color4 {
  background-color: #008484;
  color: #fff;
}

.c5-bg-color5 {
  background-color: #7b59a3;
  color: #fff;
}
.c5-tirashi {
  margin: 20px auto 0;
}
.c5-tirashi__box {
  margin-bottom: 10px;
}
.c5-tirashi__paper {
  width: 80%;
  margin: 0 auto 20px;
}
/* よくある質問
-------------------------------------------------*/
.contents03 .txt_area {
  margin: 0 0 30px 0;
}

.c5-faq__top {
  margin-bottom: 30px;
}

p.c5-faq__ttl {
  height: 29px;
  margin: 0 0 15px;
  padding: 0;
  border-bottom: 1px solid #f6a0a7;
  color: #121212;
  font-weight: bold;
  cursor: pointer;
}
p.c5-faq__ttl:hover {
  opacity: 0.7;
}
p.c5-faq__ttl span {
  display: block;
  padding: 0 0 0 1.5em;
  position: relative;
}
p.c5-faq__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #d10e25;
}
p.c5-faq__ttl a:hover {
  text-decoration: none;
}

dl.faq {
  border-bottom: 1px solid #bac4d2;
  margin: 0 0 10px;
  padding: 0 0 7px;
}

dl.lineNone {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.lineBg {
  border-bottom: 1px solid #bac4d2;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

dl.faq.lineBg2 {
  border-top: 1px solid #bac4d2;
  padding-top: 10px;
}

dl.faq dt {
  clear: left;
  float: left;
  width: 35px;
  margin: 0 0 0.3em;
  min-height: 35px;
}

dl.faq dd {
  margin-left: 45px;
  margin-bottom: 0.8em;
  min-height: 35px;
  padding-top: 6px;
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 30px auto 0;
  padding: 7px;
}
.mod-effect img {
  transition: all 0.3s;
}

.mod-effect img:hover {
  opacity: 0.8;
}

.c5-precautions {
  box-sizing: border-box;
  height: 300px;
  padding: 10px 5px;
  overflow-y: scroll;
  border: 1px solid #f1f1f1;
  margin-bottom: 40px;
}
.c5-precautions__ttl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.c5-precautions__block {
  font-size: 14px;
  line-height: 1.625;
  margin-bottom: 30px;
}
.c5-precautions__block p {
  padding-left: 1em;
}
.c5-precautions__block ul {
  padding-left: 0;
}
.c5-precautions__block ul li {
  padding-left: 2em;
  text-indent: -1em;
}
.c5-precautions__block ul.c5-padding li {
  padding-left: 4em;
  text-indent: -3em;
}
.c5-precautions__block ul.c5-padding li ul li {
  padding-left: 2em;
  text-indent: -1em;
}

.c5-personal {
  font-size: 14px;
}
.c5-personal ul {
  padding-left: 0;
}
.c5-personal ul li.c5-list1 {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 20px;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 {
  padding-left: 3em;
  text-indent: -3em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal ul li.c5-list1 ul li.c5-list2 ul li.c5-list3 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c5-personal p:last-of-type {
  text-align: right;
}
.c5-banner {
  display: block;
}
.c5-banner__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.c5-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/*popup*/
/*
.mfp-close-wrap{
  width: 100%;
  height: auto;
  position: relative;
  .mfp-close{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    background: url('../img/howto/close.png') no-repeat center center;
    opacity: 1;
    padding: 0;
    cursor: pointer;
  }
}

.c5-popupcontent{
  box-sizing: border-box;
  width: 100%;
  max-width: 1056px;
  height: auto;
  background-color: #0c5084;
  margin: 0 auto;
  padding: 10px 5px 5px;
  h3{
    color: #b8d199;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 10px;
  }
  .c5-popinner{
    box-sizing: border-box;
    padding: 2%;
    background-color: #fff;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c5-popcontent{
    box-sizing: border-box;
    width: 100%;
    background-color: #e2f5fc;
    padding: 1.5%;

		display: flex;
		justify-content: space-between;
		.c5-block__wrap{
			width: 48%;
		}
		&:first-child{
			margin-bottom: 10px;
		}
    h4{
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 20px;;
      padding: 5px;
      text-align: center;
      color: #fff;
      background-color: #0c5084;
    }
    .c5-flex{
      justify-content: space-between;
      align-items: flex-start;
      .c5-popcontent-inner{
        width: 49%;
        p{
          margin-top: 0;
          font-weight: bold;
        }
        img{
          display: block;
          margin: 0 auto;
          max-width: 100%;
        }
        a{
          display: block;
          margin-bottom: 15px;
          font-weight: bold;
          word-break: break-all;
        }
      }
    }
  }
}

@media (max-width: 800px) {
  .mfp-close-wrap{
    .mfp-close{
      top: 5px;
      right: 5px;
      width: 18px;
      height: 18px;
      background-size: contain;
    }
  }


  .c5-popupcontent{
    h3{
      font-size: 14px;
      margin: 0 0 10px 10px;
    }
    .c5-popinner{
      display: block;
    }
    .c5-popcontent{
      width: 100%;
      max-width: 100%;
      padding: 15px;
      &:first-child{
        margin-bottom: 30px;
      }
      h4{
        max-width: 100%;
        font-size: 14px;
        margin: 0 0 15px;;
      }
      .c5-flex{
        display: block;
        .c5-popcontent-inner{
          width: 100%;
          img{
            margin-bottom: 20px;
            &.ex{
              margin-right: auto;
            }
          }
          a{
            margin-bottom: 10px;
          }
        }
      }
    }
  }
}

@media (max-width: 640px) {
	.c5-popupcontent{
    .c5-popcontent{
			display: block;
      h4{
        font-size: 14px;
        margin: 0 0 15px;;
      }
			.c5-block__wrap{
				width: 100%;
			}
      .c5-flex{
        display: block;
        .c5-popcontent-inner{
          width: 100%;
          img{
            margin-bottom: 20px;
          }
          a{
            margin-bottom: 10px;
          }
					.c5-pos__sp{
						position: absolute;
						left: 8%;
						width: 60px;
					}
        }
      }
    }
  }

}
*/
/*popup　応募はこちら*/
/*
.c5-kakunincontent{
	*{
		box-sizing: border-box;
	}
  .mfp-close-wrap{
    .mfp-close{
      top: -5px;
      right: -5px;
      background: url('../img/howto/close_2.png') no-repeat center center;
      background-size: contain;
    }
  }
  box-sizing: border-box;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 15px;
  background-color: #b8cefe;
  border: 3px solid #5787f4;
  &__ttl{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 15px;
  }
  &__txt{
		background-color: #fff;
		border-radius: 10px;
		margin: 0 auto 10px;
		padding: 10px;
		p{
			text-align: center;
			font-weight: bold;
			font-size: 16px;
			margin: 0 auto 10px;
		}
		.c5-note{
			list-style: none;
			width: 90%;
			margin: 0 auto;
		}
  }
  .c5-popbtn{
    .cbbutton{
     padding: 15px 20px;
		 &.left{
			background-color: #032e86;
			padding: 22px 20px;
		 }
		 &.right{
			background-color: #5787f4;
		 }
    }
    a{
      display: block;
      width: 280px;
			font-size: 16px;
      margin: 0 auto;
      text-align: center;
      line-height: 1.5;
			color: #fff;
			font-weight: bold;
			border-radius: 100px;
			transition: all .3s;
      &:first-child{
        margin-bottom: 20px;
      }
			&:hover{
				opacity: .7;
				text-decoration: none;
			}
			.s5-iconInline{
				margin-left: 10px;
			}
    }
  }
}

@media (min-width: 900px) {
  .c5-kakunincontent{
    .mfp-close-wrap{
      .mfp-close{
        top: -25px;
        right: -15px;
      }
    }
    padding: 40px 30px;
    border-width: 6px;
    &__ttl{
      font-size: 38px;
    }
    &__txt{
			margin-bottom: 15px;
      p{
				font-size: 30px;
				margin: 0 auto 15px;
			}
			.c5-note{
				width: 60%;
			}
    }
    .c5-popbtn{
      display: flex;
      justify-content: space-between;
      align-items: center;
			.cbbutton{
				&.left{
				 padding: 33px 20px;
				}
			 }
      a{
        width: 48%;
        max-width: 380px;
				font-size: 24px;
        margin: 0;
        &:first-child{
          margin-bottom: 0;
          padding: 40px 0;
        }
      }
    }
  }
}

.c5-price{
  margin-top: 30px;
  padding: 20px 10px;
  img{
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 640px) {
  .c5-price{
    margin-top: 50px;
    padding: 40px 15px;
  }
}
*/
.c5-btnBlue {
  display: block;
  margin-bottom: 15px;
}
.c5-btnBlue-ib {
  display: inline-block;
  padding: 5px 1.5em 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  background-color: #135889;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
}
.c5-btnBlue-ib::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.c5-btnBlue-ib:hover {
  opacity: 0.7;
}
.c5-btnBlue.ex {
  margin-bottom: 0;
}
.c5-btnBlue.ex .c5-btnBlue-ib {
  padding: 3px 10px 3px 2em;
}

.c5-heading4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #343434;
  padding: 10px !important;
  line-height: 1.57;
  border-radius: 8px;
}
.c5-qr__area {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.c5-qr__area-txt {
  width: calc(100% - 90px);
}
.c5-qr__area-txt p {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
.c5-qr__area-img {
  width: 75px;
  margin-left: 15px;
}

.faq .c5-qr__area {
  width: 90%;
  margin: 20px 0;
}

.c5-nagare {
  margin: 0 auto 30px;
}
.c5-nagare__step {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 40px 6%;
  justify-content: center;
  margin: 0 auto 20px;
}
.c5-nagare__con {
  width: auto;
  position: relative;
}
.c5-nagare__con a {
  display: block;
  transition: all 0.3s;
}
.c5-nagare__con a:hover {
  opacity: 0.7;
}
.c5-nagare__con::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 15px 0 15px;
  border-color: #9C9C9C transparent transparent transparent;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.c5-nagare__con.ex::after {
  display: none;
}
@media (min-width: 640px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    max-width: 1200px;
  }
  #tab-cb {
    margin: 0 auto 60px;
    flex-direction: row;
    justify-content: space-between;
  }
  #tab-cb li {
    width: 31.7%;
    font-size: 125%;
    margin: 0 1px 0 0;
    padding: 15px;
    line-height: 1.6;
    position: relative;
  }
  #tab-cb li:nth-child(2) {
    padding-top: 15px;
    border: 1px solid #595959;
  }
  #tab-cb li:nth-child(2).select, #tab-cb li:nth-child(2).hover {
    border: none;
  }
  #tab-cb li.select::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    border-top: 21px solid #d10e25;
    border-bottom: 0;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
  }
  .c5-gaiyou {
    margin-bottom: 50px;
    padding: 20px 40px 30px;
  }
  .c5-gaiyou img {
    margin-bottom: 15px;
  }
  .c5-gaiyou .c5-note li {
    font-size: 14px;
  }
  .c5-tirashi {
    margin: 30px auto 0;
  }
  .c5-tirashi__inner {
    max-width: 980px;
    margin: 0 auto;
  }
  .c5-tirashi__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .c5-tirashi__paper {
    width: 49%;
    margin: 0;
  }
  .contents03 .txt_area {
    margin: 0 15px 30px 15px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
  .c5-precautions {
    height: 500px;
    padding: 15px;
  }
  .c5-precautions__ttl {
    font-size: 19px;
  }
  .c5-precautions__block {
    font-size: 16px;
  }
  .c5-personal {
    font-size: 16px;
  }
}
@media (min-width: 750px) {
  .c5-gaiyou__ttl p {
    font-size: 20px;
    line-height: 1;
  }
  .c5-gaiyou__ttl span {
    display: inline-block;
    padding-left: 2em;
  }
  .c5-junbi {
    padding: 30px 20px 10px;
    border-width: 7px;
  }
  .c5-junbi__ttl {
    margin-bottom: 35px;
  }
  .c5-junbi__ttl p {
    font-size: 27px;
  }
  .c5-junbi__box {
    justify-content: space-between;
    flex-wrap: nowrap;
    width: calc(100% + 5px);
    position: relative;
    left: -5px;
  }
  .c5-junbi__con:first-child, .c5-junbi__con:nth-child(2), .c5-junbi__con:nth-child(3) {
    width: 20%;
    margin-bottom: 0;
  }
  .c5-junbi__con:nth-child(4), .c5-junbi__con:last-child {
    width: 20%;
  }
  .c5-junbi__con-txt {
    font-size: 16px;
  }
  .c5-junbi__con-txt span {
    font-size: 12px;
  }
  .c5-junbi__con-img {
    margin-bottom: 20px;
  }
  .c5-junbi__con.c5-smp .c5-junbi__con-img {
    border-right: 1px solid #787878;
  }
  .c5-junbi__con.c5-bravia .c5-junbi__con-img {
    border-left: none;
  }
  .c5-junbi__con.c5-set .c5-junbi__con-img {
    border-right: 1px solid #787878;
  }
  .c5-junbi__con.c5-reciet img {
    width: auto;
  }
  .c5-junbi__con.c5-kouza img {
    width: auto;
  }
  .c5-step__wrap {
    margin-bottom: 75px;
  }
  h2.c5-step__ttl .c5-step__ttl-num {
    width: 60px;
  }
  h2.c5-step__ttl .c5-step__ttl-txt {
    width: calc(100% - 60px);
    padding-left: 20px;
    font-size: 27px;
  }
  h2.c5-step__ttl .c5-step__ttl-txt span {
    display: inline;
    font-size: 20px;
  }
  .c5-step1 .c5-step__inner {
    padding: 0 25px;
  }
  .c5-step1__box {
    display: flex;
    justify-content: space-between;
  }
  .c5-step1__box-ttl {
    font-size: 19px;
  }
  .c5-step1__box-ttl span {
    padding: 10px 15px;
  }
  .c5-step1__box-left {
    width: 55%;
    margin: 0 30px 0 0;
  }
  .c5-step1__box-right {
    width: calc(45% - 30px);
    margin: 0;
  }
  .c5-step1__box-right .c5-tostep2 img {
    width: 60px;
  }
  .c5-step1__box-right .c5-tostep2 span {
    font-size: 19px;
    padding-left: 20px;
  }
  .c5-step1__flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-step1__flex-txt {
    font-size: 19px;
    text-align: left;
  }
  .c5-step1__flex-txt p {
    margin: 0;
  }
  .c5-step1__flex-btn {
    width: 298px;
    margin-left: 10px;
  }
  .c5-step1__flex-btn a {
    display: block;
    width: 100%;
  }
  .c5-step__inner h3 {
    font-size: 19px;
    line-height: 1.68;
  }
  .c5-step2__tejun-txt {
    font-size: 1.58vw;
    line-height: 1.68;
    margin-bottom: 35px;
  }
  .c5-step2__tejun-img {
    padding: 0;
  }
  .c5-step2__tejun-last-ttl {
    font-size: 19px;
    line-height: 1.68;
    margin-bottom: 5px;
    padding: 10px;
  }
  .c5-step2__tejun-last-txt {
    font-size: 19px;
    line-height: 1.68;
    margin-bottom: 5px;
  }
  .c5-step2__tejun-last .c5-googletv__txt {
    font-size: 16px;
  }
  .c5-step2__tejun.-bottom {
    margin-top: 70px;
    align-items: center;
  }
  .c5-step3__box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .c5-step3__box-left {
    width: 300px;
    margin: 0 50px 0 0;
  }
  .c5-step3__box-left .cbbutton {
    width: 100%;
  }
  .c5-step3__box-right {
    width: 310px;
    margin: 0;
  }
  .c5-step4__btn {
    margin-bottom: 65px;
  }
  .c5-step4__box {
    justify-content: center;
  }
  .c5-step4__box-img {
    width: 460px;
  }
  .c5-step4__box-img:first-child {
    margin-right: 45px;
  }
  .c5-step5__img {
    margin-bottom: 30px;
  }
  .c5-step6__txt {
    font-size: 16px;
  }
  .c5-step6__img {
    margin-bottom: 20px;
  }
  .c5-step6__img img {
    width: auto;
  }
  .c5-serial__ttl {
    font-size: 20px;
    padding: 3px 15px;
  }
  .c5-serial__num {
    font-size: 19px;
  }
  .c5-serial__txt {
    font-size: 19px;
  }
  .c5-serial__tv {
    margin-bottom: 70px;
  }
  .c5-serial__tv-con:first-child {
    margin-bottom: 65px;
  }
  .c5-serial__tv-box {
    margin-top: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .c5-serial__tv-box .c5-serial__tv-img:first-child {
    margin-bottom: 0;
  }
  .c5-serial__tv-box .c5-serial__tv-img {
    width: 49%;
  }
  .c5-serial__set-barcode {
    margin: 40px auto 100px;
  }
  .c5-serial__set-hontai {
    margin-bottom: 80px;
  }
  .c5-serial__set-hontai-ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  .c5-serial__set-hontai-txt {
    font-size: 19px;
    line-height: 1.68;
  }
  .c5-stepentry2__top, .c5-stepentry2__bottom {
    padding: 20px 15px;
  }
  .c5-stepentry2__top-inner {
    display: flex;
    justify-content: space-between;
  }
  .c5-stepentry2__top-left {
    width: 60%;
  }
  .c5-stepentry2__top-left-box {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
  }
  .c5-stepentry2__top-left-box:first-of-type {
    margin-bottom: 15px;
  }
  .c5-stepentry2__top-left-box-txt {
    width: 55%;
  }
  .c5-stepentry2__top-left-box-img {
    width: 40%;
  }
  .c5-stepentry2__top-left-box-img img {
    width: auto;
    margin: 0;
  }
  .c5-stepentry2__top-right {
    width: 38%;
  }
  .c5-stepentry2__top-right .c5-qr__area {
    width: 80%;
    margin: 0 auto;
  }
  .c5-stepentry2__bottom {
    display: flex;
    justify-content: flex-start;
  }
  .c5-stepentry2__bottom-left {
    width: 50%;
    margin-right: 20px;
  }
  .c5-stepentry2__bottom-left .pc p {
    margin-bottom: 5px;
  }
  .c5-stepentry2__bottom-right {
    width: calc(50% - 20px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .c5-stepentry2__bottom-right .pc {
    width: 45%;
    margin-right: 3%;
  }
  .c5-stepentry2__bottom-right-img {
    width: 22%;
    max-width: 121px;
    margin: 0;
  }
  .c5-furikomi {
    margin-top: 70px;
  }
  h2.c5-furikomi__ttl {
    font-size: 27px;
  }
  .c5-heading4 {
    font-size: 18px;
    padding: 10px 1.5em !important;
    line-height: 1.57;
    border-radius: 10px;
  }
  .c5-heading4.ex {
    padding: 25px 1.5em !important;
  }
  .c5-qr__area {
    width: 49%;
  }
  .c5-qr__area-txt {
    width: calc(98% - 120px);
    margin-right: 2%;
  }
  .c5-qr__area-txt p {
    font-size: 15px;
  }
  .c5-qr__area-img {
    width: 36%;
    max-width: 121px;
    margin: 0;
  }
  .faq .c5-qr__area {
    width: 33%;
    margin-bottom: 30px;
  }
  .c5-nagare {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 750px) {
  .c5-movie {
    width: auto;
    max-width: 531px;
    height: 273px;
    margin: 0 auto;
    padding: 0;
  }
  .c5-movie__wrap {
    margin: 20px auto 0;
  }
  .c5-btnBlue-ib {
    font-size: 16px;
    padding: 8px 1.5em 8px 12px;
  }
  .c5-btnBlue-ib::after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    right: 0.5em;
  }
  .c5-btnBlue.ex {
    display: inline;
  }
  .c5-btnBlue.ex .c5-btnBlue-ib {
    padding: 5px 12px 5px 2em;
  }
}
@media (min-width: 768px) {
  .c5-main__container p.c5-obi strong {
    width: auto;
  }
  .stepentry_area {
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 1.2%;
  }
  .stepentry_area .howto-txtarea {
    padding: 20px;
    margin-bottom: 0;
    width: 31%;
  }
  .stepentry_area .howto-txtarea:nth-child(2) {
    width: 34%;
  }
  .stepentry_area .howto-txt {
    word-break: break-all;
    width: 66%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stepentry_area .howto-txt.ex {
    width: 100%;
  }
  .stepentry_area .howto-txtarea-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
  }
  .stepentry_area .howto-txtarea-flex:not(:last-child) {
    margin-bottom: 0;
  }
  .stepentry_area .howto-txtarea-flex-left {
    width: 67%;
  }
  .stepentry_area .howto-txtarea-flex-right {
    width: 31%;
  }
  .howto.ex {
    width: auto;
  }
  .flexbox-term-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flexbox-term-form .c5-buttonContainer {
    margin-bottom: 0;
  }
  .flexbox-term-form .c5-buttonContainer .cbbutton {
    width: 100%;
    padding: 15px 10px;
  }
  .flexbox-term-form .c5-buttonContainer .c5-btnTxt1 {
    font-size: 20px;
  }
  .flexbox-term-form .c5-buttonContainer .c5-btnTxt2 {
    font-size: 25px;
  }
  .flexbox-term-form .c5-buttonContainer:first-child {
    margin-right: 100px;
  }
  .howto-txtarea.c5-bottom {
    width: 485px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 900px) {
  .c5-nagare__step {
    grid-auto-flow: row;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: none;
    gap: 20px 46px;
  }
  .c5-nagare__con::after {
    border-width: 14px 0 14px 25px;
    border-color: transparent transparent transparent #9C9C9C;
    bottom: auto;
    left: auto;
    top: 50%;
    right: -35px;
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  #tab-cb {
    top: 126px;
  }
}
@media (min-width: 1200px) {
  .mod-column1 {
    padding: 0;
  }
  .c5-bg {
    background: linear-gradient(-90deg, #94252a 2%, #b2282a 20%, hwb(359 16% 22%) 35%, #cc2c2a 49%, #c3282b 62%, #b8282a 72%, #b8282a 72%, #b8282a 72%, #94252a 93%, #94252a 100%);
  }
  .c5-gaiyou__ttl p {
    position: relative;
    left: 12%;
  }
  .c5-step2__tejun {
    width: calc(100% + 50px);
    display: flex;
    flex-wrap: wrap;
  }
  .c5-step2__tejun::after {
    content: "";
    width: 100%;
    max-width: 647px;
    height: 77px;
    background: url("../img/howto/arrow_pc.png") no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 47.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .c5-step2__tejun.-bottom::after {
    display: none;
    background: none;
  }
  .c5-step2__tejun-con {
    width: calc(50% - 50px);
    margin: 0 50px 85px 0;
  }
  .c5-step2__tejun-con::after {
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 30px solid #595959;
    border-right: 0;
    top: 62%;
    left: auto;
    bottom: auto;
    right: -40px;
    transform: translate(0, -50%);
  }
  .c5-step2__tejun-con:nth-child(2)::after {
    border: none;
  }
  .c5-step2__tejun-con:nth-child(3), .c5-step2__tejun-con:last-child {
    margin-bottom: 0;
  }
  .c5-step2__tejun-txt {
    font-size: 19px;
  }
  .c5-step2__tejun-last .c5-step2__tejun-img img {
    width: 90%;
  }
  .c5-step2__tejun-last .c5-googletv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 0;
  }
  .c5-step2__tejun-last .c5-googletv__txt {
    width: calc(100% - 242px);
    margin-bottom: 0;
  }
  .c5-step2__tejun-last .c5-googletv__btn {
    width: 232px;
    margin-left: 10px;
  }
  .c5-step2__tejun-last .c5-googletv__btn .cbbutton {
    padding: 15px 10px;
  }
  .c5-step2__tejun-last {
    margin-bottom: 0;
  }
  .c5-serial__set-inner {
    margin-top: 40px;
    padding-left: 70px;
  }
  .c5-serial__set-hontai-box {
    display: flex;
    justify-content: space-between;
  }
  .c5-serial__set-hontai-box-con {
    width: 48%;
    margin-bottom: 0;
  }
  .c5-serial__set-hontai-box-con .c5-serial__set-hontai-img {
    width: auto;
  }
  .c5-serial__set-hontai.c5-ns .c5-serial__set-hontai-img {
    width: auto;
  }
  .c5-serial__set-hontai.c5-ns .c5-serial__set-hontai-img img {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c5-movie {
    margin: 0;
  }
  .c5-movie__wrap {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */