@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Long+Cang&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.2px;
  color: #333;
  font-family: 'Noto Sans JP', 'Roboto', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-size-adjust: auto;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #999;
}
p {
  margin: 0;
}
h1 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
h2 {
	max-width: 1300px;
  margin: 0 auto;
	padding: 12px 20px;
	color: #666;
	line-height: 1;
  font-size: 23px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
}
h3 {
	margin: 0 0 5px;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	font-size: 1.1em;
	font-weight: 500;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
table {
	border-collapse: collapse;
}
em {
	font-style: normal;
	font-weight: 700;
}

@media screen and (min-width:768px) {
	h1 {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) {
	h2 {
		margin-bottom: 10px;
	}
}


.hicn {
	vertical-align: middle;
}
.inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 15px;
}
.kaigyo {
	display: block;
}
.fontsize12 {
	font-size: 12px;
}
.fontsize14 {
	font-size: 14px;
}
.aka {
  color: #ff0000;
}
.onpu::before {
	margin-top: 1em;
	font-family: "Font Awesome 6 Free";
	content: "\f001";
	font-weight: 900;
	color: #FF4C7B;
}
.exlink::before {
	font-family: "Font Awesome 6 Free";
	content: "\f35d";
	font-weight: 900;
	font-size: 0.9em;
	margin-right: 0.4em;
}

@media screen and (min-width: 768px) {
	.inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.kaigyo {
		display: inline;
	}
}


header {
	padding: 10px 15px 0;
}
#header {
  position: fixed;
	top: 0;
	height: 65px;
	width: 100%;
	background: #333;
}
.header-h1 {
	text-align: right;
	font-size: 15px;
	line-height: 1;
}
.header-title {
	display: inline-block;
	padding: 0 3px 3px;
	border-bottom: 1px solid #ddd;
	color: #fff;
	letter-spacing: 1px;
}
.header-company {
	display: block;
	padding-top: 4px;
	border: none;
  font-size: .9em;
	font-weight: 500;
  color: #aaa;
}

@media screen and (min-width:768px) {
	header {
		padding-right: 30px;
		padding-left: 30px;
	}
	.header-h1 {
		font-size: 16px;
	}
}
@media screen and (min-width:1301px) {
	header {
		padding-right: 70px;
		padding-left: 70px;
	}
}


nav {
	margin: 65px auto 0;
	padding: 8px 10px 0;
	background: #eee;
}
.glnav {
  display: flex;
	flex-wrap: wrap;
}
.glnav li {
	margin-right: 25px;
	padding-bottom: 8px;
}
.glnav li:last-child {
	margin-right: 0;
}
.glnav a {
	display: block;
	line-height: 1;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
	letter-spacing: normal;
	text-decoration: none;
}
@media screen and (min-width: 600px) {
	nav {
		padding: 8px 15px 0;
	}
}
@media screen and (min-width:768px) {
	nav {
		padding: 10px 30px;
	}
	.glnav li {
		margin-right: 50px;
		padding-bottom: 0;
	}
}
@media screen and (min-width: 1301px) {
	nav {
		padding: 10px 70px;
	}
}


.hero-container {
	width: 100%;
	margin: 0 auto;
}
.hero {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	position: relative;
  width: 100%;
	height: calc(100vh - 95px);
	background: url("../image/hero_sp.jpg") no-repeat center top;
	background-size: cover;
}
.hero-content {
	position: absolute;
	bottom: 245px;
	right: 6%;
}
.hero-content h1 {
	font-family: 'Long Cang', cursive;
	font-size: 55px;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	letter-spacing: 3px;
}
.hero-title1 {
	display: block;
	margin: -22px 0 0 48px;
}
.hero-title2 {
	display: block;
	margin: -3px 0 0 -17px;
	font-size: 28px;
	letter-spacing: normal;
}

.slide-in {
	overflow: hidden;
	display: inline-block;
}
.slide-in_inner {
	display: inline-block;
}
.leftAnime {
	opacity: 0;
}
.slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes slideTextX100 {
  from {
		transform: translateX(-100%);
		opacity: 0;
  }
  to {
		transform: translateX(0);
		opacity: 1;
  }
}
.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes slideTextX-100 {
	from {
		transform: translateX(100%);
		opacity: 0;
  }
  to {
		transform: translateX(0);
    opacity: 1;
  }
}
.hero-banner {
	margin-bottom: 45px;
	padding: 0 20px;
}
.hero-banner img {
	margin: 0 auto;
	width: auto;
	max-height: 200px;
}

