.l-inner{
    color: #6c6161;
}

/* フェードイン(初期値) */
.js-fadeIn {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(30px); /* 下に30pxの位置から */
    transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  /* フェードイン(スクロールした後) */
  .js-fadeIn.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0); /* 30px上に移動する */
    transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
  }

/* フェードライト(初期値) */
.js-fadeRight {
    opacity: 0; /* 最初は非表示 */
    transform: translateX(-30px); /* 横に30pxの位置から */
    transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateX(0); /* 30px上に移動する */
    transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}

.l-content{
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.ab{
    position: relative;
}
.ab img.c_A{
    position: absolute;
    top: 7%;
    left: 2%;
    z-index: 10;
    width: 25%;
}
.ab img.c_B{
    position: absolute;
    top: 7%;
    right: 2%;
    z-index: 10;
    width: 25%;
}

.c_mv{
    background: url(../images/mag/lp2312/c_bg1.jpg) no-repeat center center / cover;
    background-size: cover;
    width: 100%;
    padding: 5em 20px 8em;
    position: relative;
}



.c_mv .bg{
    border: 1px solid #bea852;
    background-color: rgba(255,255,255,0.7);
    padding: 3em 0 0em;
    margin-bottom: 5em;
}

.c_mv img{
    margin: 0 auto;
    padding: 0;
}

.c_mv img.c_title{
    width: 90%;
    margin-bottom: 40px;
}
.c_mv .box{
    position: relative;
}
.c_mv .box img.c_mv{
    width: 90%;
}
.c_mv .box img.c_txt{
    position: absolute;
    top: -7%;
    left: 3%;
    width: 50%;
}

.fixed-btn{
    position: absolute;
    background-color: #1b5a6f;
    border-radius: 100px;
    display: inline-block;
    width: 120px;
    height: 120px;
    bottom: 1em;
    right: 10px;
}
.fixed-btn::before{
    content: '';
    position: absolute;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 8px;
    height: 8px;
    bottom: 18px;
    left: 50%;
    transform: rotate(135deg) translateX(50%);
}
.fixed-btn a{
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    padding: 2.4em 0 0px;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.4;
}
.fixed-btn a .hl{
    display: block;
    font-size: 1.4rem;
    margin-top: 0.4em;
}

.main .bg1{
    background-color: #f6f6f6;
    padding-bottom: 5em;
    
}
.main .box1{
    padding: 2em 40px 0em;
}
/*リボン*/
.main .bg1 h2{
    position: relative;
    display: block;
    width: 90%;
    height: 60px;
    line-height: 60px;
    padding: 0 1rem;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto;
    background-color: #ffefc4;
}
.main .bg1 h2:before,
.main .bg1 h2:after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #ffefc4 transparent;
    border-style: solid;
    content: '';
}
.main .bg1 h2:before {
    left: -9px;
    border-width: 30px 0px 30px 10px;
} 
.main .bg1 h2:after {
    right: -9px;
    border-width: 30px 10px 30px 0px;
}

.main .bg1 .box1{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin: 0em auto 0;
}
.main .bg1 .box1 .left{
    width: 100%;
    margin: 0 0 2em 0;
}
.main .bg1 .box1 .right span{
    line-height: 3;
    font-size: 18px;
}
.main .bg1 .box2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin: 3em auto 5em;
}
.main .bg1 .box2 div:nth-child(1){
    width: 80%;
}
.main .bg1 .box2 div:nth-child(2){
    width: 97%;
    margin: 3em 0 0;
}

