@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*-----------------------
 common 
-----------------------*/
body {
  background-color: #fff;
}

.l-header {
  position: relative !important;
}

#expo a {
  color: #fff;
  text-decoration: none;
}

#expo a.outline:focus {
  outline: 1px dotted;
}

#expo a:focus {
  outline: none;
}


#expo sup {
  font-size: 45%;
  top: -1.3em;
  left: -0.1em;
}

#expo li {
  list-style: none;
}

#expo img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

#expo {
  color: #000;
  font-family: "Century Gothic", "century-gothic", "Noto Sans JP", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  line-height: 1.7;
  position: relative;
}



#expo .inner {
  width: 100%;
  max-width: calc(1100 / 1440 * 100vw);
  position: relative;
  margin: 0 auto;
}



#expo .common_frame_btn {
  display: flex;
  color: #0169B5;
  border-radius: 10px;
  border: 2px solid #0169B5;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: calc(16 / 1440 * 100vw);
  width: 100%;
  height: calc(46 / 1440 * 100vw);
  line-height: 1.2;
  font-weight: 700;
}

#expo .common_frame_btn:hover {
  color: #fff;
  background-color: #0169B5;
  opacity: 1.0;

}

#expo #path .common_frame_btn {
  color: #E30012;
  border: 2px solid #E30012;
}

#expo #path .common_frame_btn:hover {
  background-color: #E30012;
  color: #fff;
  opacity: 1.0;

}





#expo .pc {
  display: block
}

#expo .sp {
  display: none
}

@media screen and (max-width: 768px) {
  #expo .pc {
    display: none
  }


  #expo .sp {
    display: block
  }

  #expo a:hover {
    opacity: 1.0 !important;
  }

  #expo sup {
    font-size: 60%;
    top: -0.8em;
  }


  #expo .inner {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 calc(25 / 375 * 100vw);
  }




  #expo .common_frame_btn {
    font-size: calc(15 / 375 * 100vw);
    width: 100%;
    height: calc(50 / 375 * 100vw);
    line-height: 1.2;
  }

 #expo .common_frame_btn:hover {
  color: #0169B5;
  background-color: transparent;
  opacity: 1.0;

}
 
#expo #path .common_frame_btn:hover {
   background-color: transparent;
  color: #E30012;
  opacity: 1.0;

}





}

/*-----------------------
header
-----------------------*/

#expo ul {
  margin: 0;
  padding: 0
}

#expo h1,
#expo h2,
#expo h3,
#expo h4,
#expo h5 {
  margin: 0;
  padding: 0;
  font-weight: bold
}

#expo li {
  margin: 0;
  padding: 0;
  list-style: none
}

#expo dl,
#expo dd {
  margin: 0
}





#expo a {
  transition: all .2s linear
}

#expo a:hover {
  opacity: .75
}

#expo header {
  position: relative;
  top: 0;
  background-color: #0169B5;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 calc(40 / 1440 * 100%) 0;
  z-index: 998;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
}



#expo header h2 {
  font-size: 16px;
  line-height: 1
}



@media screen and (max-width: 768px) {



  #expo header {
    top: 0;
    z-index: 998;
    padding: 0 15px;
  }


  #expo header h2 {
    font-size: 15px
  }





}

/*-----------------------
kv
-----------------------*/
#expo #kv {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  background-color: #F7F7F5;
  justify-content: space-between;
  padding-bottom: calc(80 / 1440 * 100vw);
  box-sizing: border-box;
}

#expo .kv_illust {
  width: calc(900 / 1440 * 100vw);
  margin-top: -35px;
}

#expo .kv_txt {
  text-align: left;
  padding-left: calc(100 / 1440 * 100vw);
  padding-top: calc(95 / 1440 * 100vw);
  width: calc(460 / 1440 * 100vw);
}

#expo .kv_ttl {
  font-size: calc(50 / 1440 * 100vw);
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

#expo .kv_detail {
  font-size: calc(17 / 1440 * 100vw);
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-top: calc(20 / 1440 * 100vw);
}

#expo .kv_info_list {
  padding-top: calc(25 / 1440 * 100vw);
}

#expo .kv_info_item {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-top: calc(10 / 1440 * 100vw);
}

#expo .kv_info_item .kv_info_ttl {
  color: #0169B5;
  border: 2px solid #0169B5;
  line-height: 1.25;
  padding: 5px calc(12 / 1440 * 100vw);
  border-radius: 5px;
  font-size: calc(15 / 1440 * 100vw);
  background-color: #fff;
}

