@charset "utf-8";


/* --------------------------------

-------------------------------- */
.sub-title{text-align: center;}
.sub-title h3{
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
	font-style: italic;
	color: #082967;
}
.sub-title p{font-size: 14px;}

@media screen and (max-width: 768px){
	.sub-title h3{font-size: 28px;}
	.sub-title p{font-size: 10px;}
}



/* --------------------------------
header
-------------------------------- */
header{
	width: 100%;
	height: 50px;
	background-color: #082967;
	position: relative;
	z-index: 999;
}
header figure{
	width: 120px;
	padding: 1% 0;
    box-sizing: border-box;
}
/*<!-- sp ハンバーガーメニュー-->*/
header .nav-wrap,
header .btn{display: none;}
header .nav_sp{display: block;}
header .nav_btn {
  width: 44px;
  height: 44px;
  z-index: 300;
  top: 5px;
  right: 0px;
  cursor: pointer;
  position: absolute;
}
.hamburger_line {
  transition: all .6s;
  width: 26px;
  height: 1px;
  left: 5px;
  background-color: #fff;
  position: absolute;
}
.hamburger_line1 { top: 10px; }
.hamburger_line2 { top: 18px; }
.hamburger_line3 { top: 26px; }
.nav_bg {
  opacity: 0;
  transition: all .6s;
  width: 100vw;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background:rgba(8,41,103,.95);
  cursor: pointer;
  position: fixed;
}
.nav_bg ul li{
	width:70%;
	margin:0 auto;
	padding: 30px 0;
	text-align:center;
	border-bottom: 1px dotted #fff;
}
.nav_bg ul li:last-child{border-bottom:none;}
.nav_bg ul li a{
	color:#fff;
	font-size: 13px;
}
.nav_open #header #navi { right: 0; }/* 表示された時用のCSS */
.nav_open .nav_bg {
  margin-top: 43px;
  opacity: 1;
  visibility: visible;
}
.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}
.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 20px;
}

@media screen and (max-width: 768px){
	header figure{
		width: 90px;
		position: absolute;
		top: 50%;
		left: 2%;
		transform: translateY(-50%);
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	}
}



/* --------------------------------
hero
-------------------------------- */
#hero{
	width: 100%;
    height: 100vh;
    background: url('../img/solophoto-hero-main.jpg') no-repeat;
    background-size: cover;
	position: relative;
}
#hero.fade{animation:fadeIn 4s ease 0s 1 normal;}
@keyframes fadeIn{
	0%{opacity: 0}
	100%{opacity: 1}
}
#hero::before {
    content: "";
    width: 100%;
    height: 10%;
    background-color: #082967;
    position: absolute;
    bottom: 0;
    left: 0;
}
#hero::after{
	content: "";
	display: block;
	width: 98%;
	height: 96.5%;
	border: 1px solid;
	border-color: rgba(255,255,255,.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
}
#hero figure{
	width: 133px;
	position: absolute;
    top: 3%;
    left: 1.5%;
}
#hero .title-wrap{
	position: absolute;
	bottom: 15%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
#hero .title-wrap h1{
	font-size: 25px;
	font-weight: bold;
	line-height: 2.5em;
	letter-spacing: 2px;
	color: #082967;
	text-align: center;
}
#hero .title-wrap picture{width:140%;}
#hero nav{
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    z-index: 999;
}
#hero ul{
	width: 55%;
	position: absolute;
	bottom: 55%;
	left: 50%;
	transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	display: flex;
	justify-content: space-between;
}
#hero ul li{
	width: auto;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	/* flex: 1; */
}
#hero ul li a{
	display: block;
	color: #fff;
	text-align: center;
}
#hero ul li:hover a{color: #ED3770;}
#hero .contact-btn a{
	width: 200px;
	padding: .5% 0 .7%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #fff;
	background-color: #ED3770;
	text-align: center;
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 999;
}
#hero .contact-btn i{
	font-size: 10px;
	font-style: normal;
}
#hero .contact-btn a:hover{
	background-color: #082967;
	transition: .4s;
}

@media screen and (max-width: 1025px){
	#hero ul{width: 80%;}
	#hero ul l{font-size: 12px;}
	#hero .title-wrap h1 {font-size: 22px;}
}

@media screen and (max-width: 768px){
	#hero{height: 83vh;}
	#hero::before {
	    width: 100%;
	    height: 100%;
	    padding-bottom: 30%;
	    background: url('../img/solophoto-hero-main-sp.jpg') center 40px no-repeat;
	    background-size: contain;
	}
	#hero::after{
		width: 95%;
		height: 80vh;
	}
	#hero .title-wrap{
		width: 90%;
		bottom: 30px;
	}
	#hero .title-wrap h1 {
		width: 90%;
	    margin: 0 auto 10px;
	    font-size: 16px;
	    line-height: 1.4;
	    text-align: left;
    }
    #hero .title-wrap picture{
		width:90%;
		margin: 0 auto;
	}
}





