@charset "UTF-8";
/* ---------------------------------------------------------
   thankswall.css【感謝のかべ】
----------------------------------------------------------*/
/*common*/
.contents_text {
  margin: 30px 10px;
  line-height: 1.7;
}
p {
  font-size: 1.1em;
}
.pc_img {
  display: block;
}
.sp_img {
  display: none;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_img {
    display: none;
  }
  .sp_img {
    display: block;
  }
  .contents_text {
    margin: 30px 0px;
  }
  .sp {
    display: block;
  }
}
/*sections watchmovie*/
.sectiontitle {
  margin: 0 100px 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  border: solid 7px #feccd8;
  color: #000;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 20%), 0px 1px 2px 3px hsl(346deg 56% 83%) inset;
}
.sectiontitle2 {
  margin: 0 100px 40px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  background: #fff;
  border: solid 7px #feccd8;
  color: #000;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 20%), 0px 1px 3px 1px rgb(0 0 0 / 18%) inset;
}
.sectiontitle h2 {
  font-weight: 500;
  font-size: 2rem;
}
.sectiontitle2 h2 {
  font-weight: 500;
  font-size: 2rem;
}
.icon02 {
  border: solid 7px #ffffff;
}
.icon01:before {
  content: '';
  display: inline-block;
  background-image: url("../images/thankswall-movie/movie_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 30px;
  width: 53px;
}
.icon02:before {
  content: '';
  display: inline-block;
  background-image: url("../images/thankswall-movie/camera_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 30px;
  width: 36px;
}
.thankswall, #mv_center {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}
.thankswall p {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
  max-width: 430px;
}
.company p {
  text-align: right;
  margin-top: 50px;
}
.company p.president span {
  font-size: 22px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: -0.1em;
}
.thankswall {
  margin-top: 50px;
}
p.alignCenter {
  text-align: center;
  padding: 6px 15px 0px 15px;
}
.container {
  display: flex;
  align-items: center;
  padding-bottom: 13%;
  justify-content: space-between;
}
.youtube_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  /* margin-bottom: 50px; */
}
.youtube_box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.container {
  max-width: 980px;
}
.boxA {
  width: 40%;
  margin-bottom: 10px;
}
.boxB {
  width: 60%;
}
.bkclass {
  background-image: url("../images/thankswall/background.jpg");
  background-position: bottom;
  background-size: 120%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .child_flex{
    margin-top: 10px;
  }
  .thankswall p,.contents_text p {
    font-size: 14px;
  }
  .ckickmodal p{
    font-size: 17px;
  }
  #mov_text {
    margin: 0;
  }
  .sectiontitle h2 {
    font-size: 1.3rem;
  }
  .sectiontitle2 h2 {
    font-size: 1.3rem;
  }
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 55px;
  }
  .sectiontitle {
    margin: 0 0 30px;
  }
  .sectiontitle2 {
    margin: 0 0 30px;
  }
  .boxA {
    width: 100%;
  }
  .boxB {
    width: 100%;
  }
  .bkclass {
    background-size: 170%;
  }
  .thankswall {
    margin-top: 30px;
  }
  .icon01:before {
    height: 24px;
    width: 45px;
  }
  .icon02:before {
    height: 24px;
    width: 28px;
  }
}
/*gallery*/
.gallery {
  width: auto;
  background: #feccd8;
  padding: 18px 0;
  margin-bottom: 40px;
}
.articles {
  display: flex;
  flex-wrap: wrap;
}
.articles p {
  text-align: center;
  padding-top: 10px;
}
.photos {
  width: calc((100% - 8%) / 3);
  padding: 30px 20px 20px;
  background-color: white;
  margin-bottom: 30px;
  box-shadow: 1px 2px 4px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  margin-right: 4%;
}
.photos:nth-child(3n){
	margin-right: 0;
}
.photos a {
  overflow: hidden;
}
.photos img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 977px) {
  .articles {
    justify-content: space-around;
  }
}
@media screen and (max-width: 675px) {
  .articles {
    justify-content: center;
	flex-direction: column;
  }
	.photos{
		margin-right: auto;
		width: 84%;
		margin: 0 auto 40px;
	}
	.photos:nth-child(3n){
		margin-right: auto;
	}
}

/* movie new */
.child_flex>div{
    width: calc(97%/2);
}
.child_flex{
  display: flex;
  justify-content: space-between;
  max-width: 520px;
}
.child_flex div p{
  background:#EB6120;
  background: #EB6120;
  color: white;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px;
  letter-spacing: -0.5px;
}
.child_flex div p span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 7px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
.box{
    width: auto;
}
.child_flex>div{
  width: calc(97%/2);
}
}
/* modal */
.modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      /* display: none; */
      opacity: 0;
      transition: .5s;
      pointer-events: none;
      z-index: 0;
    }

.bigimg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 35%;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.close-btn {
  color: #fff;
  font-size: 40px!important;
  position: absolute;
  right: 20px;
  top: 80px;

}

.close-btn {
  color: #FFF;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
  width: 21px;
  height: 21px;
}
.close-btn:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-btn:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 30px;
  height: 3px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal_on{
  opacity: 1;
  pointer-events: all;
}
p.close-btn {
    top: 110px;
    right: 3%;
}
@media screen and (max-width: 767px) {
  .bigimg {
    top: 25%;
  }
  p.close-btn {
    top: 80px;
    right: 7%;
  }
}
