@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* swiper */
.kids_art {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.kids_art .swiper-custom-parent{
  width: 100%;
  max-width: 100rem;
  /*padding: 0 10rem;*/
  margin: 0 auto;
  position: relative;
}
.kids_art .swiper-button-next,
.kids_art .swiper-container-rtl .swiper-button-prev {
  background-image: none;
}
.kids_art .swiper-button-prev,
.kids_art .swiper-container-rtl .swiper-button-next {
  background-image: none;
}
.kids_art .slider-wrap .swiper-slide {
  position: relative;
}
.kids_art .slider-wrap .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.kids_art .slider-wrap .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.kids_art .swiper-custom-parent .swiper-button-next:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -25px;
  margin-right: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
/*  background-image: url("../img/nav_icon.svg?$staticlink$");*/
  background-repeat: no-repeat;
  background-position: center center;
}
.kids_art .swiper-custom-parent .swiper-button-prev:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -25px;
  margin-left: -10px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
/*  background-image: url("../img/nav_icon.svg?$staticlink$");*/
  background-repeat: no-repeat;
  background-position: center center;
  right: 0;
  transform: rotate(180deg);
}

.kids_art {
  line-height: 1.5;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
}
.kids_art p {}
.kids_art img {
  max-width: 100%;
  vertical-align: bottom;
}
.kids_art a {
  text-decoration: none;
  color: #333;
}
.kids_art a:hover{
  opacity: .8;
}
.kids_art .fun_photo .swiper-container.slider-auto .swiper-slide{
  position: relative;
}
.kids_art .fun_photo .swiper-container.slider-auto .swiper-slide::before{
  content: "";
  display: block;
  padding-top: 79.5%;
}
.kids_art .fun_photo .swiper-container.slider-auto .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

/*ーーーー メイン　ーーーー */
.kids_art .main_visual {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 7rem;
}
.kids_art .main_visual .headding-1{
  max-width: 1280px;
  max-height: 600px;
  margin: 0 auto;
}
.kids_art .main_visual .headding-1 img {
  display: block;
  aspect-ratio: 1280 / 600;
}

/*ーーーー イントロ　ーーーー */
.kids_art .intro{
  width: 100%;
  max-width: 116rem;
  margin-left: auto;
  margin-bottom: 12rem;
  display: flex;
  justify-content: flex-start;
}
.kids_art .intro_layout{
  width: 38.4%;
  min-width: 40rem;
  padding-left: 3rem;
}
.kids_art .intro_ttl{
  width: 28.7rem;
  margin-bottom: 4.5rem;
  aspect-ratio: 288 / 166;
}
.kids_art .intro_layout p{
  line-height: 2.2;
}
.kids_art .intro_layout p:not(:first-child){
  margin-top: 3rem;
}
.kids_art .intro_layout p span{
  font-size: 2rem;
  font-weight: bold;
  display: block;
}
.kids_art .intro_photo{
  flex: 1;
  align-self: center;
}
.kids_art .intro_photo span{
  position: relative;
  display: block;
}
.kids_art .intro_photo img{
  display: block;
  width: 100%;
  border-radius: 50px 0 0 50px;
  aspect-ratio: 715 / 551;
}
.kids_art .intro_photo span.kajiki::before{
  content: "";
  position: absolute;
  bottom: -11rem;
  left: -15rem;
  width: 100%;
  max-width: 39rem;
  height: 19rem;
  background-size: cover;
  background-repeat: no-repeat;
}

/*ーーーー 目次　ーーーー */
.kids_art .contents.index{
  width: 94.5%;
  max-width: 100rem;
  margin: 0 auto 10rem;
  background-color: #F4F4F4;
}
.toc-container {
  padding: 30px 40px;
  line-height: 1.4;
  font-size: 18px;
  background-color: #F6F6F6;
  position: relative;
}
.toc-container::before{
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 101px;
  height: 76px;
  background-size: contain;
  background-repeat: no-repeat;
}
.toc-container a {
  color: inherit;
  text-decoration: none;
}
.toc-container a:visited {
  text-decoration: none;
}
.toc-container a:hover {
  text-decoration: underline;
}
.toc-container .toc-title {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
}
.toc-toggle {
  display: inline-block;
  margin-left: 2em;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline !important;
}
.toc-list_wrap{
  display: flex;
}
.toc-list {
  display: none;
  counter-reset: index;
  margin-top: .8em;
  margin-left: 1rem;
}
.toc-list > li {
  position: relative;
  padding-left: 1.4em;
}
.toc-list > li:not(:last-child) {
  margin-bottom: 1.2em;
}