.main .bg1 .detail{
    width: 95%;
    margin: 0 auto 5em;
    color: #c9a46f;
    background-color: rgba(255,255,255,0.5);
}
.main .bg1 .detail p{
    text-align: center;
    border: 1px solid #c9a46f;
    border-bottom: none;
    padding: 10px;
}
.main .bg1 .detail .table {
    display: table;
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}
.main .bg1 .detail .table .tr {
    display: table-row;
}
.main .bg1 .detail .table .th,
.main .bg1 .detail .table .td {
    display: table-cell;
    border: 1px solid #c9a46f;
    padding: 10px;
}
.main .bg1 .detail .table .th{
    width: 25%;
    padding: 10px 10px 10px 10px;
}
.main .bg1 .detail .table .td{
    width: 80%;
    padding: 10px 10px 10px 10px;
}

/*ご予約はこちら*/
a.reserve {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 1em auto 0px;
	padding: 1rem 4rem;
	background: #fff3a0;
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
}
a.reserve::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #beb1a0;
    transition: 0.5s;
}
a.reserve:hover::after {
    right: -1em;
}

/*店舗一覧へ*/
a.shoplist {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 30px auto 0px;
	padding: 1rem 4rem;
	background: #f2efeb;
    border: 1px solid #beb1a0;
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
}
a.shoplist::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0em;
	transform: translateY(-50%);
	width: 30px;
	height: 1px;
	background-color: #beb1a0;
    transition: 0.5s;
}
a.shoplist:hover::after {
    right: -1em;
}

/*トップページへ*/
a.toppage {
	display: block;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 300px;
	margin: 30px auto 0px;
	padding: 1rem 4rem;
	background: #f2efeb;
    border: 1px solid #beb1a0;
	border-radius: 10px;
	position: relative;
	transition: 0.5s;
}
a.toppage::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #beb1a0;
    transition: 0.5s;
}
a.toppage:hover::before {
    left: -1em;
}

.bnr{
    margin-top: 5em;
    text-align: center;
}
.bnr .wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 90%;
    margin: 1em auto 3em;
    gap: 20px;
}

