@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;box-sizing: border-box;}

body {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    overflow-wrap: break-word;
    word-break: normal;
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 300;
	color:#333;
    line-height: 2.2;
}
ol, ul {list-style: none;}
a{text-decoration: none;color:#333;}
a:hover {opacity: 0.7 ;}
html {scroll-behavior: smooth;font-size: 62.5%;}
img{max-width: 100%;vertical-align:top;}

.ft_cl_ble{color: #003c88;}
.ft_cl_brw{color: #947151;}

.mb1{margin-bottom: 1rem;}
.mb5{margin-bottom: 5rem;}
.mb10{margin-bottom: 10rem;}

#wrapper{
    width: 100%;
    margin:auto;
}
h1{
    background: url(../images/expoimage_hlogo.png)no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 44%;
    width: 100%;
    height: 65px;
    max-width: 1200px;
    margin: auto;
    display: block;
}
/* header */
.header_area{
    text-align: center;
}
.header_area h2, .footer_inner h2{
    position: relative;
    display: inline-block;
    padding: 0 100px;
    margin: 2rem 0;
    font-size: 2.1rem;
    font-weight: 300;
}
.header_area h2:before,
.header_area h2:after,
.footer_inner h2:before, .footer_inner h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 85px;
    height: 1px;
    background-color: #003c88;
}
.header_area h2:before, .footer_inner h2:before {
    left: 0;
}
.header_area h2:after ,.footer_inner h2:after {
    right: 0;
}
.footer_inner h2:before, .footer_inner h2:after {
    background-color: #fff;
}

/* main */
.content_inner{
    max-width: 1365px;
    margin: 0 auto;
    text-align: center;
}
.specialthanks_area{
    margin: 10rem 0 9rem;
}
.specialthanks_area h2{
    font-size: 3.4rem;
}
.specialthanks_area p{
    font-size: 2.8rem;
}
.specialthanks_area_sponsor{
    margin: 0 0 2rem;
}
.specialthanks_area_sponsor p{
    font-size: 1.8rem;
}
.specialthanks_area_inner{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 10rem;
    justify-content: center;
}
.specialthanks_area_inner:before{
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 70px;
    background-color: #333;
    top: 0;
    left: 50%;
}
.specialthanks_area_sponsorLnk{
  width: 100%;
  max-width: 740px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px;
}
.specialthanks_area_sponsorLnk a{
    /*display: inline-block;*/
    padding: 1rem 3rem;
    border: 0.1rem solid #ccc;
    min-width: 127px;
    /*margin: 0 1rem;*/
    border-radius: 50px;
}
.specialthanks_area_sponsorLnk a:hover{
    background-color: #003c88;
    color: #fff;
    transition : all 0.5s;
}

.col2 , .cnt_col3_t , .cnt_col3_b , .cnt_col4 , .cnt_col5{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /*justify-content: center;*/
    max-width: 1100px;
}
.cnt_col3_t {
    width: calc(100% - 420px);
    margin-left: 10px;
}
.cnt_col3_t > div {
    width: 220px;
    margin: 0 10px 10px 0;
}
.cnt_col3_t > div:nth-child(3n), .cnt_col3_b > div:nth-child(3n){
    margin: 0 0 10px 0;
}
.specialthanks_area_inner_bl{
    width: 55%;
}
.specialthanks_area_inner_br{
    width: 44%;
    margin-left: 10px;
}
.cnt_col3_b > div {
    width: 154px;
    margin: 0 10px 10px 0;
}
.cnt_col4 > div {
    width: 113px;
    margin: 0 10px 10px 0;
}
.cnt_col4 > div:nth-child(4n){
    margin: 0;
}
.cnt_col5 > div {
    width:113px;
    margin: 0 10px 10px 0;
}
.cnt_col5 > div:nth-child(5n){
    margin: 0;
}
.img3{width: 410px;}

.overview_inner{
    max-width: 768px;
    text-align: left;
    margin: auto;
}
.overview_inner h2{
    font-size: 2.4rem;
    text-align: center;
    font-weight: 300;
    margin: 5rem 0 2rem;
}

/* 代表あいさつ */
.representative{
    padding: 10rem 0;
    margin: 10rem 0 0;
    color: #fff;
    background: url("../images/expoimage_bk.png") no-repeat #b4916a right;
    background-size:contain;
}
.representative_inner{
    max-width: 1100px;
    margin: auto;
}
.representative_inner h2{
    color:#fff ;
    text-align: center;
    font-weight: 300;
    font-size: 3.4rem;
    margin: 0 0 5rem 0;
}
.representative_innerBox{
    display: flex;
}
.representative_innerBox_txt{
    width: 55%;
    padding: 0 5rem;
}
.newbrand{
    padding: 10rem 0;
    color: #fff;
    background-color:  #003c88;
    margin: auto;
}
.newbrand h2{
    color:#fff ;
    text-align: center;
    font-weight: 700;
    font-size: 5.4rem;
}
.newbrand_inner{
    max-width: 768px;
    text-align: center;
    margin: auto;
}
.newbrand_inner h3{
    position: relative;
    display: inline-block;
    padding: 0 100px;
    margin: 7rem 0;
    font-size: 3rem;
    font-weight: 300;
}
.newbrand_inner h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #fff;
    left:50%;
    transform: translateX(-50%)
}
.newbrand_inner p{
    font-size: 2.1rem;
}
.newbrand_cont3col{
    display: flex;
    flex-wrap: wrap;
}
.newbrand_cont3col > div{
    width: calc(100% / 3);
}
.newbrand_cont3col > div h4{
    background-color: #b4916a;
    width: 70%;
    text-align: center;
    margin: auto;
    font-size: 2.8rem;
}

