<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================
 お楽しみページ
============================================= */
.enjoypage {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
/* メニュー */
.enjoy_pager {
 margin: 0 0 5%;
 width: 100%;
 height: auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.enjoy_pager li {
 width: 32%;
}
/* 内容 */
.enjoy_detail {
 width: 94%;
 max-width: 940px;
 margin: 0 auto;
 background-color: #fff;
 border: 4px solid #fdd7ee;
 border-radius: 10px;
 padding: 0;
 text-align: center;
 position: relative;
 box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
.enjoy_detail h3 {
 font-size: 4.5rem;
 color: #fff;
 font-family: UD Shin Maru Go Bold;
 line-height: 1.3;
 background: #e53387 url(../img/common/menu_bg.png) repeat;
 background-size: 3%;
 padding: 30px;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.enjoy_detail h3 span {
 font-size: 2.4rem;
 display: block;
}
.enjoy_detail h3 span:before {
 content: "/";
 margin-right: 5px;
 display: inline-block;
 -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
 -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
 -o-transform: matrix(-1, 0, 0, 1, 0, 0);
 transform: matrix(-1, 0, 0, 1, 0, 0);
}
.enjoy_detail h3 span:after {
 content: "/";
 margin-left: 5px;
}
#mobile_content .enjoy_detail h3 {
 font-size: 4.0rem;
 padding: 48px;
}
.enjoy_detail .inner {
 padding: 60px 40px 40px;
}
.enjoy_detail h4 {
 /*font-size: 3.6rem;
  color: #e53387;
  font-family: UD Shin Maru Go Bold;
  line-height: 1.3;*/
 padding-bottom: 40px;
 background: url("../img/common/waveline.png")bottom left repeat-x;
 background-size: 3.5%;
 margin: 0 0 30px;
}
#data_content .enjoy_detail h4 img {
 width: 90%;
 margin: 0 auto;
}
#data_content .enjoy_detail .datawrap#data02 h4 img {
 width: 65%;
 max-width: 479px;
 margin: 0 auto;
}
#data_content .enjoy_detail .datawrap#data03 h4 img {
 width: 50%;
 max-width: 367px;
 margin: 0 auto;
}
#data_content .enjoy_detail ul.datanav {
 width: 100%;
 margin: 0 auto;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 background-color: #fef0f8;
 padding: 2% 0;
}
#data_content .enjoy_detail ul.datanav li {
 font-size: 1.7rem;
 font-weight: bold;
 margin: 0;
 padding: 0 3em 0 2em;
 line-height: 2.0;
 border-right: 2px dotted #e53387;
}
#data_content .enjoy_detail ul.datanav li:last-child {
 border-right: none;
}
#data_content .enjoy_detail ul.datanav li a {
 text-decoration: none;
 color: #444;
 transition: all 0.2s;
 position: relative;
}
#data_content .enjoy_detail ul.datanav li a:hover {
 color: #e53387;
}
#data_content .enjoy_detail ul.datanav li a:after {
 display: block;
 content: "";
 position: absolute;
 top: calc(50% - 5px);
 right: -25px;
 width: 10px;
 height: 10px;
 border-top: 2px solid #333;
 border-right: 2px solid #333;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
}
#data_content .enjoy_detail ul.datanav li a:hover:after {
 border-top: 2px solid #e53387;
 border-right: 2px solid #e53387;
}
.enjoy_detail .datawrap {
 margin-bottom: 100px;
}
.enjoy_detail .datawrap#data01, .enjoy_detail .datawrap#data02, .enjoy_detail .datawrap#data03 {
 margin-top: -40px;
 padding-top: 40px;
}
.enjoy_detail .enjoy_txt {
 text-align: left;
 margin-bottom: 40px;
 line-height: 1.8;
 font-size: 1.8rem;
 padding-top: 447px;
 border-radius: 13px;
 background-image: url("../enjoyment/img/toytxt_pc.png"), url("../enjoyment/img/enjoy_bg.png");
 background-position: center center, center center;
 background-repeat: no-repeat, no-repeat;
 background-size: cover, cover;
}
.enjoy_detail .stepbox {
 margin: 0 0 50px;
 text-align: left;
 padding: 50px 0 0;
 background: url(../img/common/newsline2.png) top left repeat-x;
}
.enjoy_detail .stepbox.last {
 margin: 0 0 70px;
}
.enjoy_detail .stepbox .no {
 width: 100%;
 margin-bottom: 20px;
 padding: 20px 10px;
 background-color: #fef0f8;
 border: 2px #fdd7ee solid;
 font-family: UD Shin Maru Go Bold;
 font-size: 2.0rem;
 color: #e53387;
 border-radius: 13px;
 text-align: left;
 padding-left: 2.5em;
 position: relative;
}
.enjoy_detail .stepbox .no.no1:before {
 content: '1';
 display: inline-block;
 font-size: 1.8rem;
 font-family: UD Shin Maru Go Bold;
 font-weight: bold;
 border: 2px solid #e53387;
 height: 27px;
 width: 27px;
 border-radius: 50%;
 line-height: 23px;
 text-align: center;
 color: #e53387;
 background-color: #fff;
 margin-right: 15px;
 position: absolute;
 left: 15px;
 top: 26px;
}
.enjoy_detail .stepbox .no.no2:before {
 content: '2';
 display: inline-block;
 font-size: 1.8rem;
 font-family: UD Shin Maru Go Bold;
 font-weight: bold;
 border: 2px solid #e53387;
 height: 27px;
 width: 27px;
 border-radius: 50%;
 line-height: 23px;
 text-align: center;
 color: #e53387;
 background-color: #fff;
 margin-right: 15px;
 position: absolute;
 left: 15px;
 top: 26px;
}
.enjoy_detail .stepbox .no.no3:before {
 content: '3';
 display: inline-block;
 font-size: 1.8rem;
 font-family: UD Shin Maru Go Bold;
 font-weight: bold;
 border: 2px solid #e53387;
 height: 27px;
 width: 27px;
 border-radius: 50%;
 line-height: 23px;
 text-align: center;
 color: #e53387;
 background-color: #fff;
 margin-right: 15px;
 position: absolute;
 left: 15px;
 top: 26px;
}
.enjoy_detail .stepbox .no.no4:before {
 content: '4';
 display: inline-block;
 font-size: 1.8rem;
 font-family: UD Shin Maru Go Bold;
 font-weight: bold;
 border: 2px solid #e53387;
 height: 27px;
 width: 27px;
 border-radius: 50%;
 line-height: 23px;
 text-align: center;
 color: #e53387;
 background-color: #fff;
 margin-right: 15px;
 position: absolute;
 left: 15px;
 top: 23px;
}
.enjoy_detail .stepbox .frabox {
 width: 70%;
 text-align: center;
 margin: 15px auto;
 background: #fbf8d7 url("../enjoyment/img/kira_bg.png")top -50px center no-repeat;
  background-size: auto;
 padding: 15px;
 border-radius: 13px;
 font-weight: bold;
 font-size: 1.8rem;
}
.enjoy_detail .stepbox .frabox p.ttl {
 font-family: UD Shin Maru Go Bold;
 font-size: 2.8rem;
 color: #fff;
 text-shadow: #e53387 2px 0px, #e53387 -2px 0px, #e53387 0px -2px, #e53387 0px 2px, #e53387 2px 2px, #e53387 -2px 2px, #e53387 2px -2px, #e53387 -2px -2px, #e53387 1px 2px, #e53387 -1px 2px, #e53387 1px -2px, #e53387 -1px -2px, #e53387 2px 1px, #e53387 -2px 1px, #e53387 2px -1px, #e53387 -2px -1px;
 letter-spacing: 0.05em;
  margin: 0;
}
.enjoy_detail .stepbox .frabox ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 margin: 5px 20% 10px;
 width: 60%;
 font-size: 2.0rem;
}
.enjoy_detail .stepbox .frabox ul li {
 text-align: left;
 width: 100%;
      font-family: UD Shin Maru Go Bold;
    font-size: 2.0rem;
    color: #e53387;
}
.enjoy_detail .stepbox p {
 margin: 0 0 20px;
 font-size: 1.4rem;
}
.data_sbox {
 padding: 0;
 margin: 30px 0 0;
 border-radius: 5px;
 /*background-color: #eef8fe;*/
 border: 1px solid #bae2f8;
}
.db_stitle {
 background: #00add4 url(../img/common/menu_bg.png) repeat;
 background-size: 3%;
 padding: 2% 0;
 margin: 0 auto;
 color: #fff;
 font-weight: bold;
 font-size: 2.0rem;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.data_sbox p {
 padding: 3%;
 text-align: left;
 margin: 0;
}
.db_sstitle {
 text-align: left;
 color: #00add4;
 font-weight: bold;
 margin: 0 0 -2% 3%;
 line-height: 1;
 font-size: 1.8rem;
}
.data_sbox dl {
 margin: 3%;
}
.data_sbox dt {
 color: #00add4;
 font-weight: bold;
 font-size: 1.8rem;
 text-align: left;
}
.data_sbox dd {
 margin-bottom: 1em;
 text-align: left;
}
.data_sbox dd:last-child {
 margin-bottom: 3%;
}
.pict_screen {
 width: 60%;
 vertical-align: top;
 margin: 4% auto 0;
}
.txt_rule {
 width: 80%;
 margin: -1% auto 5%;
 text-align: center !important;
 font-weight: bold;
 font-size: 1.8rem;
}
.data_box p {
 margin-bottom: 3%;
 text-align: left;
}
.datawrap p.ce {
 text-align: center;
 background-color: #fefce3;
 padding: 20px 0;
 border-radius: 13px;
}
.datawrap p {
 line-height: 1.5;
}
.datawrap p.time {
 font-weight: bold;
 font-size: 1.8rem;
 margin: 4% 0 0 0;
}
.datawrap p.time span {
 color: #e53387;
}
.datawrap p.time span.txtS {
 font-size: 1.4rem;
 line-height: 1.6;
 color: #333;
 font-weight: normal;
}
.pict_clock {
 width: 60%;
 margin: 15px auto 25px;
}
.data_sbox.ex {
 padding: 3%;
 margin: 40px auto 0;
 background-color: #fef0f8;
 border: 3px #fdd7ee solid;
 border-radius: 13px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 width: 100%;
 max-width: 760px;
}
.data_sbox.ex .txt_clock {
 width: 67%;
 padding: 0;
}
.data_sbox.ex .pict_animalclock {
 width: 32%;
 padding: 2.5% 0 0;
}
.data_sbox.ex .pict_animalclock img {
 width: 100%;
}
.txt_clock span.ttl {
 margin-bottom: 2%;
 display: block;
 font-family: UD Shin Maru Go Bold;
 font-size: 2.8rem;
 color: #fff;
 text-shadow: #e53387 2px 0px, #e53387 -2px 0px, #e53387 0px -2px, #e53387 0px 2px, #e53387 2px 2px, #e53387 -2px 2px, #e53387 2px -2px, #e53387 -2px -2px, #e53387 1px 2px, #e53387 -1px 2px, #e53387 1px -2px, #e53387 -1px -2px, #e53387 2px 1px, #e53387 -2px 1px, #e53387 2px -1px, #e53387 -2px -1px;
 letter-spacing: 0.05em;
}
@media screen and (max-width:1050px) {
.enjoy_detail .stepbox .frabox {
 width: 80%;
 font-size: 1.8rem;
}
.enjoy_detail .stepbox .frabox p.ttl {
 font-size: 2.8rem;
}
.enjoy_detail .stepbox .frabox ul {
 margin: 5px 15% 10px;
 width: 70%;
}
.enjoy_detail .stepbox .frabox ul li {
    font-size: 2.0vw;
}
}

@media screen and (max-width:958px) {
 .enjoy_detail .enjoy_txt {
  margin-bottom: 5%;
  font-size: 1.6rem;
  padding-top: 53.02%;
  background-image: url("../enjoyment/img/toytxt_pc.png"), url("../enjoyment/img/enjoy_bg.png");
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
 }
}
@media screen and (max-width:768px) {
 .enjoypage {
  margin: 0 auto 3%;
 }
 .enjoy_detail h3 {
  font-size: 3.5rem;
  padding: 20px;
  margin-bottom: 0;
 }
 .enjoy_detail h3 span {
  font-size: 2.0rem;
 }
 #mobile_content .enjoy_detail h3 {
  font-size: 3.5rem;
  padding: 33px;
 }
 #data_content .enjoy_detail ul.datanav li {
  font-size: 2.1vw;
  padding: 0 40px 0 20px;
 }
 #data_content .enjoy_detail ul.datanav li a:after {
  right: -20px;
 }
 .enjoy_detail .inner {
  padding: 5%;
 }
 .enjoy_detail h4 {
  padding-bottom: 30px;
 }
 #data_content .enjoy_detail h4 img {
  width: 100%;
 }
 .enjoy_detail .stepbox {
  margin: 0 0 5%;
  padding: 5% 0 0;
 }
 .enjoy_detail .stepbox.last {
  margin: 0 0 7%;
 }