/*クリスマスイベント*/
.event__area{
    font-size: 1.2rem;
    color: #333;
    position: relative;
    z-index: 0;
}
.event__area .border{
    position: relative;
    width: 100%;
    height: 15px;
    top: -15px;
    left: 0;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
}
.event__area .border-image{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/mag/lp2512_christmas/e-border.svg) center / 18px repeat-x;
}
.e-title__box{
    position: relative;
    width: 100%;
    margin-top: -16px;
    padding: 1em 0;
    background: url(../images/mag/lp2512_christmas/e-bg.png) center/100px auto repeat;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.e-title__box .title{
    width: 160px;
    height: auto;
    margin: 1em auto;
}
.e-title__box p{
    margin: 1.5em auto;
}
.e-title__box ul{
    display: flex;
    flex-direction: column;
    gap: 1em;
    font-size: 1.1rem;
    width: 80%;
    max-width: 800px;
    margin: 1em auto;
    padding: 1.5em 1em;
    background-color: #b2002f;
}


.contents__wrap{
    padding: 2em 0 5em;
    background-color: #dfe9ef;
    text-align: center;
    color: #333;
}
.contents__wrap .inner{
    width: 90%;
    margin: 1em auto 3em;
}
.contents__wrap .content{
    margin: 1em 0;
}
.contents__wrap .content h3{
    color: #b2002f;
    font-size: 1.4rem;
    font-weight: 600;
}
.contents__wrap .border{
    width: 50%;
    margin: 0 auto;
    top: 0;
}
.contents__wrap .border-image{
    background-position: center;
    background-size: 12px;
    background-repeat: repeat-x;
    left: 50%;
    transform: translateX(-50%);
}

.contents__wrap .content .c-box-content__wrap{
    max-width: 800px;
    margin: 0 auto;
}
.contents__wrap .content .c-box-content{
    border: none;
}
.contents__wrap .content .c-box-content__detail{
    padding: 1em 0;
}
.contents__wrap .content .c-post-note{
    font-family: inherit;
    margin: 0;
    padding: 0.8em 1em;
    background-color: #1b5a6f;
    color: #fff;
}
.contents__wrap .c-box-content__ttl .c-btn-tab{
    top: 0px;
}
.contents__wrap .c-btn-tab span, 
.contents__wrap .c-btn-tab span:before{
    background: #fff;
}
/*絞り込み*/
.contents__wrap .filter{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    gap: 5px;
    margin: 0em auto 1em;
}
.contents__wrap .filter li {
    background-color: #fff;
    padding: 5px;
    width: calc((100% / 3) - 0.1em);
    cursor: pointer;
}
.contents__wrap .filter li.is-active {
    color: #fff;
    background-color: #1b5a6f;
}

.category{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 0.5em 0.2em;
}
.category::before{
	content: '';
    width: calc((100% / 2) - 0.2em);
	order: 1;
}
.category::after{
	content: '';
    width: calc((100% / 2) - 0.2em);
}
.category li {
    display: none;
    width: calc((100% / 2) - 0.2em);
    padding: 2em 1em;
    border: 1px solid #333;
    border-radius: 5px;
    line-height: 1.5;
}
.category li.is-show {
    display: block;
}
.category li .prefecture{
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    padding: 2px 5px;
    background-color: #333;
}
.category li h4{
    font-weight: 600;
    margin: 1em 0;
}
.category li .address{
    font-size: 1rem;
    margin-bottom: 1em;
}
.category li .insta{
    position: relative;
    padding-left: 2.5em;
    overflow-wrap: anywhere;
    font-size: 1rem;
}
.category li .insta::before{
    content: '';
    position: absolute;
    margin-left: -2.5em;
    width: 18px;
    height: 18px;
    top: 50%;
    background: url(../images/common/sns_instagram02.png) no-repeat top center / contain;
    transform: translateY(-50%);
}
.category li .exp span{
    color: #fff;
    padding: 5px 5px;
    margin-right: 5px;
    background-color: #1b5a6f;
    border-radius: 2px;
}

/*来場者プレゼント*/
.present__wrap{
    padding: 2em 0 8em;
    background-color: #f2f6f9;
}
.present__wrap .inner{
    width: 90%;
    max-width: 510px;
    margin: 0 auto;
}
.decoration{
    position: relative;
    top: -3.5em;
    left: 0;
}
.decoration img{
    position: absolute;
    width: 200px;
    height: auto;
}
.present__wrap .present1{
    display: flex;
    align-items: center;
    gap: 1em;
    margin: 2em auto 0;
}
.present__wrap .present2 > div{
    margin: 2em auto 0;
    width: 204px;
    display: block;
}
.present__wrap .present1 p,
.present__wrap .present2 > div p{
    color: #b2002f;
    position: relative;
    margin-left: 1.5em;
}
.present__wrap .present1 p::before,
.present__wrap .present2 > div p::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -1.5em;
    width: 10px;
    height: 1px;
    background-color: #b2002f;
}
.present__wrap .present1 h3,
.present__wrap .present2 h3{
    color: #b2002f;
    font-size: 1.6rem;
    font-weight: 600;
}
.present__wrap .present2 h4{
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1em 0;
}
.present__wrap .present2 img{
    display: block;
    width: 200px;
    margin: 2em auto 0;
}

.chance{
    background: url(../images/mag/lp2512_christmas/p-bg.png) center / 50px no-repeat;
    background-size: contain;
    padding-bottom: 5em;
    margin-bottom: 2em;
}
.chance__box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    margin-top: 2em;
}
.chance__box p{
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 0.9rem;
    text-align: center;
    line-height: 1;
    padding-top: 1.2em;
    background-color: #1b5a6f;
    border-radius: 50px;
}
.chance__box p .hl{
    font-family: Ovo, serif;
    font-size: 2.8rem;
}
.chance__box h4{
    color: #1b5a6f;
    font-size: 1.4rem;
    font-weight: 600;
    border-bottom: 1px solid #1b5a6f;
}
.chance .exp{
    margin-top: 1em;
}

