@charset "utf-8";
#paraspot-report-page{
	max-width: 1230px;
  width: 100%;
	margin: 90px auto 0;
  padding-inline: 25px;
  padding-bottom: 80px;
}

@media screen and (max-width:768px){
  #paraspot-report-page {
    padding-inline: 20px;
    overflow-x: hidden;
  }
}

/* パンくずリスト */
#paraspot-report-page .breadcrumbs{
	font-size: 12px;
	color: #333333;
}
#paraspot-report-page .breadcrumbs a{
	color: #aaaaaa;
}
#paraspot-report-page .breadcrumbs ol{
	display: flex;
	margin: 0 10px;
}
#paraspot-report-page .breadcrumbs li::after{
	content: '>';
	display: inline-block;
	padding: 0 10px;
	color: #aaaaaa;
}
#paraspot-report-page .breadcrumbs li:last-child::after{
	display: none;
}

/* ページタイトル */
.paraspot-report-top {
  margin-top: 120px;
}
.paraspot-report-topTitle {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  aspect-ratio: 1491 / 400;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.paraspot-report-topText {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
}

@media screen and (max-width:768px){
  .paraspot-report-topText {
    font-size: 16px;
  }
}

/* ページセクション */
.paraspot-report-section {
  margin-top: 40px;
  padding-top: 80px;
}
.paraspot-report-sectionTitle {
	padding: 0 0 20px;
  background: url(../img/../images/paraspot/sec-bar.png) no-repeat bottom center;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
  position: relative;
}
.paraspot-report-sectionTitle::after {
  content: "";
  background: url(../images/paraspot/mark02.png) no-repeat center / contain;
  width: 119px;
  height: 110px;
  display: inline-block;
  position: absolute;
  bottom: -26px;
  right: 0;
  z-index: 10;
}
.paraspot-report-sectionTitle.--left::after {
  background: url(../images/paraspot/report/mark-left.png) no-repeat center / contain;
  left: -25px;
  right: auto;
  bottom: -15px;
}
.paraspot-report-sectionText {
  font-size: 22px;
  line-height: 2;
  margin-top: 40px;
}
.paraspot-report-sectionImg {
  margin-top: 40px;
  width: 100%;
}
.paraspot-report-sectionImg img {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width:1024px) and (max-width:1100px){
  .paraspot-report-sectionTitle {
    font-size: 40px;
  }
}

@media screen and (max-width:1023px){
  .paraspot-report-sectionTitle {
    font-size: 32px;
  }
  .paraspot-report-sectionTitle::after {
    display: none;
  }
}

@media screen and (max-width:768px){
  .paraspot-report-section {
    margin-top: 0;
  }
  .paraspot-report-sectionTitle {
    font-size: 22px;
    line-height: calc(32/22);
  }
  .paraspot-report-sectionText {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* circle */
.paraspot-report-circle {
  background: url(../images/paraspot/report/circle-list-bg.png) no-repeat center / contain;
  width: 700px;
  aspect-ratio: 1/1;
  margin: 120px auto 0;
  padding: 40px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.paraspot-report-circleTitle {
  font-size: 40px;
  font-weight: bold;
}
.paraspot-report-circleList {
  margin-top: 50px;
}
.paraspot-report-circleItem a {
  display: block;
  font-size: 20px;
  text-decoration: underline;
}
.paraspot-report-circleItem + .paraspot-report-circleItem {
  margin-top: 1.5em;
}

@media screen and (max-width:768px){
  .paraspot-report-circle {
    margin-top: min(48vw,120px);
    max-width: 525px;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 1;
    background: none;
  }
  .paraspot-report-circle::before {
    content: "";
    background: url(../images/paraspot/report/circle-list-bg.png) no-repeat center / contain;
    width: 525px;
    height: 525px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .paraspot-report-circleTitle {
    font-size: 28px;
  }
  .paraspot-report-circleItem a {
    font-size: 16px;
    line-height: 1.5;
  }
  .paraspot-report-circleItem + .paraspot-report-circleItem {
    margin-top: 1em;
  }
}

/* report */
.paraspot-report-sectionSubTitle {
  font-size: 40px;
  font-weight: bold;
  margin-top: 40px;
  padding: 0 0 0 25px;
  background-image: url(../images/common/sec-bar.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 10px 100%;
}
.paraspot-report-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.paraspot-report-gridCell .paraspot-report-sectionSubTitle {
  margin-top: 0;
}
.paraspot-report-img img {
  width: 100%;
  object-fit: cover;
}
.paraspot-report-text {
  font-size: 22px;
  line-height: 2;
  margin-top: 15px;
}
.paraspot-report-bottom {
  margin-top: 40px;
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}
.paraspot-report-bottomIcon {
  width: 135px;
  aspect-ratio: 121 / 54;
  flex-shrink: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.paraspot-report-bottomList {
  padding-top: 15px;
}
.paraspot-report-bottomList li {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  text-indent: -1em;
  padding-left: 1em;
}
.paraspot-report-bottomList li::before {
  content: "・";
}
.paraspot-report-textWrapper {
  margin-top: 40px;
  display: flex;
}
.paraspot-report-textWrapperLabel {
  font-size: 22px;
  line-height: 2;
}
.paraspot-report-textWrapperList dl {
  display: flex;
  column-gap: 1em;
}
.paraspot-report-textWrapperList dt {
  width: 11em;
  flex-shrink: 0;
}
.paraspot-report-textWrapperList dt,.paraspot-report-textWrapperList dd {
  font-size: 22px;
  font-weight: normal;
  line-height: 2;
}

@media screen and (max-width:1023px){
  .paraspot-report-sectionSubTitle {
    font-size: 28px;
  }
  .paraspot-report-bottom {
    display: block;
    margin-top: 30px;
  }
  .paraspot-report-text {
    font-size: 18px;
  }
  .paraspot-report-bottomList li {
    font-size: 20px;
  }
}

@media screen and (max-width:768px){
  .paraspot-report-sectionImg {
    margin-top: 15px;
  }
  .paraspot-report-sectionSubTitle {
    font-size: 18px;
    line-height: calc(24/20);
    padding: 0 0 0 10px;
    margin-top: 20px;
    background-size: 5px 100%;
  }
  .paraspot-report-text {
    font-size: 14px;
  }
  .paraspot-report-img img {
    height: 100%;
  }
  .paraspot-report-bottomIcon {
    width: 90px;
  }
  .paraspot-report-bottomList li {
    font-size: 16px;
  }
  .paraspot-report-textWrapper {
    display: block;
    margin-top: 15px;
  }
  .paraspot-report-textWrapperLabel {
    font-size: 14px;
  }
  .paraspot-report-textWrapperList dt, .paraspot-report-textWrapperList dd {
    font-size: 14px;
  }
  .paraspot-report-grid {
    margin-top: 15px;
  }
  .paraspot-report-grid .paraspot-report-text {
    margin-top: 0;
  }
  .paraspot-report-grid.--shibuya {
    display: flex;
    flex-direction: column;
  }
  .paraspot-report-grid.--shibuya .paraspot-report-gridCell {
    display: contents;
  }
  .paraspot-report-grid.--shibuya .paraspot-report-text {
    order: 5;
    margin-top: 0;
  }
  .paraspot-report-grid.--shibuya .paraspot-report-img {
    min-width: 250px;
    width: 60%;
  }
  .paraspot-report-grid.--shibuya .paraspot-report-img:nth-of-type(2) {
    margin-left: auto;
  }
  .paraspot-report-bottomList {
    padding-top: 5px;
  }
  .paraspot-report-grid.--aeonmall {
    display: grid;
    grid-template-columns: 1fr 10px 1fr;
    grid-template-rows: 20px 1fr repeat(2, 10px) 1fr 20px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-inline: calc(50% - 50vw);
  }
  .paraspot-report-grid.--aeonmall .paraspot-report-img {
    width: 100%;
  }
  .paraspot-report-grid.--aeonmall .paraspot-report-img:first-child {
    grid-area: 1 / 1 / 3 / 2;
  }
  .paraspot-report-grid.--aeonmall .paraspot-report-img:nth-child(2) {
    grid-area: 2 / 3 / 4 / 4;
  }
  .paraspot-report-grid.--aeonmall .paraspot-report-img:nth-child(3) {
    grid-area: 4 / 1 / 6 / 2;
  }
  .paraspot-report-grid.--aeonmall .paraspot-report-img:nth-child(4) {
    grid-area: 5 / 3 / 7 / 4;
  }
  .paraspot-report-text.--kameido {
    max-width: 500px;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width:399px){
  .paraspot-report-textWrapperList dt, .paraspot-report-textWrapperList dd {
    font-size: 13px;
  }
}

/* other */
.paraspot-report-other {
  background: url(../images/paraspot/report/other-bg.jpg) no-repeat center / cover;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.paraspot-report-otherList {
  background: #fff;
  padding: 40px;
}
.paraspot-report-otherItem {
  display: flex;
  column-gap: 25px;
  padding-block: 1em;
}
.paraspot-report-otherItem:first-child {
  padding-top: 0;
}
.paraspot-report-otherItem:last-child {
  padding-bottom: 0;
}
.paraspot-report-otherItem:nth-child(n+2) {
  border-top: 2px solid #e7e7e7;
}
.paraspot-report-otherItem.--reverse {
  flex-direction: row-reverse;
}
.paraspot-report-otherImg {
  width: 271px;
  aspect-ratio: 271 / 159;
  flex-shrink: 0;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width:768px){
  .paraspot-report-otherList {
    padding: 20px;
  }
  .paraspot-report-otherItem {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
  }
  .paraspot-report-otherImg {
    width: 80%;
    margin-inline: auto;
    max-width: 271px;
  }
  .paraspot-report-otherItem .paraspot-report-text {
    margin-top: 0;
  }
  .paraspot-report-otherItem.--reverse {
    flex-direction: column-reverse;
  }
}

/* common */
.mt-0 {
  margin-top: 0;
}
.sp-column {
  display: contents;
}
@media screen and (max-width:768px){
  .sp-flex {
    display: flex;
    margin-top: 15px;
    margin-inline: calc(50% - 50vw);
  }
  .sp-flex .paraspot-report-img {
    width: 52%;
    flex-shrink: 0;
  }
  .sp-flex .paraspot-report-text {
    line-height: 1.65;
    padding: 0 10px;
    margin-top: 0;
  }
  .sp-flex.--reverse {
    flex-direction: row-reverse;
  }
  .sp-column {
    display: flex;
    flex-direction: column-reverse;
  }
  .sp-block {
    grid-template-columns: repeat(1, 1fr);
    max-width: 500px;
    margin-inline: auto;
    margin-top: 20px;
  }
  .sp-block .paraspot-report-img {
    width: 80%;
    margin-inline: auto;
  }
}

/* page-top */
#page-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 50;
}

/* circle */
.back-r1.rv,.back-r2.rv {
  transform: rotate(180deg);
}

.back-l1.rv,.back-l2.rv {
  transform: rotate(-180deg);
}
.back-r1.rv.active,.back-r2.rv.active,.back-l1.rv.active,.back-l2.rv.active {
  transform: rotate(0deg);
}

@media screen and (min-width:1920px) {
  .back-l1 {
    top: 2000px;
  }
  .back-r2 {
    top: 4000px;
  }
  .back-l2 {
    top: 6000px;
  }
  .back-r3 {
    top: 8000px;
  }
  .back-l3 {
    top: 10000px;
  }
  .back-r4 {
    top: 12000px;
  }
}

@media screen and (max-width:1919px) {
  .back-l1 {
    top: calc(60vw + 1100px);
  }
  .back-r2 {
    top: calc(60vw + 3000px);
  }
  .back-l2 {
    top: calc(60vw + 5000px);
  }
  .back-r3 {
    top: calc(60vw + 7000px);
  }
  .back-l3 {
    top: calc(60vw + 9000px);
  }
  .back-r4 {
    top: calc(60vw + 11000px);
  }
} 

@media screen and (max-width: 768px) {
  .back-l1 ,.back-r2 ,.back-l2 ,.back-r3 ,.back-l3 ,.back-r4 {
    display: none;
  }
}