/* --------------------------------
intro
-------------------------------- */
#intro{
	width: 100%;
	margin: 0 0 230px;
	padding: 100px 0 0px;
	background: url('../img/solophoto-intro-bg.jpg') no-repeat;
	background-size: contain;
}
#intro .text-wrap{
	text-align: center;
	color: #fff;
}
#intro .text-wrap i{
	width: 120px;
	margin: 40px auto;
}
#intro .text-wrap h2{
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 4px;
}
#intro .text-wrap p{
	font-size: 16px;
	line-height: 2.2;
}
#intro ul{
	width: 70%;
	max-width: 1140px;
	margin: 80px auto 0;
	display: flex;
	justify-content: space-between;
}
#intro ul li:nth-child(1){
	width: 45%;
	margin: 70px 0 0;
}
#intro ul li:nth-child(2),
#intro ul li:nth-child(3){width: 23%;}
#intro ul li:nth-child(2){margin: 150px 0 0;}

#intro .chapel{
	max-width: 1380px;
	width: 86.666%;
	margin: 170px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#intro .chapel figure{width: 50%;}
#intro .chapel .txt-wrap{width: 45%;}
#intro .chapel .txt-wrap h3{
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #082967;
}
#intro .link-btn a{
	margin: 0;
	max-width: 400px;
	background-color: #ea3770;
	border: 1px solid #ea3770;
}
#intro .link-btn a:hover{
	color: #ea3770;
	background-color: #fff;
}
#intro .link-btn a:hover span{fill: #ea3770;}

@media screen and (max-width: 768px){
	#intro{
		margin-bottom: 110px;
		padding: 50px 0 0px;
		background: url('../img/solophoto-intro-bg-sp.jpg') no-repeat;
		background-size: contain;
	}
	#intro .text-wrap h2 {font-size: 14px;}
	#intro .text-wrap i {
	    width: 80px;
	    margin: 25px auto;
	}
	#intro .text-wrap p{
		width: 90%;
		margin: 0 auto;
		font-size: 10px;
		line-height: 2.4;
		text-align: justify;
		font-feature-settings: "palt";
	}
	#intro ul{
		width: 90%;
		margin: 0px auto 0;
	}
	#intro ul li:nth-child(1) {margin: 30px 0 0;}
	#intro ul li:nth-child(2) {margin: 60px 0 0;}
	#intro .chapel{
		margin: 100px auto 0;
		display: block;
	}
	#intro .chapel figure{width: 100%;}
	#intro .chapel .txt-wrap{width: 100%;}
	#intro .chapel .txt-wrap h3{
		margin: 10px 0;
		font-size: 14px;
	}
	#intro .chapel .txt-wrap p{font-size: 10px;}
	#intro .chapel .link-btn a{
		width: 100%;
	    margin: 0 auto;
	}
}





/* --------------------------------
scene
-------------------------------- */
#scene{
	padding:40px 0 120px;
	background-color:#F9F4EA;
}
#scene .sub-title{margin-top: -65px;}
#scene .sub-title h3{
	display: inline-block;
	padding: 0 .2em;
	color: #fff;
	background-color: #082967;
}
#scene ol{
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
}
#scene ol li{
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#scene ol li picture{width: 50%;}
#scene ol li:nth-child(2) picture,
#scene ol li:nth-child(4) picture{order: 2;}
#scene ol li .text-wrap{width: 48%;}
#scene ol li .text-wrap p{
	width: 70%;
	margin: 0 auto;
	margin-top: 50px;
	font-size: 16px;
	font-weight: bold;
	font-feature-settings: "palt";
}
#scene ol li .text-wrap p span{
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.4;
	display: block;
}

@media screen and (max-width: 768px){
	#scene{padding: 4px 0 50px;}
	#scene .sub-title{margin-top: -15px;}
	#scene ol li{
		margin: 40px auto 0;
		display: block;
	}
	#scene ol li picture{width: 100%;}
	#scene ol li .text-wrap{
		width: 90%;
	    margin: 10px auto 0;
	}
	#scene ol li .text-wrap p{
		width: 100%;
		margin-top: 10px;
		font-size: 12px;
	}
}




/* --------------------------------
contact
-------------------------------- */
#contact{
 	padding: 5% 0;
 	background: url('../img/solophoto-contact-bg2.jpg') center 15% no-repeat;
 	background-size: cover;
 	position: relative;
}
#contact::before{
	content: "";
	display: block;
	width: 97%;
	height: 90%;
	border: 1px solid;
	border-color: rgba(255,255,255,.8);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#contact h4 {
	margin-bottom: 1.2rem;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	color: #fff;
}
#contact ul {
	max-width: 640px;
	margin: 0 auto;
}
#contact  ul li {margin-top: 30px;}
#contact  ul li.btn {
	margin-top: 0;
	text-align: center;
	position: relative;
}
#contact  ul li.btn span {
	line-height: 1;
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#contact  ul li.btn .material-icons { font-size: 24px;}
#contact  ul li a {
	display: block;
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	     -o-transition: all 0.4s;
	        transition: all 0.4s;
}
#contact  ul li.btn a {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 80px;
	letter-spacing: 5px;
	color: #fff;
	background: #ED3770;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
}
#contact  ul li.btn a:hover {
	color: #ED3770;
	background: #ffffff;
}
#contact  ul li.sp{display: none;}