/*無料フォトブース*/
.photoBooth__wrap{
    padding: 2em 0 5em;
    background-color: #dfe9ef;
    text-align: center;
}
.photoBooth__wrap h3{
    color: #b2002f;
    font-size: 1.6rem;
    font-weight: 600;
    margin-top: 1em;
}
.photoBooth__wrap p.txt{
    margin: 0.5em 0 1.5em;
}
.photoBooth__wrap .image{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.exp__box{
    width: 90%;
    max-width: 500px;
    margin: 0 auto 2em;
    padding: 1em;
    background-color: #f2f6f9;
}
.exp__box img{
    margin: 0 auto;
}
.exp__box h4{
    font-size: 1.4rem;
    font-weight: 600;
}
.exp__box p{
    margin: 1em 0;
}
.exp__box p span{
    color: #1b5a6f;
    margin-right: 0.5em;
    padding: 0.5em 1em;
    border: 1px solid #1b5a6f;
    border-radius: 50px;
}
.ribbon__box{
    position: relative;
    margin-top: 2em;
}
.photoBooth__wrap .ribbon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.photoBooth__wrap .ribbon p{
    position: relative;
    display: block;
    width: 300px;
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    background-color: #1b5a6f;
}
.photoBooth__wrap .ribbon p::before,
.photoBooth__wrap .ribbon p::after{
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #1b5a6f transparent;
    border-style: solid;
    content: '';
}
.photoBooth__wrap .ribbon p::before{
    left: -10px;
    border-width: 20px 0px 20px 10px;
}
.photoBooth__wrap .ribbon p::after{
    right: -10px;
    border-width: 20px 10px 20px 0px;
}
.category.studio {
    padding: 1em 0;
    margin: 0 auto;
}
.category.studio li{
    display: block;
}
.pet__box p.txt{
    padding-top: 4em;
}
.photoBooth__wrap h5,
.ChristmasPhoto__wrap h5{
    margin-top: 1em;
    font-size: 1.4rem;
    font-weight: 600;
}
.photoBooth__wrap .note,
.ChristmasPhoto__wrap .note{
    display: block;
    text-align: left;
    width: 90%;
    margin: 1em auto 0;
    font-size: 1.1rem;
}

/*メリクリ撮影会*/
.ChristmasPhoto__wrap{
    padding: 2em 0 5em;
    background-color: #f2f6f9;
    text-align: center;
}
.ChristmasPhoto__wrap h3{
    color: #b2002f;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1em 0;
}
.ChristmasPhoto__wrap .exp__box{
    background-color: #dfe9ef;
    position: relative;
}
.ChristmasPhoto__wrap .exp__box::before{
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: 70px;
    height: 70px;
    background: url(../images/mag/lp2512_christmas/mc-pet2.svg) no-repeat top center / contain;
}
.ChristmasPhoto__wrap .exp__box::after{
    content: '';
    position: absolute;
    bottom: -10px;
    right: -15px;
    width: 70px;
    height: 70px;
    background: url(../images/mag/lp2512_christmas/mc-pet1.svg) no-repeat top center / contain;
}

/*ワークショップ*/
.workShop__wrap{
    padding: 2em 0 12em;
    background: url(../images/mag/lp2512_christmas/w-bg.png) center/100px auto repeat;
    text-align: center;
}
.workShop__wrap .inner{
    width: 90%;
    margin: 0 auto;
}
.workShop__wrap h3{
    color: #b2002f;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1em 0;
}
.workShop__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3em;
    margin-top: 3em;
}
.workShop__box img{
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
}
.workShop__box h4{
    font-size: 1.4rem;
    font-weight: 600;
    color: #1b5a6f;
    margin: 0.5em 0;
}