.enjoy_detail .stepbox .frabox ul li {
    font-size: 2.5vw;
}
}
@media screen and (max-width:640px) {
 .enjoy_detail {
  padding: 0;
 }
 #data_content .enjoy_detail ul.datanav {
  padding: 4% 0;
 }
 #data_content .enjoy_detail ul.datanav li {
  font-size: 3.2vw;
  padding: 0 25px 0 10px;
  line-height: 1.8;
 }
 #data_content .enjoy_detail ul.datanav li a:after {
  right: -15px;
  width: 7px;
  height: 7px;
 }
 #data_content .enjoy_detail ul.datanav li {
  padding: 0 8% 0 3%;
  border-right: 1px dotted #e53387;
 }
 #data_content .enjoy_detail ul.datanav li:nth-child(2) {
  border-right: none;
 }
 #data_content .enjoy_detail ul.datanav li:nth-child(3) {
  border-right: 1px dotted #e53387;
  border-left: 1px dotted #e53387;
  margin-top: 8px;
  padding: 0 12% 0 6%;
 }
 .enjoy_detail .inner {
  padding: 8% 5% 5%;
 }
 .enjoy_detail h4 {
  font-size: 5.5vw;
  padding-bottom: 10%;
  background: url(../img/common/waveline.png)bottom left repeat-x;
  background-size: 8%;
  margin-bottom: 4%;
  line-height: 1.4;
 }
 #data_content .enjoy_detail .datawrap#data02 h4 img {
  width: 95%;
  max-width: 479px;
  margin: 0 auto;
 }
 #data_content .enjoy_detail .datawrap#data03 h4 img {
  width: 70%;
 }
 .enjoy_detail .datawrap {
  margin-bottom: 18%;
 }
 .enjoy_detail h3 {
  font-size: 6.5vw;
  line-height: 1.4;
 }
 .enjoy_detail h3 span {
  font-size: 4.5vw;
 }
 .enjoy_detail .enjoy_txt {
  margin-bottom: 6%;
  font-size: 1.4rem;
  text-align: left;
  padding-top: 157.47%;
  background-image: url("../enjoyment/img/toytxt_sp.png"), url("../enjoyment/img/enjoy_bg.png");
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
  line-height: 1.6;
 }
 .enjoy_detail .enjoy_txt .txt01 {
  font-size: 4.5vw;
  line-height: 1.5;
  margin-bottom: 10px;
 }
 .enjoy_detail .enjoy_txt .txt01 .grade span {
  font-size: 4.8vw;
 }
 .enjoy_detail .enjoy_txt span {
  font-size: 1.5rem;
 }
 .enjoy_detail .stepbox {
  margin: 0 0 7%;
  padding: 7% 0 0;
 }
 .enjoy_detail .stepbox .no {
  width: 100%;
  margin-bottom: 5%;
  padding: 5% 3%;
  /*font-family: inherit;*/
  font-size: 1.7rem;
  font-weight: bold;
  position: inherit;
  line-height: 1.6;
  border: none;
  background-color: none;
  border-radius: 10px;
  background-size: 5%;
 }
 .enjoy_detail .stepbox .no.no1:before {
  margin-right: 5px;
  position: inherit;
  left: inherit;
  top: inherit;
 }
 .enjoy_detail .stepbox .no.no2:before {
  margin-right: 5px;
  position: inherit;
  left: inherit;
  top: inherit;
 }
 .enjoy_detail .stepbox .no.no3:before {
  margin-right: 5px;
  position: inherit;
  left: inherit;
  top: inherit;
 }
 .enjoy_detail .stepbox .no.no4:before {
  margin-right: 5px;
  position: inherit;
  left: inherit;
  top: inherit;
 }
 .enjoy_detail .stepbox p {
  margin: 0 0 3%;
 }
 .db_stitle {
  padding: 4% 0;
  font-size: 1.8rem;
  background-size: 5%;
 }
 .data_sbox p {
  font-size: 1.4rem;
  padding: 5%;
 }
 .pict_screen {
  width: 100%;
  margin: 7% auto 0;
 }
 .txt_rule {
  width: 100%;
  margin: -2.5% auto 5%;
  font-size: 1.6rem;
 }
 .db_sstitle {
  font-size: 1.6rem;
 }
 .data_sbox {
  margin: 8% 0 0;
 }
 .data_sbox dt {
  font-size: 1.6rem;
 }
 .data_sbox dd {
  font-size: 1.4rem;
 }
 .data_sbox dd:last-child {
  margin-bottom: 7%;
 }
 .datawrap p.time {
  text-align: left;
  font-size: 1.5rem;
  margin: 7% 0 0 0;
 }
 .data_sbox.ex {
  padding: 5%;
  border: 2px #fdd7ee solid;
  margin-top: 5%;
 }
 .pict_clock {
  width: 100%;
  margin: 0 auto;
 }
 .data_sbox.ex .txt_clock {
  width: 100%;
 }
 .data_sbox.ex .pict_animalclock {
  width: 100%;
 }
 .txt_clock span.ttl {
  font-size: 2.0rem;
 }
 .data_sbox.ex .pict_animalclock img {
  width: 80%;
 }

 .datawrap p.ce {
  font-size: 3.5vw;
 }
 #mobile_content .enjoy_detail h3 {
  font-size: 6.5vw;
  padding: 15px;
  line-height: 1.4;
 }