/* 目次下層 */
.toc-list > li > ul {
  counter-reset: lowerindex;
  margin-top: .4em;
  margin-left: 2rem;
  font-weight: normal;
}
.toc-list > li > ul > li {
  position: relative;
  padding-left: 1.3em;
}
.toc-list > li > ul > li:not(:last-child) {
  margin-bottom: .4em;
}
.toc-list > li > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: .7em;
  left: .45em;
  width: .2em;
  height: .2em;
  border-radius: 50%;
  background-color: #666;
}

/*ーーーー fun　ーーーー */
#fun1 .ttl{
  width: 45.8rem;
  margin: 0 auto 7rem;
  aspect-ratio: 458 / 166;
}
#fun2 .ttl{
  width: 32.8rem;
  margin: 0 auto 7rem;
  aspect-ratio: 328 / 146;
}
#fun3 .ttl{
  width: 38.2rem;
  margin: 0 auto 7rem;
  aspect-ratio: 384 / 150;
}
.fun1{
  position: relative;
}
.fun1::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 12rem;
  height: 8rem;
  background-size: cover;
}
.fun_wrap{
  width: 100%;
  max-width: 116rem;
  margin-right: auto;
  margin-bottom: 12rem;
  display: flex;
  justify-content: flex-start;
}
.fun_wrap .fun_layout{
  width: 43.86%;
  padding-left: 5rem;
  align-self: center;
}
.fun_wrap .fun_subttl{
  width: 90%;
  max-width: 44.3rem;
  margin-bottom: 4.5rem;
}
.fun_wrap.fun1 .fun_subttl{
  aspect-ratio: 440 / 74;
}
.fun_wrap.fun2 .fun_subttl{
  aspect-ratio: 384 / 76;
}
.fun_wrap.fun3 .fun_subttl{
  aspect-ratio: 436 / 73;
}
.fun_wrap .fun_layout p{
  line-height: 2.2;
  font-size: 1.8rem;
}
.fun_wrap .fun_layout p:not(:last-child){
  margin-bottom: 3rem;
}
.fun_wrap .fun_photo{
  width: 56.14%;
}
.fun_wrap.fun1 .fun_photo{
  aspect-ratio: 641 / 508;
}
.fun_wrap.fun2 .fun_photo{
  aspect-ratio: 1280 / 1243;
}
#fun2 .fun_wrap{
  margin-left: auto;
  margin-bottom: 8rem;
  position: relative;
}
.fun2::before{
  content: "";
  position: absolute;
  bottom: 2%;
  right: 18%;
  width: 36rem;
  height: 14.5rem;
  background-size: cover;
  z-index: 2;
}
#fun2 .fun_wrap .fun_layout{
  padding-left: 3rem;
  padding-right: 4rem;
  order: 1;
}
#fun2 .fun_photo{
  order: 2;
}



.fun3 .fun_subttl{
  margin-top: 5rem;
}