/*福袋予約会・相談会*/
.happybag__wrap{
    padding: 2em 0 12em;
    background-color: #f2f6f9;
    text-align: center;
}
.happybag__wrap .inner{
    width: 90%;
    margin: 0 auto;
}
.happybag__wrap h3{
    display: inline-block;
    color: #b2002f;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 1em 0;
}
.happybag__wrap .exp__box{
    width: 100%;
    margin-bottom: 4em;
    background-color: #dfe9ef;
}
.benefit__wrap .benefit__box:last-child{
    margin-top: 10em;
    position: relative;
}
.benefit__wrap .benefit__box:last-child::before{
    content: 'OR';
    color: #fff;
    padding: 0.7em;
    width: 40px;
    height: 40px;
    background-color: #1b5a6f;
    border-radius: 50px;
    top: -45%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}
.benefit__wrap .benefit__box img{
    width: 180px;
    margin: 0 auto;
}
.benefit__wrap .benefit__box h4{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #1b5a6f;
    border-bottom: 1px solid #1b5a6f;
    margin: 1em 0;
}
.benefit__wrap .note{
    text-align: left;
}



/*クリスマスグロッド*/
.main .bg2{
    position: relative;
    background-color: #f2efeb;
}
.main .bg2::before{
    background: url(../images/mag/lp2512_christmas/c-bg2.png) no-repeat top center / cover;
    width: 100%;
    padding: 2em 15px 20em;
    position: absolute;
    z-index: 1;
    content: '';
    top: -5em;
    left: 50%;
    transform: translateX(-50%);
}
.main .bg2 p.subtitle{
    position: relative;
    z-index: 1;
    font-size: 2rem;
    text-align: center;
    margin-top: 30px;
    color: rgb(157, 133, 100);
}
.main .bg2 h2{
    position: relative;
    z-index: 1;
    font-size: 2.6rem;
    color: #c9a46f;
    text-align: center;
    margin-bottom: 20px;
}
.main .bg2 .what{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.main .bg2 .what::after{
    position: absolute;
    display: block;
    content: '';
    width: 60%;
    height: 1px;
    bottom: -4em;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color:#c9a46f;
    
}
.main .bg2 .what .cl_what{
    display: inline-block;
    position: relative;
    border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 1.6rem;
    padding: 30px 0 10px;
    margin: 0;
}
/* 下三角 */ 
.main .bg2 .what .cl_what::before{
    content:  '';
    width: 20px;
    height: 20px;
    display:  block;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff; 
    transform: rotate(135deg);
    position:  absolute;
    bottom: -11px;
    left:  0;
    right:  0;
    margin:  auto;
    background-color: #f2efeb;
}
.main .bg2 .what .txt{
    text-align: center;
}
.main .bg2 .what p{
    margin-top: 2.5em;
    display: inline-block;
    text-align: left;
}

.main .bg2 .present{
    margin-top: 8em;
    text-align: center;
}
.main .bg2 .present h3{
    width: 100%;
    font-size: 1.6rem;
    color: #c9a46f;
    margin: 0 auto;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.5 );
}
.main .bg2 .present p.photo{
    display: inline-block;
    text-align: left;
    margin: 1em 0 0;
    font-size: 1.4rem;
}
.main .bg2 .invitation{
    font-weight: 600;
    font-size: 2rem;
    color: #c9a46f;
    letter-spacing: 2px;
    margin-bottom: 1em;
}
.main .bg2 .invitation span.b1{
    font-size: 2.6rem;
}
.main .bg2 .invitation span.b2{
    font-size: 2.3rem;
}
.main .bg2 .p-wrap{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5 );
    padding: 15px 20px;
    margin: 0 auto .8em;
    text-align: left;
}
.main .bg2 .p-wrap ul{
    margin: 10px 0;
}
.main .bg2 .p-wrap ul li{
    margin-bottom: 10px;
}
.main .bg2 .p-wrap ul span{
    display: block;
    font-size: 1.1rem;
    margin-left: 1em;
}

