@charset "UTF-8";

/*--------------------------------------
	全体
---------------------------------------*/

body {
	color: #000;
	background-color: #fff;
	}
.l_mainArea {
    background: url(../img/titlebg_chance.png) repeat;
}
.detailArea {
    padding: 60px 0 0;
}
.inner{
	margin: 0 auto;
	max-width: 1400px;
	/*position: relative;*/
	/*width: calc(100% - 100px);*/
    /*padding-bottom: 60px;*/
}
.wrapper {
    background-color:#FECAD4;
    max-width: 1050px;
    margin: 0 auto;
}

/*font*/
h1{
	font-size: 32px;
	text-align: center;
}
/*h2{
	font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}*/
h3{
	font-size: 24px;
	font-weight: bold;
}
h4{
	font-size: 20px;
    margin-bottom: 10px;
}
h5{
	font-size: 20px;
	font-weight: bold;
    margin: 30px 0 0;
	padding-left: 1em; 
}
/*span{
	font-size: 14px;
}*/
p.no_indent span.first_indent {
    display: block;
    padding-left: 1.3em;
    
}

.red {
    color: #E60012;
    font-size: 100%;
}
.blue {
	color: #00b0f0;
}
.bold {
    font-weight: 900!important;
    font-size: 100%;
}
.large {
    font-size: 110%!important;
}
.large2 {
    font-size: 140%!important;
}
.small {
    font-size: 90%!important;
}
.small2 {
    font-size: 80%;
}
span.inlineB {
    display: inline-block;
	white-space: nowrap;
}
p.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
p.indent-2 {
    padding-left: 2em;
    text-indent: -2em;
}
.mainTitle p {
    color: #000;
}
.gothic {
    font-family: 'Noto Sans JP', sans-serif;
}
.copy {
    font-size: 130%;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
}
.about {
    border: solid 5px #ececec;
    padding: 40px;
    width: 70%;
    margin: 0 auto 50px;
}
.about .copy {
    margin-bottom: 0;
    font-size: 20px;
}
.btn {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.btn a {
    width: 70%;
    max-width: 400px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
    font-size: 150%;
    background: #fff100;
    display: inline-block;
    padding: 20px 25px;
    border-radius: 6px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: all .1s;
    box-shadow: 6px 6px #ffc000;
    margin-bottom: 20px;
}
.btn a:hover {
    background: #fff766;
    color: #333;
    box-shadow: none;
    transform: translate(3px,3px);
}
.tempBtn.dl_btn {
    width: 100%;
    max-width: 534px;
    margin-top: 50px;
}
.tempBtn.dl_btn a {
    background-color: #e40011;
    box-shadow: 0px 5px 0px #b70d1d;
    color: #fff;
    font-size: 140%;
    display: flex;
    flex-wrap: nowrap;
    flex-flow: nowrap;
    padding-right: 45px;
}
.tempBtn.dl_btn a.blue {
	background-color: #3da7e4;
	box-shadow: 0px 5px 0px #0f6dcc;
}
li.none {
    display: block;
}
.tempBtn.dl_btn a:after {
    background-image: none;
}
.tempBtn.dl_btn .dl_btn_img {
    max-width: 90px;
    height: auto;
}
.img img {
	max-width: 100%;
	height: auto;
    margin: 0 auto 40px;
}
.sp_br{
	display: none;
}
.pc736 {
	display: block;
}
.sp736 {
	display: none;
}
.mt0 {
    margin-top: 0!important;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.mt60 {
	margin-top: 60px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.center {
	text-align: center;
}
.pcOnly {
	display: block;
}
.spOnly {
	display: none;
}

/*--------------------------------------
	MV
---------------------------------------*/
#MV{
	background: url(../img/img_bg.jpg) no-repeat center;
	background-size: cover;
    text-align: center;
    position: relative;
}
#MV img{
	height: auto;
	max-width: 1080px;
	width: 100%;
    margin: 0 auto;
}
#MV img.pc {
    display: block;
}
#MV img.sp {
    display: none;
}
/*#MV h1 img {
    position: absolute;
    top: 60px;
    left: 0;
    opacity: 0;
}*/
#MV .mv_box {
    max-width: 1000px;
    width: 100%;
    margin-top: 35px;
    font-size: 24px;
    display: flex;
    flex-wrap: nowrap;
}
#MV .mv_box .left,
#MV .mv_box .right {
    width: 80%;
    border: 5px #e60012 solid;
    border-radius: 15px;
    padding: 20px;
    background-color: #fff;
    margin: 0 15px;
    box-shadow: 4px 4px #b5081f;
    position: relative;
}

#MV .mv_box .chara {
    position: absolute;
    bottom: -60%;
}
#MV .mv_box .left .chara {
    left: 0;
    max-width: 260px!important;
}
#MV .mv_box .right .chara {
    right: 0;
    max-width: 160px!important;
}
.moraeru {
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 1;
    margin: 0 auto;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}
/* 遅延時間*/
.delay-time02{
    animation-delay: 0.2s;
}
.delay-time04{
    animation-delay: 0.4s;
}
.delay-time06{
    animation-delay: 0.6s;
}
.delay-time08{
    animation-delay: 0.8s;
}
.delay-time10{
    animation-delay: 1.0s;
}
.delay-time12{
    animation-delay: 1.2s;
}
.delay-time14{
    animation-delay: 1.4s;
}

/*--------------------------------------
	WWチャンス
---------------------------------------*/
.mainTitle {
    background: none!important;
    margin: 260px auto 0;
    padding-bottom: 175px;
}
.chance_ttl {
    width: 100%;
    z-index: 1;
    position: absolute;
    top: -60px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.chance_ttl img,
.chance_txt img {
    width: 100%;
    max-width: 800px;
}
.chance_txt {
    padding: 30px 0 10px;
    position: relative;
    background-color: #fff;
}
.chance_box {
    width: 100%;
	font-size: 36px;
	font-weight: bold;
    /* max-width: 800px; */
    border: 5px #3da7e4 solid;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;
    margin: 30px auto 60px;
    /* box-shadow: 4px 4px #ccc; */
    background-color: #fff;
    position: relative;
	text-align: center;
    z-index: 2;
}
.chance_bg {
    position: relative;
}
.chance_gizagiza_l,
.chance_gizagiza_r {
    position: absolute;
    z-index: 1;
}
.chance_gizagiza_l {
    top: 10%;
    left: 0;
}
.chance_gizagiza_r {
    top: 50%;
    right: 0;
}
.chance_gizagiza_l img,
.chance_gizagiza_r img {
    width: 40%;
}
.chargeAmount th {
    background-color: #fff!important;
    width: 30%;
    text-align: left;
}
.chargeAmount td {
    width: 70%;
    font-size: 18px;
}
.chargeAmount td p.indent-1 {
    margin-bottom: 15px;
}
.chargeAmount a {
    text-decoration: underline;
    font-weight: bold;
}
.chargeAmount,
.chargeAmount th,
.chargeAmount td {
    border: none;
}
.chargeAmount th,
.chargeAmount td {
    border-bottom: 1px solid #ccc;
}
.chargeAmount tr:last-child th,
.chargeAmount tr:last-child td {
    border-bottom: none!important;
}
.usami_ttl {
    text-align: left;
    font-weight: bold;
    max-width: 960px;
    padding: 0 0 5px 35px;
    font-size: 133%;
}
.usami_box {
    width: 100%;
    max-width: 960px;
    border: 5px #004883 solid;
    padding: 15px;
    background-color: #fff;
    margin: 0 auto 60px;
    box-sizing: border-box;
    font-weight: bold;
}
.usami_box img {
    width: 100%;
    max-width: 660px;
    margin-top: -50px;
}
.app_box {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.appLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

/*--------------------------------------
	ページの説明文(？)
---------------------------------------*/
#event_area{
	margin: 30px auto 65px;
	text-align: center;
}
#event_area p{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
}