/*商品*/
.product_wrap{
  background-color: #F7F2E9;
  padding: 3.5rem 2rem;
  margin-bottom: 12rem;
}
.product_inner{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.product_img{
  width: 40%;
  max-width: 36rem;
  margin-left: 2rem;
}
.product_detail{
  width: calc((100% - 40%) - 5rem);
  max-width: 54rem;
}
.product_detail p{
  margin-top: .6rem;
  font-weight: 500;
}
.product_ttl{
  font-size: 2.4rem;
  font-weight: bold;
}
.product_txt{
  font-size: 1.4rem;
  line-height: 2;
}
.product_price span{
  font-size: 3.2rem;
  font-weight: bold;
}
.product_delivery{
  background-color: #FBF9F4;
  padding: 1rem;
}
.product_note{
  margin: 1rem 0 2rem; 
  font-size: 1.4rem;
  padding-left: 1rem;
}
.product_note li{
  margin-bottom: .3rem;
}
.product_note li span.white, .product_note li span.blue, .product_note li span.black, .product_note li span.gray{
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .1rem;
}
.product_note li span.blue{
  background-color: #1A2549;
  border: none;
}
.product_note li span.black{
  background-color: #000000;
  border: none;
}
.product_note li span.gray{
  background-color: #88888E;
  border: none;
}
#bag .product_note li:nth-child(2){
  padding-left: 3.9em;
}
.product_link{
  display: flex;
  justify-content: space-between;
}
.product_link a{
  width: calc((100% - 3rem) / 2);
  display: block;
  padding: 1rem 0 1.2rem;
  background-color: #fff;
  border-radius: 3em;
  border: solid 3px #71AC85;
  color: #71AC85;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}
.product_link a.green{
  background-color: #71AC85;
  color: #fff;
}


/*タブ*/
.tab_wrap{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  position: relative;
}
#fun3 .tab_wrap::before{
  content:"";
  position: absolute;
  bottom: -3rem;
  right: 0;
  width: 15.8rem;
  height: 13.1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.tab_wrap ul{
  display: flex;
  justify-content: flex-start;
}
.tab_wrap ul li:not(:last-child){
  margin-right: .5rem;
}
.tab_wrap ul li a{
  display: block;
  background-color: #E3E3E3;
  color: #767676;
  font-size: 1.4rem;
  font-weight: bold;
  padding: .8rem 1rem .4rem;
  border-radius: 10px 10px 0 0;
}
.tab_wrap ul li a.active{
  background-color: #F7F2E9;
  color: #FA8700;
  outline: none;
}
.tab_wrap ul li a span.mug, .tab_wrap ul li a span.tshirt, .tab_wrap ul li a span.bag, .tab_wrap ul li a span.calendar{
  width: 34px;
  height: 34px;
  background-size: 136px 68px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .3rem;
}
.tab_wrap ul li a span.tshirt{background-position: -34px 0;}
.tab_wrap ul li a span.bag{background-position: -68px 0;}
.tab_wrap ul li a span.calendar{background-position: -102px 0;}

.tab_wrap ul li a.current span.mug{background-position: 0 -34px;}
.tab_wrap ul li a.current span.tshirt{background-position: -34px -34px;}
.tab_wrap ul li a.current span.bag{background-position: -68px -34px;}
.tab_wrap ul li a.current span.calendar{background-position: -102px -34px;}


.tab_wrap ul li a span.photobook, .tab_wrap ul li a span.photozine, .tab_wrap ul li a span.walldecor, .tab_wrap ul li a span.halfsize{
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: .3rem;
}


.product_block {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.product_block.active {
  visibility: visible;
  position: relative;
}

/*ーーーー 作例一覧 ーーーー*/
#example{
  margin-bottom: 12rem;
}
#example .ttl{
  width: 100%;
  max-width: 48rem;
  margin: 0 auto 4rem;
}
.imagebox{
  width: 100%;
  margin: 0 auto;
  height: 183px;
}
.auto-slide-container{
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  overflow: hidden;
}
.auto-slide-wrapper{
  display: flex;
  flex-flow: row nowrap;
  width: 1950px;
  flex: none;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper{
  -webkit-animation: loop 120s -60s linear infinite;
  animation: loop 120s -60s linear infinite;
}
.imagebox .auto-slide-container.anime .auto-slide-wrapper + .auto-slide-wrapper{
  -webkit-animation: loop2 120s linear infinite;
  animation: loop2 120s linear infinite;
}
.auto-slide-wrapper img {
  display: block;
  width: 100%;
  aspect-ratio: 1950 / 183;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
 @-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/*ーーーー YouTube ーーーー*/
#movie .ttl {
  width: 100%;
  max-width: 48.4rem;
  margin: 0 auto 2rem;
}
#movie .subttl {
  width: 100%;
  max-width: 45.2rem;
  margin: 0 auto 3rem;
}
#movie .youtube_play {
  cursor: pointer;
  position: relative;
  max-width: 64rem;
  margin: 10px auto 10px;
  text-align: center;
}
#movie .youtube_play::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
#movie .youtube_play .youtube_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  overflow: hidden;
}
#movie .youtube_play iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#movie .youtube_note{
  margin-bottom: 12rem;
  text-align: center;
}