@media screen and (max-width: 1200px) {
	#contact  ul{max-width: 520px;}
	#contact  ul li.btn a {
		line-height: 60px;
		font-size: 16px;
	}
	#contact ul li.btn .material-icons {font-size: 20px;}
}

@media screen and (max-width: 768px) {
	#contact{padding: 9% 0;}
	#contact::after{width: 95%;}
	#contact  h4 {
	  	margin-bottom: 10px;
	  	font-size: 10px;
	 }
	#contact  ul li {
	  	width: 80%;
		margin: 3% auto 0;
	 }
}






/* --------------------------------
sample
-------------------------------- */
#sample{padding: 100px 0 120px;}
#sample ul{
	width: 75%;
	max-width: 1260px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
#sample ul li{
	width: 31%;
	margin-bottom: 2%;
	margin-right: 2%;
	border: 5px solid #082967;
	position: relative;
}
#sample ul li:hover{
	transition: .4s ease;
	border: 5px solid #ED3770;
}
#sample ul li:nth-child(3n){margin-right: 0;}
#sample ul li p.text{
    font-weight: 600;
    font-style: normal;
    font-size: .8vw;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: .5s ease;
    text-transform: uppercase;
    white-space: nowrap;
    color: #082967;
}
#sample ul li:hover p.text{color: #ED3770;}
#sample ul li figure img{
	aspect-ratio: 1/1;
	object-fit: cover;
}
#sample ul li:nth-child(6) figure img{object-position: left top;}
#sample ul li p.text span{display: inline-block;}
#sample ul li.none{border: none;}

@media screen and (max-width: 768px){
	#sample{padding: 70px 0 0;}
	#sample ul{
		width: 86.666%;
		margin: 25px auto 0;
		justify-content: space-between;
	}
	#sample ul li {
	    width: 49%;
	    margin-right: 0;
	    border: 3px solid #082967;
	}
	#sample ul li p.text{
		font-size: 9px;
		left: 10px;
	}
}







/* --------------------------------
plan
-------------------------------- */
#plan{margin: 120px 0 0;}
#plan .anniversary_logo{
	width: 15%;
	margin: 20px auto 30px;
}
#plan h4{
	/* margin-top: 50px; */
	padding-bottom: 5px;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
}
#plan h4::before{
	content: "";
	width: 690px;
	height: 50px;
	background: url('../img/solophoto-plan-campaign.svg') no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: -1;
}
#plan .day{
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
#plan .lightplan{
	margin:30px auto 0;
	text-align: center;
}
#plan .lightplan figure{
	width: 690px;
	margin: 0 auto 50px;
}
#plan .lightplan h5{
	font-size: 18px;
	line-height: 3em;
}
#plan .lightplan ul{
	max-width: 510px;
	width: 86.666%;
	margin: 10px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .lightplan ul li{
	width: 32%;
	margin-bottom: 1.5%;
}
#plan .lightplan ul+p{
	max-width: 510px;
	width: 86.666%;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
}
#plan .plus{
	font-size: 40px;
	line-height: 4em;
	color: #082967;
	opacity: .5;
	text-align: center;
}
#plan .present{
	padding: 50px 0 100px;
	background-color: #FEF7F9;
}
#plan .present h5{
	margin-top: -105px;
	font-size: 23px;
	font-weight: bold;
	line-height: 5em;
	letter-spacing: 4px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 999;
}
#plan .present h5::before{
	content: "";
	width: 445px;
	height: 50px;
	display: block;
	background: url(../img/solophoto-plan-present.svg) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: -1;
}
#plan .present p{
	font-size: 15px;
	text-align: center;
}
#plan .present ul{
	max-width: 1030px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#plan .present ul li{width: 24%;}
#plan .present ul+p{
	margin-top: 10px;
	font-size: 12px;
}
#plan .rankup{margin-top: 60px;}
#plan .rankup ul{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#plan .rankup ul li{
	width: 50%;
	padding: 0 50px;
}
#plan .rankup ul li:nth-child(1){border-right: 1px dotted rgba(8,41,103,.5);}
#plan .option{margin-top: 100px;}
#plan .option .title{
	margin-bottom: 30px;
	text-align: center;
}
#plan .option .title p{
	font-size: 27px;
	line-height: 1.2;
	font-weight: 600;
	color: #082967;
}
#plan .option .title h5{font-size: 14px;}
#plan .option ul{
	max-width: 900px;
	width: 90%;
	margin:0 auto;
	border-bottom: 1px dotted rgba(8,41,103,.5);
}
#plan .option ul li{
	margin: 0px auto 30px;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