/*--------------------------------------
	エリアごとのアンカーボタン
---------------------------------------*/
.menu_sp {
	align-content: center;
    display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	text-align: center;
}
.sp_wrap {
    padding-top: 180px;/*レスポンシブの際に改行された場合、ここを変更しないと崩れるので注意！ ※今回の場合、.menu_sp li*/
    position: relative;
}
#nav_local {
	background: #fff;
	/*border-bottom: 3px solid #121212;
	margin-bottom: 30px;*/
	left: 0;
	padding: 15px 0;
	position: absolute;
	right: 0;
    width: 100%;
	z-index: 999;
    top: 0;
}

#nav_local.m_fixed {
    left: 0;
	margin: 0 auto;
	max-width: 1000px;
    position: fixed;
    top: 0;
	width: 100%;
}

.menu_sp li {
	margin-bottom: 15px;
    width: calc(100% / 5);
}
.menu_sp li p a {
    width: 90%;
    text-align: center;
    padding: 15px 0;
    color: #E60012;
    border: 2px solid #E60012;
    display: inline-block;
    text-decoration:none;
}
.menu_sp li p a:hover{
	color: #fff;
    background-color: #E60012;
}

/*--------------------------------------
	チラシ掲載店舗一覧
---------------------------------------*/
#shoplist{
	margin: 50px auto;
	max-width: 1000px;
}
.area_ttl{
	font-size: 24px;
	padding: 50px auto 0;
	text-align: left;
}
#shoplist h3 {
	/*font-weight: normal;*/
	font-size: 1rem;
	border-bottom: 1px solid #b2b2b2;
	display: block;
	margin: 10px auto 10px 25px;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/*--------------------------------------
	各店舗
---------------------------------------*/
#contents_list {
	margin: 0 auto 50px;
	padding-bottom: 0px;
	border-left: 1px solid #b2b2b2;
	width: 100%;
}
.sec_prefecture {
	margin-left: 50px;
}
.list_shop {
    align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
}
.info_shop {
	display: inline-block;
}

/* デジタルチラシと店舗情報のボタン */
.info_btn {
	display: flex;
	margin-left: auto;
}
.info_btn .btn_site {
	text-decoration: none;
}
.info_btn .btn_site p {
	background: #222;
	color: #fff;
	display: block;
	margin: auto 10px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 140px;
}
.info_btn .btn_site p:hover {
	background: #858585;
}
@media all and (-ms-high-contrast:none){
  /* IE11 */
  *::-ms-backdrop, 
    .info_btn .btn_site p{
        padding:8px 0 0 0;
        margin-top:-10px;
    }
}
		
/*--------------------------------------
	注意文言
---------------------------------------*/
.box_caution {
	border: 3px solid #b30f12;
	padding: 30px 30px 30px 45px;
    margin: 20px 0 40px;
}
.box_caution p {
    font-size: 18px;
}

/*--------------------------------------
	福袋一部追加
---------------------------------------*/
#event_area .item_list {
	margin: 50px auto;
}
#event_area .item_list ul{
	display: flex;
}
#event_area .item_list li{
	width: calc(100% / 3);
}
#event_area .item_list li img{
	max-width: 80%;
}

/*--------------------------------------
	191212_チラシボタン
---------------------------------------*/
#chirashi_button a {
    display: block;
    text-align: center;
    width: 70%;
    margin: 100px auto 100px;
    padding: 20px;
    background: #222;
    color: #fff;
    font-size: 130%;
}
#chirashi_button a:hover {
	background: #222;
}
#chirashi_button a span.inline_B {
    display: inline-block;
}

#chance_area{
	margin: 105px auto 0;
    background-color: #fff;
    border-radius: 15px;
    opacity: 0;
}

#period_area{
	margin: 0 auto;
    background-color: #inherit;
    text-align: left;
}
#period_area div {
	font-size: 1.8rem;
}
.fadeUpTrigger {
    opacity: 0;
}
.doc {
    padding: 20px 20px 15px;
    text-align: left;
}
.campaign_ttl {
	background-color: #e60012!important;
    text-align: left;
    border-radius: 10px 10px 0 0;
    margin: 0 auto 10px!important;
}
.stepArea .stepCont.campaign_ttl {
    padding: 25px 25px 21px 25px;
    margin-bottom: 0;
}
.stepArea .stepCont.campaign_ttl p {
    color: #fff!important;
    line-height: 1.6;
}
.stepArea .stepCont.campaign_ttl p {
    color: #fff!important;
    line-height: 1.6;
}
.stepArea .stepCont .stepNum {
    color: #000;
}
.tokuten_ttl {
    background-color: #e0e0e0;
    font-size: 22px;
    padding: 28px 110px 28px 34px;
    font-weight: bold;
    position: relative;
}
.tokuten_img {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100px;
}
.tempBtn {
    margin-bottom: 20px;
}
.usami_box .tempBtn a {
    background-color: #114883;
    box-shadow: 0px 3px 0px #033264;
    color: #fff;
}
.usami_box .tempBtn a:after {
    background-image: url(../../../img/common/arrow02.svg);
}
.txt{
	font-size: 18px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.txt2{
    font-size: 18px;
    padding-left: 36px;
    padding-bottom: 15px;
}

/*--------------------------------------
	終了しました文言
---------------------------------------*/
.end_distribution {
    position: relative;
    padding: 30px;
}
.end_distribution::before {
    content: "発券期間終了";
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 42px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
}
.end_distribution .txt {
    padding-left: 0;
}
.end_distribution::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba( 0,0,0,0.75 );
    z-index: 100;
}
#event_area {
    margin: 40px auto 40px;
}

/*--------------------------------------
	アプリダウンロード
---------------------------------------*/
ol, ul {
    list-style: none;
}

.box_app {
    padding: 20px;
    margin: 60px auto;
    background-color: #fff;
}
.sp_only {
    display: none;
}
.sp_only2 {
    display: none;
}
.app button, .app .button {
    display: inline-block;
    padding: 1.2rem 1.8rem;
    border: none;
    border-radius: 8px;
    outline: none;
    background-color: #E70C14;
    color: #fff;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5rem;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out;
    margin-bottom: 40px;
}
.box_app h4 {
    margin-bottom: 10px;
    font-size: 18px;
}
.box_app .bnt_list {
    display: flex;
    margin-bottom: 5px;
}
.box_app .bnt_list li {
    margin-right: 20px;
}
.box_app .bnt_list li img {
    height: auto;
    width: 100%;
}
.notes {
    color: #949494;
    display: block;
    font-size: 14px;
}

/*--------------------------------------
	追記
---------------------------------------*/
.li_link{
	display:flex;
	justify-content: space-between;
	margin-top: 40px;
}
.li_link li{
	background: #e60012;
	border-radius: 10px;
	display: block;
	padding: 10px 0;
	text-align: center;
	width: 46%;
}
.li_link li a{
	color:#fff;
	display: block;
	text-decoration: none;
}
.chargeAmount {
    margin-bottom: 40px;
}

/*--------------------------------------
	店舗一覧
---------------------------------------*/
.sl_btn {
    background-color: #e40011;
    box-shadow: 0px 5px 0px #b70d1d;
    color: #fff;
    font-size: 140%;
    display: flex;
    flex-flow: nowrap;
    border-radius: 90px;
    max-width: 534px;
    height: 90px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 140%;
    position: relative;
    transition: all 0.2s ease;
    text-decoration: none;
    margin: 30px auto;
}
.sl_btn:hover {
    color: rgba(255, 255, 255, 0.8);
}
.sl_btn:after {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
    text-indent: 180%;
    white-space: nowrap;
    content: "";
    display: block;
    height: 12px;
    width: 6px;
    background-image: url(../../img/common/arrow03.svg);
    margin-top: -6px;
    position: absolute;
    right: 40px;
    top: 50%;
}

