@charset "utf-8";

/*##### Index #####*/
.boxIndexTop {
  margin-bottom: 5.0em;
}

.boxIndex01 .ttl01 {
  margin-bottom: 1.0em;
  letter-spacing: 0.12em;
  font-size: 2.0rem;
  font-weight: 500;
}

.boxIndex01 .boxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.boxIndex01 .boxListOne {
  width: 23.0%;
  margin-right: calc((100% - 23.0% * 4) / 3);
  margin-bottom: 3.5em;
}
.boxIndex01 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxListOne {
    width: 48.0%;
    margin-right: calc(100% - 48.0% * 2);
  }
  .boxIndex01 .boxListOne:nth-child(2n) {
    margin-right: 0;
  }
}

.boxIndex01 .boxListOneIn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.boxIndex01 .boxListOneIn .boxImg {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 367 / 550;
}

.boxIndex01 .boxListOneIn .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxIndex01 .boxListOneIn .boxTxt {
  position: relative;
  flex: 1;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}

.boxIndex01 .boxListOneIn .boxTxt .ulBaseListCat.typeBg > li {
  padding: 0.2em 0.6em 0.2em 0.6em;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
}

.boxIndex01 .boxListOneIn .boxTxt .ttlList {
  margin-top: 0.5em;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #93c3f5;
}

.boxIndex01 .boxListOneIn .boxTxt .boxMeta01 {
  margin-top: 0.5em;
}

.boxIndex01 .boxListOneIn .boxTxt .boxMeta02 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.boxIndex01 .boxListOneIn .boxTxt .boxMeta02 .dl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}


/*##### Poster Archive #####*/
.boxPoster01 .boxListOne {
  margin-bottom: 3.5em;
}

.boxPoster01 .boxListOneIn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.boxPoster01 .boxListImg {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 367 / 550;
}

.boxPoster01 .boxListImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxPoster01 .boxListTxt {
  position: relative;
  flex: 1;
  width: 100%;
  padding-top: 0.5em;
  padding-bottom: 2.5em;
}

.boxPoster01 .boxListTxt .ulBaseListCat.typeBg > li {
  padding: 0.2em 0.6em 0.2em 0.6em;
  letter-spacing: 0.12em;
  font-size: 1.1rem;
}

.boxPoster01 .boxListTxt .ttlList {
  margin-top: 0.5em;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #93c3f5;
}

.boxPoster01 .boxListTxt .boxMeta01 {
  margin-top: 0.5em;
}

.boxPoster01 .boxListTxt .boxMeta02 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.boxPoster01 .boxListTxt .boxMeta02 .dl01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}



/*##### Poster Single #####*/
.boxPosterS01 .ttl01 {
  margin-bottom: 1.0em;
  letter-spacing: 0.12em;
  font-size: 2.0rem;
  font-weight: 500;
}

.boxPosterS01 .boxCont01LR {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxPosterS01 .boxCont01LR {
    display: block;
  }
}

.boxPosterS01 .boxCont01LR .boxImg {
  width: 450px;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxPosterS01 .boxCont01LR .boxImg {
    width: 100%;
  }
}

.boxPosterS01 .boxCont01LR .boxTxt {
  width: calc(100% - 450px);
  padding-left: 5%;
}
@media all and (max-width: 750px){
  .boxPosterS01 .boxCont01LR .boxTxt {
    width: 100%;
    padding-left: 0;
  }
}

.boxPosterS01 .boxCont01LR .boxTxt .boxDlBase01 {
  --dt-color: #fff;
  --dd-color: #fff;
}


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 0.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 1.5em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom.typeRight > p {
  text-align: right;
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child,
.boxPrivacy01 .boxCont01One .boxBaseCom + .olBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child,
  .boxPrivacy01 .boxCont01One .boxBaseCom + .olBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.3em;
}

/*
.boxPrivacy01 .boxCont01One .dlBase + .dlBase {
  margin-top: 0.7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .dlBase + .dlBase {
    margin-top: 0;
  }
}
*/

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.3em;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}