#plan .option ul li h6{
	width: 15%;
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	color: #082967;
}
#plan .option ul li h6 span{
	padding: 1px 3px;
	font-size: 9px;
	color: #fff;
	font-weight: normal;
	background-color:#ea3770;
	display: inline-block;
}
#plan .option ul li p{
	width: 40%;
	font-size: 16px;
	text-align: justify;
}
#plan .option ul li figure{width: 40%;}
#plan .option ul+p{
	max-width: 900px;
	width: 90%;
	margin: 5px auto 0;
	text-align: left;
	font-size: 10px;
}

@media screen and (max-width: 768px){
	.sub-title h3{font-size: 28px;}
	.sub-title p{font-size: 10px;}
}

@media screen and (max-width: 1281px){
	#plan .anniversary_logo{width: 20%;}
}

@media screen and (max-width: 768px){
	#plan {margin: 70px 0;}
	#plan .anniversary_logo{width: 40%;}
	#plan h4{
		width: 86.666%;
		margin: 0 auto;
		/* margin: 30px auto 0; */
		padding: 2px 0;
		font-size: 16px;
		background-color: #082967;
	}
	#plan h4::before{display: none;}
	#plan .day{
		margin-top: 5px;
		font-size: 14px;
	}
	#plan .lightplan{
		width: 86.666%;
		margin: 20px auto 0;
	}
	#plan .lightplan figure{
		width: 100%;
		margin: 0 auto 30px;
	}
	#plan .lightplan h5 {font-size: 10px;}
	#plan .lightplan ul{width: 100%;}
	#plan .lightplan ul li {
		width: 32%;
		margin-bottom: 1.5%;
	}
	#plan .lightplan p{
		font-size: 10px;
		line-height: 1.8em;
	}
	#plan .lightplan ul+p {
		width: 100%;
	    font-size: 10px;
	    line-height: 1.8;
	}
	#plan .plus {
		margin-top: -20px;
		font-size: 30px;
	}
	#plan .present {padding: 50px 0;}
	#plan .present h5{
		margin-top: -93px;
		font-size: 17px;
	}
	#plan .present h5::before {
	    width: 350px;
	    height: 39px;
	}
	#plan .present p{
		font-size: 14px;
		line-height: 1.6;
	}
	#plan .present ul{width: 90%;}
	#plan .present ul li{width: 49%;}
	#plan .present ul li:nth-child(3),
	#plan .present ul li:nth-child(4){margin-top: 2%;}
	#plan .present ul+p{font-size: 10px;}
	#plan .rankup { margin-top: 40px;}
	#plan .rankup ul{width: 86.666%;}
	#plan .rankup ul li {
	    width: 100%;
	    padding: 0 0px;
	}
	#plan .rankup ul li:nth-child(1) {border-right: none;}
	#plan .rankup ul li:nth-child(2){margin-top: 80px;}
	#plan .option .title{margin-bottom: 10px;}
	#plan .option ul{width: 86.666%;}
	#plan .option ul li{display: block;}
	#plan .option ul li h6{width: 100%;}
	#plan .option ul li p{
		width: 100%;
		margin: 5px 0;
		font-size: 14px;
	}
	#plan .option ul li figure{width: 100%;}
	#plan .option ul+p{width: 86.666%;}
}




/* --------------------------------
campaign
-------------------------------- */
#campaign{
	margin: 150px 0 0;
	padding: 70px 0 ;
	background-color: #fbf4f6;
}
#campaign .sub-title{margin-top: -95px;}
#campaign .overcolordress{
	max-width: 1200px;
	width: 90%;
	margin:50px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#campaign .overcolordress figure{width: 53%;}
#campaign .overcolordress .txt-wrap{width: 45%;}
#campaign .overcolordress .txt-wrap h4{
	margin-top: 30px;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #082967;
}
#campaign .overcolordress .txt-wrap p{
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
	color: #082967;
	text-align: justify;
}
#campaign .overcolordress .txt-wrap p span{font-size: 12px;}
.link-btn{margin-top: 30px;}
.link-btn a {
	width: 70%;
	margin:  0 auto;
	display: block;
	-webkit-transition: all 0.4s;
	   -moz-transition: all 0.4s;
	    -ms-transition: all 0.4s;
	     -o-transition: all 0.4s;
	        transition: all 0.4s;
}
.link-btn a {
	font-size: 14px;
	font-weight: bold;
	line-height: 55px;
	letter-spacing: .2em;
	text-align: center;
	color: #fff;
	background: #082967;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
}
.link-btn a span{
	margin-left: 15px;
	width: 7px;
	fill: #fff;
	display: inline-block;
}
.link-btn a:hover {background: #ea3770;}

@media screen and (max-width: 768px){
	#campaign{margin: 120px 0 0;}
	#campaign .sub-title {margin-top: -85px;}
	#campaign .overcolordress{
		width: 86.666%;
		margin: 20px auto 0;
		display: block;
	}
	#campaign .overcolordress figure{width: 100%;}
	#campaign .overcolordress .txt-wrap{
		width: 100%;
		margin-top: 20px;
	}
	.link-btn a{
		width: 90%;
		font-size: 12px;
		line-height: 50px;
	}
	.link-btn a span{width: 6px;}
	#campaign .overcolordress .txt-wrap h4{
	margin-top: 20px;
	font-size: 16px;
}
	#campaign .overcolordress .txt-wrap p{font-size: 12px;}
	#campaign .overcolordress .txt-wrap p span{font-size: 10px;}
}