.sl_btn.majivoice {
	background-color: #3da7e4;
    box-shadow: 0px 5px 0px #0f6dcc;
}
.attention {
    color: #E60012;
    font-weight: bold;
    text-align: center;
}
#modal01,
#modal02 {
    text-align: left;
    position: relative;
    padding: 0 10px 20px;
}
.titleStyle02:first-of-type {
    margin-top: 10px!important;
}
.titleStyle02.step1 {
    margin-top: 30px!important;
}
#cboxLoadedContent {
    margin-top: 0;
    margin-left: 5px;
}
.chirashiAreaBlock {
    margin-right: 10px;
}
#cboxClose1,
#cboxClose2 {
    background-image: inherit!important;
    position: fixed!important;
    z-index: 9999!important;
    top: 20px;
    right: 20px!important;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
    text-indent: inherit!important;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #cboxClose1 {
    position: absolute!important;
    top: 0!important;
}
_:-ms-lang(x)::-ms-backdrop, #cboxClose2 {
    position: absolute!important;
    top: 0!important;
}
#cboxtop,
#cboxtop2 {
    background-image: inherit;
    position: fixed;
    z-index: 9999!important;
    bottom: 20px;
    right: 30px;
    line-height: 25px;
    width: 20px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0;
    text-indent: inherit;
}
/* IE11 */
_:-ms-lang(x)::-ms-backdrop, #cboxtop {
    position: absolute!important;
}
_:-ms-lang(x)::-ms-backdrop, #cboxtop2 {
    position: absolute!important;
}
button#cboxClose {
    display: none;
}
.chirashiAreaBlockHdr {
    background: #e60012;
    color: #fff;
    border-radius: 11px 11px 0 0;
    border-top: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    padding: 15px 15px 15px 20px;
    font-size: 153.9%;
    font-weight: bold;
}
.chirashiAreaBlock {
    border-radius: 11px;
    border-left: solid 1px #ebebeb;
    margin-bottom: 45px;
    max-width: 1000px;
}
.chirashiAreaBlockTtl {
    padding: 13px 20px;
    background: #e0e0e0;
    font-size: 123.1%;
    font-weight: bold;
    border-left: none;
    border-right: none;
}
.chirashiAreaBlockList {
    display: -webkit-flex;
    display: flex;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -o-flexbox;
    display: flexbox;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    flex-align: stretch;
    letter-spacing: -0.4em;
}
.chirashiAreaBlockList > li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 13px 20px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    width: 33.33%;
    font-size: 108%;
    letter-spacing: normal;
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration: underline;
    font-weight: bold;
}
.chirashiAreaList {
    margin-top: 0;
    margin-bottom: 25px;
}
.linkList--short > a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 0.8em 0.8em 0;
    padding-right: 1em;
    border-right: solid 1px #cdcdcd;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 1.1em;
}

/* 211201追記
------------------------------------------------------------*/
p{
	font-size: 1.8rem;
}
.titleStyle02 {
	margin-bottom: 10px;
}