#expo .kv_info_item .kv_info_detail {
  line-height: 1.4;
  padding-left: 10px;
  font-size: calc(18 / 1440 * 100vw);
}

#expo .kv_graphic {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(205 / 1440 * 100vw);
}

#expo .kv_circle {
  position: absolute;
  width: 100%;
  height: calc(150 / 1440 * 100vw);
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 1440px 1440px 0 0 / 300px 300px 0 0;
}

#expo .kv_right_logo {
  position: absolute;
  top: calc(65 / 1440 * 100vw);
  right: 0;
  background-color: #fff;
  border: 2px solid #0169B5;
  border-radius: 20px 0 0 20px;
  border-right: none;
  padding: 18px 15px 18px 25px;
}

#expo .kv_right_logo img {
  width: calc(158 / 1440 * 100vw);
}


@media screen and (max-width: 768px) {

#expo #kv {
  display: block;
  padding-bottom: calc(140 / 375 * 100vw);
  box-sizing: border-box;
}

#expo .kv_illust {
  width: 100%;
  margin-top: -10px;
  padding-left: 15px;
  box-sizing: border-box;
}

#expo .kv_txt {
  padding: calc(0 / 375 * 100vw) calc(25 / 375 * 100vw) 0;
  width: 100%;
  margin-top: calc(-5 / 375 * 100vw);
  box-sizing: border-box;
}

#expo .kv_ttl {
  font-size: calc(30 / 375 * 100vw);
  line-height: 1.3;
}

#expo .kv_detail {
  font-size: calc(15 / 375 * 100vw);
  line-height: 1.7;
  padding-top: calc(12 / 375 * 100vw);
}

#expo .kv_info_list {
  padding-top: calc(10 / 375 * 100vw);
}

#expo .kv_info_item {
  margin-top: calc(6 / 375 * 100vw);
}

#expo .kv_info_item .kv_info_ttl {
  line-height: 1.25;
  padding: 4px calc(8 / 375 * 100vw);
  border-radius: 5px;
  font-size: calc(13 / 375 * 100vw);
  background-color: #fff;
}

#expo .kv_info_item .kv_info_detail {
  line-height: 1.4;
  padding-left: 10px;
  font-size: calc(13.5 / 375 * 100vw);
  letter-spacing: 0;
}

#expo .kv_graphic {
  position: absolute;
  left: 0;
  top: 10px;
  width: calc(70 / 375 * 100vw);
}

#expo .kv_circle {
  height: calc(100 / 375 * 100vw);
  border-radius: 700px 700px 0 0 / 200px 200px 0 0;
}

#expo .kv_right_logo {
  top: calc(35 / 375 * 100vw);
  border-radius: 10px 0 0 10px;
  border-right: none;
  padding: 10px 10px 10px 12px;
}

#expo .kv_right_logo img {
  width: calc(90 / 375 * 100vw);
}


}

/*-----------------------
lead
-----------------------*/
#expo #lead {
  text-align: center;
  margin-top: calc(-60 / 1440 * 100vw);
  position: relative;
  padding-bottom: calc(85 / 1440 * 100vw);

}

#expo .event_ttl span {
  color: #E30012;
  display: block;
  font-size: calc(20 / 1440 * 100vw);
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.2;

}

#expo .event_ttl {
  line-height: 1.4;
  font-size: calc(44 / 1440 * 100vw);
  font-weight: 900;
  letter-spacing: 0.1em;

}

#expo .lead_detail {
  line-height: 1.8;
  font-size: calc(17 / 1440 * 100vw);
  padding-top: calc(20 / 1440 * 100vw);

}

#expo .lead_btn_list {
  display: flex;
  justify-content: center;
  padding-top: calc(30 / 1440 * 100vw);
}

#expo .lead_btn_item {
  margin: 0 5px;
}



#expo .lead_btn_number {
  font-size: calc(24 / 1440 * 100vw);
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 1px #0169B5;
  text-stroke: 1px #0169B5;
  line-height: 0.75;
}

#expo .lead_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(310 / 1440 * 100vw);
  height: calc(66 / 1440 * 100vw);
  border: 2px solid #0169B5;
  border-radius: 5px;
  color: #0169B5;
  font-weight: 700;
  font-size: calc(18 / 1440 * 100vw);
  position: relative;
}

