/* root */
:root {
  --project-point-color: #e60012;
  --project-sub-color: #FF8CA8;
}
i{
  font-style: normal;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.txt{
  font-size: 14px;
  line-height: 1.375;
  text-align: initial;
  letter-spacing: 0;
}
.headline{
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25
}
.ENG_TXT .txt,
.txt.ENG_TXT{
  font-size: 14px;
}
.ENG_TXT .md-title,
.md-title.ENG_TXT{
  font-size: 18px;
}
.headline.ENG_TXT{
  font-size: 34px;
}
.md-title{
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333;
}
.btn_box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.btn{
  overflow: hidden;
  padding-right: 48px;
  height: 48px;
  border-radius: 8px;
  background: #fff url('../../static/images/gidle/ico-arrow-red.svg') no-repeat right top / 48px 48px;
  box-shadow: 0px 4px 12px 0px rgba(17, 17, 17, 0.12);
  transition: background-image .25s
}
.btn span{
  display: block;
  padding: 0 12px 0 12px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  background-color: var(--project-point-color);
  transition: background-color .25s
}

/* layout */
.container.event_page {
  height: 100%;
  background: url('../../static/images/gidle/bg-pattern.jpg') repeat left top / 1920px
}
.inner {
  padding-bottom: 80px;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.contents_box {
  padding: 20px 0;
  width: 100%;
  border-top: 2px solid #000;
}


/* header */
.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3px;
  padding: 70px 0 20px;
  border-bottom: 6px solid #000;
}
.header .main-typo{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 660px;
}
.header .main-typo .logo-desc{
  margin-top: 20px;
  width: 76px;
}
.header .btn-box{
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.header .btn-box p{
  color: #111;
  font-size: 28px;
}

/* section01 */
.section01{
  position: relative;
}
.section01::after{
  content: "";
  position: absolute;
  top: 80px;
  left: 100%;
  z-index: 0;
  margin-left: -230px;
  width: 495px;
  height: 909px;
  transform: rotate(4deg);
  background: url("../../static/images/gidle/img-bg-objet-01.png") no-repeat center center / cover; 
}

/* swiper */
.swiper{
  width: 100%;
  height: 520px;
}
.swiper-pagination-bullet-active{
  background: var(--project-point-color)
}
.swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;  
}


/* other */
.sm-contents{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

/* section01 */
.section01 .sm-contents .txt_box{
  width: calc(100% - 438px);
}
.sm-contents .headline{
  margin-bottom: 18px;
}
.sm-contents .card{
  width: 408px;
}
.sm-contents .track{
  overflow-y: auto;
  width: 100%;
}
.sm-contents .card-box{
  width: 100%;
}
.sm-contents .img-card{
  position: relative;
  width: 192px;
}
.sm-contents .img-card .desc{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  transition: opacity .25s;
  background-color: rgba(0, 0, 0, .3)
}
.sm-contents .btn_box{
  margin-top: 20px;
}
/* section01 */
.section01 .sm-contents{
  padding-top: 20px;
}

/* section02 */
.section02{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.section02 .sm-contents{
  flex-wrap: wrap;
}
.sm-contents.photo-card{
  width: calc(100% - 472px)
}
.sm-contents .photo-card-box{
  width: 100%;
}
.sm-contents .photo-card-box .img-box{
  overflow: hidden;
  position: relative;
  width: 106px;
  border-radius: 5px;
}
.sm-contents.photo-card .desc{
  margin-top: 8px;
  width: 100%;
  font-size: 14px;
}
.sm-contents.photo-card .desc b{
  margin-right: 8px;
}
.section02 .polaroid{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 460px;
  border-radius: 4px;
  background: linear-gradient(264deg, #000 18.06%, #4E4E4E 94.19%);
}
.section02 .polaroid::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 10;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url('../../static/images/gidle/ico-event-more.svg') no-repeat center center / cover;
}
.section02 .polaroid .img-box{
  width: 118px;
}
.section02 .polaroid .txt{
  width: calc(100% - 124px);
  color: #fff;
  font-size: 18px;
}
.section02 .polaroid .mobile-desc{
  display: none;
}
.section02 .polaroid .txt b{
  display: block;
  color: var(--project-point-color);
  font-size: 22px;
}
.section02 .polaroid .txt b i{
  color: #fff;
  font-style: normal;
}
.section02 .polaroid .txt.ENG_TXT b{
  font-size: 22px;
}
.section02 .polaroid .txt.ENG_TXT{
  font-size: 14px;
}
.section02 .polaroid .txt .desc{
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin-top: 8px;
  color: #000;
  font-size: 14px;
}

/* section03 */
.section03{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.sm-contents.row{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 527px);
}
.sm-contents.col{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 497px;
}

.sm-contents.row img{
  width: 232px;
  border-radius: 4px;
}
.sm-contents.row .txt_box{
  width: calc(100% - 252px)
}
.sm-contents.col .txt_box{
  margin-top: 8px;
  width: 100%;
}

/* section04 */
.section04{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.section04 .img-box{
  position: relative;
  z-index: 10;
  width: 497px;
}
.section04 .img-box p{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  transform: translate(-50%, -50%);
}
.section04 .sm-contents.col{
  align-items: flex-start;
}
.section04::after{
  content: "";
  position: absolute;
  top: -300px;
  right: 100%;
  z-index: 0;
  margin-right: -230px;
  width: 511px;
  height: 511px;
  background: url("../../static/images/gidle/img-bg-objet-02.png") no-repeat center center / cover; 
}

/* section05 */
.section05{
  position: relative;
}
.section05::after{
  content: "";
  position: absolute;
  top: -100px;
  left: 100%;
  z-index: 0;
  margin-left: -140px;
  width: 428px;
  height: 401px;
  transform: rotate(-5deg);
  background: url("../../static/images/gidle/img-bg-objet-03.png") no-repeat center center / cover; 
}
.section05 .btn-box{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  z-index: 100;
  left: 20px;
  right: 20px;
  bottom: 40px;
}
.section05 .btn-box a{
  position: relative;
  padding: 8px;
  min-width: 150px;
  min-height: 90px;
  font-size: 24px;
  color: var(--project-point-color);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, .6);
  transition: background-color .25s;
}
.section05 .btn-box a b{
  display: block;
}
.section05 .btn-box a::after{
  content: "";
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 10;
  transition: right .25s, background-image .25s;
  width: 24px;
  height: 24px;
  background: url('../../static/images/gidle/ic-arrow-right-md.svg') no-repeat center center / cover;
}
.section05 .btn-box a span{
  display: block;
  color: #666;
  font-size: 14px;
  transition: color .25s;
}
.section05 .bg-box{
  overflow: hidden;
  position: relative;
  z-index: 100;
  height: 400px;
  border-radius: 4px;
  background: url('../../static/images/gidle/img-bottom-section.png') no-repeat center center / cover
}

.belt{
  padding: 0 20px;
  height: 40px;
  border-radius: 4px;
  background-color: #111;
}
.belt p{
  color: var(--project-point-color);
  font-size: 16px;
  font-weight: 600;
}

/* section06 */
.section06{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-top: 0;
  border-bottom: 2px solid #000;
}
.section06 .box{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 30px 30px;
  width: calc((100% - 2px) / 3);
}
.section06 .box img.jacket{
  height: 94px;
  cursor: pointer;
}
.section06 .box+.box{
  border-left: 1px solid #999;
}
.section06 .box a{
  margin-left: 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.section06 .box a img{
  display: inline-block;
  vertical-align: text-top;
}

@media screen and (min-width: 1024px) {
   /* hover event here */
   .select-lang-list button:hover{
    background-color: #f5f5f5;
   }
   .sm-contents .img-card:hover .desc{
    opacity: 1;
   }
   .btn:hover{
    background-image: url('../../static/images/gidle/ico-arrow-red-hover.svg');
   }
   .btn:hover span{
    background-color: #B51717;
   }
   .section05 .btn-box a:hover{
    background-color: rgba(0, 0, 0, 1);
   }
   .section05 .btn-box a:hover::after{
    right: 4px;
    background-image: url('../../static/images/gidle/ic-arrow-right-md-hover.svg')
   }
   .section05 .btn-box a:hover span{
    color: #fff;
   }
}

@media screen and (max-width: 1023px) {
  .only_pc{
    display: none;
  }
  .pbr{
    display: none;
  }
  html{
    font-size: 14px;
  }
  .headline{
    font-size: 2.286rem;
  }
  .txt{
    font-size: 1rem;
  }
  .ENG_TXT .txt,
  .txt.ENG_TXT{
    font-size: 14px;
  }
  .ENG_TXT .md-title,
  .md-title.ENG_TXT{
    font-size: 19px;
  }
  .headline.ENG_TXT{
    font-size: 24px;
  }
  .inner{
    padding: 0 20px 80px;
  }
  .swiper{
    height: 24rem;
  }
  .btn{
    padding-right: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background-size: 2.5rem 2.5rem;
  }
  .btn span{
    padding: 0 1.143rem;
    font-size: 1rem;
    line-height: 2.5rem;
  }
  .contents_box{
    padding: 20px 0;
  }
  .header .main-typo{
    justify-content: flex-start;
    width: 50%;
  }
  .header .main-typo .logo-desc{
    margin-top: 5.55%;
    width: 8.33%;
  }
  .header .btn-box{
    margin-top: 10px;
    width: 50%;
  }
  .header .btn-box p{
    font-size: 20px;
  }
  /* section01 */
  .sm-contents .headline{
    margin-bottom: 0.571rem;
  }
  .sm-contents .card{
    width: 48%
  }
  .section01 .sm-contents .txt_box{
    width: calc(100% - (48% + 7.5px));
  }
  .sm-contents .img-card{
    width: calc((100% - 40px) / 5);
  }
  .section01 .sm-contents{
    padding-top: 10px;
  }
  .sm-contents.photo-card{
    width: 49%;
  }
  .sm-contents .photo-card-box .img-box{
    width: calc((100% - 32px) / 5);
  }
  .section02 .polaroid{
    overflow: hidden;
    position: relative;
    padding-top: 11.4%;
    height: 0;
    width: 49%;
  }
  .section02 .polaroid .img-box{
    position: absolute;
    top: 50%;
    left: 25px;
    width: 77px;
    transform: translateY(-50%)
  }
  .section02 .polaroid .txt{
    position: absolute;
    top: 50%;
    left: 120px;
    font-size: 14px;
    transform: translateY(-50%);
    width: 100%;
  }
  .section02 .polaroid .txt b{
    font-size: 18px
  }
  .section02 .polaroid .txt .desc{
    display: none;
  }
  .section02 .polaroid .mobile-desc,
  .sm-contents.photo-card .desc{
    display: block;
    margin-top: 4px;
    font-size: 12px;
  }
  .section02 .polaroid .txt.ENG_TXT b{
    font-size: 18px;
  }
  .section02 .polaroid .txt.ENG_TXT{
    font-size: 12px;
  }
  .sm-contents.row{
    width: 48%;
  }
  .sm-contents.col{
    width: 48%;
  }
  .section04 .img-box{
    width: 48%;
  }
  .section04 .img-box p{
    font-size: 4.33vw;
  }
  .sm-contents .btn_box{
    margin-top: 10px;
  }
  .section04 .sm-contents.col .txt_box{
    margin-top: 0;
  }
  .section05 .bg-box{
    height: 284px
  }
  .section05 .btn-box{
    position: relative;
    left: 0;
    right: initial;
    bottom: initial;
    margin: 10px 0 0;
  }
  .section05 .btn-box a{
    min-width: calc((100% - 50px) / 6);
    min-height: 70px;
  }
  .section05 .btn-box a b{
    font-size: 16px;
  }
  .section05 .btn-box a span{
    font-size: 12px;
  }
  .section05 .btn-box a::after{
    top: 13px;
    right: 30px;
    width: 12px;
    height: 12px;
  }
  .section06{
    padding: 0;
  }
  .section06 .box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  .section06 .box img.jacket{
    height: 70px;
  }
  .section06 .box a{
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .section01::after,
  .section04::after,
  .section05::after{
    display: none;
  }
  .section03{
    flex-direction: column;
  }
  .sm-contents.row{
    flex-direction: column;
    width: 100%;
  }
  .sm-contents.row img{
    width: 100%;
    border-radius: 0;
  }
  .sm-contents.row .txt_box{
    margin: 16px 0;
    width: 100%;
    font-size: 14px;
  }
  .sm-contents.col{
    width: 100%;
  }
  .section04 .sm-contents.col{
    width: 48%;
  }
  .section05 .btn-box a span{
    font-size: 11px;
  }
}

@media screen and (max-width: 480px){
  .header{
    position: relative;
    margin: 0 20px 3px;
    padding: 11.67vw 0 3.33vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .main-typo{
    width: 61.11vw;
  }
  .header .main-logo{
    flex-direction: row-reverse;
    width: 100%;
    height: auto;
  }
  .header .main-logo p{
    margin-top: 0;
    font-size: 4.44vw;
  }
  .header .main-logo img{
    width: 17.78vw;
  }
  .header .main-typo .logo-desc{
    width: 8.06vw;
  }
  .header .btn-box{
    flex-direction: row-reverse;
    width: 100%;
  }
  .header .btn-box p{
    font-size: 4.44vw;
  }
  .inner{
    padding-left: 0;
    padding-right: 0;
  }
  .txt{
    font-size: 3.89vw;
  }
  .contents_box{
    margin: 0 20px;
    padding: 20px 0;
    width: auto;
  }
  .swiper{
    height: 45vw
  }
  .section01 .sm-contents{
    flex-direction: column;
    padding: 20px 0;
  }
  .section01 .sm-contents:last-child{
    margin: 0;
    padding: 0;
  }
  .section01 .sm-contents .txt_box{
    width: 100%;
  }
  .sm-contents .img-card{
    width: calc((100% - 60px) / 5);
  }
  .sm-contents .card{
    width: 100%;
  }
  .sm-contents .card-box{
    width: calc(34vw * 5);
  } 
  .section02{
    flex-direction: column;
  }
  .sm-contents.photo-card{
    width: 100%;
  }
  .sm-contents .photo-card-box{
    flex-wrap: wrap;
    justify-content: center;    
  }
  .sm-contents .photo-card-box .img-box{
    margin-left: 8px;
    margin-bottom: 8px;
    width: 25.00vw
  }
  .sm-contents .photo-card-box .img-box:nth-child(3n+1){
    margin-left: 0;
  }
  .section02 .polaroid{
    justify-content: flex-start;
    width: 100%;
    height: 27.78vw;
  }
  .section02 .polaroid .img-box{
    left: 2.78vw;
    width: 20.56vw;
  }
  .section02 .polaroid .txt{
    left: 26.94vw;
    font-size: 3.61vw;
  }
  .section02 .polaroid .txt b{
    font-size: 4.12vw;
  }
  .section02 .polaroid .txt.ENG_TXT b{
    font-size: 4.61vw;
  }
  .section02 .polaroid .txt.ENG_TXT{
    font-size: 3.33vw;
  }
  .section04{
    flex-direction: column;
  }
  .section04 .img-box{
    margin-bottom: 8px;
    width: 100%;
  }
  .section04 .sm-contents{
    padding: 0 !important;
  }
  .section04 .sm-contents.col{
    width: 100%;
    align-items: flex-end;
  }
  .section04 .img-box p{
    font-size: 8.4vw;
  }

  .section05 .bg-box{
    height: 34.72vw;
  }
  .section05 .btn-box{
    flex-wrap: wrap;
  }
  .section05 .btn-box a{
    margin-bottom: 4px;
    width: calc((100% - 16px) / 3);
  }
  .section05 .btn-box a::after{
    right: 13px;
  }
  .belt{
    position: relative;
    margin: 0 20px;
    padding: 0 12px;
  }
  .belt p{
    font-size: 14px;
  }
  .belt img{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    width: 11.11vw;
    transform: translate(-50%, -50%);
  }

  .section06{
    flex-direction: column;
    padding: 0;
  }
  .section06 .box{
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 12px 0;
    width: 100%;
  }
  .section06 .box+.box{
    border-top: 1px solid #000;
    border-left: 0;
  }
  .section06 .box img.jacket{
    height: 27.22vw
  }
  .section06 .box a{
    font-size: 4.2vw;
  }
}