/* 注意事項 */
.box_attention {
	margin-top: 40px;

}
.box_attention p{
	font-size: 2.2rem;
}
.box_attention p:first-of-type{
	margin-bottom: 0;
}
.box_attention .attention{
	font-size: 100%;
}
.indentList li{
	font-size: 1.6rem;
}
.li_brand{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.li_brand li{
	width: 100%;
	margin-right: 0;
}
.brand img {
	width: 100%;
	height: auto;
}
.sl_btn {
	margin: 20px auto 0!important;
}
.box_attention.mb60 {
	margin-bottom: 60px;
}
.noticeArea {
	font-size: 110%;
	margin-top: 30px;
}
.noticeArea p {
	margin-bottom: 0;
}
.f_box {
	display: flex;
	flex-wrap: wrap;
}
.f_box .left {
	width: 7em;
}
.f_box .right {
	width: calc(100% - 8em);
	text-indent: -1em;
	padding-left: 1em;
}
.f_box.item {
	margin: 0 auto;
    /* width: 100vw;
    max-width: 1080px; */
	flex-wrap: nowrap;
	margin-right: 20px;
}
.f_box.item img {
	width: 95%;
	/* max-width: 275px; */
	height: auto;
}
/* .f_box.item div:last-child img {
	min-width: 500px;
} */
.f_box.item2 {
	width: 100%;
}
.f_box.item2 > div {
	width: 33.33%;
}
.f_box.item2 img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.itembox {
	margin: 20px auto;
}
.itembox2 {
	margin: 65px auto 85px;
}
.majicaimg {
	margin: 5px 20px 5px 5px;
}
.majicaimg img {
	max-width: 100px;
}
.majicatxt {
	font-size: 1.8rem;
}
.majicatxt p {
	font-weight: bold;
}
.popimg {
	width: 180px;
	height: 260px;
	margin: 0 40px 0 100px;
	position: relative;
}
.popimg img {
	border: 1px #ccc solid;
	width: 180px;
	height: 260px;
}
.poptxt p {
	margin-bottom: 0;
}
.poptxt p.spcenter {
	margin-bottom: 20px;
}
.circle {
	position: relative;
    width: 200px;
    height: 200px;
    background-color: #e60013;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    transition: all 0.1s;
}
/* .circle::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 2px;
	top: 2px;
	border-left: 20px solid #e60013;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-45deg);
} */
.circle-inner {
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 130%;
}
.circle-inner span {
	padding-left: 0.1em;
	font-size: 80%;
}
.large120 {
	font-size: 120%;
}
.large140 {
	font-size: 140%;
}
.large160 {
	font-size: 160%;
}
.center_box {
	width: 100%;
	max-width: 960px;
	border: 5px #e60012 solid;
	padding: 40px;
	background-color: #fff;
	margin: 0 auto 60px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}
.center_box p {
	line-height: 1.5;
}
.center_box .upper {
	margin-bottom: 15px;
}
.center_box .under {
	margin-bottom: 0;
}
br.pc {
	display: block;
}
.spcenter {
	text-align: left;
}
p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}
p.indent-2 {
	padding-left: 2em;
	text-indent: -2em;
}
p.indent-3 {
	padding-left: 3em;
	text-indent: -3em;
}
p.extension {
	font-size: 1.8rem;
	line-height: 1.8;
}
ul.extension.indentList li {
	font-size: 1.8rem;
	line-height: 1.8;
	font-weight: bold;
}
ul.extension.indentList.small li {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: bold;
}
p.extension.mission {
	padding-left: 1em;
	text-indent: -1.7em;
	margin-bottom: 0;
}
p.extension.mission.ttl {
	font-size: 140%;
	font-weight: bold;
	color: #000;
}
.cancellation {
	line-height: 1;
}
.cancellation .correction {
	font-weight: bold;
	color: #ef0000;
}
.items_box {
	max-width: 700px;
	margin: 0 auto;
}
.items_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.items_list li {
	width: calc( (100% - 60px) / 3 );
	margin-bottom: 60px;
	margin-right: 20px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
}
.items_list li:last-child {
	margin-right: 0;
}
.items_list li .item_img {
	margin-bottom: 10px;
}
.items_list li .item_img img {
	width: 100%;
	max-width: 160px;
	height: auto;
}
.items_list li .item_name {
	line-height: 1.3;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	color: #ee0000;
	margin: 10px auto 0;
}
.items_list li .item_name.first {
	font-size: 90%;
	height: 60px;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	line-height: 1.6;
}
.item_text {
	text-align: center;
	width: 100%;
}
.limited {
	max-width: 220px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	font-size: 135%;
	background-color: #ee0000;
	color: #fff;
	padding: 5px 0 3px 0;
	border-radius: 5px;
	margin: 0 auto;
	letter-spacing: 0;
}
/* .arrow {
	border-bottom: 15px solid #ee0000;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	margin: 5px auto 0;
	width: 0;
} */
.items_box p {
	text-align: center;
}
.check span {
	font-size: 200%;
}
.majivoice_logo {
	width: 150px;
	height: auto;
	vertical-align: baseline;
}
.majivoice_about h3 {
	font-size: 48px;
	margin-bottom: 30px!important;
	vertical-align: bottom;
	line-height: 1;
	text-align: center;
}
.majivoice_about h3 img {
	width: 350px;
	vertical-align: bottom;
}
.majivoice_howto ul.howto {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.majivoice_howto ul.howto2 {
	margin: 10px 0 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.majivoice_howto ul.howto li {
	width: calc((100% - 60px) / 2 );
	padding: 0 20px;
}
.majivoice_howto ul.howto2 li {
	width: calc((100% - 20px) / 3 );
	padding: 0 20px;
}
.majivoice_howto ul.howto li.arrow {
	width: 60px;
	text-align: center;
	color: #3da7e4;
}
.majivoice_howto ul li.arrow2 {
	width: 100%;
	text-align: center;
	color: #3da7e4;
}
.majivoice_howto ul.howto li p {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}
.triangle-right {
    border-style: solid;
    border-width: 60px 0 60px 40px;
    border-color: transparent transparent transparent #9ed3f1;
    display: inline-block;
    width: 0;
    height: 0;
}
.triangle-bottom {
    border-style: solid;
    border-width: 50px 90px 0 90px;
    border-color: #3da7e4 transparent transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
}
/* .majivoice_howto ul.howto li .howto_img {
	border: 5px solid #3da7e4;
}
.majivoice_howto ul.howto li .howto_img .ttl {
	background: #3da7e4;
	padding: 25px;
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
} */
h3.howto {
	margin: 20px 0 10px;
}
h4.howto {
	background: #3da7e4;
	padding: 5px 25px;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	font-weight: bold;
	margin: 30px 0;
}
.majivoice_howto ul.howto li .howto_img .img {
	text-align: center;
	margin-bottom: 20px;
}
.majivoice_howto ul.howto li .howto_img .img img {
	width: 100%;
	height: auto;
	max-width: 240px;
}
.majivoice_howto ul.howto2 li .howto_img .img img {
	width: 100%;
	height: auto;
}
.majivoice_link {
	margin: 100px 0;
}
.majivoice_link a {
	width: 500px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3da7e4;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
	margin: auto;
	transition: 0.4s;
}
.majivoice_link a:hover {
	opacity: 1;
	background: #000000;
}
.majivoice_link p {
	margin-bottom: 30px;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.majivoice_link h4 {
	margin-bottom: 20px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.majivoice_link .link_box {
	border: 1px solid #3da7e4;
	padding: 30px 20px 40px;
	border-radius: 10px;
}
.majivoice_box {
	margin-top: 60px;
	padding: 20px;
    background-color: #f0faff;
}
.iiyo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.iiyo span.iiyo {
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	background-color: #0da7e4;
	border-radius: 5px;
	letter-spacing: -0.05em;
	padding: 0 4px 0 7px;
}
.iiyo span.number {
	font-size: 3rem;
	letter-spacing: -0.02em;
	margin: 0 3px 0 10px;
	font-weight: bold;
}
.iiyo span.hyo {
	padding: 5px 0 0 0;
}
.duration {
	margin: 5px 0;
	font-size: 13px;
}
.duration span.duration {
	letter-spacing: -0.02em;
}
.dl_btn_txt {
	text-align: center;
	color: #e40011;
	font-size: 3rem;
	font-weight: bold;
}
.course_box {
	padding: 5px;
	margin-bottom: 60px;
}
.course_box_inner {
	background-color: #fff;
	padding: 20px;
}
.course_box_inner .img:last-child img {
	margin-bottom: 0;
}
.course_box_inner p.extension {
	line-height: 1.4;
}
.ttl {
	font-size: 186%;
	margin: 0 0 5px 1em;
    font-weight: 900;
	display: inline-block;
    color: #fff;
}
.course_box.red,
.course_box.red .ttl {
	background-color: #ef1401;
}
.course_box.darkred,
.course_box.darkred .ttl {
	background-color: #a20b12;
}
.course_box.yellow,
.course_box.yellow .ttl {
	background-color: #a47b07;
}
.course_box.blue,
.course_box.blue .ttl {
	background-color: #0c6ba1;
}
.course_box.green,
.course_box.green .ttl {
	background-color: #0b8636;
}
.guidance {
	text-align: center;
	line-height: 1.4;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 130%;
	font-weight: bold;
	white-space: nowrap;
}
.guidance span.pc {
	display: inline-block;
}

/*--------------------------------------
	useArea
---------------------------------------*/
.useArea {
	flex-wrap: wrap;
	align-items: flex-start;
}
.useArea:before {
	background: none;
}
.useArea dl {
	width: 44.5%;
}
.useArea dl:last-child:after {
	background: none;
}
.useArea dl dt {
	background-color: #fff;
	border-radius: 0;
	color: #111;
	font-size: 130%;
	font-weight: 700;
	max-width: 260px;
	width: 100%;
	height: 90px;
	text-align: center;
	position: relative;
	line-height: 1.4;
}
.useArea dl dt:after {
	background: none;
	content: "";
	display: block;
	height: 0;
	width: 0;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.useArea dl dd.app {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 235px;
}
.useArea dl dd.app img {
	max-width: 100%;
	margin-bottom: 10px;
}
.useArea dl dd.app img.majica {
	max-width: 80px;
}
.useArea dl dd.app a.app {
	width: 100%;
	text-align: center;
}
.useArea dl dd.app a.app img {
	max-width: 200px;
}
.useArea dl dd.pict {
	height: 235px;
}
.useArea dl dd .app_logo {
	width: 100%;
	text-align: center;
}
.useArea dl dd.pict a:hover .circle {
	opacity: .6;
}
.cb_box {
    position: relative;
    height: 100%;
	padding-top: 30px;
}
.cb_box .close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.cb_box .close img {
    width: 20px;
    height: auto;
}
.cb_box .pop_img_box img {
    width: 100%;
    height: auto;
}
.item-colorbox img {
	width:100%;
	max-width: 400px;
	height: auto;
	border: 1px #fe0000 solid;
	margin-left: 1.3em;
}
.titleStyle02 {
    font-size: 160%!important;
}
.accordion-content {
	display: none;
	margin: 20px;
	line-height: 1.8;
}
.ttl_box {
    position: relative;
    display: inline-block;
    padding: 20px 60px 15px 80px;
    background-color: #f6e018;
	width: 100%;
    max-width: 1000px;
    box-sizing: border-box;
}
.majikatsulogo {
    width: 150px;
    height: auto;
}

.titleStyle05 {
	text-align: center;
    margin: 40px auto;
	padding: 20px 0px 10px;
	font-size: 200%;
    font-weight: bold;
	color: #000000;
	border-bottom: 4px dotted #ffffff;
	max-width: 80%;
}
.titleStyle06 {
	text-align: left;
    font-size: 100%;
    font-weight: bold;
    color: #cb671b;
    border-bottom: 4px dotted #cb671b;
    width: 90%;
    display: inline-block;
}
.step_box {
	margin: 15px 50px;
	background-color: #ffffff;
    padding: 30px 40px;
    width: 80%;
    border-radius: 40px; /* 角を丸くする */
	width: inherit; 
	max-width: 875px;
}
.step_box.reward {
    padding: 0 40px;
}
.dot_box{
	text-align: center;
    padding: 20px 19px;
    margin: 4em ;
    color: #2c2c2f;
	width: calc(100% - 8em);
    border-top: dotted 6px #ffffff;
    border-bottom: dotted 6px #ffffff;
    box-sizing: border-box;
}
.dot_box p {
    margin: 0; 
    padding: 0;
}
.step-label {
    width: 120px;
    position: relative;
    background-color: #FFC000;
    color: #fff;
    font-size: 2.5rem!important;
    font-weight: 700;
    text-align: center;
    padding: 0 20px 10px;
    display: inline-block;
    clip-path: polygon(0% 0%, 100% 0%, 100% 45%, 50% 100%, 0% 45%);
}
.step_container {
	padding: 10px ;
}

.step_container2 {
 padding: 10px ;
 display: flex;
 align-items: center;
 justify-content: center;
 gap:20px;
}
.step_container2 img {
    transform: rotate(10deg);
}

.step_image {
  width: 100px; /* 適宜サイズ調整してください */
  height: auto;
  margin-right: 20px;
}

.step_text {
  font-size: 16px;
}

.step_container > p {
	font-weight: normal;
}
.step_container .tempBtn {
	text-align: center;
}
.step_container .tempBtn p {
	display: inline-block;
	margin: 10px auto 0;
	font-weight: bold;
	font-size: 80%;
}
.step_container .img_box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.step_container .img_box img {
    width: 20%;
    height: auto;
}
.step_container .img_box img:nth-of-type(1){
width: 21%!important;
}
.step_container .arrow {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #7f7f7f;
	align-self: center;
}
#unavailable.li_brand {
	max-width: 534px;
	margin: 0 auto;
}
#unavailable.li_brand .accordion-content {
	white-space: nowrap;
    margin: 40px 20px;
}
#qanda.li_brand .accordion-content {
	margin: 0 20px 40px;
}
#qanda.li_brand .accordion-content .step_box {
    margin: 0 25px 20px 30px;
    padding: 40px 15px 15px;
    border-radius: 0 0 10px 10px;
}
#qanda.li_brand .accordion-content .q_txt {
	background-color: #ffcad4;
	padding: 6px 15px 5px;
	font-size: 2rem;
}
#qanda.li_brand .accordion-content .a_txt {
	font-size: 1.8rem;
	padding: 0 20px 20px;
}
#qanda.li_brand #unavailable {
	margin-bottom: 60px;
}
#behavior,
#behavior2 {
	margin-bottom: 40px;
	position: relative;
    display: block;
}
#behavior_sp,
#behavior2_sp {
    display: none;
}
#behavior .sl_btn,
#behavior2 .sl_btn,
#behavior_sp .sl_btn,
#behavior2_sp .sl_btn {
	background-color: #ff8c10;
	box-shadow: 0px 5px 0px #ef7c00;
	margin: 0 auto;
}
#behavior.li_brand li,
#behavior2.li_brand li,
#behavior_sp.li_brand li,
#behavior2_sp.li_brand li {
	width: 534px;
	margin: 0 auto;
}
#behavior2.li_brand li {
    width: 100%;
}
#behavior .accordion-content,
#behavior2 .accordion-content {
	position: relative;
    left: 50%;
    width: 900px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#behavior .accordion-content p,
