@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;800&display=swap');

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
list-style:none;
font-weight:normal;
font-style:normal;
}

* {
margin:0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html,body {
height:100%;
margin:0;
padding:0;
min-height:100%;
box-sizing: border-box;
background:#fff;
}

html{
height:100%;
margin-bottom:1px;
-webkit-overflow-scrolling: touch;
}

body {
overflow: initial;
min-width: auto!important;
}

@-ms-viewport {
width: auto;
}

img {
max-width : 100% ;
height : auto ;
vertical-align:bottom;
}

h2{
background: url("../images/sp/cam_header2.png") no-repeat left top/ cover;	
}


/*====================================================
main
====================================================*/
.content {
width: 100%;
max-width: 1600px;
margin: 0 auto;
background: url("../images/sp/bg2.png") no-repeat center top / cover;
padding-bottom: 100px;
}


@media screen and (min-width: 601px) {
.content {
background: url("../images/pc/bg_2.png") no-repeat center top / cover;
}
h2{
background: url("../images/pc/cam_header2.png") no-repeat left top / cover;	
}	
}
/*====================================================
top-bg
====================================================*/
.top-bg{
	width: 100%;
background: url("../images/pc/top-bg_2.png") no-repeat center top / contain;
	
}



/*====================================================
Thank you
====================================================*/
.thankyou {
width: 100%;
margin-top: -7.066666666vw;
background: url("../images/sp/thankyou_bg.png") no-repeat center top 50px / contain;
padding-bottom: 2vw;
}

.t2 {
margin: 10px auto 12.3076923vw;
}

@media screen and (min-width: 601px) {
.thankyou {
width: 100%;
margin-top: -11vw;
background: url("../images/pc/thankyou_bg.png") no-repeat center top / cover;
padding-bottom: 0px;
}

.txt_movie {
display: flex;
width: 77.75vw;
max-width: 1244px;
margin: 0 auto;
}

.t1 {
width: 37.875vw;
max-width: 606px;
margin: 0;
}

.t2 {
width: 38.75vw;
max-width: 620px;
margin: 0;
}
}

/*====================================================
Movie
====================================================*/
.outer {
width: 94%;
max-width: 620px;
margin: 0 auto;
box-sizing: border-box;
padding: 0;
position: relative;
z-index: 1;
}

@media screen and (min-width: 601px) {
.outer {
width: 38.75vw;
max-width: 620px;
margin:5.75vw auto 0;
}

.swiper {
padding-bottom: 30px;
}



}

.inner {
width: calc(100% + 10px);
height: calc((100% + 10px) - 48px);
position: absolute;
left: -5px;
right: 0;
top:-5px;
bottom:0;
background:transparent;
z-index: 10000;
border: 5px solid;
border-image: linear-gradient(to bottom left,#fb8e2c ,#fdf6a8,#fb8e2c) 1;
pointer-events: none;
}


.swiper {
width: 100%;
box-sizing: border-box;
padding-bottom: 48px;
}


.swiper-slide {
position: relative;
width: 100%;
height: 0;
padding-bottom:56.25%;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
z-index: 10;
/*border: 5px solid #a4b4d2;
box-sizing: border-box;*/
}


.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}


.swiper-slide iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.swiper-slide.pv::after {
display: none;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,15px);
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 0;
}

.swiper-pagination {
z-index: 100;
}

.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap,9px);
background-color: transparent;
background-image: url("../images/triangle_off.svg");
background-repeat: no-repeat;
background-size: contain;
border-radius: unset;
width: 13px;
height: 14px;
opacity: 1;
}

.swiper-pagination-bullet-active {
background-image: url("../images/triangle_on.svg");
width: 13px;
height: 14px;
}

.swiper-slide img {
height: auto;
width: 100%;
}



/*====================================================
Download
====================================================*/
.download {
width:100%;
height: 35.3333333vw;
background: url("../images/sp/download_bg.png") no-repeat center top / contain;
margin-top: -4vw;
}