#expo .lead_btn_item a:hover .lead_btn {
  color: #fff;
  background-color: #0169B5;
  opacity: 1.0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#expo .lead_btn_item:nth-child(2) a:hover .lead_btn {
  background-color: #E30012;
}

#expo .lead_btn_item a .lead_btn {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#expo .lead_btn_item a:hover {
  opacity: 1.0;
}

#expo .lead_btn::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #0169B5 transparent transparent transparent;
  border-width: 13px 15px 0 15px;
}


#expo .lead_btn_item:nth-child(2) .lead_btn_number {
  -webkit-text-stroke: 1px #E30012;
  text-stroke: 1px #E30012;
}

#expo .lead_btn_item:nth-child(2) .lead_btn {
  border: 2px solid #E30012;
  color: #E30012;
}

#expo .lead_btn_item:nth-child(2) .lead_btn::after {
  border-color: #E30012 transparent transparent transparent;

}

#expo .lead_graphic_blue {
  position: absolute;
  top: calc(-130 / 1440 * 100vw);
  left: 0;
  width: calc(310 / 1440 * 100vw);
}

#expo .lead_graphic_red {
  position: absolute;
  top: calc(120 / 1440 * 100vw);
  right: 0;
  width: calc(260 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #expo #lead {
  margin-top: calc(-40 / 375 * 100vw);
  padding-bottom: calc(65 / 375 * 100vw);

}

#expo .event_ttl span {
  font-size: calc(15 / 375 * 100vw);
}

#expo .event_ttl {
  font-size: calc(26 / 375 * 100vw);

}

#expo .lead_detail {
  text-align: left;
  font-size: calc(15 / 375 * 100vw);
  padding-top: calc(20 / 375 * 100vw);

}

#expo .lead_btn_list {
  padding-top: calc(15 / 375 * 100vw);
  justify-content: space-between;
}

#expo .lead_btn_item {
  margin: 0 0;
  width: 48%;
}



#expo .lead_btn_number {
  font-size: calc(18 / 375 * 100vw);
}

#expo .lead_btn {
  width: 100%;
  height: calc(50 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
}

#expo .lead_btn_item a:hover .lead_btn {
  color: #0169B5;
  background-color: #fff;
  opacity: 1.0;
  transition:none;
}
#expo .lead_btn_item:nth-child(2) a:hover .lead_btn {
  color: #E30012;
  background-color: #fff;
}



#expo .lead_btn_item a .lead_btn {
  transition: none;
}

#expo .lead_btn_item a:hover {
  opacity: 1.0;
}

#expo .lead_btn::after {
  bottom: -10px;
  border-width: 10px 12px 0 12px;
}


#expo .lead_graphic_blue {
  top: calc(-60 / 375 * 100vw);
  width: calc(80 / 375 * 100vw);
}

#expo .lead_graphic_red {
  top: calc(-110 / 375 * 100vw);
  width: calc(90/ 375 * 100vw);
}
}


/*-----------------------
photo
-----------------------*/
#expo #photo {
  padding: calc(120 / 1440 * 100vw) 0 calc(120 / 1440 * 100vw);
  background: rgba(1, 105, 181, 0.1);
  /* overflow-x: hidden; */
  overflow: hidden;
}

#expo .common_event_ttl {
  font-weight: 700;
  font-size: calc(26 / 1440 * 100vw);
  text-align: center;
  letter-spacing: 0.15em;
  color: #0169B5;
  position: relative;
  z-index: 2;
  margin-bottom: calc(55 / 1440 * 100vw);
}

#expo .common_event_ttl::before {
  content: "01";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: calc(110 / 1440 * 100vw);
  line-height: 1.0;
  color: #fff;
  z-index: -1;
  letter-spacing: 0em;
}


#expo #path .common_event_ttl {
  color: #E30012;
}

#expo #path .common_event_ttl::before {
  content: "02";

}

#expo .common_subttl {
  background-color: #0169B5;
  border-radius: 30px 0 0 30px;
  font-weight: 900;
  font-size: calc(28 / 1440 * 100vw);
  color: #fff;
  padding: 7px 30px 9px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

#expo #path .common_subttl {
  background-color: #E30012;
}


#expo .common_kv {
  display: flex;
  position: relative;
  margin-bottom: calc(70 / 1440 * 100vw);
  z-index: 1;
}