#behavior2 .accordion-content p {
    margin: 0;
    padding: 0;
    text-align: center;
}
#behavior .accordion-content img,
#behavior2 .accordion-content img {
    display: block;
    max-width: 900px;
    width: auto;
    margin: 0 auto;
}
#behavior2 .accordion-content img {
    max-width: 865px;
	margin: 40px 0 0;
}
.tableTtl {
	color: #111;
	font-weight: bold;
}
.tableTtl dl {
	width: 100%;
}
.tableTtl dl dt {
	width: 10em;
	float: left;
}
.tableTtl dl dd {
	width: calc(100% - 10em);
	margin-left: 10em;
}
.titleStyle02 {
    padding-left: 40px;
    margin-left: 50px;
}
.titleStyle02::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/img_star.png");
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 240%;
}
.attention2 {
    position: absolute;
    display: inline-block;
    margin: 10px auto 0;
    font-weight: bold;
    font-size: 100%;
    top: 105px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 999;
}
.attention2.under {
    position: absolute;
    display: inline-block;
    margin: 10px auto 0;
    font-weight: bold;
    font-size: 100%;
    top: 155px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 999;
}
.attention2.long {
	font-size: 1.8rem;
	font-weight: normal;
    padding: 0 20px 20px;
    white-space: normal!important;
    top: 230px!important;
    width: calc(100% - 40px)!important;
    padding: 0 20px;
}
.attention4 {
    font-size: 15px!important;
}
.attention5 {
    margin-top: -30px;
    font-size: 15px!important;
    font-weight: bold!important;
    text-align: center;
}
.accordion-content.koudou {
    margin: 60px 0 0;
}
.sl_btn.qanda {
    position: relative;
    padding-right: 50px;
    border-radius: 10px;
    background-color: #fd93a9;
    box-shadow: 0px 5px 0px #fb8199;
    max-width: inherit;
    margin: 20px 45px 20px 50px!important;
    font-size: 200%;
}
.arrow-icon {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #fd93a9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-left: 1px;
    font-weight: bold;
    font-family: sans-serif;
}
.triangle_container {
    text-align: center;
}
.triangle {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 45px solid #fd93a9;
    margin: 0 auto;
}
.attention3 {
    text-align: center;
    color: red;
}
.housyu {
    text-align: center;
}
#taisyogai,
#qanda {
    font-size: 1.5rem!important;
}
.secAppArea {
    margin: 90px auto 0;
}
.img-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.img-scroll img {
  display: block;
  width: 800px;
  max-width: none;
  height: auto;
}
.step-slider {
	display: none;
}
.a_txt.icon_majikatsu {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
}
.a_txt.icon_majikatsu div.left {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: baseline;
}

@media only screen and (max-width: 1160px) {
	.f_box.item {
		flex-wrap: wrap;
	}
	.f_box.item div img {
		margin-bottom: 20px;
		max-width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
	}
	.majikatsulogo {
		left: 0;
	}
	.ttl_box {
		padding: 20px 60px 15px 140px;
	}
	.titleStyle02 {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 1040px) {
    #behavior .accordion-content img,
    #behavior2 .accordion-content img {
        width: 100%;
    }
    #behavior .accordion-content,
    #behavior2 .accordion-content {
        width: 80vw;
    }
}

@media only screen and (max-width: 1020px) {
    #qanda.li_brand .accordion-content .step_box {
        margin: 0 35px 20px 35px;
    }
}

@media only screen and (max-width: 1000px) {
    .txt {
        font-size: 20px;
    }
    .txt2 {
        font-size: 16px;
    }
    .box_caution {
        padding: 20px 30px;
    }
    #chirashi_button a {
        width: 80%;
        margin: 80px auto;
        padding: 20px;
        font-size: 117%;
    }
	.items_list li .item_name.first {
		height: 65px;
	}
	.majivoice_howto ul.howto {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.majivoice_howto ul.howto li {
		width: 100%;
		margin-bottom: 10px;
	}
	.majivoice_howto ul.howto li .howto_img .img img {
		padding: 0 10px;
	}
	.majivoice_howto ul.howto li.arrow {
		width: 100%;
		margin: 20px 0 0;
	}
	.triangle-right {
		border-width: 40px 60px;
		border-color: #9ed3f1 transparent transparent transparent;
	}
	.majivoice_howto ul.howto li p {
		font-size: 100%;
	}
	.tempBtn.dl_btn a {
		padding-right: 0;
	}
}

@media screen and (max-width: 960px) {
	.useArea dl {
		width: 47.5%;
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
	}
	.useArea dl:after {
		right: 0;
	}
	.useArea dl dd.pict {
		padding: 0 30px;
	}
}

