/*Mv
=======================================================*/
.mv{
  position: relative;
}
.mv-img{
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.insta_img img{
	width:45%;
}

.lightbox{
	top:2800px!important;
}


.slider-container {
    width: 80%; /* スライダーの幅を適切なサイズに調整 */
    max-width: 1200px; /* 必要に応じて最大幅を指定 */
    margin: 0 auto; /* 中央寄せ */
    height: 400px; /* スライダーの高さを適切なサイズに調整 */
}


.slick-slider{
	width: 80%;
    margin: 0 auto;
    margin-top: 5rem;
}

.slick-initialized .slick-slide {
    display: block;
    margin: 1rem;
}


.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width: 1045px){
}
@media screen and (max-width: 768px){
	.insta_img img{
	width:15%;
}
	.lightbox{
	top:2660px!important;
}
	.title {
    font-family: sans-serif;
    font-weight: bold;
    color: black;
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 10px;
}
	
	
.slick-initialized .slick-slide {
    display: block;
    margin: 0.5rem;
}
	
}

/*選ばれる理由
=======================================================*/
.reason .common{
  margin-top: 100px;
}
.reason-ttl{
  font-family: "KozGoH";
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 50px;
}
.reason-ttl img{
  width: 350px;
  display: block;
}
.reason-txt{
  background:rgba(0,0,0,0.75);
  color: #fff;
  padding: 40px;
  margin: 30px 0 50px;
}
ul.reason-point{
  display: flex;
  justify-content: space-between;
}
ul.reason-point li{
  background: url(/wp-content/themes/4komaland/img/bg1.png) no-repeat;
  background-size: cover;
  text-align: center;
  font-family: "KozGoB";
  font-size: 35px;
  width: calc(100% / 3.2);
  padding: 20px;
}
ul.reason-point li img{
  display: block;
}