@media screen and (max-width:460px) {
	.hero-banner img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width:550px) {
	.hero {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	/*.hero-content {
		bottom: 10%;
	}*/
	.hero-content h1 {
		font-size: 80px;
	}
	.hero-title1 {
		margin: -31px 0 0 67px;
	}
	.hero-title2 {
		margin: -3px 0 0 -9px;
		font-size: 37px;
	}
}
@media screen and (min-width:768px) {
	.hero {
		background-image: url("../image/hero_dt.jpg");
	}
	.hero-banner {
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) {
	.hero-content {
		bottom: unset;
		right: unset;
		top: 40px;
		left: 50px;
	}
	.hero-content h1 {
		font-size: 103px;
	}
	.hero-title1 {
		margin: -38px 0 0 84px;
	}
	.hero-title2 {
		margin: 3px 0 0 10px;
		font-size: 44px;
	}
	.hero-banner {
		margin-right: 70px;
	}
}
@media screen and (min-width:1400px) {
	.hero-content {
		top: 70px;
		left: 75px;
	}
	.hero-content h1 {
		font-size: 115px;
	}
	.hero-title1 {
		margin: -43px 0 0 91px;
	}
	.hero-title2 {
		margin: 3px 0 0 0;
		font-size: 51px;
	}
}


main {
	background: #fff;
}
.main-container {
	margin-bottom: 30px;
}
.h2-container {
	background: #eee;
}


.info-inner {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #bbb;
}
.info-inner:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.info-new {
	padding-left: 6px;
	color: #f00;
	font-size: 0.9em;
}
.info-read {
	margin: 5px 0;
}
.info-read::before {
	display: block;
	width: 70px;
	margin-bottom: 4px;
	padding: 4px;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
	font-size: 11px;
	font-weight: 700;
	box-sizing: border-box;
}

.info-live::before {
  content: "LIVE";
  background: #228b22;
	color: #fff;
}
.info-media::before {
  content: "MEDIA";
	background: #663E28;
  color: #fff;
}
.info-release::before {
  content: "RELEASE";
	background: #046CFF;
  color: #fff;
}
.info-read-news {
	margin: 5px 0;
	color: #f00;
}

.info-more {
	padding: 10px;
}
.info-more-live {
	border: 2px dotted #228b22;
}
.info-more-media {
	border: 2px dotted #663E28;
}
.info-more-release {
	border: 2px dotted #046CFF;
}

.info-more h3 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

.info-more-img {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}
.info-more-img img {
	margin-bottom: 1em;
}
.info-more-inner p {
	margin-bottom: 1em;
}
.info-more-inner li {
	margin: 10px 0 0;
	padding: 0;
	border: 0;
}
.info-more-inner li::before {
	content: "■";
	margin-right: 3px;
	font-size: 0.9em;
	color: #666;
}
.info-more-bottom {
	margin-top: 1.5em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}
.space {
	padding-left: 0.5em;
}
.coment {
	margin-top: 20px;
	padding: 20px 14px 5px;
	background: #f5f5f5;
	font-size: 0.9em;
}
.info-content .kaigyo {
	padding-left: 1em;
}
.news {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px dashed #ddd;
	font-weight: bold;
	color: #f00;
}

/*ツアーリスト*/
.tourlist {
	margin-bottom: 1em;
}
.tourlist li {
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
	border-bottom: 1px dotted #555;
}
.tourlist li:last-child {
	border-bottom: 0;
}
.tourhall {
	display: block;
	margin-left: 1.2em;
}
.tour2stare {
	display: none;
}

@media screen and (min-width: 768px) {
	.info-new {
		padding-left: 70px;
	}
	.info-read {
		margin: 0 0 15px;
		line-height: 19px;
	}
	.info-read::before {
		display: inline-block;
		margin: 0 10px 0 0;
		vertical-align: text-bottom;
	}
	.info-read-news {
		margin: -5px 15px 15px;
	}
	.info-more {
		margin: 0 15px;
		padding: 15px 20px;
	}
	.info-more-img {
		flex-flow: row;
	}
	.info-more-img img {
		width: 45%;
		max-width: 450px;
		margin-bottom: 0;
		padding-right: 15px;
}
	
	/*ツアーリスト*/
	.tourlist {
		margin-top: 0.6em;
	}
	.tourlist li {
		margin-bottom: 0.6em;
		padding-bottom: 0.6em;
	}
	.tourhall {
		display: inline-block;
	}
	.tour2sta {
		display: none;
	}
	.tour2stare {
		display: list-item;
	}
}


.bio-content {
	margin-bottom: 10px;
}
.bio-content1 p:nth-of-type(2) {
	padding-left: 0.5em;
}
.bio-content1 span {
	font-size: 1.1em;
	font-weight: 500;
}
.bio-content2 {
	padding-bottom: 10px;
}
.bioimg-dt {
	display: none;
}
.bio-content .onpu::before {
	display: block;
}
.bio-content4 {
	margin-top: 40px;
}
.bio-content4 h3 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 600;
}
.bio-content4 table {
	width: 100%;
	max-width: 800px;
	border-collapse: collapse;
	border-spacing: 5px;
	line-height: 1.5;
}
.bio-content4 th {
	width: 75px;
	padding: 4px 5px 0 10px;
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.bio-content4 td {
	border-bottom: 1px solid #ddd;
}
.bio-content4 .box ul {
	padding-right: 5px;
}
.bio-content4 .box li {
	border-bottom: 1px dotted #ddd;
	padding: 4px 0 4px 4px;
}
.bio-content4 .box li:last-child {
	border-bottom: none;
}
.mains {
	font-weight: 500;
}

.bio-other {
	padding-left: 10px;
}
.other-inner p {
	margin: 5px 0 0;
	font-weight: 500;
}
.other-inner {
	width: 100%;
	max-width: 800px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ddd;
}
.other-content {
	padding:  0 5px 0 10px;
}
.other-content li {
	padding: 4px 0 4px 4px;
	border-bottom: 1px dotted #ddd;
}
.other-content li:last-child {
	border-bottom: none;
}
.space {
	display: block;
	padding-left: .6em;
}


@media screen and (min-width: 900px) {
	.bio-content2 {
		float: left;
		width: 40%;
		padding-right: 20px;
	}
	.bioimg-sp {
		display: none;
	}
	.bioimg-dt {
		display: block;
	}
	.bio-content4 {
		margin-top: 50px;
	}
}

.accodion {
	padding-left: 10px;
}
.accodion li {
	padding: 5px 0 0;
}
.kikan {
	position: relative;
	margin: 5px 0;
	font-weight: 500;
	cursor: pointer;
	transition: all .5s ease;
}
.kikan::before,
.kikan::after {
	position: absolute;
	content: '';
	width: 9px;
	height: 2px;
	background-color: #333;
}
.kikan::before {
	top: 48%;
	left: 101px;
	transform: rotate(45deg);
}
.kikan::after {
	top: 48%;
	left: 107px;
	transform: rotate(-45deg);
}
.kikan.close::before {
	transform: rotate(-45deg);
}
.kikan.close::after {
	transform: rotate(45deg);
}
.box {
	display: none;
}


#pagetop a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333;
	width: 60px;
	height: 60px;
	border-radius: 8px;
	color: #fff;
	line-height: 2;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6rem;
	transition: all 0.3s;
}
#pagetop {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#pagetop.UpMove {
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#pagetop.DownMove {
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}

