@charset "UTF-8";

/*--------------------------------------
	全体
---------------------------------------*/
.breadcrumb ol li {
    color: #fff!important;
}
body {
	color: #000;
	background-color: #000;
	}
.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: #000;
    max-width: 1050px;
    margin: 0 auto;
    color: #fff;
}

/*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%;
}
.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;
}
.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;
}
.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!important;
}

/*--------------------------------------
	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;
}
#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;
}
.indentList img {
    width:100%;
}
.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: 130%!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;
	padding: 20px 0px;
	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;
}
.titleStyle07 {
	text-align: center;
	padding: 20px 0px;
	font-size: 200%;
    font-weight: bold;
	max-width: 80%;
}
.step_box {
	margin: 15px 50px;
	background-color: #ffffff;
    padding: 20px 40px;
    width: 80%;
    border-radius: 40px; /* 角を丸くする */
	width: inherit; 
	max-width: 875px;
}
.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;
}
.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_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: #fff2cc;
	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: 60px;
	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;
}
#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: 60px 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;
}
h2.titleStyle07 {
    margin: 0 auto 20px;
    font-size: 31px;
    position: relative;
    color: #fff;
}
.titleStyle02 {
    font-size: 24px!important;
}
.titleStyle02 .icon04 {
    max-width: 40px;
    margin-right: 10px;
}
.titleStyle02 .icon05 {
    max-width: 60px;
    margin-right: 10px;
}
h2.coupon {
    display: flex;
    align-items: center;
}
h2.coupon img {
    max-width: 60px;
}

.link_button {
    width:650px;
    padding:35px 0px 20px;
    display:block;
    background: #E60013;
    border-radius: 20px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.link_button:hover{
    opacity: 0.5;
    transition: 0.5s;
    color: #fff;
}
.link_button span {
    font-size: 14px;
    display:block;
    margin-top:25px;
}
.box {
        margin: 50px auto 0;
    }
/*--------------------------------------
	プルダウン
---------------------------------------*/
.title_menu {
      padding: 1em;
      display: block;
      color: #fff;
      font-size: 3rem;
      font-weight: 800;
      border: solid 1px #fff;
      border-radius: 10px;
      position: relative;
      cursor: pointer;
	  margin: 30px 0 20px;
    }
.title_menu:hover { 
    opacity: 0.5;
}
.title_menu, .content_menu {
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      transition: all 0.2s;
    }
.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;
  opacity: 1;
}
.info_title {
    color: #fff;
    font-size: 18px;
}
.info_text {
    color: #fff;
    font-size: 14px;
    margin-bottom:50px;
    line-height: 1.7;
}
.info_text a {
    color: #fff;
    border-bottom: #fff solid 1px;
}
.info_text a:hover {
    opacity: 0.5;
}
span.small {
    font-size: 13px;
    line-height: 2;
}
.button_flex {
    display:flex;
    gap:20px;
    justify-content: center;
}
.button_flex a {
    width:48%;
    background: #E60013;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding:20px 0;
    line-height: 1.7;
    border-radius: 20px;
}
.button_flex a:hover {
    opacity: 0.5;
}
.indentList2 img {
    width:60%;
    margin: 0 auto; 
    text-align: center;
    display:block;
}
@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;
    }
}

@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;
    }
    h2.titleStyle07 {
    margin: 0 auto 20px;
    font-size: 24px;
    display: block;
}
    .link_button {
    width: 90%;
    padding: 20px 0px;
    display: block;
    font-size: 28px;
    margin: 0 auto 30px;
}
    .link_button span {
    font-size: 14px;
    display: block;
    margin-top: 8px;
    line-height: 1.6;
}
    .title_menu {
        width: 80%;
        margin:0 auto;
    }
    .title_menu {
    font-size: 2.3rem;
    margin: 30px auto 10px;
}
    .title_menu::before, .title_menu::after {
    right: 1.25em;
    top: 34px;
}
    .box {
        width:90%;
        margin: 50px auto 0;
    }
    .button_flex {
    display: block;
}
    .button_flex a {
    width: 100%;
    font-size: 24px;
    padding: 20px 0;
    display:block;
    margin-bottom:20px;
}
        .link_button span {
        padding: 0 10px;
        text-align: left;
        display:block;
    }
}



@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;
    }
    h2.titleStyle07 {
        margin: 0 auto;
        display: block;
        line-height: 1.5;
    }
    .indentList2 img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
    .title_menu {
        font-size: 1.7rem;
        margin: 10px auto 10px;
    }
    .detailArea {
    padding: 0px 0 0;
}
    .link_button {
        width: 90%;
        padding: 20px 0px;
        display: block;
        font-size: 24px;
        margin: 0 auto 30px;
        line-height: 1.3;
    }
    .link_button span {
        padding: 0 10px;
        font-size: 13px;
        text-align: left;
        display: block;
        margin-top: 8px;
        line-height: 1.5;
    }
    .info_text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.6;
}
}



	