@media screen and (max-width: 930px){
    .chance_box {
        margin: 60px 0;
    }
    .chance_gizagiza_l,
    .chance_gizagiza_r {
        display: none;
    }
    .l_mainArea {
        background-image: none;
    }
    .mainTitle {
        background: none!important;
        margin: 190px auto 0;
        padding-bottom: 110px;
    }
    .mainTitle {
        margin: 170px auto 0; /*110*/
    }
    .moraeru {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 900px){
	#behavior .accordion-content img,
	#behavior2 .accordion-content img {
		width: 100%;
		height: auto;
	}
    .step_container {
        padding: 0;
    }
    .step_box {
        margin: 15px 20px;
        padding: 30px;
    }
    .titleStyle02 {
        margin-top: 40px;
        margin-left: 20px;
    }
    .sl_btn.qanda {
        margin: 20px 20px 0 20px !important;
    }
    #qanda.li_brand .accordion-content .step_box {
        margin: 0 35px 20px 30px;
    }
    #qanda.li_brand .accordion-content {
        margin: 0 -15px 40px -10px;
    }
    .secCont {
        padding: 0;
    }
    .dot_box {
        box-sizing: border-box;
    }
    .attention3 {
        margin: 20px;
    }
}

@media screen and (max-width: 800px){
    .moraeru {
        max-width: 230px;
    }
    #MV .mv_box .chara {
        display: none;
    }
    #MV .mv_box .left,
    #MV .mv_box .right {
        margin: 10px auto;
    }
    #MV .mv_box {
        flex-wrap: wrap;
        justify-content: center;
        width: 80%;
        margin: 35px auto 0;
    }
    .chance_ttl img {
        max-width: inherit!important;
    }
    .chance_txt img {
        max-width: inherit!important;
    }
    .chance_box {
        max-width: inherit!important;
		width: 100%;
		font-size: 24px;
		padding: 20px 30px;
    }
    p {
        font-size: 1.5rem;
    }
    .titleStyle02,
    .titleStyle05 {
        font-size: 140% !important;
    }
    .attention5 {
        font-size: 14px!important;
    }
    .majikatsulogo {
        width: 120px;
        height: auto;
        margin-right: -5px;
    }
    .detailArea {
        padding: 20px 0 0;
    }
    .tempBtn.dl_btn a {
        padding-right: 30px;
        font-size: 120%;
    }
    .sl_btn.qanda {
        font-size: 160%;
    }
}

@media only screen and (max-width: 768px) {
    /* .sp_only {
        display: block;
    } */
    .box_app {
        text-align: center;
    }
    .box_app .bnt_list {
        justify-content: center;
    }
    .box_app .bnt_list li:last-child {
        margin-right: 0;
    }
    .chirashiAreaBlockList > li {
        width: 100%!important;
    }
    h3.chirashiAreaBlockTtl {
        margin: 0 auto;
    }
    li.none {
        display: none!important;
    }
    #colorbox {
        top: 0!important;
    }
    .step_container2 {
        display:block;
    }
    .step_container2 img {
        display:block;
        text-align: center;
        margin:0 auto;
        height: 120px;
    }
}

@media screen and (max-width: 767px){
	#event_area p{
		font-size: 22px;
	}
	.inner{
        /*width: calc(100% - 50px);*/
    }
	/*font*/
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 22px;
		margin: 10px auto;
    }
    #event_area {
        margin: 30px auto 25px;
    }
    .end_distribution {
        padding: 20px;
    }
    .end_distribution::before {
        font-size: 32px;
    }
    #chirashi_button a {
        margin: -30px auto 50px;
        padding: 15px;
    }
    #contents_list {
        margin: 10px 0 0;
        padding-bottom: 20px;
        border-left: none;
        width: 100%;
    }
    .sec_prefecture {
		margin-left: 0;
        width: 100%;
    }
    .info_shop {
		width: 25%;
    }
    .btn_site {
        text-align: center;
        vertical-align:middle;
    }
    .btn_site p {
        width: auto;
        display: block;
        /*padding: 2px 0 0;
        margin: 10px auto 0;*/
    }
    .name_shop {
		width: auto;
    /*	
		margin-left: 20px;
    */
        padding-top: 10px;
        word-break: break-all;
    }
    .detail_shop {
        display: none;
    }
	.area_ttl{
		font-size: 22px;
	}
	#shoplist h3 {
		margin: 0;
	}
    .txt2{
        padding-left: 15px;
    }
	#period_area{
        margin: 25px auto 0;
    }
    .ttl_bar{
        font-size: 20px;
    }
    .txt{
        font-size: 20px;
    }
}

@media screen and (max-width: 736px){
    .chargeAmount th {
        font-size: 18px;
    }
    .usami_ttl {
        padding: 0 0 5px 25px;
        font-size: 100%;
    }
    .usami_box {
        font-size: 20px;
    }
    .usami_box img {
        margin-top: -20px;
        padding: 10px;
    }
    .mainTitle {
        margin: 0 auto 0;
        padding: 15px 4vw 0;
    }
    .mainTitle:after {
        height: 0!important;
    }
    .chance_txt {
        padding: 10px 0;
    }
    .chance_box {
        margin: 0;
    }
    .tempBtn.dl_btn a {
        /* font-size: 100%; */
		height: 90px;
    }
    #MV .mv_box {
        width: 100%;
    }
    .moraeru {
        display: none;
    }
    .stepArea .stepCont.campaign_ttl {
        padding: 4vw 4vw 4vw 13vw;
    }
    .stepArea .stepCont.campaign_ttl p {
        font-size: 21px;
        margin: 0;
    }
    .tokuten_img {
        display: none;
    }
    .tokuten_ttl {
        padding: 20px!important;
    }
	.li_brand{
		display: block;
	}
	.li_brand li{
		font-size: 115%;
		width: 100%;
	}
	.fbox {
		display: flex;
		flex-wrap: wrap;
	}
	.items_list li {
		width: 100%;
		margin-right: 0;
	}
	.items_list li .item_img {
		width: 100%;
		text-align: center;
	}
	.items_list li .item_img img {
		max-width: 400px;
	}
	.box_attention p {
		font-size: 1.8rem;
	}
	.noticeArea {
		font-size: 1.8rem;
	}
	.majicaimg {
		display: none;
	}
	.popimg {
		width: 100%;
		height: auto;
		max-width: 320px;
		margin: 20px auto;
	}
	.popimg img {
		width: 100%;
		height: auto;
	}
	.poptxt p {
		font-size: 1.6rem;
		margin-bottom: 0;
	}
	.poptxt h3 {
		margin-top: 20px!important;
	}
	.center_box {
		margin: 0 auto 40px;
		padding: 30px;
	}
	.large160 {
		font-size: 130%;
	}
	.noticeArea {
		padding: 3vw;
	}
	.noticeArea p {
		margin-bottom: 0;
	}
	.spcenter {
		text-align: center;
	}
	.poptxt {
		font-size: 16px;
	}
	.circle {
		margin: 0 auto 10px;
		position: relative;
		left: inherit;
		top: inherit;
	}
	.circle::before{
		display: none;
	}
	span.inlineB {
		white-space: nowrap!important;
	}
	br.pc {
		display: none;
	}
	.items_list li .item_name.first {
		height: auto;
		max-width: 400px;
		font-size: 18px;
	}
	.check span {
		font-size: 150%;
	}
	.majivoice_howto ul.howto {
		margin-top: 40px;
		flex-wrap: wrap;
	}
	.majivoice_howto ul.howto li {
		width: 100%;
		margin-bottom: 10px;
	}
	.majivoice_howto ul.howto li .howto_img .img img {
		padding: 0 10px;
	}
	.titleStyle02 {
		line-height: 1.4;
	}
	.pc736 {
		display: none;
	}
	.sp736 {
		display: block;
	}
	.useArea dl {
		width: 100%;
		margin: 0;
		padding: 40px 0 10px;
	}
	.useArea dl:after {
		transform: rotate(90deg);
		right: 48.5%;
		top: 0;
		bottom: -10%;
	}
	.useArea dl:last-child:after {
		background: url(./img/arrow.png) no-repeat;
	}
	.useArea dl:first-child:after {
		background: none;
	}
	.useArea dl dt {
		max-width: 100%;
		font-size: 125%;
		height: auto;
		margin: 10px 0 20px;
	}
	.useArea dl dd {
		width: 100%;
	}
	.useArea dl dd.app {
		width: 100%;
	}
	.useArea dl dd.pict {
		width: 100%;
		text-align: center;
		height: auto;
	}
	.circle-inner {
		font-size: 95%;
		width: 100%;
		line-height: 140%;
	}
	.sl_btn {
		font-size: 75%;
	}
	.pcOnly {
		display: none;
	}
	.spOnly {
		display: block;
	}
	.f_box.spOnly > div > p {
		line-height: 1.5;
		margin-bottom: 10px!important;
	}
	.f_box.spOnly {
		margin-bottom: 30px!important;
	}
	.f_box.item > div {
		width: 100%;
		padding-right: 40px;
        box-sizing: border-box;
	}
	.f_box.item > div img {
		margin-bottom: 40px;
	}
	/* .f_box.item div:last-child img {
		width: 100%;
	} */
	.f_box.item2 {
		flex-wrap: wrap;
	}
	.f_box.item2 > div {
		width: 100%;
	}
	.f_box.item2 > div > p,
	.f_box.item2 > div > a > p {
		text-align: center;
	}
    .mb60 {
        margin-bottom: 30px!important;
    }
	#behavior.li_brand li,
	#behavior2.li_brand li,
	#behavior_sp.li_brand li,
	#behavior2_sp.li_brand li {
		margin-right: auto!important;
		margin: 0 auto!important;
	}
    .attention2{
        font-size: 1.4rem!important;
        top: 105px;
    }
	.attention2.under{
        font-size: 1.4rem!important;
        top: 135px;
    }
    .attention4 {
        font-size: 1.5rem !important;
    }
    .sl_btn.qanda {
        font-size: 130%;
    }
    .titleStyle02 {
        font-size: 90% !important;
    }
}

