@charset "utf-8";

.kv h1 {
  margin: 0 auto;
}
.kv h1 img {
   filter: drop-shadow(0.1em 0.1em 0.2em rgba(0,0,0,0.4));
}
/* SP */
@media screen and (max-width: 767px) {
  .kv {
    height: 74.42vw;
    margin-bottom: 5vw;
    background: url(../image/kv-sp.jpg) 50% 0 / 100% auto no-repeat;
  }
  .kv h1 {
    width: 86%;
    padding: 9vw 0 0;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  .kv {
    height: 33.33vw;
    max-height: 480px;
    margin-bottom: 60px;
    background: url(../image/kv-pc.jpg) 50% 0 / auto 100% no-repeat;
  }
  .kv h1 {
    width: 1100px;
    padding: 55px 0 0;
  }
  .kv h1 img {
    width: 42vw;
    max-width: 574px;
  }
}

/*============================
.lead
============================*/
.lead {
  margin: 0 auto;
}
.lead figure figcaption {
  font-weight: 700;
  letter-spacing: 0.05em;
}
.lead figure img {
  display: block;
}
.lead p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
/* SP */
@media screen and (max-width: 767px) {
  .lead {
    width: 90.7%;
  }
  .lead figure figcaption {
    font-size: 1.41176rem;
    line-height: 1.3;
  }
  .lead figure img {
    margin-top: 4.6vw;
    border-radius: 1.86vw;
  }
  .lead p {
    font-size: 0.88235rem;
    line-height: 1.67;
  }
  .lead p:first-of-type {
    margin: 4.8vw 0 0.8em;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  .lead {
    width: 1100px;
  }
  .lead figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .lead figure figcaption {
    width: 16em;
    font-size: 36px;
    line-height: 1.4;
  }
  .lead figure img {
    display: block;
    width: 480px;
    border-radius: 8px;
  }
  .lead p {
    font-size: 18px;
    line-height: 1.78;
  }
  .lead p:first-of-type {
    margin: 30px 0 0.8em;
  }
}

.bg_blue {
  background: #f4f4f4;
}
/*============================
#structure
============================*/
section#structure {
  position: relative;
}
section#structure::before {
  content: "01";
  position: absolute;
  right: 0;
  left: 0;
  width: 1.5em;
  margin: 0 auto;
  color: #DFDFDF;
  text-align: center;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#structure h2 {
  position: relative;
  font-weight: 700 !important;
  line-height: 1.47;
  letter-spacing: 0.05em;
  z-index: 1;
}
section#structure h2 b {
  color: #DE1F4B;
  font-weight: 700 !important;
}
section#structure section {
  background: #fff;
}
section#structure section h3 {
  margin: 0 auto;
  color: #2A2F58;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  border: 1px solid #2A2F58;
}
section#structure section p {
  letter-spacing: 0.05em;
  line-height: 1.68;
}
section#structure section ul li dl dt {
  font-weight: 700;
  line-height: 1.37;
  letter-spacing: 0.05em;
}
section#structure section ul li dl dd {
  font-weight: 400;
  line-height: 1.69;
  letter-spacing: 0.05em;
}
/* SP */
@media screen and (max-width: 767px) {
  .bg_blue {
    margin: 6.5vw 0 0;
  }
  section#structure {
    padding: 19.7vw 0 12.8vw;
  }
  section#structure::before {
    top: 5vw;
    font-size: 5.29rem;
  }
  section#structure h2 {
    width: 90.7%;
    padding-right: 0.2em;
    margin: 0 auto;
    font-size: 1.35rem;
  }
  section#structure section {
    width: 90.7%;
    margin: 5vw auto 0;
    padding: 8vw 0;
    border-radius: 1.86vw;
  }
  section#structure section h3 {
    width: 90.7%;
    padding: 0.5em;
    font-size: 1.17647rem;
    line-height: 1.37;
  }
  section#structure section p {
    width: 90.7%;
    margin: 2.8vw auto 0;
    font-size: 0.882rem;
  }
  section#structure section ul {
    width: 90.7%;
    margin: 0 auto;
  }
  section#structure section ul li {
    margin-top: 8vw;
  }
  section#structure section ul li > img {
    display: block;
    border-radius: 1.86vw;
  }
  section#structure section ul li dl dt {
    padding: 0.6em 0 0.4em;
    font-size: 1.176rem;
  }
  section#structure section ul li dl dd {
    font-size: 0.882rem;
  }
  section#structure section ul li a.banner {
    display: block;
    margin-top: 3vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  .bg_blue {
    margin: 100px 0 0;
  }
  section#structure {
    padding: 125px 0 112px;
  }
  section#structure::before {
    top: 45px;
    font-size: 100px;
  }
  section#structure h2 {
    font-size: 32px;
    text-align: center;
  }
  section#structure section {
    width: 1100px;
    margin: 54px auto 0;
    padding: 60px 0 42px;
    border-radius: 8px;
  }
  section#structure section h3 {
    width: 925px;
    font-size: 24px;
    line-height: 45px;
  }
  section#structure section p {
    width: 925px;
    margin: 35px auto 0;
  }
  section#structure section ul {
    display: flex;
    justify-content: space-between;
    width: 925px;
    margin: 38px auto 0;
  }
  section#structure section ul li {
    width: 440px;
  }
  section#structure section ul li > img {
    display: block;
    border-radius: 8px;
  }
  section#structure section ul li dl dt {
    padding: 0.7em 0;
    font-size: 24px;
  }
  section#structure section ul li dl dd {
    font-size: 16px;
  }
  section#structure section ul li a.banner {
    display: block;
    margin-top: 33px;
  }
}

