@charset "utf-8";

/*========== reset ==========*/
*{
  margin: 0;
  padding: 0;
	line-height: 1.8;
	font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
ul,ol{
	list-style: none;
}
img{
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
a{
	text-decoration: none;
  color: inherit;
}

/*========== end ==========*/

/*========== 共通 ==========*/
.container{
  max-width: 100vw;
  margin: 0 auto;
  padding: 10px 10% 50px;
  background-image: url(../img/bgimg.jpg);
  /* background-attachment: fixed;
  background-position: center; */
  background-size: cover;
}
.pc {
  display: inline;
  width: 100%;
}
.sp {
  display: none;
  width: 100%;
}

@media screen and (max-width: 767px){
  .container{
    margin: 0 auto;
    padding: 10px 5% 50px;
  }
}
/*========== end ==========*/

/*========== 背景画像 ==========*/
/* .bgImg{
  width: 100%;
  background-image: url(../img/bgimg.jpg);
  background-attachment: fixed;
  background-size: auto;
  background-position: center;
} */

/*========== header ==========*/
header{
  padding: 10px 0 50px;
  margin: 20px;
}
header h1{
  text-align: center;
}
header h1 img{
  max-width: 80%;
}

@media screen and (max-width:1280px){
  header{
    padding: 10px 0 30px;
  }
  header h1 img{
    max-width: 90%;
  }
}

@media screen and (max-width:960px){
  header h1 img{
    max-width: 100%;
  }
  header{
    padding: 10px 0 30px;
    margin: 0 20px 20px;
  }
}

@media screen and (max-width: 767px){
  header{
    padding: 10px 0;
  }
}

@media screen and (max-width: 560px){
  header{
    margin-bottom: 10px;
  }
  header h1 img{
    max-width: 100%;
  }
}

/*========== ココデジロゴ ==========*/
.company-log{
  margin-bottom: 8px;
}
.company-log img{
  display: block;
  width: 172px;
}
@media screen and (max-width:960px){
  .company-log{
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px){
  .company-log img{
    width: 120px;
  }
}


/*========== end ==========*/

/*========== main ==========*/
.wrap{
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  align-items: center;
  justify-content: center;
  color: #333333;
  border-radius: 80px;
  border: solid 5px #000;
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 1)
}


/* 共通 */
.Part01 p.content,.Part02 p.content,.Part03 p.content{
  font-size: 18px;
}
.Part01,.Part02{
  margin-bottom: 100px;
}
.campaign_banner,.FLASH_Prime_banner{
  max-width: 728px;
  margin: 0 auto;
}

/* その1 */
.Part01 h2{
  text-align: center;
  line-height: 1.3;
  font-size: 42px;
  margin-bottom: 20px;
}
.Part01 h2 span{
  font-size: 24px;
}
.Part01 h2::before{
  content: '';
  display: block;
  width: 150px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/campaign01.png);
  background-size: contain;
  /* vertical-align: middle; */
  margin-left: 100px;
}
.Part01 p.content{
  max-width: 728px;
  margin: 0 auto;
}

/* その2 */
.Part02 h2{
  text-align: center;
  line-height: 1.3;
  font-size: 42px;
  margin-bottom: 20px;
}
.Part02 h2::before{
  content: '';
  display: block;
  width: 150px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/campaign02.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 100px;
}
.Part02 p.content{
  max-width: 728px;
  margin-bottom: 20px;
  margin: 0 auto 10px; 
}

/* その3 */
.Part03 h2::before{
  content: '';
  display: block;
  width: 150px;/*画像の幅*/
  height: 80px;/*画像の高さ*/
  background-image: url(../img/campaign03.png);
  background-size: contain;
  vertical-align: middle;
  margin-left: 100px;
}
.Part03 h2{
  text-align: center;
  line-height: 1.3;
  font-size: 42px;
  margin-bottom: 20px;
}
.Part03 h2 .br-sp{
  display: none;
}
.Part03 p.content{
  max-width: 728px;
  margin: 0 auto 20px;
}


@media screen and (max-width:1280px){
  .Part01 h2,.Part02 h2{
    font-size: 36px;
  }
  .Part03 h2{
    font-size: 32px;
  }
  .Part01 h2 span{
    font-size: 22px;
  }
  .Part01,.Part02{
    margin-bottom: 80px;
  }
  .Part01 h2::before,.Part02 h2::before,.Part03 h2::before{
    margin-left: 80px;
  }
  .wrap{
    width: 80%;
    border-radius: 50px;
  }  

}

@media screen and (max-width:960px){
  .Part02 h2{
    font-size: 30px;
  }
  .Part03 h2{
    font-size: 28px;
  }
  .Part01 h2::before,.Part02 h2::before,.Part03 h2::before{
    margin-left: 25px;
  }  
}

@media screen and (max-width: 767px){
  /* 共通 */
  .wrap{
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px 30px 50px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .Part01,.Part02{
    margin-bottom: 50px;
  }
  .Part01 h2,.Part02 h2,.Part03 h2{
    font-size: 22px;
  }
  .Part01 h2 span{
    font-size: 18px;
  }
  .Part01 h2::before{
    width: 112px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    /* margin-left: 0; */
  }
  .Part02 h2::before{
    width: 112px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    /* margin-left: 0; */
  }
  .Part03 h2::before{
    width: 112px;/*画像の幅*/
    height: 60px;/*画像の高さ*/
    /* margin-left: 0; */
  }
  .Part01 p.content,.Part02 p.content{
    font-size: 16px;
  }

  .campaign_banner,.FLASH_Prime_banner{
    max-width: 80%;
  }
}

@media screen and (max-width:560px){
  .wrap{
    max-width: 85%;
    padding: 30px 20px 50px;
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 1)
    }
  .Part02 h2,.Part03 h2{
    font-size: 20px;
  }
  .Part03 h2 .br-sp{
    display: block;
  }
  .Part01 h2::before,.Part02 h2::before,.Part03 h2::before{
    margin-left: 0px;
    width: 90px;/*画像の幅*/
    height: 48px;/*画像の高さ*/
  }  
  p.content{
    max-width: 728px;
    margin: 0 auto 20px;
    line-height: 1.5;
  }
  .campaign_banner,.FLASH_Prime_banner{
    max-width: 90%;
  }
}

@media screen and (max-width:400px){
  .Part01 h2,.Part03 h2{
    font-size: 20px;
  }
  .Part01 h2 span{
    font-size: 16px;
  }
  .Part02 h2{
    font-size: 18px;
  }
  p.content{
    line-height: 1.4;
  }
}


/*========== end ==========*/

/*========== footer ==========*/
footer .btn{
  padding: 80px 0;
}

button {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1.2rem 4.8rem;
  font-size: 18px;
	font-weight: bold;
	border: 2px solid #f00;
	background: #f00;
	color: #fff;
	border-radius: 100vh;
	transition: 0.3s;
}

button:hover {
	color: #f00;
	background: #fff;
}


footer .footer_wrap{
  width: 100%;
  /* padding: 42px 20px; */
  padding: 42px 0px;
  background-color: #222222;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}
.footer{
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  text-align: center;
  text-decoration: none;
  padding-inline-start: 0px;
  max-width: 960px;
  margin: 0 auto;
}
ul.footer{
  margin-bottom: 42px;
}
.footer li a{
  color: #ffffff;
}
.footer li a:hover{
  opacity: 0.5;
}
.ec-footerTitle{
  margin-bottom: 42px;
}
.ec-footerTitle__logo{
  margin-bottom: 10px;
}
.ec-footerTitle__logo img{
  width: 280px;
  text-align: center;
}
.ec-footerTitle__logo img:hover{
  opacity: 0.5;
}
.ec-footerTitle__copyright{
  font-size: 12px;
  color: #ffffff;
}
ul.footer{
  padding-left: 29px;
}
.ec-footerLicence{
  display: flex;
  max-width: 580px;
  margin: 0 auto;
  padding:0 20px;
  text-align: start;
}
.ec-footerLicence__left{
  max-width: 60px;
  margin-right: 20px;
}
.ec-footerLicence__right{
  width: 500px;
  font-size: 10px;
  color: #fff;
  text-align: justify;
}
.ec-footerLicence__right a{
  color: #fff;
  text-decoration: none;
}
/*========== end ==========*/
