@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Pinyon+Script&display=swap');

#nitoms .container,
#nitoms .container-fluid {
	margin-right: 0;
	margin-left: 0;
	padiing-right: 0;
	padiing-left: 0;

}

#nitoms {
	color: #333;
	font-size: 14px;
	font-family: "Noto Sans JP";
	font-weight: normal;
}
#nitoms * {
	box-sizing: border-box;
}

/*----scroll hidden----*/
#nitoms .hidden-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#nitoms .hidden-element.visible {
  opacity: 1;
  transform: translateY(0);
}

/*----- LAYOUT -----*/
#nitoms .innerArea {
	width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 100px 20px 100px;
}

/*----- COMMON -----*/
#nitoms .sp-none {
	display: block;
}
#nitoms .sp-show {
	display: none;
}
#nitoms h2 {
	color: #333;
  font-size: 42px;
  font-weight: 400;
	letter-spacing: 0.1rem;
	padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#nitoms h3 {
	color: #333;
  font-size: 30px;
  font-weight: 400;
	letter-spacing: 0.1rem;
  padding-bottom: 40px;
  text-align: center;
}
#nitoms p {
	font-size: 18px;
	line-height: 1.78;
	letter-spacing: 0.05em;
	text-align: justify;
}
#nitoms img {
	width: 100%;
}
#nitoms figcaption {
	font-size: 12px;
	text-align: justify;
	padding: 10px 0;
}
#nitoms a {
	text-decoration: none;
}
#nitoms a:hover {
	opacity: 0.7;
	cursor: pointer;
}

#nitoms .p-mv-shell h2 {
	position: absolute;
	left: -9999px;
}
#nitoms .p-mv {
  position: relative;
  width: 100%;
  height: 560px;
  background-image: url("../img/mv_title.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

#nitoms .p-mv__inner {
  position: relative;
  width: 100%;
  max-width: 1086px;
  margin: 0 auto;
  padding: 70px 20px 47px 20px;
}
#nitoms .p-mv__title {
  padding-left: 41%;
  min-height: 458px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nitoms .p-mv__img01 {
  width: 100%;
  max-width: 600px;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	right: 0;
}
#nitoms .p-mv__img02 {
  width: 100%;
  max-width: 342px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--cut--*/
#nitoms div[id^="cut"] .iro-01 {
	background: #3d9ed187;
}
#nitoms div[id^="cut"] {
  margin: 0 auto;
}
#nitoms div[id^="cut"] h3 {
	text-align: left;
}
#nitoms div[id^="cut"] .container {
	display: flex;
	flex-direction: row;
	justify-content: center;
  margin: 0 auto 80px;
}
#nitoms div[id^="cut"] .container:last-child {
	margin: 0 auto;
}
#nitoms div[id^="cut"] .container:nth-child(even) {
	flex-direction: row-reverse;
}
#nitoms div[id^="cut"] .box {
	display: flex;
	flex-direction: column;
  justify-content: center;
}
#nitoms div[id^="cut"] .container .box.img {
	width: 50%;
}
#nitoms div[id^="cut"] .container .box.text {
  width: 50%;
}
#nitoms div[id^="cut"] .container:nth-child(even) .box.text {
	padding-right: 40px;
}
#nitoms div[id^="cut"] .container:nth-child(odd) .box.text {
	padding-left: 40px;
}
#nitoms div#cut-01 h2 {
  background: #3d9ed14f;
}
#nitoms div#cut-02 {
  background: #3d9ed12e;
}


/*--feature--*/
#nitoms #feature {
	background: #fdf4f0;
  margin: 0 auto;
}
#nitoms #feature h3 {
	text-align: left;
}
#nitoms #feature .container {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#nitoms #feature .container.list {
	background: #fff;
  padding: 40px;
}
#nitoms #feature .container.sub {
	margin: 0 auto 0;
/*  margin: 60px auto 0;*/
}
#nitoms #feature .box {
	display: flex;
	flex-direction: column;
}
#nitoms #feature .box.img {
	align-items: center;
	display: flex;
  flex-direction: row;
}
#nitoms #feature .box:nth-child(1) {
	width: 50%;
}
#nitoms #feature .box:nth-child(2) {
	padding-left: 40px;
  width: 50%;
}
#nitoms #feature ul {
  margin: 0 auto;
  width: fit-content;
}
#nitoms #feature ul li {
	font-size: 24px;
	margin-bottom: 5px;
  text-align: left;
	line-height: 1.17;
	letter-spacing: 0.02em;
}
#nitoms #feature ul li::before {
	content: "●";
	background-repeat: no-repeat;
	width: 3.2rem;
	height: 4rem;
	display: inline-block;
	color: #ff3c6c;
	opacity: 0.8;
}