.badge {
display: flex;
gap:13px;
justify-content: center;
padding-top: 20vw;
}

.appstore img,
.googleplay img {
height: 12.8vw;
width: auto;
}

@media screen and (min-width: 601px) {
.download {
width:100%;
height: 11.0625vw;
max-height: 257px;
background: url("../images/pc/download_bg.png") no-repeat center top / contain;
margin-top: 0;
}

.badge {
	margin-top: 60px;
padding: 2.3vw 0 0 38.75vw;
}

.appstore img,
.googleplay img {
height: 6vw;
max-height: 96px;
width: auto;
}

}

@media screen and (min-width: 1600px) {
.badge {
padding: 36px 0 0 600px;
}
}

/*====================================================
Campaign
====================================================*/
.CAMPAIGN{
padding-top: 1px;
background: url("../images/sp/campaign2.png") no-repeat left top / contain;
background-size: 100%;
background-position: 15px 0;
}
.tabs {
margin: 32px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
position: relative;
z-index: 1;
}

.tab_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.tab_label {
position: relative;
z-index: 1;
font-size: 0;
}

label {
cursor:default;
}

.tab_label.tab1,
.tab_label.tab2,
.tab_label.tab3 {
cursor: pointer;
}

#tab01,
#tab02,
#tab03 {
position: relative;
z-index: 100;
}

.tab1 {
width: 30.8vw;
height: 12.8vw;
background: url("../images/sp/tab1.png") no-repeat right top / cover;
}

.tab2 {
width: 30.8vw;
height: 12.8vw;
background: url("../images/sp/tab2.png") no-repeat right top / cover;
}

.tab3 {
width: 30.93333333vw;
height: 12.8vw;
background: url("../images/sp/tab3.png") no-repeat left top / cover;
}

input[name="tab_switch"]{
display: none;
}

.tab_content {
flex: 100%;
display: none;
overflow: hidden;
z-index: 10;
padding-bottom: 55px;
opacity: 0;
transition: .5s all;
}

.tabs input:checked + .tab_label.tab1 {
background: url("../images/sp/tab1_active.png") no-repeat right top / cover;
}

.tabs input:checked + .tab_label.tab2 {
background: url("../images/sp/tab2_active.png") no-repeat right top / cover;
}

.tabs input:checked + .tab_label.tab3 {
background: url("../images/sp/tab3_active.png") no-repeat left top / cover;
}

@keyframes tabAnim{
  0%{opacity:0;}
  100%{opacity:1;}
}

#tab01:checked ~ #tab01_content,
#tab02:checked ~ #tab02_content,
#tab03:checked ~ #tab03_content {
display: block;
animation:tabAnim ease 0.6s forwards;
-ms-animation:tabAnim ease 0.6s forwards;
}

/*固定*/
.tab_content {
position: relative;
z-index: -1;
}


.cam_outer {
width:  92.79999999vw;
margin: 70px auto 25px;
box-shadow: 11px 11px 0px 0px #f5c6ca75, 11px 11px 0px 1px #ffffff5e;
position: relative;
border: solid;
border-color: #8891c324;
border-width: 1px;
background: url(../images/sp/cam_bg2.png) no-repeat right top / cover;	
}
.cam_img {
margin: 20px 20px 0px;
text-align: center;
}


.cam_outer p {
padding: 10px 20px 10px;
font-size: 85%;
color: #5d5c5c;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
/*font-feature-settings: "palt";*/
font-feature-settings: normal;
line-height: 1.7;
}

.cam_outer p span {
color: #ea5884;
font-family: "Noto Sans JP", sans-serif;
font-weight: 800;
}

.cam_outer p.link_outer {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 10px 0 20px;
}

.apply {
width: 80.6666666vw;
max-width: 400px;
line-height: 45px;
display: inline-block;
position: relative;
text-align: center;
color: #fff;
background: #a387cd;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
border-radius: 100px;
transition: .3s all;
}

