
/*-------------------------------------------------*/
/*--------------------- 共　通 ---------------------*/
/*-------------------------------------------------*/


html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Serif", serif;
	font-weight: 300;
	font-size: 1.4rem;
	letter-spacing: .2rem;
	line-height: 2.4rem;
	position: relative;
	color: #3f3f3f;
	background-image: url(img/bg-test2.png);
	height:100%; /* ★大事なのは「100%」 */
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
h1.head,
h2.head,
h3.head,
h4.head,
h5.head,
h6.head {
    line-height: 1.1;
    margin: 0;
    padding: 0;
    font-weight: 100;
}
h1.head {font-size: 3.8rem; margin-bottom: 3rem;}
h2.head {font-size: 3.2rem; margin-bottom: 3rem;}
h3.head {font-size: 3.0rem; margin-bottom: 1rem;}
h4.head {font-size: 1.8rem; margin-bottom: 1rem;}
h5.head {font-size: 1.4rem; margin-bottom: 1rem;}
h6.head {font-size: 1.2rem; margin-bottom: 1rem;}

a {color: #3f3f3f;}

.no-gutters {
	padding-left: 0;
	padding-right: 0;
}

a.mapbottan {
	padding: 2rem 6rem;
	background-color: rgba(70, 70, 70, 0.66);
	color: white;
	display: block;
	transition: .3s;
	font-weight: bold;
}

a.mapbottan:hover {
	font-weight: bold;
	 letter-spacing: 0.5rem;
	background-color: #d7257f;
	text-decoration: none;
}

/*-------------------------------------------------*/
/*----------------- SimpleParallax ----------------*/
/*-------------------------------------------------*/


.content01 {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

#bg-section01 {
	background-color: black;
  width: auto;
  height: 100vh;
  background-image: url(../img/tw_profile2024.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content01 .luxy-el img {
	width: 40vw;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}
.content02 {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
}

#bg-section02 {
  width: auto;
  height: 100vh;
  background-image: url(../img/230911_0001.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content02 .luxy-el img {
	width: 10vw;
	height: auto;
}

.content03 {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
}

#bg-section03 {
  width: auto;
  height: 100vh;
  background-image: url(../img/210901_0005.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


p.text01 {
	font-size: 3vw;
	line-height: 4vw;
	font-optical-sizing: auto;
	font-style: normal;
}

p.text02 {
	font-size: 1vw;
	line-height: 2vw;
	font-optical-sizing: auto;
	font-style: normal;
}

.container,
.container-fluid {
	padding: 12rem 0;
}

@media screen and (max-width: 1200px) {
.content01 .luxy-el img {
	width: 60vw;
}
.content02 .luxy-el img {
	height: 60vh;
	width: auto;
}
p.text01 {
	font-size: 4vw;
	line-height: 5vw;
}
p.text02 {
	font-size: 2vw;
	line-height: 3vw;
}
}

@media screen and (max-width: 992px) {
.content01 .luxy-el img {
	width: 70vw;
}
.content02 .luxy-el img {
	height: 60vh;
	width: auto;
}
p.text01 {
	font-size: 5vw;
	line-height: 6vw;
}
p.text02 {
	font-size: 2vw;
	line-height: 3vw;
}
.container,
.container-fluid {
	padding: 6rem 0;
}
}

@media screen and (max-width: 768px) {
.content01 .luxy-el img {
	width: 80vw;
}
.content02 .luxy-el img {
	height: 70vh;
	width: auto;
}
p.text01 {
	font-size: 6vw;
	line-height: 7vw;
}
p.text02 {
	font-size: 3vw;
	line-height: 4vw;
}
.container,
.container-fluid {
	padding: 6rem 0;
}
}

@media screen and (max-width: 576px) {
.content01 .luxy-el img {
	width: 100vw;
}
.content02 .luxy-el img {
	height: 60vh;
	width: auto;
}
p.text01 {
	font-size: 7vw;
	line-height: 8vw;
}
p.text02 {
	font-size: 4vw;
	line-height: 5vw;
}
.container,
.container-fluid {
	padding: 6rem 0;
}
}


/* Footer */

#footer {
	background: #272833;
	padding: 6em 0;
	text-align: center;
}

#footer .icons .icon.alt {
	text-decoration: none;
}

#footer .icons .icon.alt:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

#footer .icons .icon.alt:before {
	color: #272833 !important;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}

#footer .copyright {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.8em;
	line-height: 1em;
	margin: 2em 0 0 0;
	padding: 0;
	text-align: center;
}

#footer .copyright li {
	border-left: solid 1px rgba(255, 255, 255, 0.3);
	display: inline-block;
	list-style: none;
	margin-left: 1.5em;
	padding-left: 1.5em;
}

#footer .copyright li:first-child {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

#footer .copyright li a {
	color: inherit;
}
	
				
/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

		ul.icons li {
			display: inline-block;
			height: 2.5em;
			line-height: 2.5em;
			padding: 0 0.5em;
		}
		
		ul.icons li a {
			color: white;
			font-size: 2.8rem;
		}

			ul.icons li .icon {
				font-size: 1.2rem;
			}

				ul.icons li .icon:before {
					font-size: 2rem;
					color: white;
				}