/* footer */
footer{
    margin: auto;
    padding: 5rem 0 2rem;
    text-align: center;
    color: #fff;
    background: url("../images/expoimage_fbk.png") no-repeat #003c88 bottom;
    background-size:contain;
}
footer .footer_inner {
    margin: 10rem 0 ;
}
footer .footer_inner p.copyright{
    font-size: 1rem;
}
footer .copyright span{font-size: .7vw;}

.pc{display: block;}
.sp{display: none;}
@media screen and (max-width: 768px) {
    .header_area ,.content_inner ,.representative_inner {padding: 0 2rem;}
    h1 {background-size: 85%;}
    .col2{display: block;padding: 0 3rem ;}
    .img3,.img3 img ,.specialthanks_area_inner_bl {width: 100%;}
    .cnt_col3_t {
        width: 100%;
        margin: 1rem 0 0;
    }
    .cnt_col3_t > div {
        width: calc(84vw / 3);
    }
    .cnt_col3_b > div{ width: calc(70% / 3 );}
    .cnt_col4 > div {
        width: calc(76% / 4);
    }
    .specialthanks_area_inner_br {width: 100%;margin: 0;}
    .newbrand {
        padding: 10rem 2rem;
    }
}

@media screen and (max-width: 499px) {
    .pc{display: none;}
    .sp{display: block;}
    .header_area h2, .footer_inner h2 {font-size:4vw;padding: 0;}
    .header_area h2:before, .header_area h2:after, .footer_inner h2:before, .footer_inner h2:after{content:unset;}
    .specialthanks_area{margin: 5rem 0;}
    .specialthanks_area h2 {font-size: 7vw;}
    .col2{padding: 0;}
    .cnt_col3_t > div {width: calc(94% / 3);}
    .cnt_col5 > div {width: calc(88%/5);}
    .cnt_col3_b > div {width: calc(94% / 3 );}
    .cnt_col4 > div {width: calc(91% / 4);}
    .representative{padding: 5rem 0;background-size: cover;}
    .representative_innerBox {display: block;}
    .representative_innerBox_txt{width: 100%;padding: 2rem 0 0;}
    .newbrand{padding: 5rem 4rem;}
    .newbrand h2{font-size: 7.5vw;}
    .newbrand_inner h3{padding: 0;font-size: 5vw;}
    .newbrand_cont3col {display: block;}
    .newbrand_cont3col > div {
        width: 100%;
        margin: 0 0 5rem 0;
    }
    .specialthanks_area_sponsorLnk {
      grid-template-columns: 1fr;
      gap:10px;
    }
    /*.specialthanks_area_sponsorLnk a{width: 100%; min-width: unset;margin: 1rem 0;}*/
    footer{padding: 1rem 2rem 2rem;}
    footer .footer_inner{margin: 1rem 0;}
    footer .copyright span{font-size: 2vw;}
}

.specialthanks_area_list{
  width: 100%;
  max-width: 1100px;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.specialthanks_area_list li {
  padding: 0 1.3em;
  margin: 0 0 25px 0;
  position: relative;
  line-height: 1.5;
}
.specialthanks_area_list li::before {
  content: '/';
  position: absolute;
  left: -0.35em;
}
.specialthanks_area_list li.slash::before {
  display: none;
}
.specialthanks_area_list.f_lable li {
  font-size: 1.7rem;
}
.specialthanks_area_list.g_lable li {
  font-size: 1.5rem;
}
.specialthanks_area_list.h_lable li {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .specialthanks_area_list{
    margin: 2.5rem auto 0;
  }
  .specialthanks_area_list li {
    padding: 0 1.25em;
    margin: 0 0 15px 0;
  }
  .specialthanks_area_list.f_lable li {
    font-size: 1.5rem;
  }
  .specialthanks_area_list.g_lable li {
    font-size: 1.3rem;
  }
  .specialthanks_area_list.h_lable li {
    font-size: 1.125rem;
  }
}