.main .bg2 .flow{
    margin: 5em auto 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3em;
}
.main .bg2 .flow .ribbon{
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main .bg2 .apply{
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5 );
    text-align: center;
    padding: 3em 10px 2em;
}
.main .bg2 .flow .apply .ribbon{
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main .bg2 .apply p{
    display: inline-block;
    text-align: left;
    margin-bottom: 1.8em;
}
.main .bg2 .apply a.reserve {
	width: 200px;
    text-align: left;
}
.main .bg2 .column2{
    width: 100%;
}
.main .bg2 .column2 .col{
    position: relative;
    background-color: rgba(255, 255, 255, 0.5 );
    padding: 2em 10px 1.5em 20px;
}
.main .bg2 .column2 .col:nth-child(1){
    margin-bottom: 3em;
}
.main .bg2 .column2 .col p span{
    font-size: 1.1rem;
}

.main .bg2 .attention{
    margin-top: 3em;
}
.main .bg2 .attention ul li{
    margin-bottom: 0;
}




/*開催店舗*/
.main .bg2 .box{
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    margin-top: 5em;
}
.main .bg2 .box .left{
    width: 50%;
}
.main .bg2 .box .wrap{
    position: relative;
    display: inline-block;
}
.main .bg2 .box .wrap .ribbon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.main .bg2 .ribbon p{
    position: relative;
    display: block;
    width: 150px;
    height: 40px;
    font-size: 1.4rem;
    line-height: 40px;
    padding: 0 1rem;
    text-align: center;
    background-color: #ffefc4;
}
.main .bg2 .ribbon p:before,
.main .bg2 .ribbon p:after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-color: #ffefc4 transparent;
    border-style: solid;
    content: '';
}
.main .bg2 .ribbon p:before {
    left: -9px;
    border-width: 20px 0px 20px 10px;
} 
.main .bg2 .ribbon p:after {
    right: -9px;
    border-width: 20px 10px 20px 0px;
}

.main .bg2 .column{
    position: relative;
    display: inline-block;
    width: 300px;
    height: 350px;
    padding: 50px 50px 30px 30px;
    background-color: #fff;
}
.main .bg2 .column::before{
    position: absolute;
    content: '';
    background-color: #e6e6e6;
    top: 60%;
    left: 60%;
    width: 300px;
    height: 350px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.main .bg2 .column span{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 5px;
}
.main .bg2 .box .right{
    position: relative;
    width: 90%;
    margin: -12em 0 3em auto;
}

.event-txt{
    width: 35%;
    margin: -1em 0 0 2em;
}



/*タブ切り替え全体のスタイル*/
.tabs {
    width: 100%;
    margin: 50px auto 0;
}
.tabs .tab_area{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
  
/*タブのスタイル*/
.tab_item {
    width: calc(100%/4);
    height: 50px;
    line-height: 50px;
    border: 1px solid #c9a46f;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    /*text-align: center;*/
    position: relative;
}
.tab_item:hover {
    opacity: 0.75;
}
.tab_item:nth-child(n+1) {
    border-right: none;
}
.tab_item:last-child {
    border-right: 1px solid #c9a46f;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 0;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
}
.tab_content .studio{
    width: 700px;
    margin: 0 auto 2em;
}
.tab_content .studio .title{
    font-weight: 600;
    font-size: 1.6rem;
}

.tab_content .table {
    display: table;
    border-collapse: collapse;
    margin: 0;
}
.tab_content .table .tr{
    display: table-row;
}
.tab_content .table .tr3,
.tab_content .table .tr4{
    font-weight: 600;
}
.tab_content .table .th{
    display: table-cell;
    padding-right: 20px;
}
.tab_content .table .td{
    display: table-cell;
    padding: 1px 0 0 0;
    border: unset;
}

.map{
    
    width: 100%;
    margin:0 auto;
}
.map iframe{
    height: 500px;
}
  
/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content{
    display: block;
}
  
/*選択されているタブのスタイルを変える*/
#tab1:checked ~ .tab_area .tab1,
#tab2:checked ~ .tab_area .tab2{
    background: #c9a46f;
    color: #fff;
}
/*選択されているタブのスタイルを変える*/
#tab1:checked ~ .tab_area .tab1::before,
#tab2:checked ~ .tab_area .tab2::before{
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #c9a46f;
    z-index: -1;
}