.enjoy_detail .stepbox .frabox {
 width: 100%;
 font-size: 4.0vw;
    line-height: 1.3;
  background: #fbf8d7 url(../enjoyment/img/kira_bg.png)top -20vw center no-repeat;
    background-size: auto;
}
.enjoy_detail .stepbox .frabox p.ttl {
 font-size: 2.0rem;
}
.enjoy_detail .stepbox .frabox ul {
 margin: 5px 0 10px;
 width: 100%;
}
.enjoy_detail .stepbox .frabox ul li {
    font-size: 4.6vw;
}
}
@media screen and (max-width:320px) {
.enjoy_detail .stepbox .frabox {
 font-size: 4.3vw;
    line-height: 1.3;
  padding: 10px;
}
  .enjoy_detail .stepbox .frabox p.ttl {
     font-size: 5.4vw;
}
.enjoy_detail .stepbox .frabox ul {
 margin: 5px 0 10px;
 width: 100%;
}
.enjoy_detail .stepbox .frabox ul li {
    font-size: 4.6vw;
}
}
.data_sbox_syuryo{
 border: 3px #e53387 solid;
 margin: 5% 0 5%;
 padding: 3% 3% 2%;
 border-radius: 10px;
 text-align: center;
}
.data_sbox_syuryo p{
 font-size: 2.0rem;
 color: #e53387;
 font-family: UD Shin Maru Go Bold;
 line-height: 1.4;
 margin-bottom: 10px;
}
@media screen and (max-width:768px) {
	.data_sbox_syuryo{
	 padding: 4% 3% 2%;
	}
}
@media screen and (max-width:425px) {
	.data_sbox_syuryo{
	 padding: 5% 3% 2%;
	}
}
/*タブ切り替え全体のスタイル_過去分*/
.tabs {
 margin-top: 50px;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
/*タブのスタイル*/
.tab_item {
 width: 43%;
 height: 70px;
 background-color: #fefde2;
 line-height: 74px;
 font-size: 2.4rem;
 font-family: UD Shin Maru Go Bold;
 text-align: center;
 color: #fcbc25;
 display: block;
 float: left;
 text-align: center;
 font-weight: bold;
 transition: all 0.2s ease;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 cursor: pointer;
}
.tab_item:first-of-type {
 margin-right: 2%;
 margin-left: 6%;
}
.tab_item:nth-of-type(2) {
 margin-right: 6%;
 margin-left: 0;
}
.tab_item:hover {
 background-color: #fdd7ee;
 color: #e53387;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
 display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
 display: none;
 padding: 0;
 clear: both;
 overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#data:checked ~ #data_content, #mobile:checked ~ #mobile_content {
 display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
 background-color: #fdd7ee;
 color: #e53387;
}
@media screen and (max-width:768px) {
 .tab_item {
  font-size: 2.0rem;
 }
}
@media screen and (max-width:640px) {
 .tab_item {
  height: 40px;
  line-height: 44px;
  font-size: 3.5vw;
 }
}
/* 月額コンテンツ・SMS共通
---------------------------------------- */
.enjoy_detail h4.mb_title img {
 width: 75%;
 margin: 0 auto;
}
.com {
 width: 100%;
 text-align: center;
 margin-top: 10px;
 font-size: 1.4rem;
 line-height: 1.3;
 color: #e5005e;
}
.mobile_box_only {
 border-radius: 13px;
 background-color: #fff;
 border: 2px #fdd7ee solid;
 padding: 1%;
 margin: 2% 0 0;
 display: table;
 text-align: left;
}
.mb_stitle_only {
 text-align: center;
 margin-top: 40px;
 display: block;
 font-family: UD Shin Maru Go Bold;
 font-size: 3.0rem;
 color: #fff;
 line-height: 1.4;
 letter-spacing: 0.07em;
 text-shadow: 0px 4px 1px #e53387, 1px 3px 1px #e53387, 2px 3px 1px #e53387, 2px 2px 1px #e53387, 3px 2px 1px #e53387, 3px 1px 1px #e53387, 4px 0px 1px #e53387, 3px -1px 1px #e53387, 3px -2px 1px #e53387, 2px -2px 1px #e53387, 2px -3px 1px #e53387, 1px -3px 1px #e53387, 0px -4px 1px #e53387, -1px -3px 1px #e53387, -2px -3px 1px #e53387, -2px -2px 1px #e53387, -3px -2px 1px #e53387, -3px -1px 1px #e53387, -4px 0px 1px #e53387, -3px 1px 1px #e53387, -3px 2px 1px #e53387, -2px 2px 1px #e53387, -2px 3px 1px #e53387, -1px 3px 1px #e53387;
}
.mb_stitle_only .au {
 text-shadow: 0px 4px 1px #ea5404, 1px 3px 1px #ea5404, 2px 3px 1px #ea5404, 2px 2px 1px #ea5404, 3px 2px 1px #ea5404, 3px 1px 1px #ea5404, 4px 0px 1px #ea5404, 3px -1px 1px #ea5404, 3px -2px 1px #ea5404, 2px -2px 1px #ea5404, 2px -3px 1px #ea5404, 1px -3px 1px #ea5404, 0px -4px 1px #ea5404, -1px -3px 1px #ea5404, -2px -3px 1px #ea5404, -2px -2px 1px #ea5404, -3px -2px 1px #ea5404, -3px -1px 1px #ea5404, -4px 0px 1px #ea5404, -3px 1px 1px #ea5404, -3px 2px 1px #ea5404, -2px 2px 1px #ea5404, -2px 3px 1px #ea5404, -1px 3px 1px #ea5404;
}
.mb_stitle_only .toku {
 text-shadow: 0px 4px 1px #cb0133, 1px 3px 1px #cb0133, 2px 3px 1px #cb0133, 2px 2px 1px #cb0133, 3px 2px 1px #cb0133, 3px 1px 1px #cb0133, 4px 0px 1px #cb0133, 3px -1px 1px #cb0133, 3px -2px 1px #cb0133, 2px -2px 1px #cb0133, 2px -3px 1px #cb0133, 1px -3px 1px #cb0133, 0px -4px 1px #cb0133, -1px -3px 1px #cb0133, -2px -3px 1px #cb0133, -2px -2px 1px #cb0133, -3px -2px 1px #cb0133, -3px -1px 1px #cb0133, -4px 0px 1px #cb0133, -3px 1px 1px #cb0133, -3px 2px 1px #cb0133, -2px 2px 1px #cb0133, -2px 3px 1px #cb0133, -1px 3px 1px #cb0133;
}
.mb_stitle_only img {
 max-width: 382px;
}
.mobile_box_only p {
 display: table-cell;
 width: 60%;
 padding: 0 2% 0 2%;
 vertical-align: middle;
}
.mobile_box_only p .com {
 margin-top: 5px;
 font-size: 1.4rem;
 line-height: 1.3;
 color: #e5005e;
 display: block;
 text-align: left;
}
.mobile_box_only div {
 display: table-cell;
 width: 10%;
 vertical-align: middle;
}
.mobile_box_only div img {
 width: 115px;
}
.mobile_box_au {
 border-radius: 10px;
 border: 3px solid #e95098;
 padding: 1%;
 margin: 3% 0 0;
 text-align: left;
 background-color: #fff;
}
.mb_stitle_au {
 display: table-cell;
 vertical-align: middle;
 width: 40%;
 padding: 0 2% 0 1%;
 border-right: 2px solid #e95098;
}
.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: 1.2rem;
 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: 80px;
}
.mb_box {
 width: 100%;
 display: flex;
 justify-content: space-between;
}
.mb_box .mb_box_au {
 border-radius: 10px;
 background-color: #fff;
 border: 2px #fdd7ee solid;
 padding: 2%;
 margin: 2% 0 0;
 text-align: left;
 width: 100%;
}
.mb_box .mb_box_au .ttl {
 font-size: 2.0rem;
 color: #e53387;
 font-family: UD Shin Maru Go Bold;
 line-height: 1.4;
 margin-bottom: 10px;
}
.mb_box .mb_box_au .box {}
.mb_box .mb_box_au .box img {
 width: 100px;
 float: right;
 margin: 0;
}
.mb_box .mb_box_au .box p {
 width: 60%;
 font-size: 1.6rem;
 margin: 0;
}
.mb_box .mb_box_au .box p span.sttl {
 color: #cb0133;
 font-family: UD Shin Maru Go Bold;
 -webkit-font-smoothing: antialiased;
 margin: 0 0 2%;
 font-size: 2.0rem;
 display: inline-block;
}
.mb_box .mb_box_au .box:after {
 content: "";
 display: block;
 clear: both;
}
@media screen and (min-width:1000px) {
 .mb_box .mb_box_au {
  padding: 3% 3% 1%;
 }
 .mb_box .mb_box_au .box img {
  width: 115px;
  float: right;
  margin: 0 0 0 15px;
 }
 .mb_box .mb_box_au .ttl {
  font-size: 2.4rem;
 }
}
.mb_box .syuryo{
 border: 3px #e53387 solid;
 margin: 0 0 5%;
 padding: 3% 3% 2%;
 text-align: center;
}
@media screen and (max-width:768px) {
	.mb_box .syuryo{
	 padding: 4% 3% 2%;
	}
}
@media screen and (max-width:425px) {
	.mb_box .syuryo{
	 padding: 5% 3% 2%;
	}
}