.apply:hover {
background: #d2b4ff;
}

.apply::after {
content: '';
width: 8px;
height: 8px;
margin-top: -5px;
border-top: solid 1px #fff; 
border-right: solid 1px #fff;
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 20px;
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　日付　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.tab1_cam1_title{
position: relative;
z-index: 1;
}
.tab1_cam1_title::after{
position: absolute;
display: inline-block;
content: '';
top: -26px;
left: -11px;
width: 90px;
height: 60px;
background: url(../images/pc/tab2_cam1_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam2_title{
position: relative;
z-index: 1;
}
.tab2_cam2_title::after{
position: absolute;
display: inline-block;
content: '';
top: -26px;
left: -11px;
width: 90px;
height: 60px;
background: url(../images/pc/tab2_cam2_day.png) no-repeat right top / contain;
z-index: -1;
}

.tab2_cam3_title{
position: relative;
z-index: 1;
}
.tab2_cam3_title::after{
position: absolute;
display: inline-block;
content: '';
top: -26px;
left: -11px;
width: 90px;
height: 60px;
background: url(../images/pc/tab2_cam3_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam4_title{
position: relative;
z-index: 1;
}
.tab2_cam4_title::after{
position: absolute;
display: inline-block;
content: '';
top: -26px;
left: -11px;
width: 90px;
height: 60px;
background: url(../images/pc/tab2_cam4_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam5_title{
position: relative;
z-index: 1;
}
.tab2_cam5_title::after{
position: absolute;
display: inline-block;
content: '';
top: -26px;
left: -11px;
width: 90px;
height: 60px;
background: url(../images/pc/tab2_cam5_day.png) no-repeat right top / contain;
z-index: -1;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */	









@media screen and (min-width: 601px) {
.CAMPAIGN{
padding-top: 1px;
background: url("../images/pc/campaign2.png") no-repeat left top / cover;
background-size: 100%;
background-position: 15px 0;
}
.tabs {
max-width: 1360px;
margin:-2vw auto 0;
}

.tab1 {
width: 26.875vw;
max-width: 430px;
height: 7.5vw;
max-height: 120px;
background: url("../images/pc/tab1.png") no-repeat right top / contain;
}

	
.tabs input:checked + .tab_label.tab1 {
background: url("../images/pc/tab1_active.png") no-repeat right top / contain;
}

.tab2 {
width: 25.8125vw;
max-width: 413px;
height: 7.5vw;
max-height: 120px;
background: url("../images/pc/tab2.png") no-repeat right top / contain;
}

.tabs input:checked + .tab_label.tab2 {
background: url("../images/pc/tab2_active.png") no-repeat right top / contain;
}

.tab3 {
width: 26.625vw;
max-width: 426px;
height: 7.5vw;
max-height: 120px;
background: url("../images/pc/tab3.png") no-repeat left top / contain;
}

.tabs input:checked + .tab_label.tab3 {
background: url("../images/pc/tab3_active.png") no-repeat right top / contain;
}


.tab_content {
margin-top: -40px;
}
	
.cam_outer {
width: 77.75vw;
max-width: 1244px;
margin: 120px auto;
box-shadow: 20px 20px 0px 0px #f5c6ca75,  20px 20px 0px 2px #ffffff5e;
background: url(../images/pc/cam_bg2.png) no-repeat right top / cover;
}
	
	
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　日付　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.tab1_cam1_title{
position: relative;
z-index: 1;
}
.tab1_cam1_title::after{
position: absolute;
display: inline-block;
content: '';/*何も入れない*/
top:-36px;
left:-20px;
width: 110px;/*画像の幅*/
height: 70px;/*画像の高さ*/
background: url(../images/pc/tab2_cam1_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam2_title{
position: relative;
z-index: 1;
}
.tab2_cam2_title::after{
position: absolute;
display: inline-block;
content: '';/*何も入れない*/
top:-36px;
left:-20px;
width: 110px;/*画像の幅*/
height: 70px;/*画像の高さ*/
background: url(../images/pc/tab2_cam2_day.png) no-repeat right top / contain;
z-index: -1;
}

.tab2_cam3_title{
position: relative;
z-index: 1;
}
.tab2_cam3_title::after{
position: absolute;
display: inline-block;
content: '';/*何も入れない*/
top:-36px;
left:-20px;
width: 110px;/*画像の幅*/
height: 70px;/*画像の高さ*/
background: url(../images/pc/tab2_cam3_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam4_title{
position: relative;
z-index: 1;
}
.tab2_cam4_title::after{
position: absolute;
display: inline-block;
content: '';/*何も入れない*/
top:-36px;
left:-20px;
width: 110px;/*画像の幅*/
height: 70px;/*画像の高さ*/
background: url(../images/pc/tab2_cam4_day.png) no-repeat right top / contain;
z-index: -1;
}
.tab2_cam5_title{
position: relative;
z-index: 1;
}
.tab2_cam5_title::after{
position: absolute;
display: inline-block;
content: '';/*何も入れない*/
top:-36px;
left:-20px;
width: 110px;/*画像の幅*/
height: 70px;/*画像の高さ*/
background: url(../images/pc/tab2_cam5_day.png) no-repeat right top / contain;
z-index: -1;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */	
	
.cam_img {
margin: 25px;
/*background: url("../images/pc/cam_header.png") no-repeat left top / contain;*/
}

.cam_outer p {
padding: 0 30px 25px;
font-size: 98%;
font-feature-settings:normal;
}

.cam_outer p.link_outer {
padding: 0 0 20px;
}

}

@media screen and (min-width: 1000px){
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　日付　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
.tab1_cam1_title::after{
top:-35px;
left:-33px;
width: 150px;
height: 90px;
}

.tab2_cam2_title::after{
top:-35px;
left:-33px;
width: 150px;
height: 90px;
}

.tab2_cam3_title::after{
top:-35px;
left:-33px;
width: 150px;
height: 90px;
}

.tab2_cam4_title::after{
top:-35px;
left:-33px;
width: 150px;
height: 90px;
}

.tab2_cam5_title::after{
top:-35px;
left:-33px;
width: 150px;
height: 90px;
}
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */	
	
}
@media screen and (min-width: 1300px) {
.cam_outer {
margin: 120px auto;
}

.cam_outer.c1 {
margin: 100px auto 90px;
}

.cam_img {
margin: 0 auto;
max-width: 1020px;
padding: 40px;
}

.cam_outer p {
padding: 0 95px 45px;
font-size: 145%;
line-height: 1.8;
letter-spacing: 0.02em;
}

.cam_outer p.plus {
padding: 0 95px 20px;
}

.cam_outer p.link_outer {
padding: 10px 0 40px;
}


.apply {
max-width: 600px;
line-height: 80px;
}

.apply::after {
width: 16px;
height: 16px;
border-top: solid 3px #fff; 
border-right: solid 3px #fff;
right: 30px;
}

}

@media screen and (min-width: 1600px) {
.tabs {
margin:-40px auto 0;
}



}


/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　footer　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

.nogifra_logo {
width: 100%;
padding: 75px 0 48px;
background: #fff;
text-align: center;
}

.nogifra_logo img {
width: 75%;
max-width: 476px;
}
@media screen and (max-width: 600px) {
    footer .footer-share {
        text-indent: 0px;
	}
}
@media screen and (min-width: 601px) and (max-width: 1600px) {
  footer .footer-share {
    font-size: calc(100vw * (22/1600));
    text-indent: -2px;
  }


@media screen and (min-width: 601px) {
.nogifra_logo {
padding: 60px 0 80px;
}

.nogifra_logo img {
width: 35%;
}
}


@media screen and (min-width: 960px) {
.nogifra_logo {
padding: 130px 0 145px;
background: #fff;
text-align: center;
}
}

/* ▼▼▼expected rbrace error▼▼▼ */	