#expo #path .common_kv {
  flex-direction: row-reverse;
  margin-bottom: calc(70 / 1440 * 100vw);
}


#expo .common_kv_ttl_en {
  font-size: calc(44 / 1440 * 100vw);
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #0169B5;
  text-stroke: 1px #0169B5;
  letter-spacing: 0.08em;
  margin-bottom: calc(3 / 1440 * 100vw);
}

#expo #path .common_kv_ttl_en {
  -webkit-text-stroke: 1px #E30012;
  text-stroke: 1px #E30012;
  margin-bottom: calc(18 / 1440 * 100vw);
}

#expo #path .common_kv_txt {
  margin-top: calc(40 / 1440 * 100vw);
}

#expo .common_kv_ttl {
  font-weight: 900;
  font-size: calc(44 / 1440 * 100vw);
  line-height: 1.3;
  letter-spacing: 0.15em;
  position: relative;
  color: #fff;
  z-index: 1;
}

#expo .common_kv_ttl::before {
  content: "";
  background-color: #0169B5;
  border-radius: 0 200px 200px 0;
  position: absolute;
  top: calc(-25 / 1440 * 100vw);
  left: calc(-170 / 1440 * 100vw);
  width: calc(660 / 1440 * 100vw);
  height: calc(225 / 1440 * 100vw);
  z-index: -1;
}

#expo #path .common_kv_ttl::before {
  background-color: #E30012;
  border-radius: 200px 0 0 200px;
  position: absolute;
  top: calc(-40 / 1440 * 100vw);
  left: auto;
  right:calc(-170 / 1440 * 100vw);
  width: calc(600 / 1440 * 100vw);
  height: calc(200 / 1440 * 100vw);
}


#expo .common_kv_img {
  position: absolute;
  right: calc(-140 / 1440 * 100vw);
  width: calc(880 / 1440 * 100vw);
}

#expo #path .common_kv_img {
  position: absolute;
  right: auto;
  left: calc(-140 / 1440 * 100vw);
}



#expo .common_kv_detail {
  font-size: calc(16 / 1440 * 100vw);
  margin-top: calc(60 / 1440 * 100vw);
  line-height: 1.8;
}

#expo #path .common_kv_detail {
  margin-top: calc(80 / 1440 * 100vw);
  margin-bottom: calc(80 / 1440 * 100vw);
}
#expo .common_step {
  margin-top: calc(80 / 1440 * 100vw);
  position: relative;
  z-index: 2;
}

#expo .common_step_list {
  display: flex;
  justify-content: space-between;
  margin-top: calc(25 / 1440 * 100vw);
}

#expo .common_step_item {
  width: 21%;
  text-align: center;
  position: relative;
}

#expo .common_step_item::before {
  content: "";
  position: absolute;
  width: calc(23 / 1440 * 100vw);
  height: calc(20 / 1440 * 100vw);
  right: calc(-40 / 1440 * 100vw);
  top: calc(120 / 1440 * 100vw);
  background: url(../img/ps_flow_arrow.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}

#expo .common_step_item:last-child:before,
#expo #path .common_step_item::before {
  display: none;

}
#expo .common_step_item .common_step_txt {
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1.5;
  margin-top: calc(13 / 1440 * 100vw);
}
#expo .common_feature {
  max-width: calc(500 / 1440 * 100vw);
  margin: calc(70 / 1440 * 100vw) auto 0;
  background-size: auto auto;
  position: relative;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(1, 105, 181, 1) 4px, rgba(1, 105, 181, 1) 5px);
  border-radius: 20px;
  padding: 10px;
  position: relative;
  z-index: 10;
}

#expo #path .common_feature {
  max-width: calc(700 / 1440 * 100vw);
  margin: calc(70 / 1440 * 100vw) auto 0;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(227, 0, 18, 1) 4px, rgba(227, 0, 18, 1) 5px);
  position: relative;
  z-index: 10;
}
#expo .common_feature_inner {
  background-color: #fff;
  border-radius: 18px;
  padding: calc(25 / 1440 * 100vw) calc(40 / 1440 * 100vw);
  display: flex;
  position: relative;
}
#expo .common_feature_txt {
  width: 73%;
}

#expo #path .common_feature_txt {
  width: 75%;
}