@media screen and (max-width: 700px) {
    .about {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
    }
    #MV img.pc {
        display: none;
    }
    #MV img.sp {
        display: block;
    }
    .step_container .img_box img:nth-of-type(1) {
        width: 20% !important;
    }
}

@media only screen and (max-width: 660px) {
	.majivoice_howto ul.howto li .howto_img {
		margin-top: 20px;
	}
	.majivoice_howto ul.howto li .howto_img .img img {
		max-width: 420px;
	}
	.majivoice_howto ul.howto2 {
		flex-wrap: wrap;
	    margin: 0 0 80px;
	}
	.majivoice_howto ul.howto2 li {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
	.majivoice_howto ul.howto li p {
		margin-bottom: 0;
	}
	#behavior.li_brand li,
	#behavior2.li_brand li,
    #behavior_sp.li_brand li,
	#behavior2_sp.li_brand li {
    	width: 100%;
	}
	.step_box {
		border-radius: 20px;
	}
}

@media only screen and (max-width: 600px) {
    .box_caution{
        padding: 20px 20px 25px 30px;
    }
    .txt{
        padding-left: 0;
    }
    .txt2{
        padding-left: 0;
    }
	.items_list {
		margin-bottom: 0;
	}
	.itembox2 {
		margin: 40px auto;
	}
	.limited {
		max-width: 280px;
		font-size: 165%;
	}
	.circle-inner {
        font-size: 110%;
	}
	.f_box.item > div img {
        margin-bottom: 20px;
		padding-right: 30px;
    }
	.accordion-content {
		white-space: normal;
	}
    #behavior_sp,
    #behavior2_sp {
        display: block;
        margin-bottom: 60px;
    }
	#behavior2_sp {
        margin-bottom: 280px;
    }
    .attention2.long {
        top: 220px !important;
        font-size: 1.0rem !important;
    }
    .dot_box {
        margin: 2em;
        width: calc(100% - 4em);
    }
    #behavior2 .accordion-content img {
        max-width: 865px;
        margin: 80px 0 0;
    }
    .titleStyle05 {
        font-size: 120%!important;
    }
    .tempBtn.dl_btn a {
        padding-right: 30px;
        font-size: 100%;
    }
    .attention2,
    .attention2.under,
    .attention4,
    .attention5 {
        font-size: 13px !important;
    }
    .sl_btn {
        max-width: 450px;
        height: 70px;
    }
    #qanda.li_brand .accordion-content .q_txt {
        font-size: 16px;
    }
    #qanda.li_brand .accordion-content .a_txt {
        font-size: 15px;
    }
    #qanda.li_brand .accordion-content .step_box .step_box {
        margin: 0;
    }
    /*
	.img-scroll {
	  display: none;
	}
    */
	.step-slider {
		display: none;
		gap: 20px;
		margin-left: -25px;
		margin-right: -25px;
		width: calc(100% + 50px);
	}
	.step-slider img {
		width: 100%;
		height: auto;
	}
	/* .step2-slider::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 20px;
		height: 100%;
		background: linear-gradient(to right, rgba(255,255,255,0), #fff);
		pointer-events: none;
	} */
	.slick-prev:before,
	.slick-next:before {
		content: '';
	}
	.slick-arrow {
		border: none;
    	background-color: inherit;
	}
	.custom-arrow {
		width: 40px;
		height: 40px;
		background: rgba(0,0,0,0.5);
		border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 10;
	}
	.slick-prev.custom-arrow {
		left: -10px;
	}
	.slick-next.custom-arrow {
		right: -10px;
	}
	.slick-prev.custom-arrow::after {
		content: '';
		border: solid #fff;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 6px;
		transform: rotate(135deg);
		position: absolute;
		top: 50%;
		left: 56%;
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.slick-next.custom-arrow::after {
		content: '';
		border: solid #fff;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 6px;
		position: absolute;
		top: 50%;
		left: 44%;
		transform: translate(-50%, -50%) rotate(-45deg);
	}
    .step-slider .slick-track {
        display: block !important;
    }
    .step-slider .slick-slide {
        height: auto !important;
    }
    .step-slider img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        max-height: 90vh;
        width: auto;
        height: auto;
    }
    .qa_img img {
        max-width: 200px;
    }
}

@media screen and (max-width: 580px){
	#shoplist{
		margin: 50px auto;
	}
	.attention2.long {
    font-size: 1.4rem !important;
}
	.area_ttl{
		font-size: 20px;
	}
	.list_shop{
		display: block;
		margin: 10px auto 20px;
		width: 100%;
	}
	.info_shop{
		width: 100%;
	}
	.name_shop{
		padding-top: 0;
		width: 100%;
	}
	.info_btn{
		display: block;
	}
	.info_btn .btn_site{
		margin-right: 0;
	}
	.info_btn .btn_site p{
		margin: 0 0 10px;
		width: 95%;
	}
	.menu_sp li p{
		font-size: 14px;
	}
	.li_link{
		display: block;
	}
	.li_link li{
		margin-bottom: 15px;
		width: 100%;
	}
	.majikatsulogo {
	    position: relative;
		top: 0;
		left: 0;
	}
	.ttl_box {
        padding: 5px 0 15px 5px;
    }
	.step_container .arrow {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 8px solid #FFC000
	}
	
	#unavailable.li_brand .accordion-content {
		white-space: normal;
	}
}