/*============================
#lineup
============================*/
section#lineup {
  position: relative;
  margin: 0 auto;
}
section#lineup::before {
  content: "02";
  position: absolute;
  right: 0;
  left: 0;
  width: 1.5em;
  margin: 0 auto;
  color: #dfdfdf;
  text-align: center;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#lineup h2 {
  position: relative;
  text-align: center;
  font-weight: 700 !important;
  line-height: 1.47;
  letter-spacing: 0.05em;
  z-index: 1;
}
section#lineup h2 b {
  color: #DE1F4B;
  font-weight: 700 !important;
}
section#lineup p {
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.05em;
}
section#lineup section dl dt {
  font-weight: 700;
  letter-spacing: 0.05em;
}
section#lineup section > p {
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.05em;
}
/* SP */
@media screen and (max-width: 767px) {
  section#lineup {
    width: 90.7%;
    padding: 19.7vw 0 0;
  }
  section#lineup::before {
    top: 5vw;
    font-size: 5.29rem;
  }
  section#lineup h2 {
    font-size: 1.35rem;
  }
  section#lineup p {
    margin: 3.25vw 0 0;
    font-size: 0.882rem;
  }
  section#lineup section {
    position: relative;
    margin: 7vw 0 0;
  }
  section#lineup section h3 {
    position: relative;
    width: 100%;
    color: #DE1F4B;
    font-size: 1.059rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  section#lineup section.asset_value h3 {
    display: flex;
  }
  section#lineup section h3::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 68.5%;
    height: 1px;
    margin: auto 0;
    background: #ccc;
  }
  section#lineup section.asset_value h3::after {
    width: 59%;
  }
  section#lineup section h3 img {
    position: relative;
    top: 0.1em;
    display: inline-block;
    width: 6vw;
    margin-right: 0.4em;
  }
  section#lineup section.asset_value h3 img {
    order: -1;
  }
  section#lineup section dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2vw;
  }
  section#lineup section dl:nth-of-type(2) {
    margin-top: 3vw;
  }
  section#lineup section dl dt {
    font-size: 1.294em;
  }
  section#lineup section dl dd {
    width: 28vw;
  }
  section#lineup section > p {
    margin-top: 3vw;
    font-size: 0.882rem;
  }
  section#lineup section img.image {
    margin-top: 3vw;
    border-radius: 1.86vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#lineup {
    width: 1100px;
    padding: 140px 0 0;
  }
  section#lineup::before {
    top: 60px;
    font-size: 100px;
  }
  section#lineup h2 {
    font-size: 32px;
  }
  section#lineup p {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.05em;
  }
  section#lineup section {
    position: relative;
    margin: 40px 0 0;
  }
  section#lineup section.original {
    margin: 50px 0 0;
  }
  section#lineup section.asset_value {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  section#lineup section h3 {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    color: #DE1F4B;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  section#lineup section.asset_value h3 {
    text-align: right;
  }
  section#lineup section h3::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 960px;
    height: 1px;
    margin: auto 0;
    background: #ccc;
  }
  section#lineup section.original h3::after {
    right: 0;
  }
  section#lineup section.asset_value h3::after {
    left: 0;
    width: 920px;
  }
  section#lineup section.high_yield h3::after {
    right: 0;
    width: 958px;
  }
  section#lineup section.original h3 img,
  section#lineup section.high_yield h3 img {
    position: relative;
    top: 0.1em;
    display: inline-block;
    width: 31px;
    margin-right: 0.6em;
  }
  section#lineup section.high_yield h3 img {
    width: 35px;
  }
  section#lineup section.asset_value h3 img {
    position: relative;
    top: 0.1em;
    display: inline-block;
    width: 30px;
    margin-left: 0.5em;
  }
  section#lineup section dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 424px;
  }
  section#lineup section dl:nth-of-type(2) {
    margin-top: 22px;
  }
  section#lineup section dl dt {
    font-size: 24px;
  }
  section#lineup section dl dd {
    width: 150px;
  }
  section#lineup section > p {
    width: 424px;
    margin-top: 20px;
    font-size: 16px;
  }
  section#lineup section.original img.image,
  section#lineup section.high_yield img.image {
    position: absolute;
    top: 50px;
    right: 0;
    width: 640px;
    border-radius: 8px;
  }
  section#lineup section.asset_value img.image {
    position: absolute;
    top: 50px;
    left: 0;
    width: 640px;
    border-radius: 8px;
  }
}