#expo #path .common_feature_img {
  width: 25%;
}
#expo .common_feature_ttl {
  font-size: calc(22 / 1440 * 100vw);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-bottom: calc(15 / 1440 * 100vw);
}
#expo .common_feature_btn {
  width: calc(250 / 1440 * 100vw);
}
#expo #photo .common_feature_img {
  position: absolute;
  right: calc(35 / 1440 * 100vw);
  bottom: calc(15 / 1440 * 100vw);
  width: calc(110 / 1440 * 100vw);

}

#expo .photospot {
  margin-top: calc(80 / 1440 * 100vw);
  position: relative;
  z-index: 2;
}

#expo .photospot_kv {
  display: flex;
  align-items: center;
  margin-top: calc(30 / 1440 * 100vw);
}

#expo .photospot_kv_img {
  width: 50%;
}

#expo .photospot_kv_txt {
  width: 50%;
  padding-right: calc(50 / 1440 * 100vw);
  margin-top: calc(-25 / 1440 * 100vw);
}

#expo .photospot_kv_ttl_sub {
  color: #0169B5;
  font-weight: 700;
  font-size: calc(22 / 1440 * 100vw);
  line-height: 1.4;
}

#expo .photospot_kv_ttl_item {
  margin-top: calc(20 / 1440 * 100vw);
}

#expo .photospot_kv_ttl_item span {
  margin-top: calc(10 / 1440 * 100vw);
  font-weight: 900;
  font-size: calc(36 / 1440 * 100vw);
  background-color: #fff;
  border: 2px solid #0169B5;
  line-height: 1.2;
  border-radius: 10px;
  padding: calc(3 / 1440 * 100vw) calc(12 / 1440 * 100vw) calc(5 / 1440 * 100vw);
  letter-spacing: 0.1em;
}

#expo .photospot_kv_detail {
  margin-top: calc(35 / 1440 * 100vw);
  font-size: calc(16 / 1440 * 100vw);
  line-height: 1.8;
}

#expo .photospot_post {
  margin-top: calc(25 / 1440 * 100vw);
}

#expo .photospot_post_ttl {
  font-weight: 700;
  font-size: calc(20 / 1440 * 100vw);
  line-height: 1.3;
}

#expo .photospot_post_ttl .yellow_marker {
  font-size: calc(36 / 1440 * 100vw);
  background: linear-gradient(transparent 80%, #F0FF20 80%);
  color: #0169B5;
}

#expo .photospot_post_delete {
  text-align: right;
  font-size: calc(12 / 1440 * 100vw);
}

#expo .photospot_post_delete a {
  color: #666;
}

#expo .photospot_post_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

#expo .photospot_post_item {
  width: 22.75%;
  margin-top: 3%;
  /* display: none; */
}

#expo .photospot_post_item:nth-child(-n+8) {
  display: list-item;
}

#expo .photospot_post_item a {
  display: block;
  aspect-ratio: 3/4;
  border-radius: 15px;
  overflow: hidden;
}

#expo .photospot_post_item img {
  /* border-radius: 15px; */
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#expo .photospot_post_btn {
  max-width: calc(300 / 1440 * 100vw);
  margin: calc(50 / 1440 * 100vw) auto 0;
}

#expo .photospot_post_btn .common_frame_btn {
  height: calc(56 / 1440 * 100vw);
}

#expo .photospot_post_btn .common_frame_btn .icon_plus {
  height: calc(56 / 1440 * 100vw);
}
#expo button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

#expo button:hover {

  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;

}

#expo .icon_plus {
  position: relative;
  width: calc(20 / 1440 * 100vw);
  height: calc(20 / 1440 * 100vw);
  margin: 0 0 0 calc(7 / 1440 * 100vw);
  ;
}

#expo .icon_plus:before,
#expo .icon_plus:after {
  display: block;
  content: '';
  position: absolute;
  top: calc(-2 / 1440 * 100vw);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #0169B5;
}

#expo .icon_plus:before {
  width: calc(2 / 1440 * 100vw);
  height: calc(20 / 1440 * 100vw);
}

#expo .icon_plus:after {
  width: calc(20 / 1440 * 100vw);
  height: calc(2 / 1440 * 100vw);
}

#expo button:hover .icon_plus:before,
#expo button:hover .icon_plus:after {
  background-color: #fff;
}

#expo .photo_graphic01 {
  position: absolute;
  left: calc(-170 / 1440 * 100vw);
  top: calc(-110 / 1440 * 100vw);
  width: calc(290 / 1440 * 100vw);
  z-index: -1;

}