@media only screen and (max-width: 560px) {
	.f_box.item div {
		padding-right: 15px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 547px) {
    .ttl span:first-child {
        padding-right: 20px;
    }
    .ttl span:last-child {
        padding-left: 20px;
    }
    .tempBtn.dl_btn a {
        font-size: 115%;
    }
}

@media only screen and (max-width: 530px) {
    .campaign_app_img {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .campaign_app_txt {
        font-size: 120%;
    }
    .campaign_app_txt2 {
        padding: 0 20px;
        box-sizing: border-box;
    }
    #pageTop a img {
        width: 50px;
    }
	.tempBtn.dl_btn a {
		font-size: 120%;
	}
    .f_box.item > div img {
        padding-right: 20px;
    }
	.tempBtn.dl_btn .dl_btn_img {
		max-width: 50px;
    	margin-right: 5px;
	}
	#qanda.li_brand .accordion-content .q_txt {
		line-height: 1.5;
	}
    .titleStyle05 {
        font-size: 160%;
    }
}

@media screen and (max-width: 500px){
	.majivoice_link a {
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	.menu_sp li p{
		font-size: 12px;
	}
    button#cboxClose {
        display: none;
    }
    #cboxtop,
    #cboxtop2,
    #cboxClose1,
    #cboxClose2 {
        display: none;
    }
    .btn a {
        width: 100%;
        box-sizing: border-box;
    }
    span.inlineB {
        white-space: inherit;
    }
    .copy {
        font-size: 110%;
    }
    .ttl {
        font-size: 20px;
    }
    .about .copy {
        font-size: 18px;
    }
    .txt {
        font-size: 18px;
    }
    .txt2 {
        font-size: 16px;
    }
    h4 {
        font-size: 18px;
    }
    .box_caution {
        padding: 15px 25px;
    }
    .box_caution p {
        font-size: 18px;
    }
    p.indent {
        padding-left: 0;
        text-indent: 0;
    }
    #pageTop {
        display: none!important;
    }
    .end_distribution {
        padding: 15px;
    }
    .end_distribution::before {
        font-size: 28px;
    }
	/*font*/
    h1{
        font-size: 24px;
    }
    h2{
        font-size: 24px;
    }
    h3{
        font-size: 24px;
    }
    .sp_br{
        display: block;
    }
	#event_area{
        margin: 15px auto;
    }
	
	#event_area p{
		font-size: 20px;
	}
    .ttl_bar{
        font-size: 18px;
    }
    .txt{
        font-size: 18px;
    }
	.majivoice_howto ul.howto li .howto_img .img img {
		max-width: 320px;
	}
	.majivoice_howto ul.howto li p {
		font-size: 130%;
	}
	.useArea dl dd.app,
	.useArea dl dd.pict {
		height: auto;
	}
	.circle-inner {
		font-size: 130%;
		line-height: 1.4;
	}
    .sl_btn {
        font-size: 120%;
    }
    .titleStyle02 {
        font-size: 125%!important;
        }
    .tempBtn.dl_btn a {
        font-size: 90%!important;
    } 
	.item-colorbox img {
		margin-left: 0;
	}
	 .ttl_box {
		margin-top: 30px;
        padding: 0 0 15px 20px;
    }
	.step_container .img_box img {
    	width: 19%;
	}
    .arrow-icon {
        right: 30px;
    }
    .sl_btn.qanda {
        padding-right: 30px;
        margin: 20px 20px 0!important;
    }
    #qanda.li_brand .accordion-content .step_box .step_box {
        margin: 0 0 20px 0;
    }
    .majikatsulogo {
        width: 130px;
        top: 3px;
    }
    .titleStyle05 {
        font-size: 140%;
    }
    .step_container .img_box img {
        width: 18%;
    }
    .step_container .img_box img:nth-of-type(1) {
        width: 18% !important;
    }
    .step_box {
        padding: 25px;
    }
    #period_area div,
    #period_area p {
        font-size: 1.5rem;
    }
    .housyu {
        text-align: left;
    }
    #qanda.li_brand .accordion-content .a_txt,
    #qanda.li_brand .accordion-content .q_txt {
        font-size: 1.5rem;
    }
    .tempBtn.dl_btn a {
        height: 75px;
    }
	.triangle {
		border-left: 50px solid transparent;
		border-right: 50px solid transparent;
		border-top: 30px solid #fd93a9;
	}
    .step_box.reward {
        padding: 0;
    }
}

@media only screen and (max-width: 440px) {
    .titleStyle05 {
        font-size: 120%;
    }
}

@media only screen and (max-width: 415px) {
    .box_caution{
        padding: 15px 20px 20px 25px;
    }
	.majivoice_howto ul.howto li .howto_img .img img {
		max-width: 280px;
	}
}

@media screen and (max-width: 380px){
	.menu_sp li p{
		font-size: 10px;
	}
    .inner {
        /*width: calc(100% - 20px);*/
    }
    .btn a {
        padding: 15px 25px;
        font-size: 120%;
    }
    .copy {
        font-size: 90%;
    }
    .ttl {
        font-size: 17px;
    }
    .ttl span {
        padding: 5px 10px;
    }
    .ttl span:first-child {
        padding-right: 10px;
    }
    .ttl span:last-child {
        padding-left: 10px;
    }
    span.inlineB {
        display: initial;
    }
	.majivoice_howto ul.howto li .howto_img .img img {
		max-width: 240px;
	}
    .circle-inner {
        font-size: 150%;
	}
}
.box {
  position: relative;
  display: inline-block;
}
.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  opacity: 0.5;
  pointer-events: none;
}
.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-weight: bold;
  pointer-events: none;
	width: 100%;
    text-align: center;
}
	
	
@media screen and (max-width: 320px) {
	.circle-inner {
		font-size: 174%;
	}
}

@media screen and (min-width: 1000px){
	.items_box {
		max-width: 920px;
	}
}

@media screen and (min-width: 1250px){
    .chance_gizagiza_l {
        top: 10%;
        left: -20%;
    }
    .chance_gizagiza_r {
        top: 50%;
        right: -20%;
    }
}
	
	
/*--------------------------------------
	プルダウン
---------------------------------------*/
.title_menu {
      padding: 1em;
      display: block;
      color: #fff;
      font-size: 1.8rem;
      font-weight: 800;
      border-radius: 20px;
      position: relative;
      cursor: pointer;
	  margin-bottom:20px;
     background: #fd93a9;
    }
.title_menu, .content_menu {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.2s;
    }
.title_menu::after, .title_menu::before {
      content: "";
      position: absolute;
      right: 1.25em;
      top: 1.25em;
      width: 3px;
      height: 1em;
      /* background-color: #999; */
      transition: all 0.2s;
    }
.title_menu::after {
      transform: rotate(90deg);
    }
.content_menu {
       max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.5s ease, opacity 0.5s ease;
    }
.content_menu.active {
  max-height: 3000px; /* 十分に大きな数値でOK */
  opacity: 1;
}
/* .title_menu::before,
.title_menu::after {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 3px;
  height: 1em;
  background-color: #fff;
  transition: all 0.2s;
} */
.title_menu::after {
  transform: rotate(90deg); /* 横棒 */
}
/* クリック時に「－」にする */
.title_menu.open::after {
  transform: rotate(0deg); /* 縦棒を消す */
}
.mt20 {
    margin-top: 20px !important;
}



.link_1215 {
    display:block;
    text-align: center;
    margin: 50px auto 0;
    font-size: 20px;
    text-decoration: underline;
}
.link_1215_2 {
    margin: 10px auto 0;
}
.link_1215_3 {
    margin: 0px auto 50px;
}

.text-link {
    position: relative;
    display: block;
    text-align: center;
    margin:30px auto 30px;
}
.text-link a {
    font-size: 20px;
    color: #ff6684;
    border-bottom:1px solid #ff6684;
}
.text-link a:hover {
    opacity: 0.5;
}
.attention0611 {
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    
}
.jyuyo {
    background: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding:5px 10px;
}
