@charset "UTF-8";
@-webkit-keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_x {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_x2 {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes wobbling_x2 {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_y {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@-webkit-keyframes wobbling_y2 {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 8px;
  }
}
@keyframes wobbling_y2 {
  0% {
    margin-bottom: 0px;
  }
  100% {
    margin-bottom: 8px;
  }
}
@-webkit-keyframes huwa {
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes huwa {
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#contents * {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-size: 16px;
}
#contents .bg_pink {
  background-image: url(/img/closedmarketlp/bg_pink.png);
  background-repeat: repeat;
}
#contents .bg_tile {
  background: #F8EEE5;
  background-image: linear-gradient(90deg, #EBD9C8 1px, transparent 0), linear-gradient(#EBD9C8 1px, transparent 0);
  background-size: 20px 20px;
  background-repeat: repeat;
}
#contents .inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (min-width: 835px) {
  #contents .inner {
    padding: 0;
  }
}
#contents .wrap .teaser {
  position: relative;
  margin: 0 auto 61px;
}
#contents .wrap .teaser img {
  position: relative;
  width: calc(100% + 20px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: -10px;
}
@media screen and (min-width: 835px) {
  #contents .wrap .teaser {
    max-width: 1030px;
    margin-bottom: 90px;
  }
}
#contents .wrap .items {
  position: relative;
  border-radius: 15px;
  border: 4px solid #DCC3AE;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1490196078);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin-top: 37px;
}
#contents .wrap .items:first-of-type {
  margin-top: 0;
}
#contents .wrap .items .visual {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents .wrap .items .visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .visual img {
    width: auto;
    height: 100%;
  }
}
#contents .wrap .items .visual .label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-10deg);
          transform: translate(-50%, -50%) rotate(-10deg);
  color: #fff;
  background: #E84649 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.5019607843);
  border: 3px solid #FFFFFF;
  border-radius: 5px;
  padding: 4px 13px 7.5px;
  text-align: center;
  font-size: 35px;
  width: 190px;
}
#contents .wrap .items .visual .label .main {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 3.96px;
  line-height: 39px;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .label .main {
    font-size: 39px;
    letter-spacing: 4.02px;
    line-height: 45px;
  }
}
#contents .wrap .items .visual .label .note {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 15px;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .label .note {
    font-size: 12px;
    line-height: 18px;
  }
}
#contents .wrap .items .visual .label .w6em {
  letter-spacing: -1.4px;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .label .w6em {
    letter-spacing: 1.17px;
  }
}
#contents .wrap .items .visual .label .circle {
  width: 100%;
  letter-spacing: 0.22px;
  line-height: 18px;
  border: 1px solid #fff;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .label .circle {
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 18px;
  }
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .label {
    width: 222px;
    font-size: 39px;
  }
}
#contents .wrap .items .visual .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
}
#contents .wrap .items .visual .icon img {
  width: 44px;
  height: 44px;
  border: solid 2px #fff;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .visual .icon img {
    width: 58px;
    height: 58px;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .visual .icon {
    top: 30px;
    bottom: unset;
    right: -560px;
    background-color: unset;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .visual {
    width: 400px;
    max-width: 400px;
  }
}
#contents .wrap .items .text {
  position: relative;
  padding: 20px 15px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents .wrap .items .text .logos img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .logos img {
    display: inline-block;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .logos .company_name {
    width: auto;
    height: 40px;
  }
}
#contents .wrap .items .text .logos .company_logo {
  margin-top: 7px;
  display: block;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .logos .company_logo {
    display: inline-block;
    margin-top: 0;
    margin-left: 10px;
    width: auto;
    position: relative;
  }
  #contents .wrap .items .text .logos .company_logo img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#contents .wrap .items .text .icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