#expo .photo_graphic02 {
  position: absolute;
  right: calc(-170 / 1440 * 100vw);
  bottom: calc(-560 / 1440 * 100vw);
  width: calc(760 / 1440 * 100vw);
  z-index: -1;

}

#expo .photo_graphic03 {
  position: absolute;
  left: calc(-170 / 1440 * 100vw);
  top: calc(-220 / 1440 * 100vw);
  width: calc(820 / 1440 * 100vw);
  z-index: -1;

}

#expo .path_graphic01 {
  position: absolute;
  right: calc(-170 / 1440 * 100vw);
  top: calc(390 / 1440 * 100vw);
  width: calc(260 / 1440 * 100vw);
  z-index: -2;

}

#expo .path_graphic02 {
  position: absolute;
  left: calc(-170 / 1440 * 100vw);
  top: calc(-300 / 1440 * 100vw);
  width: calc(880 / 1440 * 100vw);
  z-index: -2;

}

@media screen and (max-width: 768px) {
  #expo #photo {
  padding: calc(60 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
}
#expo .common_event_ttl {
  font-size: calc(18 / 375 * 100vw);
  margin-bottom: calc(30 / 375 * 100vw);
}
#expo .common_event_ttl::before {
  font-size: calc(65 / 375 * 100vw);
}


#expo .common_subttl {
  font-size: calc(20 / 375 * 100vw);
  padding: 7px 20px 8px;
  margin: 0 calc(50% - 50vw) 0 calc(0 / 375 * 100vw);
width:  calc(100vw - 25px)
box-sizing: border-box;
}


#expo .common_kv {
  display: block;
  margin-bottom: calc(70 / 375 * 100vw);
}

#expo #path .common_kv {
  margin-bottom: calc(50 / 375 * 100vw);
}


#expo .common_kv_ttl_en {
  font-size: calc(30 / 375 * 100vw);
  margin-bottom: calc(0 / 375 * 100vw);
}

#expo #path .common_kv_ttl_en {
  margin-bottom: calc(3 / 375 * 100vw);
   padding-left: calc(35 / 375 * 100vw);
}

#expo #path .common_kv_txt {
  margin-top: calc(0 / 375 * 100vw);
}

#expo .common_kv_ttl {
  font-size: calc(26 / 375 * 100vw);
  line-height: 1.4;
}

#expo .common_kv_ttl::before {
  top: calc(-15 / 375 * 100vw);
  left: calc(-25 / 375 * 100vw);
  width: calc(350 / 375 * 100vw);
  height: calc(140/ 375 * 100vw);
}

#expo #path .common_kv_ttl::before {
  top: calc(-18 / 375 * 100vw);
  left: auto;
  right: calc(-25 / 375 * 100vw);
  width: calc(350 / 375 * 100vw);
  height: calc(110 / 375 * 100vw);
}

#expo #path .common_kv_ttl {
  padding-left: calc(35 / 375 * 100vw);
}
#expo .common_kv_img {
  position:relative;
  right: auto;
   width: 100%;
    margin-top: calc(25 / 375 * 100vw);
}

#expo #path .common_kv_img {
  position: relative;
  right: auto;
  left: auto;
  width: 100%;
  
}



#expo .common_kv_detail {
  font-size: calc(15 / 375 * 100vw);
  margin-top: calc(40 / 375 * 100vw);
  line-height: 1.7;
}

#expo #path .common_kv_detail {
  margin-top: calc(40 / 375 * 100vw);
  margin-bottom: calc(30 / 375 * 100vw);
}
#expo .common_step {
  margin-top: calc(50 / 375 * 100vw);
}
#expo .common_step_list {
  flex-wrap: wrap;
  margin-top: calc(5 / 375 * 100vw);
}
#expo .common_step_item {
  width: 48%;
  text-align: center;
  position: relative;
  margin-top: 15px;
}
#expo .common_step_img{
  width: 82%;
  margin: 0 auto;
}
#expo .common_step_item::before {
 display: none;
}
#expo .common_step_item .common_step_txt {
  font-size: calc(16 / 375 * 100vw);
  line-height: 1.4;
  margin-top: calc(10 / 375 * 100vw);

}
#expo .common_feature {
  max-width: 100%;
  margin: calc(40 / 375 * 100vw) auto 0;
  border-radius: 15px;
  padding: 6px;
}

