/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/
html,body{
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings:"palt";
	line-height:1.8;
	scroll-padding-top:200px;
	font-size: 16px;
	color: #221C1C;
	letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5, h6
{
    margin-bottom: 0.8em;
	font-weight:400;
	line-height:1.8;
}

a {
	color: #FFF;
}
a:hover {
	color: rgba(255, 255, 255, 0.6);	
}

/*------------------------------------*\
	HEADER  /  SECTIONS
\*------------------------------------*/

#head-inner {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
#head-inner .container-fluid {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.hamburger {
	position: relative;
	height: 40px;
	width: 40px;
}

.hamburger span {
	position: absolute;
  	left: 1px;
 	height: 1px;
  	width: 100%;
  	background-color: #FFF;
  	display: inline-block;
}
.hamburger span:nth-of-type(1) {
	top:0;
}
.hamburger span:nth-of-type(2) {
	top: 10px;
}
.hamburger span:nth-of-type(3) {
	top: 20px;
}
.hamburger small {
	font-family: "Tenor Sans", sans-serif;
	position: absolute;
	left: 0;
	top: 30px;
	color: #FFF;
	font-size: 12px;
}

.hamburger:hover {
  color: #FFF;
  cursor: pointer;
}

.logo {
    font-family: "Tenor Sans", sans-serif;
	background: none;
    border: 0px;
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
}
.logo:hover {
	color: rgba(255 255 255 / 0.6)
}
.logo span {
	font-size: 18px;
}

#nav .nav-top {
	display: flex;
	justify-content: flex-end;
}
#nav-logo {
	width: 40%;
	color: #FFF;
	padding: 30px 0 40px 20px;
}
#nav .pushy-link {
	width: 30%;
	line-height: 0.5;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#nav .pushy-link a {
	color: #D883B1;
	font-family: "Tenor Sans", sans-serif;
}
#nav .pushy-link a:hover {
	
}
.cross {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
}

.cross::before, .cross::after { 
    content: "";
    position: absolute;
    top: 50%;
    left: 76%;
    width: 1px; 
    height: 30px; 
    background: #D883B1;
}

.cross::before {
  	transform: translate(-50%,-50%) rotate(45deg);
}

.cross::after {
  	transform: translate(-50%,-50%) rotate(-45deg);
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 10px;
}
.arrow::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #221C1C;
    border-right: solid 1px #221C1C;
    position: absolute;
    left: 0;
    top: 8px;
}
.arrow.arrow-right::before {
	transform: rotate(45deg);
}
#index .arrow::before {
	border-top: solid 1px #D883B1;
	border-right: solid 1px #D883B1;
}

#nav.pushy .social {
    display: flex;
	margin-left: 30px;
}
#nav.pushy .social a {
  	padding:0;
	color: rgba(0, 0, 0, .6);
}
#nav.pushy .social a:hover {
	color: rgba(0, 0, 0, 1);
} 

#section1 {
	background: url("../../img/1.jpg") center center no-repeat;
  	background-size: cover;
	text-align: center;
}
#section2 {
	background: url("../../img/2.jpg") center center no-repeat;
	background-size: cover;
}
#section3 {
	background: url("../../img/3.jpg") center center no-repeat;
	background-size: cover;
}
#section4 {
	background: url("../../img/4.jpg") center center no-repeat;
	background-size: cover;
}
#section5 {
	background: url("../../img/5.jpg") center center no-repeat;
	background-size: cover;
}
#section6 {
	background-color: #D883B1;
	padding: 50px 0 80px;
} 
#products #section6 {
	padding-bottom: 0;
	color: #FFF;
}

#section2 .container.intro,
#section3 .container.intro,
#section4 .container.intro,
#section5 .container.intro {
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	padding: 2em;
	width: 60%;
	opacity: 0;
}

#fullpage .intro {
	font-family: "Noto Sans JP", sans-serif;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.2em;
}
#fullpage #section1 .intro h1 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 68px;
	text-shadow: none;
}
#fullpage #section1 .intro p {
	font-size: 22px;
	animation-delay: .5s;
}
#fullpage #section6 .intro {
	text-shadow: none;
}

#fullpage .intro .ttl {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 2em;
}
#fullpage .intro .ttl h2 {
	font-family: "Tenor Sans", sans-serif;
	font-weight: 400;
	color: #FFF;
	font-size: 24px;
	margin-bottom: 0;
	margin-right: 1em;
}
#fullpage .intro .ttl p {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
}
#fullpage .intro a {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	text-shadow: none;
}
#fullpage .intro a:hover {
	color: #FFF;
}