/* --------------------------------
insta
-------------------------------- */
#insta{
	margin: 0;
	padding: 120px 0;
	background: #082967;
}
#insta .title img{
	width: 25px;
	margin: 0 auto;
}
#insta .title p{
	font-weight: 300;
	color: #fff;
	text-align: center;
}
#insta h3{
	margin-top: 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
#insta ul{
	max-width: 1200px;
	width: 86.666%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#insta ul li{width: 16.66666%;}
#insta ul+p{
	color: #fff;
	text-align: center;
}
#insta .link-btn a{
	max-width: 400px;
	background-color: #ea3770;
}
#insta .link-btn a:hover{
	color: #ea3770;
	background-color: #fff;
}
#insta .link-btn a:hover span{fill: #ea3770;}

@media screen and (max-width: 768px){
	#insta{padding: 70px 0;}
	#insta .title img{width: 20px;}
	#insta h3{
		margin-top: 15px;
		font-size: 16px;
	}
	#insta ul{margin: 15px auto;}
	#insta ul li{width: 33.333%;}
	#insta ul+p{
		width: 86.666%;
		margin: 0 auto;
		font-size: 14px;
		text-align: left;
	}
	#insta .link-btn a{width: 86.666%;}
}




/* --------------------------------
costume
-------------------------------- */
#costume{margin: 120px 0 200px;}
#costume .dress,
#costume .wasou,
#costume .tuxedo{margin: 80px auto 130px;}
#costume .main{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto ;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#costume .main .text-wrap{width: 43%;}
#costume .main figure{width: 52%;}
#costume .dress .main figure,
#costume .tuxedo .main figure{order: 2;}
#costume .text-wrap p.midashi{
	font-size: 70px;
	line-height: 1;
	font-weight: 300;
	font-style: italic;
}
#costume .text-wrap p.midashi b{font-weight: normal;}
#costume .dress .text-wrap p.midashi b{color: #ECC0CA;}
#costume .wasou .text-wrap p.midashi b{color: #CFB7D3;}
#costume .tuxedo .text-wrap p.midashi b{color: #BACFFF;}
#costume .text-wrap h4{
	font-size: 12px;
	font-weight: bold;
}
#costume .text-wrap h4+p{
	margin-top: 50px;
	font-size: 16px;
}
#costume ul{
	width: 90%;
	max-width: 1240px;
	margin: 40px auto 0;
}
#costume ul li{margin: 0 20px;}
#costume .link-btn a{
	max-width: 400px;
	width: 86.666%;
	margin: 30px auto 0;
}
#costume .tuxedo ul+p.cap{
	width: 86.6666%;
	max-width: 1200px;
	margin: 20px auto 0;
	font-size: 12px;
}

@media screen and (max-width: 768px){
	#costume{margin: 80px 0 100px;}
	#costume .dress,
	#costume .wasou,
	#costume .tuxedo{margin: 30px auto 80px;}
	#costume .main{display: block;}
	#costume .main .text-wrap{
		width: 100%;
		margin: 10px auto 0;
	}
	#costume .main figure{width: 100%;}
	#costume .text-wrap p.midashi {
	    font-size: 40px;
	    text-align: center;
    }
    #costume .text-wrap h4 {
	    font-size: 10px;
	    text-align: center;
	}
	#costume .text-wrap h4+p {
	    margin-top: 15px;
	    font-size: 10px;
	    text-align: justify;
	}
	#costume ul{margin: 15px auto 0;}
	#costume ul li{margin: 0 5px;}
	#costume .tuxedo ul+p.cap{
		margin: 10px auto 0;
		font-size: 10px;
	}
}




/*-------------------------------------
faq
--------------------------------------*/
#faq{
	width: 86.666%;
    max-width: 900px;
    margin: 0px auto 200px;
}
/*アコーディオン全体*/
#faq .accordion-area{margin-top: 70px;}
#faq .accordion-area li{margin: 0 0 10px;}
#faq .accordion-area section {margin: 0;}
#faq .title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:18px;
    font-weight: bold;
/*     color: #553d15; */
    padding: 1.5% 3% 1.5% 50px;
    transition: all .5s ease;
    background-color: #F9F4EA;
}
/*アイコンの＋と×*/
#faq .title::before,
#faq .title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #553d15;
}
#faq .title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
}
#faq .title::after{
    top:48%;
    right: 15px;
    transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
#faq .title.close::before{transform: rotate(45deg);}
#faq .title.close::after{transform: rotate(-45deg);}
/*アコーディオンで現れるエリア*/
#faq .box {
    display: none;/*はじめは非表示*/
    padding: 1.5% 3% 1.5% 50px;