.map-txt{
    font-family: 'Bryant','Terminal','Avenir',sans-serif;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 3em;
    color: #c9a46f;
}
.map-txt span{
    display: block;
    font-size: 1.4rem;
}



@media only screen and (min-width:430px){
    .l-content .l-inner{
        max-width: 100%;
    }
    .c_mv .bg{
        padding: 5em 0 5em;
    }
    .c_mv{
        padding: 3em 20px 2em;
    }

    /*期間中限定*/
    .main .bg1 {
        padding-bottom: 5em;
    }
    .main .bg1 .box1{
        padding: 0em 0px 0em;
        flex-wrap: wrap;
    }
    .main .bg1 h2{
        font-size: 1.6rem;
    }
    .main .bg1 .box1 .left{
        margin-top: 30px;
    }
    .main .bg1 .box1 .right{
        width: 90%;
        max-width: 300px;
        margin: 0 auto;
    }
    .main .bg1 .detail .table{
        width: 100%;
    }
    .main .bg1 .detail .table .th {
        width: 150px;
    }
    .main .bg1 .detail .table .td {
        width: 420px;
    }

    .main .bg2{
        padding: 2em 40px 10em;
    }
    .main .bg2 h2{
        font-size: 3rem;
    }
    .main .bg2 .what p{
        font-size: 1.4rem;
    }
    .main .bg2 .box{
        flex-wrap: wrap;
    }
    .main .bg2 .box .right{
        width: 53%;
        margin: 5em 0 0 -1.5em;
    }
    .map iframe{
        width: 100%;
        height: 400px;
    }
}

@media only screen and (min-width:500px){
    .c_mv img.c_title{
        width: 90%;
    }
    .c_mv .bg {
        padding: 8em 0 5em;
    }

    .chance{
        background-size: 400px;
        padding: 1em 0 5em;
    }

    .benefit__wrap .benefit__box:last-child::before {
        top: -50%;
    }
}

@media only screen and (min-width:600px){
    .e-title__box ul {
        flex-direction: row;
        justify-content: center;
        width: 90%;
    }
}

@media only screen and (min-width:726px){
    .c_mv{
        padding: 4em 30px 12em;
    }
    .c_mv .bg{
        padding: 5em 0 4em;
        margin-bottom: 0;
    }
    .ab img.c_A{
        width: 20%;
        width: 140px;
    }
    .ab img.c_B {
        width: 20%;
        width: 140px;
    }

    .fixed-btn {
        bottom: 4em;
        right: 15px;
    }

    .main .bg1 .detail .table .th{
        width: 20%;
        padding: 10px;
    }
    .main .bg1 .detail .table .td {
        width: 80%;
        padding: 10px 10px 10px 10px;
    }

    .main .bg1 h2{
        width: 90%;
        max-width: 600px;
        font-size: 1.8rem;
    }
    .main .bg1 .box1 {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        margin-top: 3em;
    }
    .main .bg1 .box1 .left {
        width: 45%;
        margin: 0 auto;
    }
    .main .bg1 .box1 .right {
        width: 45%;
    }
    .main .bg1 .box2{
        width: 90%;
        max-width: 1000px;
        flex-wrap: nowrap;
        gap: 2em;
    }
    .main .bg2 .box{
        justify-content: center;
    }
    .main .bg2 .box .right{
        width: 48%;
        margin: 5em 0 0 -4.5em;
    }
    .bnr .wrap{
        flex-wrap: wrap;
        max-width: 1000px;
    }
    .bnr .wrap div{
        width: 48%;
    }
    .main .bg2 .present h3{
        width: 380px;
    }

    .workShop__box{
        align-items: flex-start;
        width: 600px;
        margin: 3em auto 0;
        gap: 0em;
    }
    .workShop__wrap .workShop__content{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        gap: 2em;
    }
    .workShop__wrap .workShop__content:nth-child(even){
        flex-direction: row-reverse;
    }
}

