@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
#tw2022_wrapper {
  position: relative;
  margin-bottom: 0;
  overflow: visible;
}

.-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/conceptshop/bg_p7n23spq.jpg) no-repeat;
  background-size: cover;
  z-index: 0;
}

#partnership {
  position: relative;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.75;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  z-index: 0;
}
#partnership .-copy {
  padding: 60px 0 100px;
  text-align: center;
  font-size: 14px;
}
#partnership img {
  display: block;
  width: 100%;
}
#partnership .dis_pc {
  display: none;
}
#partnership .dis_sp {
  display: block;
}
#partnership .tn-head {
  width: 100%;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/conceptshop/head-bg_p7n23spq.jpg) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#partnership .tn-head h2 {
  width: 900px;
}
#partnership section ._inr {
  width: 1080px;
  margin: 0 auto;
}
#partnership section ._inr h3 {
  position: relative;
  padding-left: 0;
  text-indent: 0.5em;
  margin-bottom: 35px;
  font-size: 45px;
  font-weight: bold;
  color: #000;
}
#partnership section ._inr h3:before {
  content: "";
  width: 10px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cc0000;
}
#partnership section ._inr h4 {
  position: relative;
  padding-left: 0.5em;
  text-indent: 0.5em;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
#partnership section ._inr h4:before {
  content: "";
  width: 10px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cc0000;
}
#partnership section ._inr p.grada-txt {
  background: -webkit-gradient(linear, left top, right top, from(#003399), to(#0099ff));
  background: linear-gradient(90deg, #003399 0%, #0099ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#partnership section.about {
  text-align: center;
}
#partnership section.about .-txt {
  margin-top: 60px;
  margin-bottom: 110px;
  font-size: 20px;
  font-weight: 400;
}
#partnership section.about ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#partnership section.about ul li {
  width: 340px;
  height: 410px;
  padding: 35px 25px;
  border-radius: 15px;
  border: 1px solid #cccccc;
}
#partnership section.about ul li img {
  width: auto;
  height: 130px;
  margin: 0 auto 30px;
}
#partnership section.about ul li p:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  position: relative;
  line-height: 1.3;
  font-size: 24px;
  font-weight: bold;
}
#partnership section.about ul li p:first-of-type:after {
  content: "";
  display: block;
  width: 80px;
  height: 4.5px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #cc0000;
}
#partnership section.about ul li p:last-of-type {
  margin-top: 45px;
  font-size: 14px;
}
#partnership section.about ul li:nth-of-type(2) img {
  position: relative;
  left: 20px;
}
#partnership section.about ul li:nth-of-type(3) img {
  position: relative;
  left: 12.5px;
}
#partnership section.about ul li:nth-of-type(3) p:first-of-type {
  font-size: 20px;
}
#partnership section.shopInfo {
  margin-top: 110px;
  margin-bottom: 150px;
}
#partnership section.shopInfo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#partnership section.shopInfo ul li {
  width: 520px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2470588235);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2470588235);
}
#partnership section.shopInfo ul li .shop-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
#partnership section.shopInfo ul li .shop-thumb img {
  width: 150px;
}
#partnership section.shopInfo ul li .shop-txt {
  margin-top: 10px;
  font-size: 16px;
}
#partnership section.mainItem {
  margin-bottom: 150px;
}
#partnership section.mainItem p {
  margin-bottom: 25px;
  font-size: 18px;
}
#partnership section.mainItem .-note {
  display: block;
  text-align: left;
  margin-top: 20px;
  font-size: 14px;
}
#partnership section.mainItem .chara-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#partnership section.mainItem .chara-category li {
  width: 200px;
  position: relative;
  border: 1px solid #000;
  background: #fff;
}
#partnership section.mainItem .chara-category li:after {
  content: "";
  display: block;
  width: 200px;
  height: 345px;
  position: absolute;
  top: 5px;
  left: 5px;
  background: #cc0000;
  z-index: -1;
}
#partnership section.mainItem .chara-category li a {
  display: block;
  width: 100%;
  height: 100%;
}
#partnership section.mainItem .brand-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 30px;
}
#partnership section.members {
  padding: 60px 0 100px;
  letter-spacing: 1.75px;
  background: #e7f0fa;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2470588235);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2470588235);
}
#partnership section.members .txt {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}
#partnership section.members ._wrap .-ttl {
  display: block;
  text-align: center;
  line-height: 2;
  background: #1867ca;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#partnership section.members ._wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-top: 25px;
  background: #fff;
  border-radius: 10px;
}
#partnership section.members ._wrap ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#partnership section.members ._wrap ul li dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  padding: 4px 0px 8px 2px;
  line-height: 1;
  font-size: 30px;
  font-weight: bold;
  border-radius: 21px;
  background: #1867ca;
  color: #fff;
}
#partnership section.members ._wrap ul li dl dd {
  position: relative;
  top: -5px;
  padding-left: 20px;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: bold;
  color: #1867ca;
}
#partnership section.members ._wrap ul li.-block3 img {
  width: 150px;
  margin-left: 30px;
}
#partnership section.members ._wrap ul li.-block3 p {
  position: relative;
  top: -2px;
}
#partnership section.members ._wrap ul li.-block4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
#partnership section.members ._wrap ul li.-block4 ._box {
  width: 810px;
  margin: 0 auto;
  text-align: center;
}
#partnership section.members ._wrap ul li.-block4 ._box p {
  display: inline-block;
}
#partnership section.members ._wrap ul li.-block4 ._box p:first-of-type {
  margin-bottom: 15px;
  letter-spacing: 2.5px;
  font-size: 36px;
  font-weight: 900;
}
#partnership section.members ._wrap ul li.-block4 ._box p:last-of-type {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 900;
}
#partnership section.members ._wrap ul li.-block4 ._box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#partnership section.members ._wrap ul li.-block4 ._box .img-box img {
  width: 395px;
}
#partnership section.members ._ctm {
  padding: 40px;
  background: #fff;
  border: 3px solid #003399;
  border-radius: 30px;
}
#partnership section.members ._ctm p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
}
#partnership section.members ._ctm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#partnership section.members ._ctm ul li:first-of-type {
  width: 334px;
}
#partnership section.members ._ctm ul li:last-of-type {
  width: 600px;
}
#partnership section.members ._ctm ul li:last-of-type p {
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 14px;
  font-weight: 500;
}
#partnership section.members ._ctm ul li:last-of-type .-btn {
  text-align: center;
}
#partnership section.members ._ctm ul li:last-of-type .-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, right top, from(#003399), to(#0099ff));
  background: linear-gradient(90deg, #003399 0%, #0099ff 100%);
  border-radius: 25px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
#partnership section.members ._ctm ul li:last-of-type .-btn a:hover {
  opacity: 0.8;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#partnership section.members ._atten {
  margin-top: 35px;
}
#partnership section.members ._atten p {
  line-height: 2;
  font-size: 14px;
  font-weight: 500;
}