/*ーーーー 簡単4ステップ ーーーー*/
#step .ttl{
  width: 100%;
  max-width: 76.8rem;
  margin: 0 auto 5rem;
}
#step ul{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 2rem;
  margin-bottom: 12rem;
}
#step ul li{
  width: calc((100% - 9rem) / 4);
  text-align: center;
  font-size: 1.8rem;
}
#step ul li:not(:first-child){
  margin-left: 3rem;
}
#step ul li img{
  margin-bottom: 1rem;
}

/*ーーーー 上手に作成するポイント ーーーー*/
#point{
  background-position: center top;
  background-size: cover;
}
#point .ttl{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 8rem;
  text-align: center;
}
#point .ttl span{
  display: block;
  position: relative;
}
#point .ttl span::before, #point .ttl span::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background-color: #000;
  z-index: -1
}
#point .ttl span::before{
  left: 0;
}
#point .ttl span::after{
  right: 0;
}
#point > .ttl img{
  width: 100%;
  max-width: 54rem;
  background-color: #fff;
  padding: 0 3rem;
}
#point .point_wrap{
width: 100%;
max-width: 90rem;
margin: 0 auto 8rem;
display: flex;
}
#point .point_wrap:nth-child(odd) .point_txt{
  order:2;
}
#point .point_wrap:nth-child(odd) .point_photo{
  order:1;
  text-align: left;
}
#point .point_wrap .point_txt{
  width: 50%;
}
#point .point_wrap .point_txt .icon{
  width: 10rem;
  margin-bottom: .5rem;
}
#point .point_wrap .point_txt .ttl{
  margin-bottom: 3rem;
}
#point .point_wrap .point_txt p{
  font-size: 1.8rem;
  line-height: 2;
}
#point .point_wrap.point3_2 .point_txt{
  align-self: center;
  padding: 0 1rem 0 0;
}
#point .point_wrap .point_photo{
  width: 50%;
  text-align: center;
}
#point .point_wrap .point_photo img{
  width: 90%;
}
#point .point_wrap.point2 .point_txt{
  background-size: 113px 109px;
  background-position: right top;
}
#point .point_wrap.point3 .point_txt{
  background-size: 121px 127px;
  background-position: right top;
}
#point .point_wrap.point4 .point_txt{
  background-size: 223px 81px;
  background-position: right top;
}


#point .point_note{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto 8rem;
  text-align: center;
}
#point .point_note_ttl{
  margin-bottom: ;
  font-size: 2.4rem;
  font-weight: 700;
}
#point .point_note_txt{
  margin-top: .6rem;
}

/*ーーーー　よくある質問　ーーーー*/
#faq {
  margin-top: 10rem;
}
#faq .ttl{
  width: 100%;
  max-width: 24rem;
  margin: 0 auto 5rem;
}
#faq .fqa_block{
  width: 100%;
  max-width: 91rem;
  margin: 0 auto 2rem;
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 1.5rem 2rem;
}
.q_block{
  cursor: pointer;
}
.q_block,
.a_block > div{
  display: flex;
}
.q_block span, .a_block span{
  flex: 1;
  padding-top: .4rem;
}
.q_block span.icon, .a_block span.icon{
  width: 3.2rem;
  margin-right: 1rem;
  flex: none;
  padding-top: 0;
}
.a_block{
  display: none;
  border-top: dashed 1px #D3D3D3;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.a_block span a{
  text-decoration: underline;
}
.a_block.active{
  display: block;
}
a.btn_faq_other{
  width: 100%;
  max-width:41.5rem; 
  display: block;
  border: solid 1px #71AC85;
  color: #71AC85;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 3rem;
  padding: 1.6rem 0;
  margin: 3rem auto 12rem;
}
.fqa_block .q_block{
  position: relative;
  padding-right: 24px;
}
.fqa_block .q_block::before ,
.fqa_block .q_block::after {
  content: "";
  position: absolute;
  display: block;
  background: #333;
  transition: 0.5s;
}

.fqa_block .q_block::before {
	top: 50%;
	right: 10px;
	width: 18px;
	height: 2px;
  transform: translate(50%, -50%);
}
.fqa_block .q_block::after {
	top: 50%;
	right: 10px;
	width: 2px;
	height: 18px;
  transform: translate(50%, -50%);
}
.fqa_block .q_block.active::after {
  transform: translateX(40%) translateY(-50%) rotate(90deg);
}