#contents .wrap .items .text .icon img {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .icon {
    top: 30px;
    right: 40px;
  }
  #contents .wrap .items .text .icon img {
    width: 58px;
    height: 58px;
  }
}
#contents .wrap .items .text .title {
  margin-top: 15px;
  color: #2A496F;
  padding-bottom: 8px;
  border-bottom: 3px dotted;
}
#contents .wrap .items .text .title .head {
  font-size: 14px;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .title .head {
    font-size: 16px;
  }
}
@media screen and (max-width: 345px) {
  #contents .wrap .items .text .title .head {
    font-size: 12px;
  }
}
#contents .wrap .items .text .title .main {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .title .main {
    font-size: 20px;
  }
}
@media screen and (max-width: 345px) {
  #contents .wrap .items .text .title .main {
    font-size: 16px;
  }
}
#contents .wrap .items .text .read {
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333;
}
@media screen and (max-width: 345px) {
  #contents .wrap .items .text .read {
    font-size: 14px;
  }
}
#contents .wrap .items .text .date {
  margin-top: 15px;
  padding-top: 32px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 22.4px;
  color: #2A496F;
}
#contents .wrap .items .text .date::before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #7B7D81;
  padding: 0 10px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 27px;
  letter-spacing: normal;
  vertical-align: middle;
}
#contents .wrap .items .text .date.reception::before {
  content: "受付期間";
}
#contents .wrap .items .text .date.sales::before {
  content: "販売期間";
}
#contents .wrap .items .text .date.application::before {
  content: "申込期間";
}
#contents .wrap .items .text .date.across {
  font-size: 15px;
  font-size: clamp(10px, (100vw - 80px) / 21, 16px);
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .text .date {
    padding-top: 0;
    padding-left: 88px;
    font-size: 20px;
    line-height: 31px;
  }
  #contents .wrap .items .text .date::before {
    font-size: 14px;
    line-height: 31px;
    padding: 0 11px;
  }
  #contents .wrap .items .text .date.across {
    font-size: 20px;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .date {
    margin-top: auto;
  }
}
@media screen and (max-width: 365px) {
  #contents .wrap .items .text .date {
    font-size: 15px;
    font-size: clamp(11px, (100vw - 80px) / 18, 16px);
  }
  #contents .wrap .items .text .date.across {
    font-size: 14px;
    font-size: clamp(10px, (100vw - 80px) / 21, 15px);
  }
}
@media screen and (max-width: 345px) {
  #contents .wrap .items .text .date {
    font-size: 13px;
    font-size: clamp(11px, (100vw - 80px) / 18, 13px);
  }
  #contents .wrap .items .text .date::before {
    font-size: 11px;
  }
  #contents .wrap .items .text .date.across {
    font-size: 12px;
    font-size: clamp(10px, (100vw - 80px) / 21, 13px);
  }
}
#contents .wrap .items .text .btn {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px auto 0;
  padding: 10px 34px 10px 35px;
  width: 267px;
  height: 44px;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.4;
  color: #fff;
  background-color: #E86189;
  border-radius: 999px;
  text-align: center;
}
#contents .wrap .items .text .btn::after {
  position: absolute;
  content: "";
  width: 7.33px;
  height: 7.33px;
  top: 50%;
  right: 16px;
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text .btn {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media screen and (max-width: 345px) {
  #contents .wrap .items .text .btn {
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 22px;
    width: 220px;
  }
  #contents .wrap .items .text .btn::after {
    right: 13px;
  }
}
#contents .wrap .items .text .pc_flex .btn {
  background-color: #E86189;
}
#contents .wrap .items .text .pc_flex .btn.cartlink {
  background-color: #2A496F;
}
@media screen and (min-width: 768px) {
  #contents .wrap .items .text .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  #contents .wrap .items .text .pc_flex .btn {
    margin-top: 0;
    width: 250px;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 600px;
    padding: 40px 40px 35px;
  }
}
@media screen and (min-width: 835px) {
  #contents .wrap .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin-top: 57px;
  }
}
@media screen and (min-width: 835px) {
  #contents .sp_tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  #contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 834px) {
  #contents .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contents .tab_over {
    display: none !important;
  }
}
#contents .cpFont {
  font-family: ".tk-corporate-logo-ver2", "corporate-logo-ver2", sans-serif;
}
#contents #mainImage {
  background-image: url(/img/closedmarketlp/mainimage_bg.svg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
#contents #mainImage::before {
  position: absolute;
  z-index: 1;
  width: 120%;
  max-width: 988px;
  height: 120vw;
  max-height: 988px;
  top: calc(20% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  border-radius: 50%;
  background-image: url(/img/closedmarketlp/bg_pink.png);
  background-repeat: repeat;
}
#contents #mainImage::after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  background-image: url(/img/closedmarketlp/bg_pink.png);
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  #contents #mainImage::after {
    content: unset;
  }
}
#contents #mainImage img {
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
#contents #mainImage .mainimage_top {
  margin-bottom: -18px;
}
@media screen and (min-width: 835px) {
  #contents #mainImage .mainimage_top {
    width: 470px;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage .mainimage_title {
    width: 320px;
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage .mainimage_members {
    width: 713.33px;
    position: absolute;
    bottom: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }
}
#contents #mainImage .whiteboard {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 999px;
  padding: 10px 30px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 780px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contents #mainImage .whiteboard img {
  display: inline-block;
  width: calc(100% - 12em);
  max-width: 117.422px;
  height: auto;
}
@media screen and (min-width: 768px) {
  #contents #mainImage .whiteboard img {
    width: 153px;
    max-width: 153px;
  }
}
#contents #mainImage .whiteboard span {
  color: #2A496F;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #contents #mainImage .whiteboard span {
    font-size: 22px;
  }
}
@media screen and (max-width: 345px) {
  #contents #mainImage .whiteboard span {
    font-size: 15px;
  }
}
#contents #mainImage .whiteboard .fs-large {
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 10px;
}
@media screen and (min-width: 768px) {
  #contents #mainImage .whiteboard .fs-large {
    font-size: 27px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 345px) {
  #contents #mainImage .whiteboard .fs-large {
    font-size: 17px;
    letter-spacing: 0.4px;
    line-height: 8px;
  }
}
#contents #mainImage .whiteboard .sp-fs-small {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #contents #mainImage .whiteboard .sp-fs-small {
    font-size: 22px;
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage .whiteboard .sp-fs-small {
    padding-left: 60px;
    position: relative;
  }
  #contents #mainImage .whiteboard .sp-fs-small::before {
    content: "";
    display: inline-block;
    width: 55px;
    height: 72px;
    position: absolute;
    left: -5px;
    bottom: -10px;
    z-index: 5;
    background-image: url(/img/closedmarketlp/mainimage_company.svg);
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 345px) {
  #contents #mainImage .whiteboard .sp-fs-small {
    font-size: 12px;
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage .whiteboard {
    padding: 10px 15px;
    margin: 50px auto 0;
    z-index: 4;
    width: 780px;
  }
}
@media screen and (max-width: 345px) {
  #contents #mainImage .whiteboard {
    padding: 10px 15px;
  }
}
#contents #mainImage .bubble {
  position: absolute;
  z-index: 5;
  height: auto;
}
#contents #mainImage .bubble.dryer {
  top: 104.93px;
  left: calc(50% + 105.23px);
  -webkit-animation: wobbling_y 1.6s ease-in-out infinite alternate;
          animation: wobbling_y 1.6s ease-in-out infinite alternate;
}
#contents #mainImage .bubble.pillow {
  top: 114.07px;
  right: calc(50% + 106.31px);
  -webkit-animation: wobbling_y 1.5s ease-in-out infinite alternate;
          animation: wobbling_y 1.5s ease-in-out infinite alternate;
}
#contents #mainImage .bubble.shower {
  top: 181.47px;
  right: calc(50% + 96.36px);
  -webkit-animation: wobbling_x2 1.3s ease-in-out infinite alternate, wobbling_y 1.3s ease-in-out infinite alternate;
          animation: wobbling_x2 1.3s ease-in-out infinite alternate, wobbling_y 1.3s ease-in-out infinite alternate;
}
#contents #mainImage .bubble.meal {
  top: 177.97px;
  left: calc(50% + 106.23px);
  -webkit-animation: wobbling_x 1.4s ease-in-out infinite alternate, wobbling_y 1.4s ease-in-out infinite alternate;
          animation: wobbling_x 1.4s ease-in-out infinite alternate, wobbling_y 1.4s ease-in-out infinite alternate;
}
@media screen and (min-width: 768px) and (max-width: 835px) {
  #contents #mainImage .bubble.dryer {
    width: 72px;
    top: 93px;
    left: calc(50% + 119px);
  }
  #contents #mainImage .bubble.pillow {
    width: 130px;
    top: 66.22px;
    right: calc(50% + 140.66px);
  }
  #contents #mainImage .bubble.shower {
    width: 100px;
    top: 180px;
    right: calc(50% + 187.68px);
  }
  #contents #mainImage .bubble.meal {
    width: 110px;
    top: 173px;
    left: calc(50% + 182px);
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage .bubble.dryer {
    width: 100px;
    top: 121px;
    left: calc(50% + 218px);
  }
  #contents #mainImage .bubble.pillow {
    width: 170px;
    top: 108.22px;
    right: calc(50% + 181.66px);
  }
  #contents #mainImage .bubble.shower {
    width: 148.64px;
    top: 190.93px;
    right: calc(50% + 339.68px);
  }
  #contents #mainImage .bubble.meal {
    width: 146px;
    top: 143px;
    left: calc(50% + 328px);
  }
  #contents #mainImage .bubble.ticket {
    top: 91.08px;
    right: calc(50% + 391.66px);
    -webkit-animation: wobbling_y 1.2s ease-in-out infinite alternate;
            animation: wobbling_y 1.2s ease-in-out infinite alternate;
  }
  #contents #mainImage .bubble.cooking {
    top: 54px;
    left: calc(50% + 315.8px);
    -webkit-animation: wobbling_y 1.3s ease-in-out infinite alternate;
            animation: wobbling_y 1.3s ease-in-out infinite alternate;
  }
  #contents #mainImage .bubble.handshake {
    bottom: 27px;
    left: calc(50% + 390px);
    -webkit-animation: wobbling_y2 1.5s ease-in-out infinite alternate;
            animation: wobbling_y2 1.5s ease-in-out infinite alternate;
  }
  #contents #mainImage .bubble.heart {
    bottom: 0;
    right: calc(50% + 388px);
    -webkit-animation: wobbling_y2 1.4s ease-in-out infinite alternate;
            animation: wobbling_y2 1.4s ease-in-out infinite alternate;
  }
}
@media screen and (min-width: 835px) {
  #contents #mainImage {
    max-width: 1420px;
    background-image: url(/img/closedmarketlp/mainimage_bg_pc.svg);
    background-repeat: no-repeat;
    background-position: top;
  }
}
#contents .now {
  padding-top: 61px;
  padding-bottom: 40px;
}
@media screen and (min-width: 835px) {
  #contents .now {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
#contents .now .wrap .items {
  border: none;
}
#contents .now .wrap .items .visual .icon img {
  border: solid 2px #fff;
  border-radius: 50%;
}
#contents .now .wrap .items .text {
  padding: 20px 20px 30px;
}
#contents .main_purpose {
  position: relative;
  z-index: 2;
  padding-bottom: 65px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#contents .main_purpose h2 {
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 2.5px;
  position: relative;
  padding: 0 26px;
  text-align: center;
  width: calc(10em + 26px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
#contents .main_purpose h2::before, #contents .main_purpose h2::after {
  position: absolute;
  width: 25px;
  height: 2em;
  content: "";
}
#contents .main_purpose h2::before {
  border-left: dotted 5px;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-30deg);
          transform: translateY(50%) rotate(-30deg);
}
#contents .main_purpose h2::after {
  border-right: dotted 5px;
  right: 1px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(30deg);
          transform: translateY(50%) rotate(30deg);
}
@media screen and (min-width: 768px) {
  #contents .main_purpose h2 {
    font-size: 34px;
    line-height: 57px;
    letter-spacing: 3.4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contents .main_purpose h2::after {
    right: 15px;
  }
}
#contents .main_purpose .circle_image {
  margin: 40px auto 31.42px;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 835px) {
  #contents .main_purpose .circle_image {
    max-width: 70vw;
  }
}
@media screen and (min-width: 835px) {
  #contents .main_purpose .circle_image {
    max-width: 900px;
  }
}
#contents .main_purpose .circle_image img {
  width: 100%;
  height: auto;
}
#contents .main_purpose .initiatives {
  background-color: #fff;
  padding: 30px 20px 40px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 50px;
}
#contents .main_purpose .initiatives h3 {
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 2.2px;
  color: #2A496F;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents .main_purpose .initiatives h3 {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 3px;
  }
}
#contents .main_purpose .initiatives .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 11px;
}
#contents .main_purpose .initiatives .flex li {
  width: 50%;
  padding: 0 17.5px 20px;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