#expo #path .common_feature {
 max-width: 100%;
  margin: calc(40 / 375 * 100vw) auto 0;


}



#expo .common_feature_inner {
  border-radius: 13px;
  padding: calc(20 / 375 * 100vw) calc(25 / 375 * 100vw);
}

#expo .common_feature_txt {
  width: 73%;

}

#expo #path .common_feature_txt {
  width: 100%;
 padding-right: calc(15 / 375 * 100vw);
}

#expo #path .common_feature_inner{
  display: block;
  padding: calc(25 / 375 * 100vw) calc(25 / 375 * 100vw);
}






#expo #path .common_feature_img {
  width:100%;
  margin-bottom: 15px;

}

#expo .common_feature_ttl {
  font-size: calc(16 / 375 * 100vw);
  letter-spacing: 0.08em;
  margin-bottom: calc(12 / 375 * 100vw);

}

#expo .common_feature_btn {
  width: calc(180 / 375 * 100vw);

}
#expo #path .common_feature_btn {
  width: 100%;

}
#expo .common_feature_btn .common_frame_btn {
  height: calc(44 / 375 * 100vw);
  font-size: calc(14 / 375 * 100vw);

}





#expo #photo .common_feature_img {
  right: calc(22 / 375 * 100vw);
  bottom: calc(17 / 375 * 100vw);
  width: calc(60 / 375 * 100vw);

}

#expo .photospot {
  margin-top: calc(50 / 375 * 100vw);
}

#expo .photospot_kv {
  display: block;
  margin-top: calc(20 / 375 * 100vw);
}

#expo .photospot_kv_img {
  width: 100%;
}

#expo .photospot_kv_txt {
  width: 100%;
  padding-right:0;
  margin-bottom: calc(20 / 375 * 100vw);
  margin-top: calc(-5 / 375 * 100vw);
}

#expo .photospot_kv_ttl_sub {
  font-size: calc(15 / 375 * 100vw);
  letter-spacing: 0;
}

#expo .photospot_kv_ttl_item {
  margin-top: calc(16 / 375 * 100vw);
}

#expo .photospot_kv_ttl_item span {
  margin-top: calc(10 / 375 * 100vw);
  font-size: calc(22 / 375 * 100vw);
  padding: calc(4 / 375 * 100vw) calc(12 / 375 * 100vw) calc(6 / 375 * 100vw);
  letter-spacing: 0.1em;
}

#expo .photospot_kv_detail {
  margin-top: calc(20 / 375 * 100vw);
  font-size: calc(15 / 375 * 100vw);
  line-height: 1.7;
}

#expo .photospot_post {
  margin-top: calc(25 / 375 * 100vw);
}

#expo .photospot_post_ttl {
  font-size: calc(16 / 375 * 100vw);
}

#expo .photospot_post_ttl .yellow_marker {
  font-size: calc(22 / 375 * 100vw);
  color: #0169B5;
  margin-bottom: 5px;
}

#expo .photospot_post_delete {
  font-size: calc(10 / 375 * 100vw);
}

#expo .photospot_post_list {
  gap: 4%;
   margin-top: calc(5 / 375 * 100vw);
}

#expo .photospot_post_item {
  width: 48%;
  margin-top: 4%;
}

#expo .photospot_post_item img {
  border-radius: 10px;
}

#expo .photospot_post_btn {
  max-width:100%;
  margin: calc(30 / 375 * 100vw) auto 0;
}

#expo .photospot_post_btn .common_frame_btn {
  height: calc(56 / 375 * 100vw);
}

#expo .photospot_post_btn .common_frame_btn .icon_plus {
  height: calc(56 / 375 * 100vw);
}



#expo button {
  transition: none;

}

#expo button:hover {
  transition: none;

}

#expo .icon_plus {
  width: calc(16 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
  margin: 0 0 0 calc(4 / 375 * 100vw);
}

#expo .icon_plus:before,
#expo .icon_plus:after {
  top: calc(-2 / 375 * 100vw);
}

#expo .icon_plus:before {
  width: calc(2 / 375 * 100vw);
  height: calc(16 / 375 * 100vw);
}

#expo .icon_plus:after {
  width: calc(16 / 375 * 100vw);
  height: calc(2 / 375 * 100vw);
}

#expo button:hover .icon_plus:before,
#expo button:hover .icon_plus:after {
  background-color: #0169B5;
}

