@charset "UTF-8";

body{
  font-family: Helvetica Neue,Helvetica,Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo;
}

.cmn-lp-block-wrap {
  width: 100%;
}
/*===========================================================

layout

===========================================================*/
.cmn-lp-block-wrap img {
  width: 100%;
}

/*===========================================================

フォトギャラリー

===========================================================*/

.gallery-section {
  padding-bottom: 0.5rem;
}


.carrallyproject_lead{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 3em 0;
}
.carrallyproject_lead p{
  line-height: 2;
}

.carrallyproject_lead p:nth-child(-n+2){
  margin-bottom: 30px;
}

.carrallyproject_box{
  display : grid ;
  grid-template-columns : repeat(4, 1fr) ;
  gap: 10px;
}

@media screen and (max-width: 560px) {
  .carrallyproject_box{
    grid-template-columns : repeat(2, 1fr) ;
    }
}


.carrallyproject_footer_content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.carrallyproject_icon:not(:first-of-type){
  margin-left: 20px;
}

@media screen and (max-width: 768px) {

  .carrallyproject_lead{
    padding: 3em 2em;
    font-weight: 400;
}

.carrallyproject_content{
  padding: 2em 0;
}

  .cmn-lp-block-inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .cmn-lp-block {
    max-width: 100%;
  }
  .carrallyproject_footer_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.carrallyproject_footer_content{
    margin-bottom: 30px;
}
.carrallyproject_icon_box{
  position: static;
}
}


@media screen and (max-width: 560px) {

  .carrallyproject_footer_content{
    margin-bottom: 15px;
    padding-top: 25px !important;
  }
  .carrallyproject_icon_box{
    justify-content: center !important;
  }
}








@media screen and (max-width: 580px) {
  .carrallyproject_lead{
    font-size: .8rem;
    padding: 2em 1em;
  }
  .carrallyproject_lead p:not(:last-of-type){
    margin-bottom: 25px;
}
.carrallyproject_content{
  padding: 1em 0;
}
.carrallyproject_box_item._x1{
  width: 49%;
}
.carrallyproject_box_item._x2 {
  width: 100%;
}
.carrallyproject_box_item:nth-child(n+3){
  margin-top: 8px;
}
.carrallyproject_box.x2up .carrallyproject_box_item:nth-child(n+2){
  margin-top: 8px;
}
.carrallyproject_box.x2down .carrallyproject_box_item:nth-of-type(3){
  margin-top: 8px;
}
.carrallyproject_footer{
  padding: 30px 20px;
}
.carrallyproject_footer_content p{
  font-size: 12px;
}
}



/*===========================================================

動画ギャラリー

===========================================================*/
.p-movie-section {
  padding-bottom: 7.5rem;
}


@media screen and (max-width: 560px) {
  .p-movie-section {
    padding-bottom: 3rem;
  }
}




/*===========================================================

関連リンク

===========================================================*/

.link-section {
  background-color: #fff;
  padding-top: 7.5rem;
  padding-bottom: 75px;
   clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
   -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 560px) {
  .link-section{
    padding-top: 3rem;
    padding-bottom: 25px;
    }
}




.connection-link-list {
  color: #FF4500;
  text-decoration: underline;
  line-height: 1.5;;
}

.connection-link-list__item {
  margin-bottom: 20px;
  word-break: break-all;
}

@media screen and (max-width: 560px) {
  .connection-link-list__item {
    margin-bottom: 15px;
  }
}






/*===========================================================

学生レポート（投稿ページ）

===========================================================*/

.reportDetail {
    width: 100%;
    max-width: 1080px;
    margin-inline: auto;
    background: #fff;
    border-radius: 5px;
    padding: 2em;
    margin-bottom: 2rem;
}
.reportDetail img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
    .reportDetail {
        max-width: 91.21523%;
        padding: 1em;
    }
}

.reportDetail .ttl4 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
    .reportDetail .ttl4 {
        font-size: 20px;
    }
}

.single-montecarlo-e .reportDetail time {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #aaa;
}

.reportDetail .postMain {
    padding-top: 40px;
}

.reportDetail .postCont {
    margin: 1em 0;
}

.reportDetail .postCont p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.06em; 
}

.reportDetail .artNav {
    padding-top: 30px;
    display: flex;    
    justify-content: space-between;
}

.reportDetail li {
    list-style: none;
}

.reportDetail .link01 {
    color: #FF4500;
    text-decoration: underline;
    font-weight: bold;
}

.reportList {
    display: flex;
    flex-flow: column;
    padding-top: 2em;
}

