@charset "utf-8";

html {
  font-size: 62.5%;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: 100%;
  vertical-align: middle;
}
dt {
  font-weight: normal;
}
#main {
	color: #333;
  font-family: "minion-pro", serif!important;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0;
	margin: 0 auto;
	overflow: hidden;
}
div.bg {
  background: #f0efea;
  display: block;
}
.kv-image_pc {
  width: 1125px;
  margin: 0 auto;
}
.kv-image_sp {
  display: none;
}
.background_img {
  background: url(/campaign/2025/exhibition2025fw/images/112590_back.jpg) repeat-x center;
}
.gray_bg {
	background: #f0efea;
  width: 100%;
  height: 135px;
}
div.content {
  width: 1125px;
	margin: 10em auto 0;
}
#main > .women > div.content,
#main > .kids > div.content {
  margin: 8em auto 0;
}
.member > div.content {
  margin: 7em auto 0;
}
.SDGs > div.content {
  margin: 7em auto 10em;
}
div.wrapper {
  width: calc(69% + 3.75px);
  margin: 0 auto;
}
.heading {
  font-size: 3.2rem;
  font-weight: 700;
  padding-bottom: .2em;
  border-bottom: 1px solid #333;
}
.heading::before {
  display: block;
	font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  content: attr(data-label);
}
.heading br {
  display: none;
}
ul.pdf-list {
  display: none;
  position: relative;
  line-height: 0;
  opacity: 0;
  height: 0;
  transition: line-height .4s, opacity .4s;
  transition-duration: .4s;
  backface-visibility: hidden;
  padding: 0 4em;
  transition: all .3s;
}
ul.pdf-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.pdf-list li {
  margin: 11% auto 0; 
}
ul.pdf-list li + li {
  margin: 8% auto 0;
}
ul.pdf-list li p {
  width: 184px;
}
ul.pdf-list li p.anylogo-image {
  width: 287px;
}
ul.pdf-list li p.southwicklogo-image {
  width: 350px;
}
ul.pdf-list li p.quaranciel-image {
  width: 350px;
}
ul.pdf-list li span {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
}
ul.pdf-list li a {
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
  background: #999;
  text-align: center;
  letter-spacing: .04em;
  border-radius: 1px;
  height: 50px;
  line-height: 50px;
  width: 160px;
}
a.link {
  display: block;
  position: relative;
}
a.link::after {
  content: "";
  display: inline-block;
  border-top: 3.5px solid #333;
  border-right: 3.5px solid #333;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transition: .4s;
}
p.copyright {
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 1em 0;
}
/* アコーディオンメニュー */
.js-accordionBtn {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.js-accordionBtn::before,
.js-accordionBtn::after {
  display: block;
  content: "";
  width: 22px;
  height: 3.5px;
  background: #333;
  position: absolute;
  right: 10px;
  transition: .4s;
}
.js-accordionBtn::before {
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
}
.js-accordionBtn.is-open::before {
  transform: rotate(0deg);
  transition: .4s;
}
.js-accordionBtn::after {
  top: 50%;
  transform: translateY(-50%);
}
.pdf-list.is-open {
  display: block;
  line-height: normal;
  opacity: 1;
  height: auto;
  transition: line-height .7s, opacity .7s;
}
.pdf-list.is-open::after {
  transform: rotate(45deg) translateY(-10px)
}
/* アコーディオンメニュー End */

/* レスポンシブ */
@media(max-width: 767px) {
  div.bg {
    display: none;
  }
  .kv-image_sp {
    display: block;
  }
  div.content {
    width: 100%;
    margin: calc(100vw * (50/375)) auto 0;
    padding: 0 calc(100vw * (45/375));
  }
  #main > .women > div.content,
  #main > .kids > div.content {
    margin: calc(100vw * (35/375)) auto 0;
  }
  .member > div.content {
    margin: calc(100vw * (28/375)) auto 0;
  }
  .SDGs > div.content {
    margin: calc(100vw * (28/375)) auto calc(100vw * (50/375));
  }
  div.wrapper {
    width: 100%;
  }
  .heading {
    font-size: 2.0rem;
  }
  ul.pdf-list {
    padding: 0 calc(100vw * (15/375));
  }
  ul.pdf-list li p,
  ul.pdf-list li p.anylogo-image,
  ul.pdf-list li p.southwicklogo-image {
    width: 100%;
  }
  ul.pdf-list li p {
    width: calc(100vw * (67/375));
  }
  ul.pdf-list li p.anylogo-image {
    width: calc(100vw * (104/375));
  }
  ul.pdf-list li p.southwicklogo-image {
    width: calc(100vw * (127.5/375));
  }
  ul.pdf-list li p.quaranciel-image {
    width: calc(100vw * (127.5/375));
  }
  ul.pdf-list li p {
    margin-right: calc(100vw * (15/375));
  }
  ul.pdf-list li span {
    font-size: 1.3rem;
  }
  ul.pdf-list li a {
    font-size: 1.3rem;
    text-align: center;
    height: 28px;
    line-height: 28px;
    width: 75px;
    margin-left: auto;
  }
  .js-accordionBtn::before, .js-accordionBtn::after {
    width: 14px;
    height: 2px;
    right: 5px
  }
  .heading::before {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .heading br {
    display: block;
  }
  a.link::after {
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 10px;
    height: 10px;
    right: 10px;
    transition: 0s;
  }
  p.copyright {
    font-size: 1.1rem;
  }
}
/* レスポンシブ End */