@media screen and (min-width: 1500px) {
	#pagetop {
		right: 70px;
	}
}


footer {
	margin-top: 70px;
	padding: 20px 0;
	background: #333;
	color: #fff;
  font-size: 12px;
	text-align: center;
}
.footermenu {
	padding: 0 15px 10px;
}
.footermenu ul {
	display: flex;
	justify-content: flex-end;
}
.footermenu li {
	margin-right: 20px;
}
.footermenu li:last-child {
	margin-right: 0;
}
.footermenu a {
	color: #fff;
}

@media screen and (min-width: 768px) {
	.footermenu {
		padding: 0 30px 10px;
	}
}
@media screen and (min-width: 1301px) {
	.footermenu {
		padding: 0 70px 10px;
	}
}

/* ActivityRecord */
.record_main {
	margin-top: 5px;
}
.record_container {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #bbb;
}
.record_content::before {
	content: "\f001";
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
	font-size: 0.9em;
	font-weight: 900;
	color: #ff4c7b;
}
.record_comment {
	margin: 10px 0;
	padding-top: 10px;
	border-top: 1px dashed #888;
}
.record_img {
	max-width: 450px;
}
@media screen and (min-width: 768px) {
	
}

/* ポリシー */
.policy {
	padding-top: 65px;
}
.policy h2 {
	margin-bottom: 10px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #ddd;
	line-height: 1.3;
}
.policy h3 {
	margin-top: 2em;
	padding-left: 5px;
	border-left: 7px solid #ff4c7b;
}
.policy p {
	margin-bottom: 1em;
}
.policy ul {
	list-style: disc;
	margin-top: -1em;
	padding-left: 30px;
}
