@charset "utf-8";
/*common
-----------------------------------------------------------------------------------------*/
html,body{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: rgba(112, 112, 112, 1);
	background-color: rgba(250, 241, 227, 1);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 16px;
    color: rgba(53, 53, 53, 1);
    background-color: rgba(255, 255, 255, 1);
    font-weight: 500;
    overflow-x: hidden;
}

.contents-wrapper{
    width: calc(100% - 100px);
	max-width: 1500px;
	margin: 0 auto;
}

p{
    text-align: left;
    font-weight: 500;
    line-height: 1.8;

}

@media screen and (min-width:768px) {
    .sp{
        display: none;
    }
}

@media screen and (max-width:767px) {
    .contents-wrapper{
        width: calc(100% - 60px);
    }

    .pc{
        display: none;
    }

    html,body{
        font-size: 14px;
    }
}


/*header
-----------------------------------------------------------------------------------------*/
.header-logo{
    width: 250px;
    margin: 0px 0 0 30px;
    padding-top: 30px;
}
@media screen and (max-width:767px) {
}

/*mein
-----------------------------------------------------------------------------------------*/
.fv-top{
    background-image: url("../images/fv-bg.png");
    height: 800px;
    position: relative;
    z-index: 1;
    background-position: bottom;
}

.fv-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: fit-content;
}

.fv-flex{
    position: relative;
}

.fv-30{
    position: absolute;
    width: 255px;
    top: -50px;
    left: -70px;
}

.fv-title{
    width: 600px;
    margin: 0 0 0 auto;
}

.fv-sub{
    width: 750px;
    margin: 43px 0;
}

.fv-mini{
    width: 590px;
}

.sunset-top{
    position: relative;
}

.sunset-img{
    position: absolute;
    height: 1000px;
    top: -60px;
    left: 0;
}

.sunset-text{
    background-color: rgba(67, 29, 14, 1);
    font-size: 2.6rem;
    color: rgba(255, 255, 255, 1);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 10px;
    margin-top: -80px;
    z-index: 1;
    position: relative;
}

.movie-top{
    position: relative;
	z-index: 2;
    margin-top: 20px;
}

.movie-top iframe{
    max-width: 700px;
    aspect-ratio: 16 / 9;
    background-color: rgba(255, 255, 255, 1);
    padding: 15px 20px;
}
@media screen and (max-width: 767px) {
.movie-top iframe{
    padding: 5px 10px;
}
}

.movie-logo{
    position: absolute;
    bottom: -80px;
    right: 210px;
    width: 450px;
	pointer-events: none;
}

.ribbon-top{
    background-image: url("../images/ribbon-bg.png");
    width: 1000px;
    height: 560px;
    margin: 180px auto 50px;
    position: relative;
    background-size: contain;
    z-index: 2;
}

.ribbon-img{
    width: 680px;
    position: absolute;
    top: -40px;
    left: -75px;

}

.ribbon-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-70%);
}

.blue-top{
    position: relative;
    width: 95%;
    margin-left: auto;
}

.blue-1-img{
    width: 100%;
    bottom: -50%;
    left: 0;
    position: absolute;
}

.blue-title{
    font-size: 2rem;
    text-align: left;
    margin-bottom: 40px;
    color: rgba(67, 29, 14, 1);
}

.train-img{
    width: 530px;
    position: absolute;
    top: -170px;
    right: 0;
}

.blue-text{
    width: 50%;
}

.blue-flex{
    gap: 40px;
    position: relative;
    margin-top: 100px;
    z-index: 2;
    justify-content: space-between;
}

.name-img{
    width: 200px;
    margin: 0;
}

.blue-bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.blue-right{
    background-image: url("../images/blue-graph.png");
    width: 880px;
    position: relative;
    background-size: contain;
    margin-top: -100px;
}

.blue-right p{
    position: absolute;
    width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(67, 29, 14, 1);
}

.blue-2-img{
    position: absolute;
    width: 60%;
    top: -400px;
    left: 0;
    z-index: 1;
}

.number-top{
    position: relative;
    padding: 100px 0 150px;
}

.number-rapper{
    z-index: 2;
    position: relative;
}

.number-title-img{
    width: 600px;
}

.number-sub{
    font-size: 1.1rem;
    margin: 30px 0 60px;
    color: rgba(67, 29, 14, 1);
}

.number-box{
    width: 90%;
    margin: auto;
    position: relative;
}

