body{
    font-size: 1.4375rem;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "Noto Sans JP", "游ゴシック", "Yu Gothic",
    "游ゴシック体", YuGothic, "メイリオ", sans-serif;
}

.l-content .l-inner{
    color: #886a3d;
    max-width: 100%;
}

.sp{display: block;}
.pc{display: none;}
@media only screen and (min-width:768px){
    .sp{display: none;}
    .pc{display: block !important;}
}


/* フェードイン(初期値) */
.js-fadeIn {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .8s, transform .8s; 
}
/* フェードイン(スクロールした後) */
.js-fadeIn.is-inview {
    opacity: 1; 
    transform: translateY(0); 
    transition-delay: .5s; 
}

/* フェードライト(初期値) */
.js-fadeRight {
    opacity: 0; 
    transform: translateX(-30px); 
    transition: opacity .8s, transform .8s; 
}
/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
    opacity: 1; 
    transform: translateX(0); 
    transition-delay: .5s;
}
/* フェードライト(初期値) */
.js-fadeLeft {
    opacity: 0; 
    transform: translateX(30px); 
    transition: opacity .8s, transform .8s; 
}
/* フェードイン(スクロールした後) */
.js-fadeLeft.is-inview {
    opacity: 1; 
    transform: translateX(0); 
    transition-delay: .5s; 
}
h1{
    font-size: 2.375rem;
}
h2{
    font-size: 1.6875rem;
}
h3{
    font-size: 1.6875rem;
}
span.hl{
    font-size: 2.5625rem;
}
span.note{
    font-size: 1.2rem;
    line-height: 1.5;
}
span.yen-size{
    font-size: 1.2rem;
}
span.tax-size{
    font-size: 1.125rem;
}


.head{
    margin: 10% auto;
}
.head h1.txt-h{
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 3px;
}
.head h1.txt-h span{
    font-size: 2.25rem;
    vertical-align: text-top;
}
.head p.txt-d{
    font-family: 'San Fransisco','Century Gothic','Calibri', YuGothic, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
    font-weight: 100;
    font-size: 1.4375rem;
    text-align: center;
    margin-top: .5em;
}

.main-01{
    background: url(../images/mag/lp2401_birthday/bg-01.png) no-repeat top center / cover;
    padding: 15% 0 20%;
}
.main-02{
    background: url(../images/mag/lp2401_birthday/bg-02.png) no-repeat top center / cover;
    padding: 15% 0 18%;
    margin-top: -10%;
}
.main-01 img.title-02,
.main-02 img.title-03{
    width: calc(100% - 15px);
    margin: 0 auto;
}
.h2-box{
    display: grid;
    grid-template-columns: 1fr 6fr 1fr;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: calc(100% - 20px);
    margin: 0 auto;
}
.h2-box h2{
    text-align: center;
    line-height: 1.5;
    letter-spacing: 3px;
    position: relative;
}

.main-01 .photo-area {
    width: calc(100% - 20px);
    margin: 7% auto 0;
}
.main-01 .photo-area .photo-l:nth-of-type(1){
    width: 60%;
    transform: translate3d(0px, -2%, 0px);
}
.main-01 .photo-area .photo-l:nth-of-type(2){
    width: 45%;
    transform: translate3d(120%, -22%, 0px);
    position: relative;
}
.main-01 .photo-area .photo-l:nth-of-type(3){
    width: 30%;
    transform: translate3d(10%, -109%, 0px);
}
.main-01 .photo-area .photo-l:nth-of-type(4){
    width: 65%;
    transform: translate3d(45%, -80%, 0px);
}
.main-01 .photo-area .photo-l:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width: 58%;
    height: 20%;
    top: 27%;
    left: 133%;
    transform: translate(-50%,-50%);
    background: url(../images/mag/lp2401_birthday/Birthday.png) no-repeat top center / contain;
}
.main-01 .photo-area .photo-l:nth-of-type(3)::before{
    position: absolute;
    content: '';
    width: 67%;
    height: 31%;
    top: 2em;
    left: 129%;
    transform: translate(-50%,-50%);
    background: url(../images/mag/lp2401_birthday/PhotBooth.png) no-repeat top center / contain;
}

.main-01 .tab-area{
    margin-top: -30%;
}
.main-01 .tab-area p.studio-txt {
    text-align: center;
    letter-spacing: 1px;
}
.main-01 .tab-area .studio-h{
    text-align: center;
    color: #fff;
    background-color: #886a3d;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    padding: 5px;
    font-size: 1.6875rem;
}
/*タブ切り替え全体のスタイル*/
.main-01 .tabs {
    width: calc(100% - 40px);
    margin: 20px auto 0;
}
.main-01 .tabs .tab_area{
    width: 100%;
    margin: 0px auto 0;
    display: flex;
    justify-content: center;
}
/*タブのスタイル*/
.main-01 .tab_item {
    width: calc(100%/3);
    height: 50px;
    line-height: 50px;
    border: 1px solid #886a3d;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    /*text-align: center;*/
    position: relative;
}

.main-01 .tab_item:nth-child(n+1) {
    border-right: none;
}
.main-01 .tab_item:nth-child(3) {
    border-right: 1px solid #886a3d;
}


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

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

.main-01 .tab_content .table {
    display: table;
    border-collapse: collapse;
    margin: 0;
}
.main-01 .tab_content .table .tr{
    display: table-row;
}
.main-01 .tab_content .table .th{
    display: table-cell;
    padding-right: 10px;
    width: 21%;
}
.main-01 .tab_content .table .td{
    display: table-cell;
    padding: 1px 0 0 0;
    border: unset;
}

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