/*============================
#sublease
============================*/
section#sublease {
  position: relative;
}
section#sublease::before {
  content: "03";
  position: absolute;
  right: 0;
  left: 0;
  width: 1.5em;
  margin: 0 auto;
  color: #dfdfdf;
  text-align: center;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
section#sublease h2 {
  position: relative;
  text-align: center;
  font-weight: 700 !important;
  line-height: 1.47;
  letter-spacing: 0.05em;
  z-index: 1;
}
section#sublease h2 b {
  color: #DE1F4B;
  font-weight: 700 !important;
}
section#sublease .sublease_lead p:first-of-type {
  margin-bottom: 0.8em;
}
section#sublease .sublease_lead p a {
  position: relative;
  font-weight: 700;
  color: #3850BA;
}
section#sublease .sublease_lead p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #3850BA;
}
section#sublease .sublease_lead p b {
  color: #DE1F4B;
  font-weight: 700;
}
section#sublease div.detail_btn a {
  box-shadow: 0.21em 0.2em 0.4em rgba(0,0,0,0.25);
}
section#sublease div.detail_btn a::after {
  content: "";
  position: absolute;
  top: 48%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
section#sublease .not_inherited b {
  color: #DE1F4B;
  font-weight: 700!important;
}
section#sublease p:first-child {
  margin-bottom: 0.8em;
}
section#sublease div.caution {
  line-height: 1.57;
  border: 1px solid #CCC;
}
section#sublease div.caution ul {
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.05em;
}
section#sublease div.caution ul li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
section#sublease div.caution ul li:not(:last-child) {
  margin-bottom: 0.8em;
}
section#sublease div.caution ul li::before {
  content: "※";
  display: inline-block;
  margin-right: 0.2em;
  text-indent: 0;
}
section#sublease div.detail_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #DE1F4B;
  text-align: center;
  color: #fff;
  font-weight: 700;
  overflow: hidden;
  z-index: 1;  
}
section#sublease div.detail_btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4.4%;
  height: 100%;
  background: #2A2F58;
  transition: width 0.2s ease;
  z-index: -1;
}
/* SP */
@media screen and (max-width: 767px) {
  section#sublease {
    padding: 19.7vw 0 10vw;
  }
  section#sublease::before {
    top: 5vw;
    font-size: 5.29rem;
  }
  section#sublease h2 {
    width: 90.7%;
    font-size: 1.35rem;
    margin: 0 auto;
  }
  section#sublease .sublease_lead {
    width: 90.7%;
    margin: 6.98vw auto 0;
  }
  section#sublease .sublease_lead p {
    font-size: 0.882rem;
  }
  section#sublease .sublease_lead img {
    display: block;
    margin-bottom: 4.18vw;
    border-radius: 1.86vw;
  }
  section#sublease section.structure {
    width: 90.7%;
    margin: 7.2vw auto 0;
    padding: 6vw 0;
    background: #fff;
    border-radius: 8px;
  }
  section#sublease section.structure h3 {
    margin-bottom: 3.7vw;
    font-size: 1.29rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  section#sublease section.structure picture {
    display: block;
    margin: 0 auto;
  }
  section#sublease section.structure p {
    margin: 5.6vw 1em 0;
    font-size: 0.882rem;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#sublease section p b {
    font-weight: 700!important;
  }
  section#sublease .not_inherited {
    width: 90.7%;
    margin: 6vw auto 0;
    font-size: 0.882rem;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#sublease div.caution {
    width: 90.7%;
    margin: 7vw auto 0;
    padding: 0.7em 0.8em;
  }
  section#sublease div.caution ul {
    font-size: 0.765rem;
  }
  section#sublease div.detail_btn {
    margin: 8vw 0 0;
  }
  section#sublease div.detail_btn a {
    width: 90.7%;
    padding: 0.5em 1.5em 0.5em 1em;
    border-radius: 1.86vw;
    font-size: 1.06rem;
  }
  section#sublease div.detail_btn a::after {
    width: 2.7vw;
    height: 2.7vw;
    right: 3.5vw;
  }
}
/* PC */
@media print, screen and (min-width: 768px) {
  section#sublease {
    padding: 145px 0 135px;
  }
  section#sublease::before {
    top: 75px;
    font-size: 100px;
  }
  section#sublease h2 {
    font-size: 32px;
  }
  section#sublease .sublease_lead {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1100px;
    height: 240px;
    margin: 30px auto 0;
  }
  section#sublease .sublease_lead p {
    width: 780px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.68;
    letter-spacing: 0.05em;
  }
  section#sublease .sublease_lead img {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 300px;
    height: 240px;
    border-radius: 8px;
    object-fit: cover;
  }
  section#sublease section.structure {
    width: 1100px;
    margin: 32px auto 0;
    padding: 42px 0;
    background: #fff;
    border-radius: 8px;
  }
  section#sublease section.structure h3 {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
  }
  section#sublease section.structure picture {
    display: block;
    width: 1022px;
    margin: 0 auto;
  }
  section#sublease section.structure p {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: 0.05em;
  }
  section#sublease section p b {
    font-weight: 700!important;
  }
  section#sublease .not_inherited {
    width: 1100px;
    margin: 35px auto 0;
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: 0.05em;
  }
  section#sublease div.caution {
    width: 840px;
    margin: 64px auto 0;
    padding: 17px 22px;
  }
  section#sublease div.caution ul {
    font-size: 14px;
  }
  section#sublease div.detail_btn {
    margin: 60px 0 0;
  }
  section#sublease div.detail_btn a {
    width: 560px;
    height: 72px;
    border-radius: 8px;
    font-size: 20px;
  }
  section#sublease div.detail_btn a::after {
    width: 14px;
    height: 14px;
    right: 22px;
  }
}
/* hover */
@media (hover: hover) {
  section#sublease div.detail_btn a:hover::before {
    width: 100%;
  }
}

/* SP */
@media screen and (max-width: 767px) {
}
/* PC */
@media print, screen and (min-width: 768px) {
}