/*     color: #553d15; */
}
#faq .box p{font-size: 16px;}
#faq .title b,
#faq .box b{
	padding-right: 5px;
	font-size: 28px;
	font-weight: 600;
	color: #082967;
}
#faq .box b{color: #DB3770;}

@media screen and (max-width: 768px) {
	#faq{margin: 80px auto 100px;}
	/*アコーディオン全体*/
	#faq .accordion-area{margin-top: 40px;}
	#faq .title {
	    font-size:12px;
	    line-height: 1.2;
	    padding: 5% 10% 5% 2%;
	}
	/*アイコンの＋と×*/
	#faq .title::before,
	#faq .title::after{width: 10px;}
	/*アコーディオンで現れるエリア*/
	#faq .box {padding: 5% 0% 5% 2%;}
	#faq .box p{font-size: 12px;}
	#faq .title b,
	#faq .box b{font-size: 18px;}
}



/*--------------------------------------------------------------------------
 flow
---------------------------------------------------------------------------*/
#flow {margin: 120px 0 200px;}
#flow .flow-wrap {
 letter-spacing: -5px;
 font-size: 0;
}
#flow .flow-wrap .sub-title {
 width: 28.125%;
 padding: 0 5%;
 display: inline-block;
 vertical-align: top;
}
#flow .flow-wrap .sub-title h3 {letter-spacing: 0.1em;}
#flow .flow-wrap .scroll-wrap {
 width: 71.875%;
 display: inline-block;
 vertical-align: top;
 overflow: hidden;
}
#flow .flow-wrap .scroll-wrap ul {
 letter-spacing: -5px;
 font-size: 0;
}
#flow .flow-wrap .scroll-wrap ul li {
 width: 360px;
 margin-right: 40px;
 display: inline-block;
 vertical-align: top;
 cursor: grab;
}
#flow .flow-wrap .scroll-wrap ul li figure {
 position: relative;
 color: #fff;
}
#flow .flow-wrap .scroll-wrap ul li figure::before {
 content: "";
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 0 70px 70px;
 border-color: transparent transparent #DB3770 transparent;
 position: absolute;
 right: 0;
 bottom: 0;
}
#flow .flow-wrap .scroll-wrap ul li figure figcaption {
 position: absolute;
 right: 10px;
 bottom: 10px;
 font-size: 30px;
 font-weight: bold;
 line-height: 30px;
 color: #fff;
 letter-spacing: 0.02em;
}
#flow .flow-wrap .scroll-wrap ul li figure figcaption small {
 padding-right: 3px;
 font-size: 12px;
 line-height: 30px;
 font-weight: bold;
 color: #fff;
}
#flow .flow-wrap .scroll-wrap ul li dl { padding-top: 30px;}
#flow .flow-wrap .scroll-wrap ul li dl dt {
 line-height: 1.33;
 font-size: 20px;
 font-weight: 500;
 font-weight: bold;
 letter-spacing: 0.02em;
}
#flow .flow-wrap .scroll-wrap ul li dl dd {
 padding-top: 1.25em;
 font-size: 14px;
 letter-spacing: 0.02em;
 line-height: 1.8;
}
#flow .flow-wrap .scroll-wrap .scroll {
 width: 226px;
 padding-top: 50px;
}
#flow .flow-wrap .scroll-wrap .scroll.sp {display: none;}

@media screen and (max-width: 1281px) {
 #flow .flow-wrap .sub-title { width: 33.333%;}
 #flow .flow-wrap .scroll-wrap { width: 66.6666%;}
 #flow .flow-wrap .scroll-wrap ul li { width: 306px;}
 #flow .flow-wrap .scroll-wrap .scroll {padding-top: 35px;}
}

@media screen and (max-width: 768px) {
   #flow {margin: 80px auto 100px;}
   #flow .ja-tit { margin-bottom: 15px;}
   #flow .flow-wrap .sub-title {
    width: 100%;
    padding: 0 6.666%;
    display: block;
   }
   #flow .flow-wrap .scroll-wrap {
    width: 100%;
    padding: 20px 0 0 6.666%;
   }
   #flow .flow-wrap .scroll-wrap .scroll {display: none;}
  #flow .flow-wrap .scroll-wrap .scroll.sp {display: block;}
   #flow .flow-wrap .scroll-wrap ul li {
    width: 240px;
    margin-right: 25px;
   }
   #flow .flow-wrap .scroll-wrap ul li dl { padding-top: 15px;}
   #flow .flow-wrap .scroll-wrap ul li dl dt{font-size: 16px;}
   #flow .flow-wrap .scroll-wrap ul li dl dd {
   	padding-top: 1em;
   	font-size: 13px;
   }
   #flow .flow-wrap .scroll-wrap .scroll {
    width: 150px;
    padding-top: 0;
    padding-bottom: 18px;
   }
}