.main-02 .acce-wrap{
    background-color: #fff;
    margin: 20px 0 10px;
    padding: 25px 0 ;
}
.main-02 .acce-wrap .acce-in{
    width: calc(100% - 25%);
    margin: 0px auto;
}
.main-02 .acce-wrap .acce-in img{
    margin-bottom: 20px;
}
.main-02 .acce-wrap .acce-in p{
    text-align: center;
    font-size: 1.6875rem;
    line-height: 1.5;
    letter-spacing: 1px;
}
.main-02 .card-area {
    padding: 8% 0;
}
.main-02 .card-area h3{
    text-align: center;
    line-height: 1.5;
}
.main-02 .card-area .card-wrap{
    width: calc(100% - 40px);
    margin: 10% auto 0;
}
.main-02 .card-area .card-wrap .card-l:nth-of-type(1){
    width: 60%;
    transform: translate3d(0px, 0%, 0px);
}
.main-02 .card-area .card-wrap .card-l:nth-of-type(2){
    width: 60%;
    transform: translate3d(71%, 0%, 0px);
}
.main-02 .card-area .card-wrap .card-l:nth-of-type(1)::before{
    position: absolute;
    content: '';
    width: 75%;
    height: 54%;
    top: 50%;
    left: 129%;
    transform: translate(-50%,-50%);
    background: url(../images/mag/lp2401_birthday/card-txt-01.png) no-repeat top center / contain;
    z-index: 1;
    animation: slide-01 2s;
}
@keyframes slide-01{
    0%{
        transform: translateX(0%);
    }
}
.main-02 .card-area .card-wrap .card-l:nth-of-type(2)::before{
    position: absolute;
    content: '';
    width: 84%;
    height: 67%;
    top: 57%;
    left: -29%;
    transform: translate(-50%,-50%);
    background: url(../images/mag/lp2401_birthday/card-txt-02.png) no-repeat top center / cover;
    z-index: 1;
    animation: slide-02 2s;
}
@keyframes slide-02{
    0%{
        transform: translateX(-100%);
    }
}

.deco-wrap{
    margin-top: 15%;
    background: url(../images/mag/lp2401_birthday/deco.png) no-repeat center center / contain;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.deco-wrap p{
    text-align: center;
    font-size: 1.6875rem;
    line-height: 1.5;
}
.deco-wrap .deco-l{
    width: 40%;
    transform: translate3d(0%, -3%, 0px);
    position: relative;
}
.deco-wrap .deco-l::before{
    position: absolute;
    content: '';
    width: 59%;
    height: 30%;
    top: 104%;
    left: 80%;
    transform: translate(-50%,-50%);
    background: url(../images/mag/lp2401_birthday/SmashCake.png) no-repeat top center / cover;
    z-index: 1;
}

.recommend-plan{
    margin: 20px auto 0;
    width: calc(100% - 40px);
}
.recommend-plan h2{
    text-align: center;
    line-height: 1.5;
    margin-bottom: 15px;
}
.recommend-plan img{
    margin: 0 auto;
}
.recommend-plan span.note{
    display: block;
    text-align: left;
    margin-top: 10px;
}

a.photo-reserve{
    border-radius: 5px;
    background-color: #FFF3A0;
    width: 80%;
    padding: 10px;
    margin: 10% auto;
    display: block;
    text-align: center;
    position: relative;
    color: #333;
}
a.photo-reserve::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0em;
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    background-color: #beb1a0;
    transition: 0.5s;
}
a.photo-reserve:hover::after {
    right: -1em;
}
@media only screen and (min-width:414px){
    .h2-box h2{    
        font-size: 2rem;
    }
}

@media only screen and (min-width:768px){
    h1{
        font-size: 2.375rem;
    }
    h2{
        font-size: 2.875rem;
    }
    h3{
        font-size: 2.375rem;
    }
    .inner{
        max-width: calc(100% - 80px);
        margin: 0 auto;
    }

    .head h1.txt-h{
        font-size: 5.375rem;
    }
    .head h1.txt-h span{
        font-size: 3.75rem;
    }
    .head p.txt-d{
        font-size: 2.5625rem;
    }

    .h2-box h2{
        font-size: 3.2rem
    }

    .main-01 .tab-area .studio-h{
        width: 300px;
    }
    .main-01 a.shopPage{
        width: 300px;
    }
    a.photo-reserve{
        width: 300px;
        padding: 15px;
        margin: 5% auto;
    }
    .main-02 {
        background: url(../images/mag/lp2401_birthday/bg-02-pc.png) no-repeat top center / cover;
    }
    .main-02 .card-area .card-wrap .card-l:nth-of-type(1)::before {
        width: 65%;
        height: 54%;
    }
    .main-02 .card-area .card-wrap .card-l:nth-of-type(2)::before {
        width: 71%;
        height: 57%;
    }
    .main-02 .acce-wrap .acce-in{
        width: calc(100% - 30%);
    }
    .main-02 .acce-wrap .acce-in p{
        font-size: 2rem;
    }
    .deco-wrap p{
        font-size: 2.875rem;
    }
    .recommend-plan span.note{
        text-align: right;
    }
}


@media only screen and (min-width:1000px){
    .l-content{
        width: 1000px;
        margin: 7em auto 0;
    }
    .inner {
        max-width: calc(100% - 20%);
    }

    .head h1.txt-h{
        font-size: 6.375rem;
    }
    .head h1.txt-h span{
        font-size: 4.25rem;
    }
    .head p.txt-d{
        font-size: 2.5625rem;
    }

    .main-01 img.title-02, .main-02 img.title-03 {
        width: calc(100% - 50px);
    }
    
    .main-02 .acce-wrap .acce-in {
        width: calc(100% - 45%);
    }
}
