@charset "UTF-8";

#page_header{background-image:url("../img/header_back_pc.webp");height: 460px;padding-top:  10%;}

.w90per{width: 90%;margin: 0 auto;}
.a_blue{display: inline-block;}
.mt100{margin-top: 100px;}

/* section_01 */
.section_01{background-image:url("../img/gallery_back_left_pc.webp");background-repeat: no-repeat;background-size: contain;background-position: top left; height: 100%;}
.section_right{background-image:url("../img/gallery_back_right_pc.webp");background-repeat: no-repeat;background-size: contain;background-position: top right;height: 100%;}
/* アイコンのスタイル */



/* section_02 */
.section_02{background-image:url("../img/gallery_back02_pc.webp");background-repeat: repeat-y;background-size: contain;background-position: top center; padding-bottom: 10%;}

.box-gallery {
    display: flex;
}
/*偶数の場合のみ写真文を逆転*/
.box-gallery:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.box-gallery:nth-of-type(2n) .box-gallery-text {
      margin-left: auto;
	  background-color: #fdf6d5;
  }
.box-gallery-img {
    width: 45%;
}
.box-gallery-text {
    width: 45%;
	background-color: #ddf0f4;
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 3em 1em;
}
.box-gallery-img img {
    max-width: 100%;
    height: auto;
	margin-bottom: 6em;
}

.gallery_ttl{color:#ea5514;font-size: 1.6em;}
@media screen and (max-width: 640px) {
  .box-gallery {
      display: block;
  }
  .box-gallery-img {
      width: 80%;
  }
  .box-gallery-text {
      width: 80%;
  }
  /*偶数の場合のみ右寄せ*/
  .box-gallery:nth-of-type(2n) .box-gallery-img {
      margin-left: auto;
  }
  .box-gallery:nth-of-type(2n) .box-gallery-text {
      margin-left: auto;
	  background-color: #fdf6d5;
  }
}

.pagenation{margin: 5em 0;}

.pagination {
  display: inline-block;
}

.gallery_left{width: 60%;float: left;}
.gallery_left p{margin-top: 2em; font-size: 1.14em;line-height: 2.2em;}
.gallery_left p span{font-size: 1.2em;}
.gallery_right{width: 38%;float: right;}
.gallery_right img{width: 100%;}
/*
===================================================
 tb タブレット解像度
===================================================
*/
@media screen and (max-width:1000px) {
#page_header{background-image:url("../img/header_back_pc.webp");height: 300px;padding-top:  10%;}
	}
/*
===================================================
 sp スマホ解像度
===================================================
*/
@media screen and (max-width:640px) {
#page_header{background-image:url("../img/header_back_sp.webp");height: 200px;padding-top:  10%;}

.mt100{margin-top: 30px;}

.title_h3{font-size: 1.3em;margin-bottom: 1%;line-height: 1.2;}
.sp_mt3em{margin-top: 3em;}
.w90per{width: 100%;margin: 0 auto;}
.box-item04{width: 47%;display: inline-block;margin:1% 0 2%;height: auto;}

/* section_01 */
.corner_box{background-image:url("../img/first_birthday_back_sp.webp");background-repeat: no-repeat;background-size: cover;background-position: top center; padding-top: 24%;padding-bottom: 8%;}
.corner_ttl_img{margin-bottom: 12%;}
.corner_ttl{font-size: 1.2em;text-align: center;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
.corner_p{font-size: 0.9em; text-align: center;margin-top: 2em;line-height: 1.6em;margin-bottom: 2em;}

.campaign_ttl{width: 70%;margin: 2em auto 0;}
.cam-bk-img{
    width: 90%;
    height: 280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
	margin: 0 auto;
}
#works_slide_box {
    position: relative;
    width:100%;
    z-index: 10;
    overflow: hidden;
	margin: 3% 0;
}
#works_slide_box .swiper-container3 {
	position:relative;
	width:90%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#studio_slide_box .swiper-container4 {
	position:relative;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.gallery-bk-img{
   height: 200px;
}
	.section_04 img.spmgm{margin-bottom: 2em;}
.studio_copy{font-size: 1.2em;}
	
	
.gallery_left{width: 100%;float: none;}
.gallery_left p{margin-top: 0em; font-size: 1.14em;line-height: 2.2em;}
.gallery_left p span{font-size: 1.2em;}
.gallery_right{width: 100%;float: none;}
.gallery_right img{width: 100%;margin-top:4em;}
}
