@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;
}
@media screen and (max-width: 1080px) {
    .reportDetail {
        max-width: 91.21523%;
        padding: 1em;
    }
    .reportDetail img {
        width: 100%;
    }
}

.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;
}