.reportList li {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.reportList h3{
    color: #FF4500;
    font-size: 18px;
    padding-right: 3em;
}

.reportList a {
    text-decoration: underline;
}

@media screen and (max-width: 1080px) {
    .reportList {
        padding-top: 1em;
    }
    .reportList li {
        flex-flow: column;
        align-items: flex-start;
        font-size: 14px;
    }
    .reportList h3 {
        padding-bottom: 5px;
        font-size: 16px;
    }
}

footer {
    text-align: center;
    color: #fff;
    padding: 4em 8.75em 2em;
}

.montecarlo-e-report footer::after {
  display: none;
}




/*===========================================================

追加分

===========================================================*/
body {
  background: #fff;
}
.siteWrapper {
  max-width: 1366px;
  margin-inline: auto;
  box-shadow: 0 0 10px 3px rgba(99, 99, 99, .2);
  background: url(../img/mv-logo.png), #FF4500;
  background-repeat: no-repeat;
  background-position: right top;
}

@media screen and (max-width: 767px) {
    .siteWrapper {
        background-size: 140px;
    }
}


.carrallyproject_footer{
  padding: 3em 0;
}
.carrallyproject_footer_wrap{
  position: relative;
}
.carrallyproject_icon_box{
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}

.carrallyproject_icon_box img {
  width: 40px;
  border-radius: 7px;
}

.carrallyproject_footer_content{
  padding-top: 60px;
}

footer {
  position: relative;
}

footer:after {
  content: "";
  position: absolute;
  color: #fff;
  background: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  width: 100%;
  height: 100%;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.siteWrapper.siteWrapper--cub-challenge {
  background: #2778D4;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 767px) {
  .siteWrapper.siteWrapper--cub-challenge {
      background-size: 140px;
  }
}
.siteWrapper.siteWrapper--cub-challenge > * {
  position: relative;
}
.siteWrapper.siteWrapper--cub-challenge::before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../img/mv-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60px;
  right: 140px;
}
@media screen and (max-width: 1366px) {
  .siteWrapper.siteWrapper--cub-challenge::before {
    width: 11.5vw;
    height: 11.5vw;
    top: 6vw;
    right: 10.2489vw;
  }
}
@media screen and (max-width: 767px) {
  .siteWrapper.siteWrapper--cub-challenge::before {
    width: 12.5vw;
    height: 12.5vw;
    top: 5.2vw;
    /* right: 6.4512vw; */
  }
}
@media screen and (max-width: 460px) {
  .siteWrapper.siteWrapper--cub-challenge::before {
    width: 14.5vw;
    height: 14.5vw;
    top: 7.2vw;
    right: 6.4512vw;
  }
}
.siteWrapper.siteWrapper--cub-challenge footer {
  margin-top: auto;
}
.siteWrapper.siteWrapper--cub-challenge footer:after {
  content: none;
}
.siteWrapper.siteWrapper--cub-challenge .background-img {
  background: #C82B29;
}

.siteWrapper.siteWrapper--cub-challenge .logo img {
  width: 32%;
}

.siteWrapper.siteWrapper--cub-challenge .pagination {
  margin-top: 50px;
  margin-bottom: 50px;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f2f2f2;
  border-radius: 5px;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.2s;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .page-numbers.current {
  background: #C82B29;
  color: #ffffff;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .page-numbers.dots {
  background: transparent;
  width: auto;
  min-width: 24px;
  color: #999999;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .prev-arrow,
.siteWrapper.siteWrapper--cub-challenge .pagination .next-arrow {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #C82B29;
  border-right: 2px solid #C82B29;
}

.siteWrapper.siteWrapper--cub-challenge .pagination .prev-arrow {
  transform: rotate(-135deg);
  margin-left: 4px;
}
.siteWrapper.siteWrapper--cub-challenge .pagination .next-arrow {
  transform: rotate(45deg);
  margin-right: 4px;
}
.siteWrapper.siteWrapper--cub-challenge .reportList h3,
.siteWrapper.siteWrapper--cub-challenge .reportDetail .link01 {
  color: #C82B29;
}

.c-slider__button {
  margin-top: 10px;
  height: 64px;
  font-size: min(100cqi / 264 * 20, 20px);
  display: block;
  color: #fff;
  border: 2px solid #fff;
  padding: 3px;
  background: #000;
}
.custom-post-button {
  max-width: 500px;
  margin: 0 auto;
}
.c-slider__button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: inherit;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.carrallyproject_lead.carrallyproject_lead--cub > .lead {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-size: 32px;
}
@media screen and (max-width:960px) {
  .carrallyproject_lead.carrallyproject_lead--cub > .lead > .leadWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .carrallyproject_lead.carrallyproject_lead--cub > .lead {
    gap: 16px;
    font-size: 24px;
  }
  .carrallyproject_lead.carrallyproject_lead--cub > .lead > .leadWrap {
    gap: 16px;
  }
}

.cubList01 {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 24px 0;
  padding-left: 15px;
}
.cubList01 > dt,
.cubList01 > dd {
  font-size: 120%;
  line-height: 1.25;
}
.cubList01 > dt {
  color: #ffee00;
}
@media screen and (max-width: 580px) {
  .cubList01 {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px 0;
  }
}

.snsWrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 880px) {
  .snsWrap {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }
}
.snsWrap .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.snsWrap .item .ttl {
  font-size: 20px;
  font-weight: 700;
}