@media screen and (max-width: 1045px){
}
@media screen and (max-width: 768px){
  .reason{
    background: url(/wp-content/themes/4komaland/img/reason-sp-bg.png) no-repeat;
    background-size: 100%;
  }
  .reason .common{
    margin-top: 0;
  }
  .reason-ttl{
    font-size: 20px;
    padding-top: 50px;
  }
  .reason-ttl img{
    width: 50%;
  }
  .reason-txt{
    padding: 20px;
    line-height: 1.6;
  }
  ul.reason-point{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  ul.reason-point li{
    width: calc(100% / 2.1);
    font-size: 20px;
    padding: 10px;
  }
  ul.reason-point li:last-child{
    margin-top: 10px;
  }
}

/*マンガ制作の流れ
=======================================================*/
ol.work-flow-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ol.work-flow-wrap li{
  width: calc(100% / 2 - 15px);
  height: 300px;
  background-size: cover;
  padding: 10px;
  margin-top: 30px;
}
.work-flow-box1{
  background: url(/wp-content/themes/4komaland/img/bg2.png) no-repeat;
}
.work-flow-box2{
  background: url(/wp-content/themes/4komaland/img/bg3.png) no-repeat;
}
.work-flow-box3{
  background: url(/wp-content/themes/4komaland/img/bg4.png) no-repeat;
}
.work-flow-box4{
  background: url(/wp-content/themes/4komaland/img/bg5.png) no-repeat;
}

@media screen and (max-width: 768px){
  ol.work-flow-wrap li{
    width: 100%;
    height: 250px;
    margin-top: 20px;
  }
}

/*選べるマンガタッチ
=======================================================*/
ul.paint-style-wrap{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
ul.paint-style-wrap li{
  width: calc(100% / 4 - 0px);
  margin-top: 10px;
  font-family: "KozGoM";
  font-size: 18px;
}
ul.paint-style-wrap li img{
  display: block;
  padding:1rem;
}

@media screen and (max-width: 768px){
  ul.paint-style-wrap{
    justify-content: center;
  }
ul.paint-style-wrap li img{
  padding:0;
}
  ul.paint-style-wrap li{
    width: calc(100% / 3 - 7px);
    margin-right: 10px;
  }
  ul.paint-style-wrap li:nth-child(3n){
    margin-right: 0;
  }
  ul.paint-style-wrap li:last-child{
    margin-right: 0;
  }
}

/*業界最安値
=======================================================*/

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

/*制作事例
=======================================================*/
ul.case-wrap{
  display: flex;
  flex-wrap: wrap;
}
ul.case-wrap li{
  margin-right: 70px;
  line-height: 1.3;
  margin-top: 20px;
}
ul.case-wrap li:nth-child(4n){
  margin-right: 0;
}
ul.case-wrap li span{
  display: block;
  text-align: center;
}
ul.case-wrap li span.case-name{
  font-size: 13px;
}
ul.case-wrap li span.case-type{
  font-size: 18px;
  font-family: "KozGoM";
}
ul.case-wrap li span.case-cate{
  font-size: 15px;
  margin-bottom: 5px;
}
.case-btn{
  display: block;
  font-family: "KozGoB";
  font-size: 25px;
  width: 350px;
  margin: 0 auto;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  color: #000;
  height: 60px;
  line-height: 60px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
.case-btn:hover{
  color: #fff;
  background: #000;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px){
  ul.case-wrap{
    justify-content: space-between;
  }
  ul.case-wrap li{
    margin-right: 0;
  }
}
@media screen and (max-width: 768px){
  ul.case-wrap{
    justify-content: space-between;
  }
  ul.case-wrap li{
    width: calc(100% / 2 - 10px);
    margin-right: 0;
  }
  ul.case-wrap li span.case-type{
    font-size: 14px;
    line-height: 1;
  }
  ul.case-wrap li span.case-name {
    font-size: 11px;
  }
  ul.case-wrap li span.case-cate{
    font-size: 13px;
  }
  ul.case-wrap li img{
    height: 88%;
    width: fit-content;
    margin: 0 auto;
    display: block;
  }
  .case-btn{
    width: 70%;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
  }
}

/*納品までの流れ
=======================================================*/
ol.delivery-flow-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ol.delivery-flow-wrap li{
  width: calc(100% / 2 - 15px);
  background-size: cover;
  padding: 30px;
  margin-top: 30px;
}
.delivery-flow-box1{
  background: url(/wp-content/themes/4komaland/img/bg2.png) no-repeat;
}
.delivery-flow-box2{
  background: url(/wp-content/themes/4komaland/img/bg3.png) no-repeat;
}
.delivery-flow-box3{
  background: url(/wp-content/themes/4komaland/img/bg4.png) no-repeat;
}
.delivery-flow-box4{
  background: url(/wp-content/themes/4komaland/img/bg5.png) no-repeat;
}
.delivery-flow-box-ttl{
  background: #000000;
  color: #fff;
  font-family: "KozGoM";
  font-size: 21px;
  display: flex;
  align-items: center;
  padding: 20px;
  position: relative;
}
.delivery-flow-box-ttl-num{
  filter: invert(100%);
  margin-right: 10px;
  width: 40px;
  height: auto;
}
img.delivery-flow-box-deco{
  position: absolute;
  right: -10px;
  bottom: -28px;
  display: block;
  width: auto;
  height: 100px;
}
.delivery-flow-box-txt{
  background: #fff;
  margin-top: 25px;
  padding: 10px;
  position: relative;
}

@media screen and (max-width: 768px){
  ol.delivery-flow-wrap li{
    width: 100%;
    padding: 20px;
  }
  .delivery-flow-box-ttl{
    font-size: 18px;
    padding: 10px 20px;
  }
  .delivery-flow-box-ttl-num{
    width: 30px;
  }
  .delivery-flow-box-txt{
    margin-top: 15px;
  }
  img.delivery-flow-box-deco{
    bottom: -18px;
    width: 22%;
    height: auto;
    object-fit: contain;
  }
}

/*お役立ちコラム
=======================================================*/




.flickity-page-dots{
	display:none;
}
.column{
  background: #d3d3d4;
}


@media screen and (max-width: 768px){
  .column .common{
    padding: 20px 0;
  }
  ul.column-wrap li{
    width: calc(100% / 2.1);
    padding: 30px;
  }
  ul.column-wrap li:nth-child(3){
    display: none;
  }
  ul.column-wrap:has(li:nth-child(2):last-child){
    justify-content: space-between;
  }
  ul.column-wrap li .column-box-ttl{
    font-size: 10px;
  }
  ul.column-wrap li a{
    font-size: 10px;
  }
}

/*お支払い方法
=======================================================*/
.pay-wrap{
  margin-top: 35px;
}
.pay-wrap dl{
  display: flex;
  align-items: center;
  border-top:1px solid;
  padding: 20px 0;
}
.pay-wrap dl:last-child{
  border-bottom:1px solid;
}
.pay-wrap dl dt{
  font-family: "KozGoM";
  width: 50%;
}
.pay-wrap dl dd{
  font-family: "KozGoM";
  font-size: 20px;
  width:auto;
}
.pay-wrap dl dd img{
  display: block;
  object-fit: contain;
    width: 100px;
}

@media screen and (max-width: 768px){
  .pay-wrap dl{
    flex-wrap: nowrap;
    padding: 10px 0;
  }
  .pay-wrap dl dt{
    width: 100%;
    font-size: 14px;
  }
  .pay-wrap dl dd{
    font-size: 15px;
	width:50%;
  }
}

/*バナー
=======================================================*/
.banner-wrap{
	display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    flex-direction: row;
}
.banner-wrap a{
    display: block;
	width: 45%;
    margin: 20px;
}
.banner-wrap a img{
  display: block;
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  .banner-wrap a{
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width: 768px){
  .banner-wrap a{
    margin: 20px auto 0;
	 width:100%;
  }
.banner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    flex-direction: column;
}
  .banner-wrap a:first-child{
    margin-top: 0;
  }
}

/*お問い合わせ・マンガの依頼
=======================================================*/
a.contact-line{
  width: 50%;
  margin: 50px auto;
  display: block;
}
a.contact-line img{
  display: block;
}
.contact-wrap{
  width: 800px;
  margin: 0 auto;
}
.contact-wrap dl{
  display: flex;
  border-top: 1px solid;
  padding: 20px 0;
}
.contact-wrap dl.mail-confirm{
  border-top: unset;
  padding: 0 0 20px;
}
.contact-wrap dl dt{
  width: 25%;
  padding: 15px 20px 15px 0;
}
.contact-wrap dl dd{
  width: 75%;
}
.contact-wrap dl dd .con-note{
  color: #666666;
  font-size: 15px;
}
.con-flex{
  display: flex;
}
.con-flex span.con-flex-txt{
  padding: 10px 15px 0 0;
  white-space: nowrap;
  font-size: 18px;
}
.dd-flex .con-flex:nth-of-type(2) span.con-flex-txt{
  padding: 10px 15px 0 15px;
}
.dd-flex{
  display: flex;
}
.dd-4koma .con-flex{
  margin-bottom: 10px;
}
.dd-4koma .con-flex:last-child{
  margin-bottom: 0;
}
.dd-4koma .con-flex span.wpcf7-form-control-wrap{
  width: 100%;
}
input{/*入力済み*/
  background: #fff;
}
:placeholder-shown{/*未入力*/
  background: #efefef;
}
.wpcf7-form-control.is-empty{
  background: #efefef;
}
.wpcf7-form-control option:first-child {
  background: #efefef;
}
input[type=submit].wpcf7-submit{
  background: url(/wp-content/themes/4komaland/img/contact-btn.png) no-repeat;
  background-size: cover;
  border: none;
  width: 300px;
  color: #fff;
  font-family: "KozGoB";
  font-size: 25px;
  padding: 5px;
  margin: 0 auto;
  display: block;
  border-radius: 0;
  margin-top: 30px;
}

/* 確認画面 */
.contact-confirm.contact-wrap dl dd{
  padding: 15px;
}
.contact-confirm .con-flex span.con-flex-txt{
  padding: 0px 15px 0 0;
  font-size: 15px;
}
.contact-confirm .dd-flex .con-flex:nth-of-type(2) span.con-flex-txt{
  padding: 0 15px 0 15px;
}
.contact-confirm.contact-wrap dl dd .con-note{
  display: block;
}

@media screen and (min-width: 768px){
  input::placeholder{
    color: transparent
  }
}
@media screen and (max-width: 1024px){
  .contact-wrap{
    width: 100%;
  }
}
@media screen and (max-width: 768px){
  .contact .common{
    margin: 50px auto 0;
  }
  a.contact-line{
    width: 100%;
    margin: 30px auto 50px;
  }
  .contact-wrap dl{
    flex-wrap: wrap;
    border-top: unset;
    padding: 0;
    margin: 10px 0;
  }
  .contact-wrap dl dt{
    width: 100%;
    padding: 0 0 0 0;
  }
  .contact-wrap dl dd{
    width: 100%;
  }
  .dd-flex .con-flex:first-child {
    margin-right: 10px;
  }
  .con-flex span.con-flex-txt{
    display: none;
  }
  .contact-wrap dl dd .con-note{
    color: #000;
    font-size: 10px;
  }
  input[type=submit].wpcf7-submit{
    font-size: 15px;
    width: 45%;
  }
  :placeholder-shown{/*未入力*/
    background: #fff;
  }
  .wpcf7-form-control.is-empty{
    background: #fff;
  }
  .wpcf7-form-control option:first-child {
    background: #fff;
  }
  .contact-wrap dl.mail-confirm{
    padding: 0;
  }
}