/* 月額コンテンツ
---------------------------------------- */
.detailbox {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 margin-bottom: 5%;
}
.mobile_box {
 min-height: 190px;
 width: 48%;
 margin: 4% 0 0;
}
.mobile_box.talk {
 background: url(../enjoyment/img/mb_pict_talk.png) no-repeat right top;
 background-size: auto 65%;
 background-position: right 0 top 12px;
}
.mobile_box.message {
 background: url("../enjoyment/img/mb_pict_message.png") no-repeat right top;
 background-size: auto 65%;
 background-position: right 0 top 12px;
}
.mobile_box.mail {
 background: url(../enjoyment/img/mb_pict_mail_pc.png) no-repeat right top;
 background-size: auto 95%;
 background-position: right top -30px;
}
.mobile_box.machiuke {
 background: url(../enjoyment/img/mb_pict_machiuke.png) no-repeat right top;
 background-size: auto 80%;
 background-position: right 0 top;
}
.mobile_box h5 {
 width: 100%;
 padding-right: 32%;
 margin-bottom: 1%;
}
.mobile_box h5.ttl05 {
 width: 100%;
 padding-right: 20%;
 margin-bottom: 1%;
}
.mobile_box .txt {
 width: 100%;
 padding-right: 33%;
 text-align: left;
}
@media screen and (min-width:1000px) {
 .mobile_box.talk {
  background-size: auto 75%;
  background-position: right 0 top 12px;
 }
 .mobile_box.message {
  background-size: auto 75%;
  background-position: right 0 top 12px;
 }
 .mobile_box.mail {
  background-size: auto 100%;
  background-position: right top -30px;
 }
 .mobile_box.machiuke {
  background-size: auto 90%;
  background-position: right 0 top;
 }
}
@media screen and (max-width:640px) {
 .detailbox {
  margin-bottom: 6%;
 }
 .mobile_box {
  min-height: auto;
  width: 100%;
  margin: 4% 0;
 }
 .mobile_box:last-child {
  margin: 4% 0 0;
 }
 .mobile_box.talk {
  background: url(../enjoyment/img/mb_pict_talk.png) no-repeat left top;
  background-size: auto 30vw;
  background-position: left 0 top 5px;
 }
 .mobile_box.message {
  background: url("../enjoyment/img/mb_pict_message.png") no-repeat right top;
  background-size: auto 30vw;
  background-position: right top 5px;
 }
 .mobile_box.mail {
  background: url(../enjoyment/img/mb_pict_mail_pc.png) no-repeat left top;
  background-size: auto 50vw;
  background-position: right -2% top -10vw;
 }
 .mobile_box.machiuke {
  background: url(../enjoyment/img/mb_pict_machiuke.png) no-repeat right top;
  background-size: auto 45vw;
  background-position: left -20% top;
 }
 .mobile_box .txt {
  width: 100%;
  padding-right: 33%;
  text-align: left;
  font-size: 1.4rem;
  margin: 0;
 }
 .mobile_box.talk h5, .mobile_box.machiuke h5 {
  width: 100%;
  padding-left: 34%;
  padding-right: 0;
  margin-bottom: 1%;
 }
 .mobile_box.talk .txt, .mobile_box.machiuke .txt {
  width: 100%;
  padding-left: 36%;
  padding-right: 0;
  text-align: left;
 }
 .spau {
  width: 100%;
  background-image: url(../img/common/newsline.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 12px 13px;
  padding-top: 6%;
 }
 .spau img {
  width: 80%;
  height: auto;
  margin: 20px auto 10px;
 }
 p.autxt {
  padding: 0;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: left;
  margin: 10px 0 30px;
 }
 .spau p.autxt {
  margin: 10px 0;
 }
 .btn a {
  font-size: 2.0rem;
 }
 .btn a:after {
  margin-left: 0;
 }
 .btn02 a {
  width: 250px;
  padding: 0.60em 0 0.75em;
  font-family: "Shuei MaruGo B";
  font-size: 1.8rem;
  text-align: center;
  border-radius: 26px;
  color: #fff;
  line-height: 1;
  margin: 20px auto 25px;
  text-decoration: none;
  background-color: #f7793e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0a173), color-stop(#f7793e), to(#eb5505));
  background-image: -webkit-linear-gradient(top, #f0a173, #f7793e, #eb5505);
  background-image: linear-gradient(180deg, #f0a173, #f7793e, #eb5505);
  border: 1px solid #f36b2b;
 }
 .btn03 a {
  width: 250px;
  padding: 0.60em 0 0.75em;
  font-family: "Shuei MaruGo B";
  font-size: 1.8rem;
  text-align: center;
  border-radius: 26px;
  color: #fff;
  line-height: 1;
  margin: 25px auto 0;
  text-decoration: none;
  background-color: #cb0133;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e2446b), color-stop(#cb0133), to(#9c082d));
  background-image: -webkit-linear-gradient(top, #e2446b, #cb0133, #9c082d);
  background-image: linear-gradient(180deg, #e2446b, #cb0133, #9c082d);
  border: 1px solid #cb0133;
 }
 .btn02 a:after, .btn03 a:after {
  content: "";
  display: inline-block;
  margin-left: 0;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
}
@media screen and (max-width:768px) {
 .enjoy_detail h4.mb_title img {
  width: 85%;
  margin: 0 auto;
 }
}
@media screen and (max-width:640px) {
 .enjoy_detail h4.mb_title img {
  width: 100%;
 }
 .enjoy_detail .btn a {
  width: 280px;
  height: 66px;
  margin: 0 auto 0;
  padding: 16px 10px 0 0;
  font-size: 1.7rem;
 }
}
.tabmg {
 margin-top: -111px;
 padding-top: 111px;
}
@media screen and (max-width:768px) {
 .tabmg {
  margin-top: 0;
  padding-top: 0;
 }
}
/*タブ切り替え全体のスタイル_新210303*/
.tab_area {
 overflow: hidden;
 display: table;
 margin: 0;
 width: 100%;
}
.tab_area li {
 /*Tabの装飾*/
 width: 43%;
 height: 70px;
 background-color: #fefde2;
 line-height: 74px;
 font-size: 2.4rem;
 font-family: UD Shin Maru Go Bold;
 text-align: center;
 color: #fcbc25;
 display: block;
 float: left;
 text-align: center;
 font-weight: bold;
 transition: all 0.2s ease;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 cursor: pointer;
}
.tab_area li:first-of-type {
 margin-right: 2%;
 margin-left: 6%;
}
.tab_area li:nth-of-type(2) {
 margin-right: 6%;
 margin-left: 0;
}
.tab_area li:hover {
 background-color: #fdd7ee;
 color: #e53387;
}
.all_area {
 margin-top: 50px;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 overflow: hidden;
}
.all_area div.content_area {
 /*Tabの内容を表示するエリアの装飾*/
 padding: 0;
}
.tab_area li.select {
 /*アクティブタブの装飾*/
 background-color: #fdd7ee;
 color: #e53387;
}
.hide {
 display: none;
}
@media screen and (max-width:768px) {
 .tab_area li {
  font-size: 2.0rem;
 }
}
@media screen and (max-width:640px) {
 .tab_area li {
  height: 40px;
  line-height: 44px;
  font-size: 3.5vw;
 }
}</pre></body></html>