table tr th {
	font-weight: 300;
}

#section4 table {
	text-shadow: none;
	margin-bottom: 30px;
	color: #FFF;
}

#section4 h4 {
	margin-bottom: 0;
}

.modal-content,
.modal-body {
  overflow: visible !important;
  position: relative;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider {
  width: 100%;
  margin: 0 auto;
	position: relative;
}

.slider img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1055;
  border-radius: 50%;
  cursor: pointer;
}

.slider .slick-prev {
  left: 10px;
}

.slider .slick-next {
  right: 10px;
}

.slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 1055;
  padding: 0;
  margin: 0;
}

/*------------------------------------*\
	FOOTER
\*------------------------------------*/

#fullpage footer {
    position: absolute;
	bottom: 0;
	left: 0;
	width: 	100%;
	background-color: #1b1b1b;
    padding-top: 20px;
    padding-bottom: 0;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

footer {
    background-color: #1b1b1b;
    padding-top: 20px;
    padding-bottom: 0;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
}

/*------------------------------------*\
	SUBPAGE
\*------------------------------------*/

#head-inner.top-nav-collapse {
	padding-top: 0rem;
	padding-bottom: 0rem;
	background-color: rgba(216 131 177 / 0.8);
  	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
}

.section-body {
	padding: 80px 0;
	background : url("../../img/1.jpg") 0 0 no-repeat;
	background-size: cover;
}
.section-title {
	display: inline-block;
	margin: 50px 0;
	font-size: 24px;
	border-bottom: 1px solid #D883B1;
	padding-bottom: 30px;
}
.section-body p {
	margin-bottom: 40px;
	line-height: 2.6;
}

.btn {
	color: #FFF;
	font-weight: 700;
	padding: 15px 30px;
	background-color: rgba(0 0 0 / 0.5);
}
.btn:hover {
	color: #FFF;
	background-color: rgba(216 131 177 / 0.8);
}

#upBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #9B9B9B;
	color: #FFF;
}

#upBtn:hover {
  	background-color: #D883B1;
}

#products .section-body .slide {
	color: #FFF;
}
#products .section-body .fp-controlArrow.fp-prev {
      left: 15px;
      width: 0;
      border-width: 16px 18px 16px 0;
      border-color: transparent rgba(255, 255, 255, 0.8) transparent transparent;
}
#products .section-body .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 16px 0 16px 18px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
}
/*------------------------------------*\
     Media Queries    
\*------------------------------------*/
@media (max-width: 767px) {
	#head-inner .logo {
		line-height: 1;
		margin-top: 15px;
	}
	.logo span {
      	font-size: 14px;
		letter-spacing: 0;
    }
	
	#fullpage .intro {
		font-size: 16px;
		width:  90%;
		padding: 1em;
	}
	#section2 .container.intro,
    #section3 .container.intro,
    #section4 .container.intro,
    #section5 .container.intro {
        font-size: 16px;
		width:  90%;
		padding: 1em;
	}
	#fullpage .intro h1 {
  		font-size: 32px;
		letter-spacing: 0;
		margin-bottom: 20px;
		line-height: 1.2;
	}
	#fullpage .intro .ttl {
		margin-bottom: 18px;
	}
	#fullpage .intro .ttl h2 {
        font-size: 20px;
    }
	
	#section4 .intro .ttl {
		flex-direction: column;
		align-items: flex-start;
	}
	
	footer {
  		padding-top: 1em;
		padding-bottom: 0.2em;
	}
	
	.btn {
		padding: 20px;
		display: block;
		width: 100%;
	}
	
	.section-body {
        background: url("../../img/1.jpg") no-repeat 0 0;
		padding: 40px 0 30px;
	}
	.section-title {
        font-size: 20px;
		margin: 40px 0 20px;
		padding-bottom: 10px;
    }
	.section-body p {
        margin-bottom: 20px;
    }

	.twoline th, .twoline td {
		display: block;
    	width: 100%;
	}
	.twoline td {
		margin-bottom: 15px;
	}
	#section3 .twoline td a {
		
	}
	#section4 table {
		margin-bottom: 15px;
	}
}
/* PCで電話番号リンクを無効に */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
	}
}
