@charset "UTF-8";
/*
	Filename: common
	Version: 1.0.1
*/
/*-----------------------------------------------------
	Typography
------------------------------------------------------*/
em {
	font-weight: 700;
}
address {
	font-style: normal;
}
/*-----------------------------------------------------
	Elements
------------------------------------------------------*/
body {
	word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6 {
  line-height: 1.5;
}
p {
  font-weight: 500;
  line-height: 1.6;
}
ul li {
  line-height: 1.6;
	list-style-type: none;
}
ol li {
  line-height: 1.6;
	list-style-type: decimal;
}
img {
	vertical-align: bottom;
}
iframe {
	width: 100%;
}
sup {
	font-size: 70%;
	vertical-align: super;
}
sub {
	font-size: 70%;
	vertical-align: sub;
}
/*-----------------------------------------------------
	Link
------------------------------------------------------*/
a {
	text-decoration: none;
	color: #0a0201;
	transition: all .25s;
}
a > img {
	transition: all .25s;
}
a:hover {
	color: #cf9c64;
}
a:hover > img {
	opacity: 0.65;
}
a[href^="tel:"] {
    pointer-events: none;
}
.no_link {
  pointer-events: none;
}
/*-----------------------------------------------------
	Layout
------------------------------------------------------*/
.flex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap {
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1140px) {
  .wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .wrap {
    padding: 0 20px;
  }
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi {
	display: inline-block;
	position: relative;
	padding-right: 28px;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.3;
}
.midasi span {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 22px;
}
.midasi::after {
  content: "1";
  display: block;
  position: absolute;
	top: calc(50% - 5px);
	right: 0;
	transform: translateY(-50%);
	font-size: 98px;
	font-style: italic;
	line-height: 1;
}
.midasi_02 {
	font-size: 40px;
	font-weight: 300;
	line-height: 1.5;
}
@media screen and (max-width: 750px) {
	.midasi {
		padding-right: 45px;
		font-size: 35px;
	}
	.midasi span {
		display: block;
		font-family: "Cormorant Infant", serif;
		font-size: 22px;
	}
	.midasi::after {
		font-size: 77px;
	}
	.midasi_02 {
		font-size: 28px;
	}
}
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 800px;
	background: url("../img/mv_bg.jpg") no-repeat center top;
	background-size: cover;
}
.mv_l {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.mv_l img {
	height: 800px;
}
.mv_r {
	position: absolute;
	top: 0;
	right: 0;
	mix-blend-mode: overlay;
	z-index: 1;
}
.mv_r img {
	height: 800px;
}
.text {
	position: absolute;
	top: 50%;
	right: 23%;
	transform: translateY(-50%);
	z-index: 4;
}
.text p {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	margin: 0;
	white-space: normal;
	font-size: 25px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
}
#mv .wrap {
	position: relative;
	z-index: 3;
	padding-top: 65px;
	text-align: center;
}
#mv .wrap h1 {
	width: 600px;
	margin-left: 80px;
}
#mv .wrap h1 img {
	width: 100%;
	height: auto;
}
#mv .wrap .main {
	width: 600px;
}
@media screen and (max-width: 1800px) {
	.text {
		right: 18%;
	}
}
@media screen and (max-width: 1500px) {
	#mv, .mv_l img, .mv_r img  {
		height: 53.333vw;
	}
	.text {
		right: 10%;
	}
	.text p {
		font-size: 1.867vw;
	}
	#mv .wrap {
		padding-top: 4.333vw;
	}
	#mv .wrap h1 {
		width: 40vw;
		margin-left: calc(20% - 5vw);
	}
	#mv .wrap .main {
		width: 40vw;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		height: auto;
		background: none;
	}
	.mv_l, .mv_r, .text, #mv .wrap {
		display: none;
	}
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
	position: relative;
	z-index: 2;
	padding: 140px 0;
	background: #FF586C;
	background: linear-gradient(160deg, rgba(255, 88, 108, 1) 0%, rgba(255, 88, 108, 1) 70%, rgba(228, 0, 17, 1) 100%);
	color: #fff;
	text-align: center;
	box-shadow: 0px 12px 23px -2px rgba(0,0,0,0.6);
}
.apple_l {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.apple_l img {
	width: 406px;
	height: auto;
}
.apple_r {
	position: absolute;
	bottom: -80px;
	right: 0;
}
.apple_r img {
	width: 385px;
	height: auto;
}
#sec_01 h2 {
	margin-bottom: 50px;
}
#sec_01 h3 {
	margin-bottom: 30px;
}
#sec_01 p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
}
@media screen and (max-width: 1540px) {
	.apple_l img {
		margin-left: -80px;
	}
}
@media screen and (max-width: 1380px) {
	.apple_l img {
		width: 220px;
		margin-left: 0;
	}
}
@media screen and (max-width: 750px) {
	#sec_01 {
		padding: 80px 0 100px;
	}
	.apple_l img {
		width: 160px;
	}
	.apple_r {
		bottom: -40px;
	}
	.apple_r img {
		width: 200px;
	}
	#sec_01 h2 {
		margin-bottom: 50px;
	}
	#sec_01 h3 {
		margin-bottom: 30px;
	}
	#sec_01 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 570px) {
	.apple_l img {
		width: 120px;
		margin-left: -30px;
	}
}