/*--lineup--*/
#nitoms #lineup {
  margin: 0 auto;
}
#nitoms #lineup h3 {
	text-align: left;
	padding-bottom: 20px;
  font-size: 21px;
}
#nitoms #lineup p {
	font-size: 16px;
	line-height: 1.75;
	color: #333333;
	text-align: left;
	margin-top: 20px;
}
#nitoms #lineup img {
	display: flex;
	margin: 0 auto;
	width: 80%;
}
#nitoms #lineup .container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto 0;
}
#nitoms #lineup .container.innerArea {
	padding-top: 0;

}

#nitoms #lineup .box {
	background: #fff;
	display: flex;
	border: solid 1px #a6a7a873;
	flex-direction: column;
  margin-right: 0;
	padding: 20px;
	position: relative;
	width: 100%;
}
#nitoms #lineup .box:nth-child(3) {
margin-right: 0;
}
#nitoms #lineup .box::after {
  position: absolute;
	top: 20px;
  left: 20px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#nitoms #lineup .box:nth-child(1)::after {
	background-color: #def1fbd4;
}
#nitoms #lineup .box:nth-child(2)::after {
	background-color: #ffe3d880;
}
#nitoms #lineup .box:nth-child(3)::after {
	background-color: #d8ddff80;
}
#nitoms #lineup .box:nth-child(4)::after {
	background-color: #ffd8ec80;
}


@media screen and (max-width: 1199px){
	/*bootstrapを使用する場合。幅を1200pxとして
	左右に15pxずつpaddingをつけている為*/
}
@media screen and (max-width: 1169px){
	/*bootstrapを使用しない場合*/
}

@media screen and (max-width: 1024px){
	#nitoms .p-mv {
    height: 420px;
	}
}

@media screen and (max-width: 767px) {
	/*----- COMMON -----*/
	#nitoms .sp-none {
		display: none;
	}
	#nitoms .sp-show {
		display: block;
	}
	#nitoms h2 {
	  font-size: 26px;
		padding-top: 20px;
	  padding-bottom: 20px;
	}
	#nitoms h3 {
	  font-size: 21.5px;
		padding-top: 20px;
	  padding-bottom: 20px;
	}
	#nitoms p {
		font-size: 14px;
		line-height: 1.71;
	}
	#nitoms .innerArea {
		padding: 40px 20px;
	}
	/*--kv--*/
	#nitoms .p-mv {
		background-size: contain;
    height: 400px;
    background-position: center;
		background-image: url("../img/mv_title_sp.png");
	}
  #nitoms .p-mv__inner {
    width: 100%;
    padding: 0;
  }
  #nitoms .p-mv__title {
    padding: 40px 0 0 0;
    text-align: center;
    display: block;
  }
  #nitoms .p-mv__img01 {
	  position: relative;
	  left: 0;
	  margin: 0 auto;
  }
  #nitoms .p-mv__img02 {
    max-width: 238px;
    margin-top: -15px;
  }

	/*--cut--*/
	#nitoms div[id^="cut"] .container {
	  flex-direction: column;
	}
	#nitoms div[id^="cut"] .container .box.img,
	#nitoms div[id^="cut"] .container .box.text {
		width: 100%;
	}
	#nitoms div[id^="cut"] .container:nth-child(odd) .box.text {
		padding-left: 0;
	}

	/*--feature--*/
	#nitoms #feature .container.list {
	  padding: 20px;
	}
	#nitoms #feature ul li {
		font-size: 16px;
	}
	#nitoms #feature ul li:last-child {
    margin-bottom: 0;
	}
	#nitoms #feature .container {
    flex-direction: column;
	}
	#nitoms #feature .box:nth-child(1) {
		width: 100%;
	}
	#nitoms #feature .box:nth-child(2) {
		padding-left: 0;
		width: 100%;
	}
	/*--lineup--*/
	#nitoms #lineup h3 {
		font-size: 21.5px;
		margin-bottom: 0;
    padding-top: 0;
	}
	#nitoms #lineup p {
		font-size: 14px;
		line-height: 1.71;
		text-align: justify;
	}
	#nitoms #lineup .container {
    flex-direction: column;
	}
	#nitoms #lineup .box {
    margin-right: 0;
		margin-bottom: 20PX;
	}
	#nitoms #lineup .box::after {
		top: 10px;
		left: 10px;
	}



}