#contents .main_purpose .initiatives .flex li img {
  display: block;
  margin: 10px auto;
}
#contents .main_purpose .initiatives .flex li .numbers {
  font-family: "myriad-pro-semi-condensed", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 44px;
  line-height: 57px;
}
#contents .main_purpose .initiatives .flex li .numbers.color-red {
  color: #D65D72;
}
#contents .main_purpose .initiatives .flex li .numbers.color-purple {
  color: #A576A6;
}
#contents .main_purpose .initiatives .flex li .numbers.color-green {
  color: #71A850;
}
#contents .main_purpose .initiatives .flex li .numbers.color-blue {
  color: #68A2B9;
}
#contents .main_purpose .initiatives .flex li .note {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 345px) {
  #contents .main_purpose .initiatives .flex li .note {
    font-size: 12px;
  }
}
#contents .main_purpose .initiatives .flex li:nth-child(2n) {
  padding-right: 0;
  border-left: 2px dotted #C9C7C7;
}
#contents .main_purpose .initiatives .flex li:nth-child(2n+1) {
  padding-left: 0;
}
#contents .main_purpose .initiatives .flex li.bu {
  padding-top: 15px;
  border-top: 2px dotted #C9C7C7;
}
@media screen and (min-width: 768px) {
  #contents .main_purpose .initiatives .flex li {
    font-size: 18px;
  }
  #contents .main_purpose .initiatives .flex li .numbers {
    font-size: 49px;
  }
  #contents .main_purpose .initiatives .flex li .note {
    font-size: 16px;
  }
  #contents .main_purpose .initiatives .flex li img {
    width: 70px;
    height: 70px;
    margin: 20px auto;
  }
}
@media screen and (min-width: 835px) {
  #contents .main_purpose .initiatives .flex li {
    width: 25%;
    max-width: 244px;
    width: 244px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 26px;
    border-left: 2px dotted #C9C7C7;
  }
  #contents .main_purpose .initiatives .flex li:nth-child(2n) {
    padding-right: 26px;
  }
  #contents .main_purpose .initiatives .flex li:nth-child(2n+1) {
    padding-left: 26px;
  }
  #contents .main_purpose .initiatives .flex li:first-of-type {
    padding-left: 0;
    border-left: none;
    width: 218px;
    max-width: 218px;
  }
  #contents .main_purpose .initiatives .flex li:last-of-type {
    padding-right: 0;
    width: 218px;
    max-width: 218px;
  }
  #contents .main_purpose .initiatives .flex li.bu {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 345px) {
  #contents .main_purpose .initiatives .flex li {
    font-size: 12px;
  }
}
@media screen and (min-width: 835px) {
  #contents .main_purpose .initiatives .flex {
    max-width: 926px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }
}
@media screen and (min-width: 835px) {
  #contents .main_purpose .initiatives {
    padding: 40px 0;
    -webkit-box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 7px 7px 0px rgba(0, 0, 0, 0.1607843137);
  }
}
@media screen and (min-width: 835px) {
  #contents .main_purpose {
    padding-bottom: 90px;
  }
}
#contents .share_box {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  #contents .share_box {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 75px;
  }
}
#contents .share_box h2 {
  color: #fff;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 2.5px;
  position: relative;
  padding: 0 26px;
  text-align: center;
  width: calc(10em + 26px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
#contents .share_box h2::before, #contents .share_box h2::after {
  position: absolute;
  width: 25px;
  height: 2em;
  content: "";
}
#contents .share_box h2::before {
  border-left: dotted 5px;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-30deg);
          transform: translateY(50%) rotate(-30deg);
}
#contents .share_box h2::after {
  border-right: dotted 5px;
  right: 1px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(30deg);
          transform: translateY(50%) rotate(30deg);
}
@media screen and (min-width: 768px) {
  #contents .share_box h2 {
    font-size: 34px;
    line-height: 57px;
    letter-spacing: 3.4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #contents .share_box h2::before, #contents .share_box h2::after {
    height: 1em;
  }
  #contents .share_box h2::after {
    right: 15px;
  }
}
#contents .share_box .url_box {
  width: 100%;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 20px;
  border: 1px solid #7B7D81;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 835px) {
  #contents .share_box .url_box {
    padding: 12px 18px;
    display: inline-block;
  }
}
@media screen and (max-width: 510px) {
  #contents .share_box .url_box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
#contents .share_box .url_copy {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px auto 0;
  width: 188px;
  height: 44px;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.5;
  color: #fff;
  background-color: #2A496F;
  border: 2px solid #fff;
  border-radius: 25px;
  text-align: center;
}
#contents .share_box .url_copy.activate {
  padding-right: 22px;
  text-align: right;
  position: relative;
}
#contents .share_box .url_copy.activate::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  left: 23px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 835px) {
  #contents .share_box .url_copy {
    display: inline-block;
    margin-top: 0;
    margin-left: 20px;
  }
}
#contents .share_box .line_send {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 20px auto 0;
  width: 188px;
  height: 44px;
  font-size: 16px;
  letter-spacing: 0.48px;
  line-height: 1.5;
  color: #fff;
  background-color: #06C755;
  border: 2px solid #fff;
  border-radius: 25px;
  text-indent: 36px;
}
#contents .share_box .line_send::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 33px;
  width: 28px;
  height: 28px;
  background-image: url(/img/closedmarketlp/icon_line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#contents #js-line_send_msg,
#contents #js-line_send_url {
  display: none !important;
}
#contents .archives {
  position: relative;
  z-index: 2;
  padding-top: 65px;
  padding-bottom: 65px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#contents .archives h2 {
  color: #2A496F;
  font-size: 25px;
  line-height: 33px;
  letter-spacing: 2.5px;
  position: relative;
  padding: 0 26px;
  text-align: center;
  width: calc(10em + 26px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
#contents .archives h2::before, #contents .archives h2::after {
  position: absolute;
  width: 25px;
  height: 2em;
  content: "";
}
#contents .archives h2::before {
  border-left: dotted 5px;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-30deg);
          transform: translateY(50%) rotate(-30deg);
}
#contents .archives h2::after {
  border-right: dotted 5px;
  right: 1px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(30deg);
          transform: translateY(50%) rotate(30deg);
}
@media screen and (min-width: 768px) {
  #contents .archives h2 {
    font-size: 34px;
    line-height: 57px;
    letter-spacing: 3.4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#contents .archives .wrap {
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  #contents .archives .wrap {
    margin-top: 30px;
  }
}
@media screen and (min-width: 835px) {
  #contents .archives {
    padding-top: 90px;
    padding-bottom: 107px;
  }
}
#contents .outro {
  padding-top: 60px;
  padding-bottom: 257px;
  position: relative;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#contents .outro h2 {
  font-size: 23px;
  font-weight: bold;
  color: #C95479;
  letter-spacing: 1.15px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents .outro h2 {
    font-size: 34px;
    letter-spacing: 1.7px;
    line-height: 35px;
  }
}
#contents .outro .inner {
  position: relative;
  max-width: calc(100vw - 40px);
  padding: 37px 25px 40px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.1607843137);
}
#contents .outro .inner .sptmLogo {
  display: block;
  margin: 41px auto 0;
}
@media screen and (min-width: 768px) {
  #contents .outro .inner .sptmLogo {
    width: 90px;
    height: 90.23px;
  }
}
@media screen and (min-width: 835px) {
  #contents .outro .inner .sptmLogo {
    margin-top: 50px;
  }
}
#contents .outro .inner .bird {
  position: absolute;
  top: 116px;
  right: calc(50% + 36.58px);
}
@media screen and (min-width: 768px) {
  #contents .outro .inner .bird {
    width: 199.58px;
    height: 60.34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 835px) {
  #contents .outro .inner .bird {
    top: 95px;
    right: calc(50% + 80.58px);
  }
}
@media screen and (min-width: 835px) {
  #contents .outro .inner .bird {
    top: 141px;
    right: calc(50% + 150.58px);
  }
}
#contents .outro .inner p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  line-break: strict;
}
@media screen and (min-width: 768px) {
  #contents .outro .inner p {
    font-size: 20px;
    letter-spacing: 1.2px;
    line-height: 35px;
  }
}
@media screen and (min-width: 835px) {
  #contents .outro .inner p {
    text-align: center;
  }
  #contents .outro .inner p:first-of-type {
    margin-top: 35px;
  }
}
#contents .outro .inner .cityscape {
  position: absolute;
  right: 116px;
  bottom: -138.31px;
}
@media screen and (min-width: 835px) {
  #contents .outro .inner .cityscape {
    right: -239px;
    bottom: 24px;
  }
}
#contents .outro .inner .persons {
  position: absolute;
  right: 0;
  bottom: -197.31px;
}
@media screen and (min-width: 835px) {
  #contents .outro .inner .persons {
    right: -25px;
    bottom: -177px;
  }
}
@media screen and (min-width: 835px) {
  #contents .outro .inner {
    padding-top: 65px;
    padding-bottom: 70px;
    max-width: 1000px;
  }
}
@media screen and (min-width: 835px) {
  #contents .outro {
    padding-top: 100px;
    padding-bottom: 107px;
    margin-bottom: 170px;
  }
}
#contents .js-scroll {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
#contents .anm-up {
  -webkit-animation: huwa 1s ease-out forwards;
          animation: huwa 1s ease-out forwards;
}/*# sourceMappingURL=index.css.map */