/*ーーーー 体験者の声 ーーーー*/
#voice{
  background-color: #F7F2E9;
  padding: 3.5rem 0 2rem;
  margin-bottom: 10rem;
}
#voice .ttl{
  width: 100%;
  max-width: 23rem;
  margin: 0 auto 6rem;
}
#voice .voice_wrap{
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#voice .voice_wrap li{
  width: calc((100% - 3%) / 2);
  display: flex;
  margin-bottom: 4.5rem;
}
#voice .voice_wrap li .img{
  width: 28%;
  text-align: center;
  margin-right: 7%;
}
#voice .voice_wrap li .img span{
  width: 9.4rem;
  height: 3rem;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}

#voice .voice_wrap li .txt{
  width: 62%;
  background-color: #fff;
  padding: 2.4rem;
  position: relative;
  border-radius: 12px;
}
#voice .voice_wrap li .txt::before{
  content: "";
  position: absolute;
  top: 3.5rem;
  left: -1.6rem;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 20px solid #fff;
  border-left: 0;
}
#voice .voice_wrap li .txt:nth-child(odd){
  margin-right: 3%;
}

/*ーーーー その他の写真プレゼント特集 ーーーー*/
#other{
  margin-bottom: 10rem;
}
#other .ttl{
  width: 44rem;
  margin: 0 auto 5rem;
}
#other ul {
  width: 100%;
  max-width: 87rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#other ul li{
  width: calc((100% - 10rem) / 3);
  margin-bottom: 5rem;
  text-align: center;
}
#other ul li:not(:nth-child(3n)){
  margin-right: 5rem;
}
#other ul li a img{
  border-radius: 20px;
}
#other ul li a span{
  margin-top: 1rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2.4rem;
}
#other ul li a span::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #71AC85;
  border-radius: 50%;
}
#other ul li a span::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: .4rem;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
}

@media screen and (min-width: 1280px) {
  .kids_art .intro{
    max-width: 128rem;
    margin: 0 auto 12rem;
    padding-left: 7rem;
  }
  .fun_wrap{
    max-width: 128rem;
    margin: 0 auto 12rem;
  }

}
@media screen and (max-width: 1080px) {
  .fun_wrap{
    margin-bottom: 10rem;
  }
  .kids_art .intro_layout{
    width: 42.4%;
  }
  .kids_art .intro_photo span.kajiki::before{
    bottom: -13rem;
    left: -10rem;
    width: 100%;
    max-width: 36rem;
    height: 19rem;
  }
  #fun1 .ttl{
    width:38.5rem;
  }
  .fun_wrap .fun_subttl{
  max-width: 36rem;
  margin-bottom: 3.5rem;
  }
  .fun_wrap .fun_layout{
    width: 42.4%;
    padding-right: 2rem;
    padding-left: 5rem;
  }
  .fun_wrap .fun_layout p{
    line-height: 2;
  }
  .fun_wrap .fun_layout p:not(:last-child){
    margin-bottom: 3rem;
  }
  .fun_wrap .fun_layout p br{
    display: none;
  }
  .fun1::before{
    top: inherit;
    bottom: -12%;
    right: 3%;
    width: 10rem;
    height: 7rem;
    background-size: cover;
  }
  .fun2::before{
    content: "";
    position: absolute;
    bottom: 4.2%;
    right: 14%;
    width: 28rem;
    height: 10.5rem;
  }
}
@media screen and (max-width: 960px) {
  .kids_art .intro_ttl{
    width: 25.7rem;
    margin-bottom: 2.5rem;
  }
  .kids_art .intro_layout p{
    font-size: 1.5rem;
    line-height: 2;
  }
  .kids_art .intro_layout{
    width: 42.4%;
  }
  .kids_art .intro_photo img {
   border-radius: 40px 0 0 40px;
  }
  .kids_art .intro_photo span.kajiki::before{
    bottom: -13rem;
    left: -5rem;
    width: 100%;
    max-width: 34rem;
    height: 18rem;
  }
  /*ーーーー fun　ーーーー */
  .fun_wrap{
    margin-bottom: 6rem;
  }
  #fun1 .ttl{
    width: 35.8rem;
    margin: 0 auto 5rem;
  }
  .fun_wrap .fun_layout {
    width: 48%;
    padding-left: 4rem;
  }
  .fun_wrap .fun_layout p{
    margin-bottom:2rem;
    font-size: 1.5rem;
  }
  .fun_wrap .fun_layout p:not(:last-child){
    margin-bottom: 1.5rem;
  }
  #fun2 .ttl {
    width: 27.8rem;
  }
  #fun3 .ttl {
    width: 31.2rem;
  }
  #fun2 .fun_wrap{
    margin-bottom: 4rem;
  }
  
  /*ーーーー 商品　ーーーー */
  .product_img{
    width: 35%;
    align-self: center;
  }
  .product_ttl{
    font-size: 2.2rem;
  }
  .product_detail{
    width: calc((100% - 35%) - 7rem);
  }
  .product_txt{
    line-height: 1.8;
  }
  .product_txt br{
    display: none;
  }
  .product_price span{
    font-size: 2.8rem;
  }
  .product_detail p{
    font-size: 1.4rem;
  }
  .product_link a{
    width: calc((100% - 2rem) / 2);
    padding: .8rem 0 1rem;
    font-size:1.6rem;
  }
  .tab_wrap ul{
    margin-left: 1rem;
  }
  #fun3 .tab_wrap::before {
    bottom: -2rem;
    right: 2rem;
    width: 12.8rem;
    height: 10.1rem;
  }
  .tab_wrap ul li a{
    padding: .8rem .6rem .4rem
  }
  /*ーーーー 簡単4ステップ ーーーー*/
  #step .ttl{
    max-width: 64.8rem;
  }
  #step ul li{
  width: calc((95% - 7rem) / 4);
  font-size: 1.6rem;
  }
  #step ul li:not(:first-child){
    margin-left: 2.5rem;
  }
  
  /*ーーーー　上手に作成するポイント　ーーーー*/
  #point .point_wrap{
    padding: 0 2rem;
  }
  #point .point_wrap .point_txt .icon{
    width: 8rem;
    margin-bottom:.8rem;
  }
  #point .point_wrap .point_txt .ttl{
    margin-bottom: 1rem;
  }
  #point .point_wrap .point_txt p{
    font-size: 1.6rem;
  }
  #point .point_wrap .point_txt p br{
    display: none;
  }
  /*ーーーー　よくある質問　ーーーー*/
  #faq{
    padding: 0 2rem;
  }
  /*ーーーー　体験者の声　ーーーー*/
  #voice .voice_wrap{
    padding: 0 2rem;
  }
  /*ーーーー　その他の写真プレゼント特集　ーーーー*/
  #other ul {
    padding: 0 2rem;
  }
  #other ul li{
    width: calc((100% - 6rem) / 3);
    margin-bottom: 3rem;
  }
  #other ul li:not(:nth-child(3n)){
    margin-right: 3rem;
  }
}

