<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ***************************************************
スター☆トゥインクルプリキュア
------------------------------------------------------
お楽しみ用CSS
------------------------------------------------------
・640pxまでをスマホとする
・641pxからタブレット／PCととする
・1000pxはPC専用とする
*************************************************** */
.formpage_wrap {
  margin-top: 4%;
  background: rgba(255, 255, 255, 0.9);
  border: 3px solid #ed6195;
  position: relative;
}
@media screen and (max-width:640px) {
  .formpage_wrap {
    margin-top: 4%;
    background: rgba(255, 255, 255, 0.8);
    border: 3px solid #ed6195;
    position: relative;
  }
}
@media screen and (min-width:641px) {
  .enjoy .formpage {
    margin-top: 0;
  }
  .enjoy .sub_title {
    width: 100%;
    margin-bottom: 0;
  }
  .enjoy .formpage .sub_title img {
    max-width: 500px;
    padding-right: 0;
  }
}
.detailbox {
  background: none;
}
.formbg {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%), url(../img/common/enjoyment/bg_box.png) top center no-repeat;
  background-size: 100%;
}
@media screen and (max-width:640px) {
  .enjoy .sub_title {
    padding: 2% 0;
  }
  .enjoy .sub_title img {
    width: 90%;
    padding-right: 0 !important;
  }
  .detailbox {
    padding: 4% 2%;
  }
  .formpage_wrap {
    margin-top: 8%;
  }
  .btn a {
    margin: 5% 2.5%;
  }
}
/* =============================================
 お楽しみ
============================================= */
/* 0）お楽しみ 共通
---------------------------------------- */
.enjoypage p, .enjoypage ul, .enjoypage dl {
  color: #333;
  text-align: left;
  line-height: 1.6;
}
.enjoy_box + .enjoy_box {
  margin-top: 16%;
}
@media screen and (min-width:641px) {
  .enjoy_box + .enjoy_box {
    margin-top: 10%;
  }
}
/* ページャー */
.enjoy_pager {
  margin: 6% 0;
  text-align: center !important;
}
.enjoy_pager:after {
  content: "";
  display: block;
  clear: both;
}
.enjoy_pager .btn_s a { /* アプリ追加 */
  padding: 3% 0;
  width: 98%;
  box-sizing: border-box;
  margin: 2% 0;
}
@media screen and (max-width:425px) {
  .enjoy_pager .btn_s a {
    font-size: 0.68rem;
  }
}
@media screen and (max-width:999px) {
  .enjoy_pager {
    margin: 5% 0 4%;
  }
  .enjoy_pager li {
    display: inline-block;
    width: 30%;
    margin: 0.5% 0;
  }
  .enjoy_pager .btn_s a::after {
    background: url("../img/common/ico_arrow_wh.png") no-repeat right center;
    background-size: auto auto;
    background-size: 5% !important;
  }
}
@media screen and (max-width:640px) {
  .enjoy_pager {
    margin: 5% 0 0;
  }
  .enjoy_pager li {
    display: inline-block;
    width: 48%;
    margin: 0.5% 0 1.5%;
  }
  .enjoy_pager .btn_s a::after {
    background: url("../img/common/ico_arrow_wh.png") no-repeat right center;
    background-size: auto auto;
    background-size: 5% !important;
  }
}
@media screen and (min-width:1000px) {
  .enjoy_pager {
    margin: 5% 0 4%;
  }
  .enjoy_pager li {
    display: inline-block;
    width: 22%;
  }
  .enjoy_pager .btn_s a {
    margin: 5% 0;
    padding: 3.5% 0;
  }
}
/* １）データ放送
---------------------------------------- */
.db_inner {
  margin-bottom: 0;
}
.db_inner:after {
  content: "";
  display: block;
  clear: both;
}
.data_box p {
  margin-bottom: 3%;
  text-align: left;
}
.data_box p.ce, .data_sbox p.ce {
  margin-bottom: 2.5%;
  text-align: center;
  font-weight: bold;
}
.data_box p.ce span, .data_sbox p.ce span {
  color: #e5005e;
  font-weight: bold;
}
.data_box p.ce span.txtS, .data_sbox p.ce span.txtS {
  font-size: 0.875rem; /* 14pt */
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}
.data_box .pict + .pict {
  margin-top: 3%;
}
.data_box ul {
  margin-left: 6%;
}
.data_box li {
  list-style: disc;
}
.data_box li + li {
  padding-top: 1em;
}
.data_box dt {
  color: #e5005e;
  font-weight: bold;
}
.data_box dd {
  margin-bottom: 1em;
}
.data_sbox {
  padding: 3%;
  margin-bottom: 6%;
}
.data_sbox p {
  margin-bottom: 3%;
}
.db_title {
  margin: 0 auto 2%;
  width: 72%;
}
.db_stitle {
  background: url(../img/common/bg_strp.png);
  background-size: 20px auto;
  padding: 4% 0;
  margin: 6% auto 4%;
  color: #e81b6f;
  font-weight: bold;
  font-size: 1.25rem; /* 20pt */
}
.db_sstitle {
  text-align: left;
  color: #e5005e;
  font-weight: bold;
  margin: 0 auto 4%;
  line-height: 1;
  font-size: 1rem; /* 16pt */
}
.db_stitle_ex {
  margin-top: 0;
}
.data_sbox.ex {
  margin-top: 6%;
  background: #fcecf3 url(../img/common/bg_str.png);
}
.data_sbox p:last-child {
  margin-bottom: 0;
}
.pict_clock {
  width: 90%;
  margin: 0 auto;
}
.txt_fuwaclock {
  padding-top: 2%;
  text-align: center;
}
.txt_fuwaclock span {
  color: #e5005e;
  font-weight: bold;
}
.pict_fuwaclock {
  width: 32%;
  padding: 0 0 0 1%;
  float: right;
}
@media screen and (max-width:640px) {
  .txt_screen:after {
    content: "";
    display: block;
    clear: both;
  }
  .txt_rule {
    width: 94%;
    padding-top: -2%;
    margin: 0 auto;
  }
  .pict_rule {
    width: 33%;
    padding: 6% 0 0 2%;
    float: right;
  }
  .data_box p.ce, .data_sbox p.ce {
    margin-bottom: 4%;
    text-align: center;
    font-weight: bold;
  }
  .db_title {
    margin: 5% auto 2%;
    width: 85%;
  }
  .data_sbox.ex {
    margin: 15% 2% 0;
    background: #fcecf3 url(../img/common/bg_str.png);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
  .pict_fuwaclock {
    width: 60%;
    padding: 0 20%;
    margin: 0 auto 2%;
    float: left;
  }
}
@media screen and (min-width:641px) {
  .data_box {
    padding-top: 2%;
  }
  .txt_clock {
    text-align: center !important;
  }
  .data_box .pict + .pict {
    margin-top: 2%;
  }
  .data_box ul {
    margin-left: 3%;
  }
  .data_box li {
    list-style: disc;
  }
  .data_box li + li {
    padding-top: 1em;
  }
  .data_sbox dt {
    color: #e5005e;
    font-weight: bold;
  }
  .data_sbox dd {
    margin-bottom: 1em;
  }
  .data_sbox {
    background-color: #FFF;
    padding: 3%;
    margin-bottom: 3%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #fcecf3 2px solid;
  }
  .db_title {
    width: 50%;
    margin-top: 2%;
  }
  .db_stitle {
    padding: 1.5% 0;
    margin: 0 auto 2%;
  }
  .db_sstitle {
    text-align: left;
    color: #e5005e;
    font-weight: bold;
    margin: 0 auto 2%;
    line-height: 1;
    font-size: 1rem; /* 16pt */
  }
  .db_stitle_ex {
    width: 40%;
    margin: -35px auto 2%;
    padding-top: -40px;
  }
  .data_sbox.ex {
    margin-top: 3%;
  }
  .pict_screen {
    width: 60%;
    vertical-align: top;
    margin: 0 auto;
  }
  .txt_rule {
    width: 80%;
    margin: -1% auto 3%;
    text-align: center !important;
  }
  .txt_rule span {
    color: #e5005e;
    font-weight: bold;
  }
  .pict_clock {
    width: 44%;
    margin-bottom: 50px;
  }
  .txt_hugclock {
    padding-top: 0;
  }
  .pict_hugclock {
    width: 22%;
    padding: 0;
    margin-top: -5%;
    float: right;
  }
}
@media screen and (min-width:800px) {
  .db_stitle_ex {
    width: 40%;
    margin: -45px auto 2%;
    padding-top: -40px;
  }
}
@media screen and (max-width:640px) {
  .data_sbox dt {
    color: #e5005e;
    font-weight: bold;
  }
  .data_sbox dd {
    margin-bottom: 1.5em;
  }
  .db_stitle_ex {
    width: 90%;
    margin: -7vw 5% 2%;
  }
}
/* ２）月額コンテンツ
---------------------------------------- */
.sub_title.mobile {
  margin-bottom: 0;
}
.mobile_box {
  margin-bottom: 6%;
  vertical-align: top;
}
@media screen and (min-width:641px) and (max-width:970px) {
  .mobile_box {
    min-height: 190px;
  }
}
.mobile_box.mail {
  background: url("../img/common/enjoyment/mb_pict_mail_sp.png") no-repeat 5% center;
  background-size: auto 100%;
  padding-left: 40%;
}
.mobile_box.machiuke {
  background: url("../img/common/enjoyment/mb_pict_machiuke.png") no-repeat 95% center;
  background-size: auto 100%;
  padding-right: 40%;
}
.mobile_box.talk {
  background: url("../img/common/enjoyment/mb_pict_talk.png") no-repeat 5% top;
  background-size: auto 35vw;
  padding-left: 40%;
}
.mobile_box.message {
  background: url("../img/common/enjoyment/mb_pict_message.png") no-repeat 95% top;
  background-size: auto 35vw;
  padding-right: 40%;
}
.mb_stitle {
  margin-bottom: 3%;
}
@media screen and (max-width:640px) {
  .mobile_box {
    margin-top: 6%;
  }
  .spau {
    background: url(../img/common/line_box.png)top center no-repeat;
    background-size: 100%;
    margin: 5% 0;
  }
  .spau img {
    width: 70%;
    height: auto;
    margin: 7% auto 5%;
  }
  .spau .btn a {
    display: inline-block;
    border-radius: 100px;
    background: url(../img/common/bg_light_l.png) center no-repeat #fe7c37;
    background-size: 100% 2.6em;
    box-shadow: 0 0 0 3px #fff, 0 2px 7px rgba(0, 0, 0, 0.5);
    padding: 0.8em 0 0.8em 0;
    margin: 0 2.5% 5%;
    position: relative;
    font-size: 4.6vw;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .spau .btn02 a {
    display: inline-block;
    border-radius: 100px;
    background: url(../img/common/bg_light_l.png) center no-repeat #cb0133;
    background-size: 100% 2.6em;
    box-shadow: 0 0 0 3px #fff, 0 2px 7px rgba(0, 0, 0, 0.5);
    padding: 0.8em 0 0.8em 0;
    margin: 10px 2.5% 5%;
    position: relative;
    font-size: 4.6vw;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .spau p.autxt {
    padding: 0 5%;
    font-size: 0.875rem; /* 14pt */
    line-height: 1.6;
    text-align: left;
  }
}
/* 3）SNS
---------------------------------------- */
.mb_title {
  margin-top: 1%;
}
.snsbox {
  width: 95%;
  margin: 6% 2.5%;
}
.snsbox p {
  margin-bottom: 5%;
  text-align: left;
}
@media screen and (min-width:641px) {
  .snsbox {
    width: 90%;
    margin: 5% 5% 2.5%;
  }
  .snsbox p {
    margin-bottom: 5%;
    text-align: center;
  }
}
@media screen and (min-width:1000px) {
  .snsbox {
    width: 70%;
    margin: 5% 15%;
  }
  .snsbox p {
    margin-bottom: 5%;
    text-align: center;
  }
}
/* ****************************************
PC・タブレット用 CSS
**************************************** */
@media screen and (min-width:641px) {
  .enjoypage .inner {
    padding: 4% 2.5% 0;
  }
  .mb_stitle {
    margin-bottom: 3%;
  }
  .mobile_box.mail, .mobile_box.machiuke, .mobile_box.talk, .mobile_box.message {
    width: 34%;
    margin-bottom: 4%;
    padding: 0 16% 0 0;
    float: left;
  }
  .mobile_box.talk {
    background: url("../img/common/enjoyment/mb_pict_talk.png") no-repeat right center;
  }
  .mobile_box.message {
    background: url("../img/common/enjoyment/mb_pict_message.png") no-repeat right center;
  }
  .mobile_box.mail {
    background: url("../img/common/enjoyment/mb_pict_mail_pc.png") no-repeat 92% center;
    position: relative;
  }
  .mobile_box.machiuke {
    background: url("../img/common/enjoyment/mb_pict_machiuke.png") no-repeat right center;
  }
  .mb_stitle {
    width: 100%;
  }
  .mobile_box_only {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 4px solid #fcecf3;
    padding: 1%;
    margin: 3% 3% 0;
    display: table;
    text-align: left;
  }
  .mb_stitle_only {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    padding: 0 2% 0 1%;
    border-right: 2px solid #fcecf3;
  }
  .mb_stitle_only img {
    max-width: 382px;
  }
  .mobile_box_only p {
    display: table-cell;
    width: 43%;
    padding: 0 2% 0 2%;
    vertical-align: middle;
  }
  .mobile_box_only div {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
  }
  .mobile_box_only div img {
    max-width: 102px;
  }
  .mobile_box_au {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 4px solid #fcecf3;
    padding: 1%;
    margin: 3% 3% 0;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mb_stitle_au {
    display: table-cell;
    vertical-align: middle;
    width: 35%;
    padding: 0 2% 0 1%;
    border-right: 2px solid #fcecf3;
  }
  .mb_stitle_au img {
    max-width: 320px;
  }
  .mobile_box_au p {
    display: table-cell;
    width: 50%;
    padding: 0 2% 0 2%;
    vertical-align: middle;
  }
  .mobile_box_au p span {
    font-size: 0.750rem; /* 12pt */
    line-height: 1.3;
    display: block;
    font-weight: normal;
  }
  .mobile_box_au div {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
  }
  .mobile_box_au div img {
    max-width: 102px;
  }
  .mobile_box_au .mb_box_au {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
  }
  .mobile_box_au .mb_box_au dl {
    width: 100%;
    float: left;
  }
  .mobile_box_au .mb_box_au dl:after {
    content: "";
    display: block;
    clear: both;
  }
  .mobile_box_au .mb_box_au dl dt {
    width: calc(80% - 10px);
    padding: 5px;
    float: left;
  }
  .mobile_box_au .mb_box_au dl dt span.orange {
    font-weight: bold;
    color: #eb5505;
  }
  .mobile_box_au .mb_box_au dl dt span.red {
    font-weight: bold;
    color: #cb0133;
  }
  .mobile_box_au .mb_box_au dl dd {
    width: calc(20% - 10px);
    padding: 5px;
    float: left;
  }
  .mobile_box_au .mb_box_au dl dt.com {
    width: calc(100% - 10px);
    padding: 5px;
    float: left;
    font-size: 0.750rem; /* 12pt */
    line-height: 1.3;
    color: #e5005e;
  }
}
/* ****************************************
背景 微調整 CSS
**************************************** */
@media screen and (max-width:330px) {
  .mobile_box.mail {
    background-size: auto 65%;
  }
  .mobile_box.machiuke {
    background-size: auto 70%;
  }
}
@media screen and (min-width:331px) and (max-width:350px) {
  .mobile_box.mail {
    background-size: auto 72%;
  }
  .mobile_box.machiuke {
    background-size: auto 75%;
  }
}
@media screen and (min-width:351px) and (max-width:370px) {
  .mobile_box.mail {
    background-size: auto 78%;
  }
  .mobile_box.machiuke {
    background-size: auto 80%;
    background-position: right center;
  }
}
@media screen and (min-width:371px) and (max-width:400px) {
  .mobile_box.mail {
    background-size: auto 85%;
  }
  .mobile_box.machiuke {
    background-position: right center;
  }
}
@media screen and (min-width:401px) and (max-width:430px) {
  .mobile_box.mail {
    background-size: auto 90%;
    background-position: left center;
  }
}
@media screen and (min-width:431px) and (max-width:540px) {
  .mobile_box.mail {
    background-size: auto 95%;
    background-position: 2.5% center;
  }
}
@media screen and (min-width:541px) and (max-width:640px) {
  .mobile_box.mail {
    background-size: auto 100%;
  }
  .mobile_box.machiuke {
    background-size: auto 100%;
  }
  .mobile_box.talk {
    background-size: auto 100%;
  }
  .mobile_box.message {
    background-size: auto 100%;
  }
}
@media screen and (min-width:641px) and (max-width:850px) {
  .mobile_box.mail {
    background-size: auto 90%;
  }
  .mobile_box.machiuke {
    background-size: auto 70%;
  }
  .mobile_box.talk {
    background-size: auto 63%;
    background-position: right 10px top 20px;
  }
  .mobile_box.message {
    background-size: auto 63%;
    background-position: right 10px top 20px;
  }
}
@media screen and (min-width:850px) and (max-width:970px) {
  .mobile_box.mail {
    background-size: auto 100%;
  }
  .mobile_box.machiuke {
    background-size: auto 85%;
  }
  .mobile_box.talk {
    background-size: auto 60%;
    background-position: right 25px top;
  }
  .mobile_box.message {
    background-size: auto 60%;
    background-position: right 25px top;
  }
}
@media screen and (min-width:971px) and (max-width:999px) {
  .mobile_box.mail {
    background-size: auto 100%;
  }
  .mobile_box.machiuke {
    background-size: auto 70%;
    background-position: right 15px top;
  }
  .mobile_box.talk {
    background-size: auto 75%;
    background-position: right 25px top;
  }
  .mobile_box.message {
    background-size: auto 75%;
    background-position: right 25px top;
  }
}
@media screen and (min-width:1000px) {
  .mobile_box.mail {
    background-size: auto 100%;
    background-position: 85% center;
  }
  .mobile_box.machiuke {
    background-size: auto 95%;
    background-position: 95% center;
  }
  .mobile_box.talk {
    background-size: auto 93%;
    background-position: right 15px top 10px;
  }
  .mobile_box.message {
    background-size: auto 93%;
    background-position: right 15px top 10px;
  }
}
/* 3）アプリ
---------------------------------------- */
.sub_title.app {
  margin-bottom: 0;
}
.app_box {
  margin-bottom: 6%;
}
.app_box:after {
  content: "";
  display: block;
  clear: both;
}
.app_box .app_txt {
  width: 55%;
  float: left;
}
.app_box .app_pict {
  width: 45%;
  float: right;
}
@media screen and (max-width:640px) {
  .app_box:nth-of-type(even) .app_txt {
    float: right;
  }
  .app_box:nth-of-type(even) .app_pict {
    float: left;
  }
}
.mb_stitle {
  margin-bottom: 3%;
}
/* ****************************************
PC・タブレット用 CSS
**************************************** */
@media screen and (min-width:641px) {
  .app_inner {
    padding: 0 3%;
    font-size: 0;
  }
  .app_inner:after {
    content: "";
    display: block;
    clear: both;
  }
  .app_box {
    display: inline-block;
    width: 48%;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 3%;
  }
  .app_box:nth-of-type(odd) {
    width: 48%;
    padding-right: 2%;
    margin-right: 2%;
  }
}
/* 4）webアプリ：HUGっと！チャレンジ
---------------------------------------- */
.br_non {
  display: none;
}
.apr_title {
  position: relative;
  text-align: right;
}
.apr_title:before {
  position: absolute;
  top: 0;
  left: 0%;
  content: "　";
  display: inline-block;
  background: url(../img/common/enjoyment/webapri/ico_start.png) 0 50% no-repeat transparent;
  background-size: contain;
  margin: 0 auto;
  vertical-align: middle;
  width: 20%;
  height: 100%;
}
.apr_title img {
  width: 80%;
}
.apri_copy {
  text-align: center !important;
  margin-bottom: 1% !important;
}
.apri_procedure {
  width: 90%;
  margin: 0 auto 2%;
}
.apri_procedure li {
  list-style: none;
  margin-bottom: 1%;
}
.apri_att {
  text-align: right !important;
  font-size: 0.9rem;
  padding-right: 7%;
  box-sizing: border-box;
}
.apri_txt {
  background-size: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 4px solid #d5aa59;
  display: table;
  text-align: left;
  padding: 4%;
  margin: 0;
}
.apri_txt p {
  width: 100%;
  vertical-align: middle;
}
.apri_txt em {
  font-style: normal;
  display: inline-block;
  argin-top: 1%;
}
.apr_onl {
  position: relative;
  border: none;
  width: auto;
  padding: 3%;
  display: block;
  box-sizing: border-box;
}
.apr_onl:before {
  position: absolute;
  top: -20%;
  left: 2%;
  content: "　";
  display: inline-block;
  background: url(../img/common/enjoyment/webapri/ico_start2.png) 0 0 no-repeat transparent;
  background-size: auto auto;
  background-size: contain;
  margin: 0 auto;
  vertical-align: middle;
  height: 100%;
  width: 35%;
}
/* 0402以前 */
.apr_title:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "　";
  display: inline-block;
  width: 20%;
  background: url(../img/common/enjoyment/webapri/ico_start.png) 0 80% no-repeat transparent;
  background-size: auto auto;
  background-size: contain;
  margin: 0 auto 1%;
  vertical-align: middle;
  height: 100%;
}
/* 0402以降 */
.apri_copy_after:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "　";
  display: inline-block;
  width: 20%;
  background: url(../img/common/enjoyment/webapri/ico_after.png) 0 80% no-repeat transparent;
  background-size: auto auto;
  background-size: contain;
  margin: 0 auto 1%;
  vertical-align: middle;
  height: 100%;
}
.apri_txt_aft p {
  display: block;
}
/* ****************************************
PC・タブレット用 CSS
**************************************** */
@media screen and (min-width:641px) {
  .apr_title {
    text-align: center;
  }
  /* 0402以前 */
  .apr_title:before {
    position: absolute;
    top: 2%;
    left: -17%;
    content: "　";
    display: inline-block;
    width: 23.5%;
    background: url(../img/common/enjoyment/webapri/ico_start.png) 0 50% no-repeat transparent;
    background-size: contain;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
  }
  /* 0402以降 */
  .apri_copy_after:before {
    position: absolute;
    top: 2%;
    left: -17%;
    content: "　";
    display: inline-block;
    width: 23.5%;
    background: url(../img/common/enjoyment/webapri/ico_after.png) 0 50% no-repeat transparent;
    background-size: contain;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
  }
  .apr_title img {
    width: 87.5%;
  }
  .apri_procedure {
    width: 100%;
    margin: 0 0 0 3%;
  }
  .apri_procedure li {
    width: 46.25%;
    display: inline-block;
  }
  .apri_procedure li img {
    padding: 0 3%;
    box-sizing: border-box;
    display: block;
  }
  .apri_txt {
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
  }
  .apr_onl {
    position: relative;
    border: none;
    width: 45%;
    padding: 1.5% 0;
    display: table-cell;
  }
  .apr_onl:before {
    position: absolute;
    top: -25%;
    left: 0;
    content: "　";
    display: inline-block;
    width: 45%;
    background: url(../img/common/enjoyment/webapri/ico_start2.png) 0 0 no-repeat transparent;
    background-size: auto auto;
    background-size: contain;
    margin: 0 auto;
    vertical-align: middle;
    height: 100%;
  }
  .apr_onl p {
    width: 55%;
    display: table-cell;
  }
  /* QRコード表示 PC */
  .apri_txt_aft {
    display: table;
    padding: 1% 2%;
  }
  .apri_txt_aft p {
    display: table-cell;
  }
  .apri_txt_aft .apr_qr {
    width: 13%;
  }
  .apri_txt_aft .apri_txt_title {
    width: 37%;
    padding: 0 1%;
    box-sizing: border-box;
  }
  .apri_txt_aft .txt {
    width: 60%;
    padding-left: 1%;
  }
  .pleft {
    padding-left: 1%;
  }
}
@media screen and (min-width:801px) {
  .br_non {
    display: inherit;
  }
  .apr_onl {
    padding: 0 0 0 7%;
  }
  .apr_onl:before {
    top: -31%;
    width: 36%;
    background: url(../img/common/enjoyment/webapri/ico_start2.png) 0 0 no-repeat transparent;
    background-size: auto auto;
    background-size: contain;
  }
}
/* =============================================
 お楽しみ (POPUP用)
============================================= */
.subpage.enjoyment.popup {
  padding-top: 0 !important;
}
.subpage.enjoyment.popup #generalHeader {
  display: none;
}
.subpage.enjoyment.popup .enjoy_box {
  margin-top: 0;
}
.subpage.enjoyment.popup .contents {
  padding-bottom: 3%;
}
/*add_20200115*/
.end {
  margin: 0;
  line-height: 1.3;
}
@media screen and (min-width:640px) {
  .end {
    font-size: 1.0rem;
  }
}
@media screen and (min-width:1000px) {
  .end {
    font-size: 1.25rem;
  }
}
.mobileend {
  background-color: #FFF;
  padding: 2%;
  margin-bottom: 3%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: #fcecf3 2px solid;
  color: #e81b6f;
  font-weight: bold;
  font-size: 1.25rem; /* 20pt */
}
@media screen and (max-width:640px) {
  .mobileend {
    font-size: 1.1rem;
	  padding: 5%;
	  margin: 0 2% 5%;
  }
}</pre></body></html>