@charset "utf-8";
/*----------------------------------------------------------
	reset
--------------------------------------------------------- */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*----------------------------------------------------------
	layout
--------------------------------------------------------- */


.heroWrap {
	position: relative;
	background: #fff url(../img/summer_23/summer_23_bk_pc.png) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.heroWrap .hero_ttl {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center
}
.heroWrap .hero_ttl img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1024px) {
.heroWrap {
	background: #fff url("../img/summer_23/summer_23_bk_sp.png") no-repeat top center;
	/*background-size: 100% 100%;*/
	background-size: cover;
    }
}

.letterWrap {
	padding: 0px 0;
	position: relative;
	text-align: center;
}

.letterWrap .letter {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center
}
.letterWrap .letter img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 750px) {
.letterWrap {
}
}


.sampleWrap {
	position: relative;
}

.sampleWrap .sample {
	max-width: 1300px;
	margin: 0 auto;

}
.sampleWrap .sample img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 750px) {
.sampleWrap {
	padding: 0px 0px 0px;
}
}

.appliWrap {
	padding: 0px 0px 0px;
	position: relative;

	text-align: center;
}
.appliWrap .appli {
	max-width: 1920px;
	margin: 0 auto;
	text-align: center
}
.appliWrap .appli img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.pos_bnr{padding:30px;}

@media only screen and (max-width: 750px) {
    .appliWrap {
        padding: 0px 0px 0px;}

    .pos_bnr{
        margin: 0 1%;
        padding: 0px 0px 15px 0px;}
}


/* --------------------
	画像切り替え
-------------------- */
.pc { display: block!important; }
.sp { display: none!important; }
@media only screen and (max-width: 750px) {
.pc { display: none!important; }
.sp { display: block!important; }
}

.pc1024 { display: block!important; }
.sp1024 { display: none!important; }
@media only screen and (max-width: 1024px) {
.pc1024 { display: none!important; }
.sp1024 { display: block!important; }
}