#expo .photo_graphic01 {
  left: calc(-25 / 375 * 100vw);
  top: calc(-30 / 375 * 100vw);
  width: calc(120 / 375 * 100vw);

}

#expo .photo_graphic02 {
  right: calc(-25 / 375 * 100vw);
  bottom: calc(-200 / 375 * 100vw);
  width: calc(320 / 375 * 100vw);
  z-index: -1;

}

#expo .photo_graphic03 {
  left: calc(-25 / 375 * 100vw);
  top: calc(-70 / 375 * 100vw);
  width: calc(370 / 375 * 100vw);
  z-index: -1;

}

#expo .path_graphic01 {
  right: calc(-25 / 375 * 100vw);
  top: calc(180 / 375 * 100vw);
  width: calc(110 / 375 * 100vw);

}

#expo .path_graphic02 {
  left: calc(-25 / 375 * 100vw);
  top: calc(-100 / 375 * 100vw);
  width: calc(350 / 375 * 100vw);
  z-index: -2;

}
}

/*-----------------------
path
-----------------------*/
#expo #path {
  padding: calc(120 / 1440 * 100vw) 0 calc(270 / 1440 * 100vw);
  background: #FCE5E7;
  position: relative;
  overflow: hidden;


}

#expo .path_gallery {
  padding: calc(80 / 1440 * 100vw) 0 0;
  position: relative;
  z-index: 2;
}

#expo .path_gallery_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: calc(5 / 1440 * 100vw);
}

#expo .path_gallery_item {
  width: 48.5%;
  margin-top: 3%;
}

#expo .path_gallery_item img {
  border-radius: 20px;
}


@media screen and (max-width: 768px) {
  #expo #path {
  padding: calc(60 / 375 * 100vw) 0 calc(180 / 375 * 100vw);
}
#expo .path_gallery {
  padding: calc(50 / 375 * 100vw) 0 0;
}

#expo .path_gallery_list {
  display: block;
  gap: 0;
  margin-top: calc(18 / 375 * 100vw);
}

#expo .path_gallery_item {
  width: 100%;
  margin-top: 4%;
}

#expo .path_gallery_item img {
  border-radius: 10px;
}
}

/*-----------------------
bottom_link
-----------------------*/

#expo #bottom_link {
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: calc(-20 / 1440 * 100vw);
  padding-bottom: calc(130 / 1440 * 100vw);
}

#expo .bottom_link_ttl {
  font-size: calc(36 / 1440 * 100vw);
  font-weight: 900;
  margin-bottom: calc(20 / 1440 * 100vw);
}

#expo .bottom_link_btn a {
  display: flex;
  color: #fff;
  background-color: #333;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: calc(16 / 1440 * 100vw);
  width: calc(350 / 1440 * 100vw);
  height: calc(60 / 1440 * 100vw);
  line-height: 1.2;
  font-weight: 700;
  margin: 0 auto;
}

#expo #bottom_link .bottom_link_graphic_blue {
  position: absolute;
  top: calc(-240 / 1440 * 100vw);
  left: 0;
  width: calc(340 / 1440 * 100vw);
}

#expo #bottom_link .bottom_link_graphic_red {
  position: absolute;
  top: calc(-230 / 1440 * 100vw);
  right: 0;
  width: calc(330 / 1440 * 100vw);
}

@media screen and (max-width: 768px) {
  #expo #bottom_link {
  margin-top: calc(-20 / 375 * 100vw);
  padding-bottom: calc(80 / 375 * 100vw);
}

#expo .bottom_link_ttl {
  font-size: calc(24 / 375 * 100vw);
  line-height: 1.4;
  margin-bottom: calc(20 / 375 * 100vw);
}

#expo .bottom_link_btn a {
  font-size: calc(16 / 375 * 100vw);
  width: 100%;
  height: calc(55 / 375 * 100vw);
}

#expo #bottom_link .bottom_link_graphic_blue {
  position: absolute;
  top: calc(-140 / 375 * 100vw);
  left: 0;
  width: calc(100 / 375 * 100vw);
}

#expo #bottom_link .bottom_link_graphic_red {
  position: absolute;
  top: calc(-140 / 375 * 100vw);
  right: 0;
  width: calc(100 / 375 * 100vw);
}
}


/* ANIMETION
--------------------------------------------------- */
.fadein-target {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
}

.fadein-active {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}