/* pc */
@media screen and (min-width: 769px) {
  .kids_art .sp-only {
    display: none;
  }
  .kids_art .sp-only.tb-only {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .kids_art .pc-only {
    display: none;
  }
  .kids_art .sp-only {
    display: block;
  }
  /*ーーーー イントロ　ーーーー */
  .kids_art .main_visual{
    margin-bottom: 5rem;
  }
  .kids_art .inner {
   padding: 0 2rem;
  }
  .kids_art .intro {
   display: block;
  }
  .kids_art .intro_layout {
   width: inherit;
   min-width: inherit;
   margin-bottom: 3rem;
   padding-left: initial;
   padding: 0 2rem;
  }
  .kids_art .intro_layout br {
   display: none;
  }
  .kids_art .intro_ttl {
   width: 21.7rem;
   margin: 0 auto 3.5rem;
  }
  .kids_art .intro_layout p{
    font-size: 1.6rem;
  }
  .kids_art .intro_layout p:not(:first-child){
    margin-top: 1rem;
  }
  .kids_art .intro_layout p span {
   font-size: 1.8rem;
   display: inline;
  }
  .kids_art .intro_photo {
   width: 86%;
   margin-left: auto;
  }
  .kids_art .intro_photo img {
   border-radius: 30px 0 0 30px;
  }
  .kids_art .intro_photo span.kajiki::before{
    bottom: -10rem;
    left: -4rem;
    max-width: 28rem;
    height: 14rem;
  }
  /*ーーーー 目次　ーーーー */
  .kids_art .contents.index{
    margin-bottom: 6rem;
  }
  .toc-container{
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }
  .toc-container::before{
  top: .5rem;
  right: 1rem;
  width: 72px;
  height: 55px;
}
  .toc-container .toc-title{
    font-size: 2rem;
  }
  .toc-toggle{
    font-size: 1.6rem;
  }
  .toc-list_wrap{
    display: block;
  }
  .toc-list > li{
    padding-left: .5em;
  }
  
  /*ーーーー fun　ーーーー */
  #fun1 .ttl {
    width: 26rem;
    margin: 0 auto 5rem;
  }
  .fun_wrap{
    display: block;
  }
  .fun1::before {
    width: 8rem;
    height: 5.5rem;
  }
  .fun_wrap .fun_photo{
    width: 94%;
  }
  .fun_wrap .fun_layout{
    width: 100%;
    margin-bottom: 6rem;
  }
  .fun_wrap .fun_subttl{
    width: 100%;
    margin-top: 4rem;
  }
  
  .fun_wrap .fun_layout p:not(:last-child){
    margin-bottom: 1rem;
  }
  .fun2::before{
    bottom: initial;
    top: 36.5%;
    right: 23%;
    width: 19rem;
    height: 7.5rem;
  }
  #fun2 .fun_wrap{
    margin-bottom: 5rem;
  }
  #fun2 .ttl {
    width: 20rem;
    margin: 0 auto 5rem;
  }
  #fun2 .fun_wrap .fun_layout{
    padding: 0 2rem;
  }
  #fun2 .fun_wrap .fun_subttl{
    margin-top: 3rem;
  }
  #fun2 .fun_photo{
    margin-left: auto;
  }
  #fun3 .ttl {
    width: 22rem;
    margin: 0 auto 5rem;
  }
  
  /*ーーーー 商品　ーーーー */
  .product_wrap{
    margin-bottom: 8rem;
  }
  .product_wrap:last-child{
    margin-bottom: 5rem;
  }
  .product_inner{
    display: block;
  }
  .product_img{
    width: 80%;
    margin: 0 auto 3rem;
  }
  .product_detail{
    width: 100%;
  }
  .product_ttl{
    font-size: 2rem;
  }
  .product_detail p{
    line-height: 1.6;
  }
  .product_price span {
    font-size: 2.6rem;
}
  .product_link a{
    width: calc((100% - 1.5rem) / 2);
    font-size: 1.6rem;
  }
  .tab_wrap{
    padding: 0 1rem;
  }
  .tab_wrap li{
    width: calc(100% / 4);
  }
  .tab_wrap ul li a{
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
  }
  .tab_wrap ul li a span.mug, .tab_wrap ul li a span.tshirt, .tab_wrap ul li a span.bag, .tab_wrap ul li a span.calendar, .tab_wrap ul li a span.photobook, .tab_wrap ul li a span.photozine, .tab_wrap ul li a span.walldecor, .tab_wrap ul li a span.halfsize{
    display: block;
    margin: 0 auto;
  }
  #fun3 .tab_wrap::before{
    content:"";
    position: absolute;
    bottom: 8rem;
    right: 0;
    width: 9.8rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /*ーーーー 作例一覧 ーーーー*/
  #example {
    margin-bottom: 6rem;
  }
  #example .ttl{
    width: 90%;
    margin: 0 auto 2rem;
  }  