.number-flex{
    align-items: center;
    position: relative;
}

.number-img{
    width: 150px;
    margin: 0;
}

.number-title{
    font-size: 2rem;
    color: rgba(67, 29, 14, 1);
}

.number-box p{
    margin-left: 100px;
    width: 72%;
}

p.number-twxt{
    width: 60%;
}

.number-set{
    margin-top: 100px;
}

.number-set2{
    margin-left: 150px;
    position: relative;
    margin-top: 130px;
}

.sunset-mini{
    position: absolute;
    width: 45%;
    top: 0;
    right: 0;
}

.number-circle-1{
    position: absolute;
    width: 270px;
    top: 0;
    right: 100px;
}

.number-circle-2{
    position: absolute;
    width: 240px;
    top: 0;
    right: 0px;
}

.number-town{
    position: absolute;
    width: 35%;
    top: 35%;
    left: 0;
}

.number-last{
    font-size: 1.7rem;
    border-bottom: 2px dashed rgba(67, 29, 14, 1);
    color: rgba(67, 29, 14, 1);
    margin-top: 40px;
    display: inline-block;
    padding-bottom: 10px;
}

.blue-3-img{
    position: absolute;
    width: 60%;
    right: 0;
    bottom: -10%;
}

.blue-4-img{
    position: absolute;
    width: 50%;
    bottom: 15%;
    left: 0;
}

.book-top{
    position: relative;
    background-color: rgba(245, 234, 219, 1);
    margin-top: 250px;
}

.book-bg-1{
    position: absolute;
    width: 100%;
    top: -305px;
    left: 0;
    z-index: 1;
}

.book-bg-2{
    position: absolute;
    width: 100%;
    bottom: -160px;
    left: 0;
    z-index: 1;
}

.book-line-1{
    position: absolute;
    width: 45%;
    top: -380px;
    right: 0;
    z-index: 2;
}

.book-line-2{
    position: absolute;
    width: 400px;
    top: 20px;
    left: 0;
    z-index: 2;
}

.book-title{
    width: 600px;
    position: absolute;
    top: -200px;
    left: 160px;
    z-index: 2;
}

.book-flex{
    gap: 100px;
    justify-content: space-between;
    padding-top: 150px;
    width: 80%;
    margin: auto;
    z-index: 2;
    position: relative;
}

.book-box{
    width: calc((100% - 100px)/2);
}