@media only screen and (max-width:960px){
    .l-content .l-inner {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:960px){
    .inner{
        max-width: 1000px;
        margin: 0 auto;
    }

    .ab img.c_A{
        top: 2%;
        width: 200px;
    }
    .ab img.c_B{
        top: 2%;
        width: 200px;
    }

    .fixed-btn {
        right: 20%;
    }

    .c_mv{
        background: url(../images/mag/lp2312/c_bg1.jpg) no-repeat bottom -350px center / cover;
    }

    .c_mv .bg{
        width: 800px;
        margin: 0 auto;
    }

    .main .bg1 .box1{
        justify-content: center;
        gap: 2em;
        width: 900px;
        margin: 3em auto 0;
    }
    .main .bg1 .box1 .left {
        width: 45%;
        margin: 0;
    }
    .main .bg1 .box1 .right {
        width: 35%;
        margin: 0;
    }
    .main .bg1 .detail{
        width: 600px;
    }
    .main .bg1 .detail .table{
        width: 100%;
    }
    .main .bg1 .box2 div:nth-child(1){
        width: 30%;
    }
    .main .bg1 .box2 div:nth-child(2){
        width: 50%;
    }
    .main .bg2 .box .left{
        width: 276px;
    }
    .main .bg2 .box .right{
        width: 322px;
    }
    .main .bg2 {
        padding: 2em 20px 8em;
    }
    .main .bg2 .p-wrap{
        width: 800px;
    }
    .main .bg2 .flow{
        width: 800px;
        flex-direction: row;
    }
    .main .bg2 .apply{
        width: 330px;
    }
    .main .bg2 .column2{
        width: 430px;
    }

    .tabs {
        width: 800px;
    }
    .tabs .tab_area{
        width: 100%;
    }
    .tab_content .studio{
        width: 100%;
    }
    
    .map {
        width: 100%;
    }
    .map iframe {
        width: 100%;
        height: 400px;
    }

    .decoration {
        left: 5em;
    }
    .campaign-bnr{
        font-size: 1.6rem;
    }
    .event__area .mv{
        width: 100%;
    }
    .event-txt {
        width: 50%;
        margin: 0em 0 0 0em;
    }


    .e-title__box ul{
        justify-content: center;
        gap: 2em;
    }
    .contents__wrap .border {
        width: 300px;
    }

    .contents__wrap .filter li {
        padding: 10px 5px;
    }
    .category li {
        width: calc((100% / 3) - 0.3em);
    }
    .category::before,
    .category::after{
        width: calc((100% / 3) - 0.3em);
    }

    .present__wrap .inner{
        max-width: 600px;
    }

    .present__wrap .present1 {
        margin: 3em auto 0;
    }
    .present__wrap .present1 h3, 
    .present__wrap .present2 h3,
    .benefit__wrap .benefit__box h4{
        font-size: 1.8rem;
    }
    .chance {
        padding: 1em 0 8em;
    }
    
    .present__wrap .present2 > div {
        width: 228px;
    }
    .present__wrap .present2 .note{
        text-align: center;
    }
    
    .chance__box h4,
    .photoBooth__wrap .ribbon p,
    .workShop__box h4 {
        font-size: 1.6rem;
    }

    .photoBooth__wrap h3,
    .ChristmasPhoto__wrap h3,
    .workShop__wrap h3,
    .happybag__wrap h3 {
        font-size: 1.8rem;
        margin-top: 3em;
    }
    
    .benefit__wrap .note {
        max-width: 550px;
        display: block;
        margin: 0 auto;
    }
}