/* --------------------------------
salon
-------------------------------- */
#salon {
 padding: 50px 0 100px;
 background: #f2f2f2;
 position: relative;
}
#salon .sub-title{margin-top: -75px;}
#salon #tabMenu {
 width: 90%;
 max-width: 1200px;
 margin: 70px auto 0;
 letter-spacing: -5px;
 font-size: 0;
}
#salon #tabMenu li {
 width: 15.4166%;
 margin-left: 1.5%;
 padding-bottom: 6px;
 display: inline-block; *display: inline; *zoom: 1;
 text-align: center;
 letter-spacing: 0.1em;
 font-size: 14px;
}
#salon #tabMenu li:first-child { margin-left: 0;}
#salon #tabMenu li a {
 display: block;
 line-height: 50px;
 background: #FFF;
 -webkit-border-radius: 25px;
         border-radius: 25px;
 border: 1px solid #082967;
 -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
 position: relative;
}
#salon #tabMenu li a:hover,
#salon #tabMenu li a.active {
 color: #FFF;
 background: #082967;
}
#salon #tabMenu li a::after {
 content: "";
 width: 0;
 height: 0;
 display: block;
 border-style: solid;
 border-width: 6px 6px 0 6px;
 border-color: #082967 transparent transparent transparent;
 opacity: 0;
 position: absolute;
 left: 50%;
 bottom: -7px;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
#salon #tabMenu li a.active::after { opacity: 1;}
#salon #tabBoxes > div {
 padding-top: 60px;
 display: none;
}
#salon #tabBoxes #tabBox2 { display: block;}
#salon #tabBoxes .fade-in { display: block !important;}
#salon #tabBoxes ul {
 width: 90%;
 max-width: 1440px;
 margin: 0 auto;
 letter-spacing: -5px;
 font-size: 0;
}
#salon #tabBoxes ul li {
 width: 31.25%;
 margin-left: 3.125%;
 margin-bottom: 40px;
 display: inline-block; *display: inline; *zoom: 1;
 vertical-align: top;
 letter-spacing: 0.1em;
 font-size: 14px;
}
#salon #tabBoxes ul li .sp { display: none;}
#salon #tabBoxes ul li a { display: block;}
#salon #tabBoxes ul li:nth-of-type(3n+1) { margin-left: 0;}
#salon #tabBoxes ul li figure { line-height: 0;}
#salon #tabBoxes ul li figure.iv { opacity: 0;}
#salon #tabBoxes ul li figure.iv.is_visible { opacity: 1;}
#salon #tabBoxes ul li .txt-wrap { padding: 5% 0;}
#salon #tabBoxes ul li .txt-wrap dl dt {
 line-height: 1;
 font-size: 18px;
 font-weight: bold;
}
#salon #tabBoxes ul li .txt-wrap dl dd { margin-top: .5em;}
#salon #tabBoxes ul li .txt-wrap dl dd .material-icons {
 margin-right: 0.25em;
 vertical-align: middle;
 font-size: 20px;
}
#salon #tabBoxes ul li .txt-wrap .btn {
 font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium";
 padding-top: 1.5em;
 display: inline-block; *display: inline; *zoom: 1;
 position: relative;
}
#salon #tabBoxes ul li .txt-wrap .btn::after {
 content: "";
 width: 30px;
 height: 2px;
 display: block;
 background: #1d1d1d;
 position: absolute;
 left: 0;
 bottom: -5px;
 -webkit-transition: all 0.4s;
     -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
       -o-transition: all 0.4s;
          transition: all 0.4s;
}
#salon #tabBoxes ul li a:hover .txt-wrap .btn::after{ width: 100%;}
/*左から右アニメーション*/
.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap:before {
  animation: img-wrap 1.5s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}/*左から右アニメーション*/