.book-box-flex{
    gap: 50px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.book-roll{
    width: 100px;
    margin: 0;
}

.book-img{
    width: 170px;
    margin: 0 0 20px;
}

.last-top{
    background-image: url("../images/last-bg.png");
    height: 900px;
    width: 100%;
    position: relative;
    margin-top: -10px;
}

.last-text{
    position: absolute;
    top: 27%;
    left: 10%;
    z-index: 2;
}

.last-flex{
    position: relative;
}

.last-title{
    width: 510px;
    margin: 0;
}

.last-30{
    position: absolute;
    width: 250px;
    margin: 0;
    right: -10px;
    top: -70px;
}

.last-sub{
    width: 750px;
    margin: 50px 0;
}

.last-mini{
    width: 590px;
    margin: 0;
}

.last-ticket-top{
    position: absolute;
    bottom: 150px;
    left: 10%;
    background-size: contain;
    letter-spacing: 2px;
    width: 630px;
    height: 230px;
    transform: rotate(-7deg);
    font-family: "Hina Mincho", serif;
    background-image: url("../images/last-ticket.png");
}

.ticket-box{
    position: absolute;
    top: 20%;
    left: 8%;
    color: rgba(0, 0, 0, 1);

}

.ticket-dey{
    font-size: 2.6rem;
    border-bottom: 1px dashed rgba(67, 29, 14, 1);
    padding-bottom: 10px;
}

.ticket-mini{
    font-size: 1.2rem;
}

.ticket-from{
    font-size: 1.7rem;
}

.ticket-place{
    font-size: 1.2rem;
    margin: 10px 0;
}

.ticket-last{
    font-size: 0.6rem;
}

.last-logo{
    width: 127px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.copy-right{
    background-color: rgba(67, 29, 14, 1);
    padding: 25px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 1);
    line-height: 2;
}

.add-top{
    margin-top: 25px;
    margin-left: 100px;
    text-align: left;
    line-height: 1.8;

}

.add-title{
    background-color: rgba(67, 29, 14, 1);
    padding: 2px;
    border-radius: 10px;
    width: 90px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

.add-flex{
    gap: 30px;
    margin-top: 10px;
    align-items: center;
    line-height: 1.8;
    color: rgba(67, 29, 14, 1);
}

.add-text2{
    border-bottom: 1px solid rgba(67, 29, 14, 1);
}

.add-link{
    color: rgba(67, 29, 14, 1);
    border-bottom: 1px solid rgba(67, 29, 14, 1);
}

.add-link:hover {
    border-color: transparent;
}


.add-flex2{
    align-items: flex-start;
}

.add-1-img{
    width: 120px;
    position: absolute;
    top: 0;
    left: 57%;
}

.add-link-line{
    line-height: 1.5;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 0.5px solid rgba(67, 29, 14, 1);
}

.add-2-text{
    font-size: 0.9rem;
}

.add-3-text{
    border-top: 1px dotted rgba(67, 29, 14, 1);
    padding-top: 10px;
    margin-top: 10px;
    line-height: 2rem;
    position: relative;
}

.add-3-img{
    position: absolute;
    width: 140px;
    top: -70px;
    left: 50%;
}

.add-pink{
    font-size: 1.2rem;
    color: rgba(220, 0, 94, 1);
}

.add-pink-flex{
    gap: 30px;
    margin-top: 30px;
    position: relative;
    align-items: center;
}

.add-pink-img{
    position: absolute;
    width: 120px;
    left: -140px;
    top: -15px;
}

.add-4-span{
    font-size: 0.7rem;
}

.add-4-flex{
    gap: 50px;
    text-align: left;
    width: 85%;
    margin: 50px auto 0;
    justify-content: space-between;

}

.add-4-box{
    width: 45%;
    position: relative;
    line-height: 1.8;
}

.add-4-title{
    font-size: 2rem;
    margin-bottom: 20px;
}

.add-4-img{
    width: 120px;
    position: absolute;
    bottom: -100px;
    right: 0;
}

.add-4-small{
    font-size: 10px;
}

.add-5-left{
    width: 580px;
}

.add-5-text{
    margin-left: 100px;
    text-align: left;
    line-height: 1.8;
}

.add-5-img{
    width: 500px;
    object-fit: contain;
    margin: 0;
}

.add-5-flex{
    align-items: center;
    justify-content: space-between;
    margin-top: 200px;
}

.add-5-span{
    font-weight: 700;
}

.add-blue-img{
    position: absolute;
    top: 30%;
    right: 0;
    width: 70%;
}

.add-bg-img{
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 40%;
}

.add-pink-link{
    background-color: rgba(220, 0, 94, 1);
    color: rgba(255, 255, 255, 1);
    width: 170px;
    padding: 5px 15px;
    border-radius: 10px;
    gap: 10px;
    align-items: center;
    justify-content: center;
}




.accordion{
	position: absolute;
   top: 50px;
	right: 100px;
	z-index: 10;
}

.accordion span{
	font-size: 2rem;
	vertical-align: middle;
}

.accordion a{
	display: block;
	font-size: 1.5rem;
	color: rgba(67, 29, 14, 1);
    padding-bottom: 5px;
}

.language-img{
	width: 50px;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.toggle {
	display: none;
}

.Label {		/*タイトル*/
	display: block;
	color: rgba(67, 29, 14, 1);
		cursor: pointer
}

.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	/* background-color: rgba(255, 255, 255, 1); */
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}





@media screen and (max-width:1300px) {
    .movie-logo {
        right: 50px;
    }

    .ribbon-top {
        width: 900px;
    }

    .ribbon-img {
        width: 600px;
        top: -10px;
        left: -35px;
    }

    .ribbon-text {
        transform: translate(-50%, -60%);
    }

    .sunset-text {
        padding: 15px 25px;
    }

    .blue-title {
        font-size: 1.9rem;
    }

    .blue-text {
        width: 80%;
    }

    .train-img {
        width: 300px;
        top: -80px;
    }

    .blue-flex {
        gap: 10px;
        justify-content: center;
    }

    .name-img {
        width: 170px;
    }

    .blue-right {
        width: 690px;
    }

    .blue-right p {
        width: 70%;
    }

    .number-box {
        width: 100%;
    }

    .number-circle-1 {
        width: 250px;
        top: -50px;
        right: 0px;
    }

    .number-set2 {
        margin-left: 100px;
    }

    .number-circle-2 {
        width: 230px;
        top: 100px;
    }

    .book-flex {
        gap: 100px 50px;
        width: 100%;
    }

    .last-logo {
        bottom: 25px;
    }

    .last-top {
        height: 763px;
    }

    .last-title {
        width: 400px;
    }

    .last-30 {
        width: 190px;
        right: 30px;
        top: -50px;
    }

    .last-sub {
        width: 600px;
        margin: 30px 0;
    }

    .last-mini {
    width: 500px;
    }

    .add-4-flex{
        width: 100%;
    }

    .add-5-left {
        width: 53%;
    }

    .add-5-img {
        width: 45%;
    }

    .add-5-text{
        margin-left: 50px;
    }

    .add-1-img {
        top: -25px;
    }

    .accordion {
        top: 20px;
        right: 30px;
    }
}

@media screen and (max-width:1023px) {
    .fv-title {
        width: 400px;
        margin: auto;
    }

    .fv-30 {
    width: 200px;
        top: -50px;
    }

    .fv-sub {
        width: 600px;
        margin: 30px 0;
    }

    .fv-mini {
        width: 500px;
    }

    .fv-top {
        height: 600px;
    }

    .sunset-text {
        font-size: 1.8rem;
    }

    .movie {
        width: 80%;
    }

    .movie-logo {
        right: -20px;
        width: 300px;
    }

    .ribbon-text {
        width: 75%;
    }

    .ribbon-top {
        width: 100%;
    }

    .ribbon-img {
        top: 30px;
        left: 20px;
    }

    .blue-title {
        font-size: 1.8rem;
    }

    .blue-text {
        width: 100%;
    }

    .train-img {
        top: -230px;
    }

    .blue-right{
        background-image: none;
    }

    .name-img {
        width: 150px;
    }

    .blue-flex {
		align-items: center;
        justify-content: space-between;
    }
	.blue-right {
		width: calc(100% - 170px);
	}

    .blue-right p {
		position: static;
		transform: translate(0);
        width: 100%;
    }


    .number-title-img {
        width: 70%;
    }

    .number-circle-1 {
        width: 140px;
        top: -80px;
    }

    .number-box p {
        margin-left: 30px;
        width: 90%;
    }

    .number-set2 {
        margin-left: 0px;
    }

    .number-circle-2 {
        width: 170px;
        top: -110px;
    }

    p.number-twxt {
        width: 90%;
    }

    .number-title {
        font-size: 1.7rem;
    }

    .blue-1-img {
        bottom: -50%;
    }

    .blue-2-img {
    position: absolute;
        width: 100%;
    }

    .sunset-mini {
        width: 70%;
    }

    .number-town {
        width: 40%;
        top: 40%;
    }


    .ticket-dey {
        font-size: 2rem;
    }

    .blue-3-img {
        width: 100%;
        bottom: 200px;
    }

    .blue-4-img {
        width: 100%;
    }

    .book-title {
        width: 500px;
        left: 100px;
    }

    .book-flex {
        gap: 100px 30px;
    }

    .book-box {
        width: calc((100% - 30px) / 2);
    }

    .book-box-flex {
        gap: 15px;
    }

    .book-roll {
        width: 85px;
    }

    .book-img {
        width: 180px;
    }

    .last-sub {
        width: 500px;
    }

    .last-30 {
        width: 150px;
        right: 50px;
        top: -30px;
    }

    .last-mini {
        width: 400px;
    }

    .last-ticket-top {
        width: 500px;
    }

    .ticket-box{
        left: 5%;
    }

    .add-top {
        margin-left: 30px;
    }

    .add-text{
        width: 80%;
    }

    .add-br{
        display: none;
    }

    .add-pink-flex {
        margin-left: -30px;
    }


    .add-5-left {
        width: 100%;
    }

    .add-5-img {
        width: 60%;
        margin: auto;
    }

    .toggle:checked + .Label + .content {
        padding: 0 20px;
    }
}


@media screen and (max-width:767px) {
    .header-logo {
        width: 150px;
    }

    .language-img {
        width: 30px;
    }

    .accordion span {
        font-size: 1rem;
    }

    .accordion a {
        font-size: 1rem;
        padding-bottom: 0px;
    }

    .toggle:checked + .Label + .content {
        padding: 0 0 0 40px;
    }

    .fv-top {
        height: 350px;
    }

    .fv-text{
        transform: none;
        left: 30px;
        top: 40%;
    }

    .fv-30 {
        width: 120px;
        top: -20px;
        left: -10px;
    }

    .fv-title {
        width: 200px;
        margin: 0 0 0 auto;
    }

    .fv-sub {
        width: 300px;
        margin: 30px 0 20px;
    }

    .fv-mini {
        width: 270px;
    }


    .sunset-text {
        font-size: 1.3rem;
        padding: 10px 25px;
        margin-top: -30px;
    }

    .movie {
        width: 100%;
    }

    .movie-logo {
        width: 200px;
        bottom: -30px;
    }

    .ribbon-top{
        background-image: none;
        margin: 50px auto 30px;
        height: auto;
    }

    .ribbon-img {
        width: 100%;
        position: static;
    }

    .ribbon-text {
        position: static;
        width: 100%;
        transform: none;
    }

    .sunset-img {
        height: 600px;
        top: -30px
    }

    .blue-title {
        font-size: 1.7rem;
        margin-bottom: 10px;
    }

    .blue-1-img {
        bottom: -80%;
    }

    .train-img {
        top: auto;
        width: 50%;
        bottom: 300px;
    }

    .blue-top {
        width: 100%;
    }

    .blue-flex {
        margin-top: 50px;
    }

    .name-img {
        width: 100px;
    }

    .blue-right {
		width: 100%;
        margin-top: 0px;
    }

    .number-top {
        padding: 40px 0 85px;
    }

    .number-title-img {
        width: 100%;
    }

    .number-sub {
        margin: 20px 0 100px;
        text-align: left;
    }

    .number-img {
        width: 77px;
    }

    .number-box p {
        margin-left: 0px;
        width: 100%;
        margin-top: 10px;
    }

    .number-circle-1 {
        width: 110px;
        top: -113px;
    }

    .number-circle-2 {
		display: none;
        /* width: 110px;
        top: -88%;
        right: 150px; */
    }

    .number-set2 {
        margin-top: 50px;
    }

    .number-set {
        margin-top: 50px;
    }

    .number-last {
        margin-top: 50px;
    }

    .book-title {
        width: 85%;
        left: 30px;
        top: -111px;
    }

    .book-bg-1 {
        top: -170px;
    }

    .book-top {
        margin-top: 120px;
    }

    .book-line-1 {
        width: 50%;
        top: -170px;
    }

    .book-line-2 {
        width: 200px;
        top: 5px;
    }

    .book-box {
        width: 100%;
    }

    .book-flex {
        gap: 20px;
        margin-top: 0px;
        padding-top: 60px;
    }

    .book-img{
        margin: 0;
    }

    .book-bg-2 {
        bottom: -50px;
    }

    .last-title {
        width: 200px;
    }

    .last-sub {
        width: 300px;
        margin: 30px 0 10px;
    }

    .last-mini {
        width: 250px;
    }

    .last-30 {
        width: 120px;
        right: 10px;
        top: -20px;
    }

    .last-text {
        top: 20%;
    }

    .last-logo {
        bottom: 15px;
        width: 80px;
    }

    .last-top {
        height: 450px;
    }

    .last-ticket-top {
       max-width: 430px;
        width: 85%;
        bottom: 50px;
    }

    .ticket-box {
        left: 4%;
        top: 27%;
    }

    .ticket-dey {
        font-size: 1.3rem;
        padding-bottom: 5px;
    }

    .ticket-from {
        font-size: 1.1rem;
    }

    .ticket-mini {
        font-size: 1rem;
    }
    .ticket-last {
        font-size: 0.5rem;
    }

    .add-1-img {
        width: 80px;
        top: 0;
        left: auto;
        right: -20px;
    }

    .add-top {
        margin-top: 30px;
        margin-left: 0px;
    }

    .add-text {
        width: 100%;
    }

    .add-flex {
        gap: 2px;
        margin-top: 12px;
    }

    .add-link-line2{
        font-size: 0.9rem;
    }

    .add-link-line3{
        margin-top: 5px;

    }

    .add-pink-flex {
        margin-left: 70px;
        margin-top: 20px;
    }

    .add-pink-img {
        width: 80px;
        left: -80px;
        top: 0px;
    }

    .add-4-box {
        width: 100%;
    }

    .add-4-title {
		font-size: 1.5rem;
        margin-bottom: 5px;
    }

    .add-4-flex {
        gap: 20px;
        width: 100%;
        margin: 20px auto 0;
    }

    .add-4-img {
        width: 100px;
        bottom: -32px;
        right: -15px;
    }

    .add-4-img2{
        bottom: -55px;
    }

    .add-5-flex {
        margin-top: 50px;
    }

    .number-title {
        font-size: 1.6rem;
    }

    .add-5-text {
        margin-left: 0px;
    }

    .add-5-img {
        width: 100%;
    }
}



/*mojiko_30th-en
-----------------------------------------------------------------------------------------*/
.fv-text-en{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.en-sea{
    font-size: 3rem;
    font-weight: 700;
    color: rgba(67, 29, 14, 1);
    padding-bottom: 20px;
}

.fv-title-en{
    width: 90%;
}

.fv-30-ne{
    top: -150px;
    left: 100px;
}

.en-sea-moji{
    font-size: 3rem;
    padding-top: 20px;
    color: rgba(67, 29, 14, 1);
    font-weight: 700;
}

.ne-ribbon-top{
    position: relative;
}

.ne-ribbon-set{
    position: absolute;
    top: -70px;
    left: -18%;
    background-size: contain;
    letter-spacing: 2px;
    width: 1000px;
    height: 230px;
    background-image: url("../images/ribbon-en.png");
}

.ne-ribbon-text{
    position: absolute;
    top: 60px;
    left: 200px;
    font-size: 1.5rem;
    font-weight: 700;
}

.ne-add-text{
    width: 80%;
}

.ne-add-text2{
    width: 70%;
}

.book-roll-en{
    font-size: 3rem;
    font-weight: 700;
}

.en-ticket-dey{
    font-size: 1.5rem;
}

.en-last-text{
    left: 0;
    top: 35%;
}

.en-last-30{
    right: 0;
    top: -140px;
}

.en-name{
    writing-mode: vertical-lr;
    font-size: 3rem;
    font-weight: 700;
    color: rgba(67, 29, 14, 1);
}

.en-number-circle-1 {
    width: 250px;
    right: -40px;
}

.en-number-circle-2 {
    top: 140px;
}

.en-book-box {
    width: 100%;
}

@media screen and (max-width:1300px) {
    .en-blue-right p{
        width: 90%;
    }

    .en-blue-flex{
        margin-top: 150px;
    }

    .ne-ribbon-set {
        left: -8%;
        top: -50px
    }

    .ne-ribbon-text {
        left: 220px;
    }

    .en-ticket-box{
        top: 40%;
    }

    .en-sea-moji {
        padding-top: 0px;
    }

    .en-number-circle-2{
        top: -155px;
        right: 250px
    }

    .en-number-circle-1 {
        top: 230px;
    }

    .en-last-ticket-top {
    bottom: 130px;
    }
}

@media screen and (max-width:1023px) {
    .fv-text-en {
        width: 95%;
    }

    .fv-30-ne {
        top: -50px;
        left: 50px;
    }

    .ne-ribbon-set {
        left: 0%;
        top: -10px;
        width: 100%;
    }

    .ne-ribbon-text {
        top: 75px;
        left: 105px;
        font-size: 1.2rem;
    }

    .en-number-title {
        text-align: left;
        width: 75%;
        padding-left: 20px;
    }

    .en-number-circle-1 {
        width: 200px;
    }

    .en-ticket-box {
        top: 20%;
    }

    .en-last-ticket-top {
        bottom: 120px;
    }

    .en-last-text {
        top: 25%;
    }

    .en-last-30 {
        right: 70px;
        top: -25px;
    }
}


@media screen and (max-width:767px) {
    .en-sea {
        font-size: 1.5rem;
        padding-bottom: 10px;
    }

    .en-sea-moji {
        font-size: 1.5rem;
        padding-top: 5px;
    }

    .fv-text-en {
        top: 60%;
    }

    .fv-30-ne {
        left: 20px;
    }

    .ne-ribbon-set{
        background-image: none;
    }

    .ne-ribbon-top {
        margin-top: 110px;
    }

    .ne-ribbon-text {
        top: -50px;
        left: -8px;
    }

    .en-blue-flex {
        margin-top: 40px;
    }

    .en-number-circle-1 {
        width: 100px;
        top: -110px;
        right: 50px;
    }

    .ne-add-text2 {
        width: 100%;
    }

    .book-roll-en {
        font-size: 2.2rem;
    }

    .en-last-ticket-top {
        bottom: 40px;
    }

    .en-ticket-place {
        margin: 3px 0;
    }

    .en-ticket-box {
        top: 25%;
    }

    .en-last-30 {
        right: 0px;
        top: -50px;
    }

    .en-add-4-img {
        bottom: 95px;
    }

}

/*mojiko_30th-ch
-----------------------------------------------------------------------------------------*/
.ch-fv-30{
    left: -110px;
}

.ch-ribbon-text{
    font-size: 2rem;
    top: 50px;
    left: 240px;
}

.ch-last-30{
    right: -220px;
}

@media screen and (max-width:1300px) {
    .ch-fv-30 {
        left: -200px;
    }
}

@media screen and (max-width:1023px) {
    .ch-fv-text {
        width: 80%;
    }

    .ch-fv-30 {
        left: -80px;
    }

    .ch-ribbon-text {
        font-size: 1.7rem;
        top: 65px;
        left: 115px;
    }

    .ch-add-4-img {
    bottom: -125px;
    }
}

@media screen and (max-width:767px) {
    .ch-fv-30 {
        left: -30px;
        top: -60px;
    }

    .ch-ribbon-text {
        font-size: 1.7rem;
        top: -65px;
        left: 5px;
        text-align: left;
    }

    .ch-train-img {
        top: auto;
        width: 50%;
        bottom: 198px;
    }

    .ch-add-1-img {
        top: -40px;
        right: 125px;
    }

    .ch-add-4-img {
        bottom: 50px;
    }
    .ch-fv-30 {
        left: -200px;
    }

    .ch-last-30 {
        right: -130px;
    }

    .ch-number-title {
        width: 75%;
    }
}



/*mojiko_30th-ko
-----------------------------------------------------------------------------------------*/
.ko-title{
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: -15px;
}

.ko-fv-30 {
    left: -180px;
}

    .ko-last-title {
        width: 630px;
    }


@media screen and (max-width:1300px) {
    .ko-fv-text {
        width: 80%;
    }

    .ko-fv-30 {
        left: -110px;
    }

    .ko-last-title {
        width: 615px;
    }


}

@media screen and (max-width:1023px) {
    .ko-fv-30 {
        left: -70px;
        top: -110px;
    }

    .ko-number-title {
        width: 77%;
    }

    .ko-last-30 {
        right: -70px;
        top: -90px;
    }
}

@media screen and (max-width:767px) {
    .ko-train-img {
        bottom: 240px;
    }

    .ko-title {
        font-size: 2rem;
    }

    .ko-number-title{
        width: 75%;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: left;
        padding-left: 15px;
    }

    .ko-fv-30 {
        left: -30px;
        top: -85px;
    }

    .ko-add-4-img{
        bottom: -55px
    }

    .ko-last-title {
        width: 300px;
    }

    .ko-last-text {
        top: 30%;
    }

    .ko-last-30 {
        right: -20px;
        top: -80px;
    }

}

.current-lang{
    text-decoration: underline;
}
@media screen and (max-width:1023px) {
.en-sea.ko{
    font-size: 2.8rem;
}
}
@media screen and (max-width:767px) {
.en-sea.ko{
    font-size: 1.5rem;
    margin-top: 15px;
}
}
.ticket-dey.ko{
    font-size: 1.45rem;
    margin-top: 15px;
}
@media screen and (max-width:1023px) {
.ticket-box.ko div{
    font-size: 1.125rem;
}
}
@media screen and (max-width:767px) {
.ticket-box.ko div{
    font-size: 1.2rem;
}
.ticket-dey.ko{
    margin-top: 7.5px;
}
}
@media screen and (max-width:1023px) {
.number-sub{
    margin-bottom: 100px;
}
}
.book-title.ko{
    top: -150px;
    left: 60px;
    width: auto;
    height: 120px;
}
@media screen and (max-width:1023px) {
.book-title.ko{
    left: 50%;
    transform: translateX(-50%);
}
}
@media screen and (max-width:767px) {
.book-title.ko{
    width: 100%;
    height: auto;
    top: -75px;
}
}

.book-title.en{
    top: -110px;
}
@media screen and (max-width:767px) {
.book-title.en{
    top: -70px;
}
}

.book-title.ch{
    width: 620px;
    top: -150px;
}
@media screen and (max-width:1023px) {
.book-title.ch{
    top: -170px;
}
}
@media screen and (max-width:767px) {
.book-title.ch{
    width: 100%;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}
}
.add-pink-link.big {
    width: fit-content;
}