/*ーーーー YouTube ーーーー*/
#movie .ttl {
  width: 100%;
  max-width: 48.4rem;
  margin: 0 auto 2rem;
}
#movie .subttl {
  padding: 0 2rem;
}
#movie .youtube_play {
  width: 100%!important;
  height: auto!important;
  max-width: initial;
}
#movie .youtube_note{
  margin-bottom: 8rem;
  font-size: 3.2vw;
}


  /*ーーーー 簡単4ステップ ーーーー*/
  #step .ttl{
    margin-bottom: 2rem;
  }
  #step ul{
    margin-bottom: 8rem;
  }
  #step ul li{
  width: calc((100% - 2rem) / 2);
  font-size: 1.6rem;
  }
  #step ul li:not(:first-child){
    margin-left: 0;
  }
  #step ul li:nth-child(even){
    margin-left: 2rem;
  }
  #step ul li:nth-child(n+3){
    margin-top: 2rem;
  }
  
  /*ーーーー 上手に作成するポイント ーーーー*/
  #point{
    margin-bottom: 2rem;
  }
  #point .ttl{
    width: 100%;
    max-width: 100rem;
    margin: 0 auto 4rem;
    text-align: center;
  }
  #point .ttl span{
    display: block;
    position: relative;
  }
  #point > .ttl img{
    width: 100%;
    max-width: 50rem;
    background-color: #fff;
    padding: 0 3rem;
  }
  #point .point_wrap{
    width: 100%;
    max-width: 90rem;
    margin: 0 auto 4rem;
    display: block;
  }
  #point .point_wrap:nth-child(odd) .point_txt{
    order:2;
  }
  #point .point_wrap:nth-child(odd) .point_photo{
    order:1;
    text-align: left;
  }
  #point .point_wrap .point_txt{
    width: 100%;
  }
  #point .point_wrap .point_txt p{
    margin-bottom: 2rem;
  }
  #point .point_wrap .point_photo{
    width: 100%;
  }
  #point .point_wrap .point_photo img{
    width: 100%;
  }
  #point .point_wrap.point2 .point_txt{
  background-size: 100px 97px;
  }
  #point .point_wrap.point3 .point_txt{
    background-size: 100px 104px;
  }
  #point .point_wrap.point4 .point_txt{
    background-size: 194px 70px;
  }
  #point .point_note{
    margin-bottom: 5rem;
    padding: 0 2rem;
  }
  #point .point_note_ttl{
    font-size: 2rem;
  }
  #point .point_note_txt{
    font-size: 4.10vw;
    text-align: left;
  }


  /*ーーーー　よくある質問　ーーーー*/
  #faq .ttl{
    max-width: 18rem;
    margin: 0 auto 5rem;
  }
  #faq .fqa_block{
    width: 100%;
    max-width: 91rem;
    margin: 0 auto 1rem;
    padding: 1rem 1.5rem;
  }
  .q_block span.icon, .a_block span.icon{
    width: 2.6rem;
    margin-right: .6rem;
    flex: none;
    padding-top: 0;
  }
  .q_block span, .a_block span {
    padding-top: 0.2rem;
  }
  a.btn_faq_other{
    width: 100%;
    max-width:41.5rem; 
    display: block;
    border: solid 1px #71AC85;
    color: #71AC85;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
    border-radius: 3rem;
    padding: 1.6rem 0;
    margin: 3rem auto 6rem;
  }
  /*ーーーー 体験者の声 ーーーー*/
  #voice{
    padding: 3.5rem 0 2rem;
    margin-bottom: 5rem;
  }
  #voice .ttl{
    width: 100%;
    max-width: 18rem;
    margin: 0 auto 3rem;
  }
  #voice .voice_wrap{
    display:block;
    padding: 0 2rem;
  }
  #voice .voice_wrap li{
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
  }
  #voice .voice_wrap li .txt{
    width: 65%;
    padding: 1.8rem;
  }
  #voice .voice_wrap li .img span{
    margin-top: .5rem;
    font-size: 1.6rem;
  }
  /*ーーーー　その他の写真プレゼント特集　ーーーー*/
  #other {
    margin-bottom: 6rem;
}
  #other .ttl{
    width: 23rem;
    margin: 0 auto 5rem;
  }
  #other ul {
    padding: 0 2rem;
  }
  #other ul li{
    width: calc((100% - 2.5rem) / 2);
    margin-bottom: 2.5rem;
  }
  #other ul li:not(:nth-child(3n)){
    margin-right: 0;
  }
  #other ul li:not(:nth-child(2n)){
    margin-right: 2.5rem;
  }
}
/* SP用 */
@media screen and (max-width: 559px) {
  .kids_art .main_visual .headding-1 img {
    aspect-ratio: 780 / 836;
  }
  .kids_art .sp-nowrap {
    white-space: nowrap;
  }
  .toc-list > li{
    font-size: 3.73vw;
  }
  .fun1::before{
    width: 9rem;
    height: 6rem;
    bottom: -8.5%;
  }
  #point .point_wrap .point_txt p{
    font-size: 3.73vw;
  }
  .kids_art .intro_layout p {
    font-size: 4.10vw;
  }
  .fun_wrap .fun_layout p{
    font-size: 3.73vw;
  }
  .q_block span, .a_block span{
    font-size: 4.10vw;
  }
  #other ul li a span{
    font-size: 4.10vw;
  }
  #step ul li{
    font-size: 4.10vw;
  }

}