/*==================================
  Top
==================================*/
.page-template-page_event_sharing {
  background: url(../../images/common/bg_kickoff_sp.svg) no-repeat center 60px;
  background-size: 100% auto;
}
.page-template-page_event_sharing section {
  position: relative;
  z-index: 5;
}
.page-template-page_event_sharing .part {
  transition: transform 0.01s ease-out;
  /* 余韻を少なくするための短いトランジション */
}
.page-template-page_event_sharing .part1 {
  position: absolute;
  z-index: 1;
  width: 356.5px;
  height: 390px;
  top: 0;
  right: 50%;
  margin-right: -178px;
}
.page-template-page_event_sharing .part2 {
  position: absolute;
  z-index: 1;
  width: 331.5px;
  height: 68px;
  top: 540px;
  right: 50%;
  margin-right: -165px;
}
.page-template-page_event_sharing .part3 {
  position: absolute;
  z-index: 1;
  width: 313px;
  height: 231.5px;
  top: 917.5px;
  right: 50%;
  margin-right: -155px;
}
.page-template-page_event_sharing .part4 {
  position: absolute;
  z-index: 1;
  width: 271.5px;
  height: 241px;
  top: 1371.5px;
  left: 10px;
}
.page-template-page_event_sharing .part5 {
  position: absolute;
  z-index: 1;
  width: 295.5px;
  height: 230.5px;
  top: 1852px;
  right: 50%;
  margin-right: -150px;
}
.page-template-page_event_sharing .Main_area {
  margin-bottom: 20px;
}
.page-template-page_event_sharing .Main_area .logo {
  width: 100%;
  margin: 0 auto 10px;
  max-width: 345px;
}
.page-template-page_event_sharing .Main_area .logo img {
  width: 100%;
  height: auto;
}
.page-template-page_event_sharing .Message_area {
  margin: 0 15px 4px;
  padding: 0 0 25px;
}
.page-template-page_event_sharing .Message_area .Wrap {
  padding: 0;
  margin: 0;
}
.page-template-page_event_sharing .Message_area .Title {
  width: 261px;
}
.page-template-page_event_sharing .Message_area .Title img {
  width: 100%;
  height: auto;
}
.page-template-page_event_sharing .Main_area .main-ttl-jp {
  height: 15px;
}
.page-template-page_event_sharing .Message_area .lead {
  text-align: center;
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.8;
}
.page-template-page_event_sharing .Message_area .lead-sub {
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 8px;
}

.page-template-page_event_sharing .Message_area .lead small {
  font-weight: 700;
  font-size: 14px;
  text-align: left;
  display: block;
  margin-top: 20px;
}
.page-template-page_event_sharing .Message_area .lead small span {
  font-size: 8px;
}
.page-template-page_event_sharing .Message_area .info {
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  margin-top: 40px;
}

.page-template-page_event_sharing .Message_area .box .t {
  margin-bottom: 2px;
}
.page-template-page_event_sharing .Message_area .box .l_box {
  margin-bottom: 25px;
}
.page-template-page_event_sharing .Message_area .box .l_box dt {
  margin-bottom: 0;
}

.page-template-page_event_sharing .Message_area .box .l_box dl{
  margin-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-page_event_sharing .Message_area .box dt{
  font-size: 17.5px;
  line-height: 1.8;
  text-align: center;
}
.page-template-page_event_sharing .Message_area .box p,
.page-template-page_event_sharing .Message_area .box dd {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
  text-align: center;
}


.sharing-content{
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: wrap;
  margin: 0 auto;
  padding: 0 8px;
}
.sharing-content-card{
  width: 50%;
  padding: 7px;
  height: auto;
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
  display: block;
  text-decoration: none;
}
.sharing-content-card-inner{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  height: 100%;
  display: block;
  text-decoration: none;
}
.sharing-content-card-img-wrapper{
  width: 100%;
  padding-top: 50.8%;
  position: relative;
}
.sharing-content-card-img-wrapper img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%,-50%);
}
.sharing-content-card-txt-wrapper{
  padding: 0 10px 10px;
}
.sharing-content-card-txt-wrapper h3{
  font-size: 15px;
  letter-spacing: -0.05em;
  font-weight: 600;
  min-height: 50px;
  padding: 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 800;
  font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5;
}


.sharing-content-card-txt-inner{
}
.sharing-content-card-space{
  float: right;
  width: 1px;
  height: 100%;
}
.sharing-content-card-link{
  float: right;
  display: block;
  width: 16px;
  clear: both;
  margin-top: 12px 0 0 12px;
  position: relative;
  top: 2px;
  left: 2px;
}

.sharing-content-card-txt-wrapper p{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  text-align: justify;
}


.sharing-info{
  padding: 24px 0 0;
  margin: 24px 15px 0;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.sharing-info h2{
  font-size: 22px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}
.sharing-info p{
  font-size: 15px;
  line-height: 1.8;
  text-align: center;
  margin: 16px 0 0;
}
.sharing-info-menu{
  width: 100%;
  border-radius: 17px;
  background-color: #fff;
  padding: 22px 16px;
  margin: 24px auto 0;
  filter: drop-shadow(0 0 12px rgba(0,0,0,.15));
  transform: translateZ(0);
}
.sharing-info-menu dl{
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
}
.sharing-info-menu dl + dl{
  margin-top: 24px;
}
.sharing-info-menu dl dt{
  font-size: 15px;
}
.sharing-info-menu dl dd{
  font-size: 15px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.sharing-info-menu dl dd span{
  font-size: 14px;
  line-height: 1.5;
}

.Btn.other a{
  font-size: 14px;
}
.Btn.other a::before{
  background: url(../../images/event_sharing/icon-2.svg) no-repeat 0 50%;
  width: 16px;
  height: 16px;
}


.Caution_txt{
  margin-top: 18px!important;
  padding: 0px 15px 62px!important;

}

main{
  padding-bottom: 0!important;
}
