@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  margin: 0;
}

::before,
::after {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
	position: relative;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  display: block;
}


b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  display: block;
}

mark {
  background: none;
}

em {
  font-style: normal;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.pc {
  display: block;
}

.sp {
	display: none;
	
}


body {
  line-height: 1.4;
  letter-spacing: 0.2rem;
}

.section_container,
.section_container02,
.section_container03 {
  	max-width: 1060px;
  	margin: auto;
  	width: 100%;
	background: #FFF;
	position: relative;
}

.section_container img,
.section_container02 img,
.section_container03 img {
	position: relative;
}


.section_container02 .line {
	position: absolute;
	top: 0;
	left: 14%;
	height: 100%;
}

/*ヘッダー右の不要な言語消去*/
.c-headerLangItem:nth-of-type(2),
.c-headerLangItem:nth-of-type(3),
.c-headerLangItem:nth-of-type(4),
.c-headerLangItem:nth-of-type(5),
.c-headerLangItem:last-of-type {
    display: none !important;
}

.c-headerUtil__langItem:nth-of-type(2),
.c-headerUtil__langItem:nth-of-type(3),
.c-headerUtil__langItem:nth-of-type(4),
.c-headerUtil__langItem:nth-of-type(5),
.c-headerUtil__langItem:last-of-type {
    display: none !important;
}
/*ヘッダー右の不要な言語消去ここまで*/

main {
	background: #cf1313;
}

.coloring {
	padding-top: 60px;
}


.logo {
	padding-top: 60px;
}

.logo img {
	max-width: 910px;
	width: 86%;
	margin-right: 30px;
	margin-left: auto;
}

.ecopla {
	padding-top: 60px;
}

.ecopla img {
	max-width: 800px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
}

.sticker {
	padding-top: 60px;
}

.sticker img {
	max-width: 800px;
	width: 76%;
	margin-left: auto;
	margin-right: auto;
	
}
.package {
	padding-top: 60px;
	position: relative;
	height: 834px;
	
}

.package img {
	max-width: 1072px;
	width: 101%;
	position: absolute;
	right: -13.5%;
}

.info {
	padding-top: 60px;
}

.info .wrap {
	position: relative;
}

.info img {
	max-width: 982px;
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}

.info a img {
	max-width: 580px;
	width: 55%;
	position: absolute;
	bottom: 10.5%;
	left: 0;
	right: 0;
	margin: auto;
}

.bottom_text {
	padding-top: 60px;
	padding-bottom: 60px;
}

.bottom_text img {
	max-width: 995px;
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}

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

@media screen and (max-width: 768px) {
	.pc {
	  display: none;
	}

	.sp {
		display: block;
	}
	
	.section_container02,
	.section_container03 {
		padding: 0 2%;
		width: 100%;
	}
	
	.section_container02 .line {
		height: 98%;
		top: 1%;
		left: 4%;
	}
	
	.coloring img {
		margin-left: -2%;
	}
	
	.logo img {
		width: 100%;
	}
	
	.ecopla img {
		width: 100%;
	}
	
	.sticker img {
		width: 100%;
	}
	
	.package {
		height: auto;
	}
	
	.package img {
		position: unset;
		width: 100%;
		margin-right: -2%;
	}
	
	.info {
		padding-top: 0;
	}
	
	.info img {
		width: 100%;
	}
	
	.info a img {
		width: 72%;
	}
	
	.bottom_text {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.bottom_text img {
		width: 100%;
	}
	
	
}

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

}

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