/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
	position: relative;
	z-index: 1;
	max-height: 585px;
	background: #ebe2cb;
	box-shadow: 0px 12px 23px -2px rgba(0,0,0,0.6);
}
.sec_02_l {
	width: 40%;
}
.sec_02_l img {
	width: 100%;
	height: 585px;
	object-fit: cover;
}
.sec_02_r {
	width: 60%;
	padding: 120px 10px 120px 80px;
}
#sec_02 h2 {
	margin-bottom: 50px;
	padding-right: 35px;
	text-align: center;
}
#sec_02 h2::after {
  content: "2";
}
#sec_02 h3 {
	margin-bottom: 30px;
}
#sec_02 p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
}
@media screen and (max-width: 1230px) {
	#sec_02 {
		max-height: 100%;
	}
	.sec_02_l {
		width: 40%;
	}
	.sec_02_l img {
		height: 100%;
	}
	.sec_02_r {
		width: 60%;
		padding: 120px 40px 120px 40px;
	}
}
@media screen and (max-width: 950px) {
	.sec_02_l {
		order: 2;
		width: 100%;
	}
	.sec_02_r {
		order: 1;
		width: 100%;
		padding: 120px 40px 120px 40px;
	}
}
@media screen and (max-width: 750px) {
	.sec_02_l img {
		height: auto;
	}
	.sec_02_r {
		padding: 80px 40px;
	}
	#sec_02 h2 {
		padding-right: 45px;
	}
	#sec_02 p {
		font-size: 16px;
	}
}

/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
	height: 650px;
	padding-top: 120px;
	background-image: url("../img/sec_03_bg.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #fff;
}
#sec_03 .wrap {
	position: relative;
}
.danmen {
	position: absolute;
	top: -165px;
	right: -50px;
}
.danmen img {
	width: 500px;
	height: auto;
}
#sec_03 h2 {
	margin-bottom: 100px;
	padding-right: 35px;
	text-align: center;
}
#sec_03 h2::after {
  content: "3";
}
#sec_03 h3 {
	margin-bottom: 30px;
	color: #fff;
}
#sec_03 p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
	color: #fff;
}
@media screen and (max-width: 1800px) {
	#sec_03 h2 {
		margin-bottom: 130px;
	}
}
@media screen and (max-width: 1480px) {
	#sec_03 {
		padding-top: 150px;
	}
	#sec_03 h2 {
		margin-bottom: 170px;
	}
	.danmen {
		top: -195px;
		right: 0px;
	}
	.danmen img {
		width: 450px;
	}
}
@media screen and (max-width: 860px) {
	#sec_03 p {
		font-size: 18px;
	}
}
@media screen and (max-width: 750px) {
	#sec_03 {
		height: 650px;
		padding-top: 160px;
	}
	.danmen {
		top: -107px;
		right: 0;
	}
	.danmen img {
		width: 350px;
		height: auto;
	}
	#sec_03 h2 {
		margin-bottom: 216px;
		padding-right: 50px;
	}
	#sec_03 h3 {
		margin-bottom: 30px;
	}
	#sec_03 p {
		font-size: 16px;
	}
}
@media screen and (max-width: 630px) {
	#sec_03 {
		height: 550px;
		padding-top: 80px;
	}
	.danmen {
		top: 50px;
	}
	.danmen img {
		width: 200px;
	}
	#sec_03 h2 {
		margin-bottom: 170px;
	}
}
/*-----------------------------------------------------
	#sec_04
------------------------------------------------------*/
#sec_04 {
	padding: 80px 0;
	background: url("../img/sec_04_bg.jpg") no-repeat center center;
	background-size: cover;
	text-align: center;
}
#sec_04 h2 {
	margin-bottom: 50px;
	padding-right: 0;
}
#sec_04 h2::after {
  display: none;
}
.item {
	justify-content: center;
	gap: 20px;
	margin-bottom: 50px;
}
.item_list h3  {
	height: 42px;
}
.item_list img.item_img  {
	width: auto;
	height: 270px;
}
@media screen and (max-width: 750px) {
	.item {
		gap: 50px 20px;
	}
}
/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	padding: 30px 20px;
	text-align: center;
}
footer small {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 14px;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.sp {
	display: none;
}
.tb {
	display: none;
}
@media screen and (max-width: 750px) {
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/	
  img {
      max-width: 100%;
      height: auto;
  }
	/*-----------------------------------------------------
		Elements
	------------------------------------------------------*/
	body {
		word-wrap: break-word;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}
	/*-----------------------------------------------------
		others
	------------------------------------------------------*/
	.tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 414px) {
	.tb {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