@media screen and (max-width: 1200px) {
 #salon #tabMenu li { font-size: 12px;}
 #salon #tabMenu li a {
  line-height: 44px;
  -webkit-border-radius: 22px;
          border-radius: 22px;
 }
 #salon #tabBoxes > div { padding-top: 40px;}
 #salon #tabBoxes ul li {
  margin-bottom: 40px;
  font-size: 12px;
 }
 #salon #tabBoxes ul li .txt-wrap dl dt { font-size: 16px;}
 #salon #tabBoxes ul li .txt-wrap dl dd .material-icons { font-size: 18px;}
 #salon #tabBoxes ul li .txt-wrap .btn { font-size: 14px;}
}
@media screen and (max-width: 920px) {
 #salon #tabBoxes ul li {
  width: 48.5%;
  margin-left: 3%;
  margin-bottom: 40px;
 }
 #salon #tabBoxes ul li:nth-of-type(3n+1) { margin-left: 3%;}
 #salon #tabBoxes ul li:nth-of-type(2n+1) { margin-left: 0;}
 #salon #tabBoxes ul li .txt-wrap dl dt { font-size: 14px;}
}
@media screen and (max-width: 768px) {
	#salon .pc{display: block;}
	 #salon p{font-size: 12px;}
	 #salon #tabMenu {
	  width: 100%;
	  max-width: 1000px;
	  margin: 25px auto 0;
	  letter-spacing: -5px;
	  font-size: 0;
	  background: #FFF;
	 }
	 #salon #tabMenu li {
	  width: 33.333%;
	  margin-left: 0%;
	  padding-bottom: 0;
	 }
	 #salon #tabMenu li:first-child { margin-left: 0;}
	 #salon #tabMenu li a {
	  display: block;
	  line-height: 44px;
	  font-size: 10px;
	  -webkit-border-radius: 0;
	          border-radius: 0;
	  border: none;
	  border-bottom: 1px solid #f2f2f2;
	  border-right: 1px solid #f2f2f2;
	 }
	 #salon #tabMenu li:nth-child(3) a {
	  border-right: none;
	  border-bottom: 1px solid #f2f2f2;
	 }
	 #salon #tabMenu li:nth-child(4) a,
	 #salon #tabMenu li:nth-child(5) a,
	 #salon #tabMenu li:nth-child(6) a { border-bottom: none;}
	 #salon #tabMenu li:nth-child(6) a { border-right: none;}
	 #salon #tabMenu li a::after { content: none;}
}
@media screen and (max-width: 640px) {
	 #salon { padding: 60px 0 0px;}
	 #salon #tabBoxes > div { padding-top: 0;}
	 #salon #tabBoxes ul { width: 100%;}
	 #salon #tabBoxes ul li {
	  width: 100%;
	  margin-left: 0;
	  margin-bottom: 0;
	  padding: 5%;
	  letter-spacing: -5px;
	  font-size: 0;
	  border-top: 1px solid #cccccc;
	  position: relative;
	 }
	 #salon #tabBoxes ul li:first-child { border-top: none;}
	 #salon #tabBoxes ul li .pc { display: none;}
	 #salon #tabBoxes ul li .sp { display: block;}
	 #salon #tabBoxes ul li:nth-of-type(3n+1) { margin-left: 0;}
	 #salon #tabBoxes ul li figure {
	  width: 23.5%;
	  margin-right: 4%;
	  display: inline-block; *display: inline; *zoom: 1;
	  vertical-align: middle;
	 }
	 #salon #tabBoxes ul li .txt-wrap {
	  width: 72.5%;
	  padding: 0 10px 0 0;
	  display: inline-block !important;
	  vertical-align: middle;
	  letter-spacing: 0.1em;
	  font-size: 12px;
	 }
	 #salon #tabBoxes ul li .txt-wrap .btn { display: none;}
	 #salon #tabBoxes ul li .txt-wrap dl {}
	 #salon #tabBoxes ul li .txt-wrap dl dt { font-size: 13px;}
	 #salon #tabBoxes ul li .txt-wrap dl dd {
	  margin-top: 0.3em;
	  letter-spacing: 0.04em;
	  font-size: 10px;
	 }
	 #salon #tabBoxes ul li .txt-wrap dl dd .material-icons {
	  margin-left: 0;
	  font-size: 12px;
	 }
	 #salon #tabBoxes ul li .txt-wrap .material-icons.sp {
	  font-size: 16px;
	  position: absolute;
	  right: 10px;
	  top: 50%;
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 }
}



/* --------------------------------
footer
-------------------------------- */
footer {
  padding: 100px 40px 90px;
  background: #082967;
  color: #fff;
}
footer .logo {width: 140px;}
footer .logo:hover{
	opacity: .6;
	transition: .6s;
}
footer .info {
  margin-top: 25px;
  position: relative;
}
footer .info ul {
  width: 450px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}
footer .info ul li {
  padding: 0 4%;
  position: relative;
  font-size: 12px;
}
footer .info ul li:first-child{padding-left: 0;}
footer .info ul li::after {
  content: "│";
  position: absolute;
  top: 0;
  right: -4%;
}
footer .info ul li:last-child:after {display: none;}
footer .info ul li:hover{
	opacity: .6;
	transition: .6s;
}
footer .info ul li a{color:#fff;}
footer .info .copy {
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.4;
}

@media screen and (max-width: 900px) {
  footer {
  	margin-bottom: 100px;
    padding: 30px 20px 25px;
    text-align: center;
  }
  footer .logo {
    width: 140px;
    margin: 0 auto;
  }
  footer .info ul {
    width: 86.666%;
    margin: 15px auto 0;
    position: static;
    justify-content: center;
  }
  footer .info ul li {
    padding: 0 3%;
    font-size: 10px;
  }
  footer .info .copy {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
    position: relative;
    top: initial;
    right: initial;
  }
}




/* --------------------------------
fix-contact
-------------------------------- */
.tel-fixed.sp{display: none;}
.tel-fixed {
	width: 100%;
	padding: 2% 0;
	line-height: 0;
	position: fixed;
	bottom: -200px;
	display: block;
	opacity: 0;
	transition: 1s ease-in-out;
	background: #082967;
}
.tel-fixed.active {
	bottom: 0;
	opacity: 1;
}
.tel-fixed h5 {
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.5em;
  padding: 2% 0 0;
  color: #fff;
}
.tel-fixed ul{
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.tel-fixed ul li {
  width: 48%;
  padding: 2% 0 4%;
}


