@charset "utf-8";
/* CSS Document */
#cboxTitle {
	cursor: pointer;
}
#cboxTitle:hover {
	text-decoration: underline;
}

/**/
header nav.pc li:nth-child(1) a {
	border-bottom: 3px solid #ff7700;
}


.main {
	position: relative;
	padding-top: 76px;
}
.main:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 30px;
	background: #ff7700;
	top: 0;
	right: 0;
}
.main h1 {
	position: absolute;
	top: 30vw;
	left: 5vw;
}
.main p {
	position: absolute;
	top: 10vw;
	left: 5vw;
}
/*slick*/
.slider{
    margin: 0 auto;
    width: 100%;
	height: 45vw;
	overflow: hidden;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}


.navi {
	margin: 2vw auto;
	padding: 0 8vw;
}
.navi ul {
	display: flex;
	justify-content: space-between;
}
.navi ul li {
  list-style-type: none;
  flex: 1;
  padding: 0;
  text-align: center;
}
.navi ul li a {
  border: 2px solid #ff7700;
  border-radius: 50px;
  background: url("../images/common/bk_dot.png") 0 0 repeat;
  color: #ff7700;
  padding: 0.8vw 0 0.5vw;
  line-height: 1;
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  width: 80%;
}

#message {
	background: url("../images/index/message.jpg") 0 bottom no-repeat;
	background-size: 100% auto;
	padding: 6vw 0;
}
#message h3 {
	text-align: center;
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
}
#message p {
	font-size: 1rem;
	text-align: center;
	line-height: 1.7;
}

#message strong {
	display: block;
	text-align: center;
	margin-bottom: 0.5em;
	font-size: 1.22rem;
}

#message .sine {
	margin: 5.36vw auto 2.23vw;
	width: 20vw;
}
#message .sine img {
	width: 100%;
}

#message ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 660px;
	margin: 0 auto;
}


#profile,
#policy,
#activity, 
#tokyo21 {
	margin-top: -76px;
	padding-top: 76px;
	margin-bottom: 6vw;
}
#profile .inner {
	position: relative;
	display: flex;
	padding: 4vw 0 0;
	background: url("../images/common/bk_dot.png") 0 0 repeat;
}
#profile .inner:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
#profile .inner .picture {
	position: relative;
	width: 55%;
}
#profile .inner .picture img {
	width: 100%;
}
#profile .inner .lead {
	position: relative;
	width: 45%;
	box-sizing: border-box;
	padding: 0 5vw;
}
#profile .inner .lead h3 {
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
}
#profile .inner .lead p {
	font-size: 1rem;
	line-height: 2.2;
	margin-bottom: 3vw;
}
#profile .btn,
#policy .btn,
#activity .btn,
#tokyo21 .btn,
#contact .btn {
}
#profile .btn a,
#policy .btn a,
#activity .btn a,
#tokyo21 .btn a,
#contact .btn a {
	font-size: 1.6vw;
	color: #FF8000;
	letter-spacing: 0.2em;
	background: #fff;
	padding: 0.4em 2em;
	border: 2px solid #FF8000;
}
#profile .btn a:after,
#policy .btn a:after,
#activity .btn a:after,
#tokyo21 .btn a:after,
#contact .btn a:after {
	content: "";
	background: url("../images/common/arrow.svg") 0 0 no-repeat;
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: sub;
}
#profile .btn a:hover {
	text-decoration: none;
}


#policy .inner {
	position: relative;
	display: flex;
}
#policy .inner .picture {
	position: relative;
	width: 55%;
}
#policy .inner .picture img {
	width: 100%;
}
#policy .inner .lead {
	position: relative;
	width: 45%;
	box-sizing: border-box;
	padding: 0 5vw;
}
#policy .inner .lead h3 {
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
}
#policy .inner .lead p {
	font-size: 1rem;
	line-height: 2.2;
	margin-bottom: 3vw;
}
#policy .policy {
	width: 960px;
	margin: 4vw auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#policy .policy .item {
	width: 48%;
	padding-bottom: 2vw;
	margin-bottom: 2vw;
	border-bottom: 1px solid #FF8000;
}
#policy .policy .item:nth-child(1) {
	order: 0;
}
#policy .policy .item:nth-child(2) {
	order: 2;
}
#policy .policy .item:nth-child(3) {
	order: 4;
}
#policy .policy .item:nth-child(4) {
	order: 1;
}
#policy .policy .item:nth-child(5) {
	order: 3;
}
#policy .policy .item:nth-child(6) {
	order: 5;
}
#policy .policy table {
	width: 100%;
}
#policy .policy .no {
	width: 14%;
	vertical-align: top;
}
#policy .policy .no img {
	width: 38%;
}
#policy .policy .no.no1 img {
	width: 30%;
}
#policy .policy .titleA {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FF8000;
}
#policy .policy .leadA {
	font-size: 1rem;
}
#policy .btn {
	text-align: center;
}



#activity .inner {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding: 4vw 0;
	background: url("../images/common/bk_dot.png") 0 0 repeat;
}
#activity .inner:before {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
}
#activity .inner .picture {
	position: relative;
	width: 55%;
}
#activity .inner .picture img {
	width: 100%;
}
#activity .inner .lead {
	position: relative;
	width: 45%;
	box-sizing: border-box;
	padding: 0 5vw;
}
#activity .inner .lead h3 {
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
}
#activity .inner .lead p {
	font-size: 1rem;
	line-height: 2.2;
	margin-bottom: 3vw;
}
#activity .inner .sns_area {
	position: relative;
	width: 960px;
	margin: 4vw auto 0;
	box-sizing: border-box;
	padding: 15px;
	background: #e5e5e5;
	display: flex;
	justify-content: space-between;
}
#activity .inner .sns_area > div {
	height: 40vw;
	overflow: hidden;
	width: 32%;
	box-sizing: border-box;
}
#activity .inner .sns_area > div.feed {
	background: #fff;
	border-radius: 4px;
	padding: 10px 8px 0;
}
#activity .inner .sns_area > div.feed dt {
	margin-top: 10px;
}



#tokyo21 .inner {
	position: relative;
	display: flex;
	background: url("../images/index/tokyo21.svg") 10% bottom no-repeat;
	background-size: 28%;
}
#tokyo21 .inner .picture {
	position: relative;
	width: 55%;
}
#tokyo21 .inner .picture img {
	width: 100%;
}
#tokyo21 .inner .lead {
	position: relative;
	width: 45%;
	box-sizing: border-box;
	padding: 0 5vw;
}
#tokyo21 .inner .lead h3 {
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
}
#tokyo21 .inner .lead2 p {
	font-size: 1rem;
	line-height: 2.2;
	margin: 4vw 0;
	padding: 0 13vw;
}
#tokyo21 .inner .btn {
	text-align: center;
}


#contact {
	margin-top: -76px;
	padding-top: 76px;
}
#contact .inner {
	padding: 6vw 0 10vw;
	background: url("../images/common/bk_dot.png") 0 0 repeat;
}
#contact .inner h3 {
	font-size: 3.91vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
	text-align: center;
}
#contact .inner p {
	font-size: 1rem;
	line-height: 2.2;
	width: 960px;
	margin: 0 auto 3vw;
}
#contact .btn {
	text-align: center;
}

#youtube_ch {
	margin: 50px 0;
}
#youtube_ch > div {
	text-align: center;
}
#youtube_ch > p {
	display: flex;
	justify-content: center;
	align-items: center;
}
#youtube_ch > p img {
	width: 8.5rem;
	padding-bottom: 5px;
	padding-right: .5em;
}
#youtube_ch > p a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff8000;
}

/*iPad用*/
@media (min-width:768px) and (max-width:1199px) {
.main {
	padding-top: 6.6vw;
}

#colorbox {

}

#policy .policy {
	width: 96%;
	max-width: 960px;
}
#contact .inner p {
	width: 96%;
	max-width: 960px;
}

}

/*SP用*/
@media (max-width:767px) {
.main {
	padding-top: 16.5vw;
	margin-bottom: 15vw;
}
.main:after {
	content: none;
}
.main p {
	top: 24vw;
	left: 14vw;
	width: 24vw;
}
/*slick*/
.slider{
	height: 170vw;
}

.navi {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: -15vw;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 100%;
}
.navi ul {
	flex-wrap: wrap;
}
.navi ul li {
  flex: auto;
  width: 48%;
  margin-bottom: 4vw;
}
.navi ul li a {
  padding: 2.5vw 0 2.2vw;
  font-size: 1.125rem;
  width: 90%;
}
.navi ul li:nth-child(5) a {
  width: 50%;
}

#message {
	padding: 6vw 0;
}
#message h3 {
	font-size: 8.2vw;
	margin-bottom: 1.5vw;
}
#message p {
	text-align: left;
	line-height: 1.8;
	padding: 0 4vw;
}
#message .sine {
	margin: 6vw auto 0;
	width: 80vw;
}


#message ul {
	display: block;
	width: 100%;
}

#message ul li {
	text-align: center;
	margin-top: 4vw;
}

#message ul img {
	width: 73.33vw;
}


#profile,
#policy,
#activity, 
#tokyo21 {
	margin-top: -16.5vw;
	padding-top: 16.5vw;
	margin-bottom: 10vw;
}
#profile .inner {
	display: block;
	padding: 4vw 0 0;
}
#profile .inner:before {
	width: 20%;
}
#profile .inner h3 {
	font-size: 8.2vw;
	color: #FF8000;
	text-align: center;
	position: relative;
}
#profile .inner .picture {
	width: 100%;
}
#profile .inner .lead {
	width: 100%;
	padding: 0 5vw;
	margin: 5vw 0 0;
}
#profile .inner .lead p {
	line-height: 1.8;
	margin-bottom: 5vw;
}
#profile .btn,
#policy .btn,
#activity .btn,
#tokyo21 .btn,
#contact .btn {
	text-align: center;
}
#profile .btn a,
#policy .btn a,
#activity .btn a,
#tokyo21 .btn a,
#contact .btn a {
	font-size: 4.5vw;
}

#policy .inner {
	display: block;
}
#policy .inner h3 {
	font-size: 8.2vw;
	color: #FF8000;
	text-align: center;
	position: relative;
}
#policy .inner .picture {
	width: 100%;
}
#policy .inner .lead {
	width: 100%;
}
#policy .inner .lead p {
	line-height: 1.8;
	margin: 5vw 0;
}
#policy .policy {
	width: 100%;
	margin: 4vw auto;
	flex-direction: column;
	padding: 0 4vw;
	box-sizing: border-box;
}
#policy .policy .item {
	width: 100%;
	margin-bottom: 4vw;
}
#policy .policy .item:nth-child(1) {
	order: 0;
}
#policy .policy .item:nth-child(2) {
	order: 1;
}
#policy .policy .item:nth-child(3) {
	order: 2;
}
#policy .policy .item:nth-child(4) {
	order: 3;
}
#policy .policy .item:nth-child(5) {
	order: 4;
}
#policy .policy .item:nth-child(6) {
	order: 5;
}
#policy .policy .no {
	width: 10%;
}
#policy .policy .no img {
	width: 85%;
}
#policy .policy .no.no1 img {
	width: 65%;
}
#policy .policy .titleA {
	font-size: 1.3rem;
}


#activity .inner {
	display: block;
	padding: 4vw 0;
}
#activity .inner:before {
	width: 20%;
}
#activity .inner h3 {
	font-size: 8.2vw;
	color: #FF8000;
	margin-bottom: 1.5vw;
	text-align: center;
	position: relative;
}
#activity .inner .picture {
	width: 100%;
}
#activity .inner .lead {
	width: 100%;
}
#activity .inner .lead p {
	line-height: 1.8;
	margin: 5vw 0;
}
#activity .inner .sns_area {
	width: 94%;
	box-sizing: border-box;
	padding: 2vw 2vw 4vw;
	display: block;
}
#activity .inner .sns_area > div {
	height: 70vw;
	width: 94%;
	margin: 0 auto;
}
#activity .inner .sns_area > div.feed {
	margin-bottom: 6vw;
	height: auto;
}
#activity .inner .sns_area > div:nth-child(2) {
	margin-bottom: 6vw;
}

#tokyo21 .inner {
	display: block;
	background: url("../images/index/tokyo21.svg") center bottom no-repeat;
	background-size: 65%;
}
#tokyo21 .inner .picture {
	width: 100%;
}
#tokyo21 .inner .lead {
	width: 100%;
}
#tokyo21 .inner .lead h3 {
	font-size: 8.2vw;
	text-align: center;
}
#tokyo21 .inner .lead2 p {
	line-height: 1.8;
	margin: 4vw 0 85vw;
	padding: 0 5vw;
}


#contact {
	margin-top: -16.5vw;
	padding-top: 16.5vw;
}
#contact .inner h3 {
	font-size: 8.2vw;
	margin-bottom: 1.5vw;
}
#contact .inner p {
	line-height: 1.8;
	width: 90%;
}


#youtube_ch {
	margin-bottom: 15vw;
}
#youtube_ch .mainimg {
	width: 95%;
}
#youtube_ch > p img {
	width: 6rem;
}
#youtube_ch > p a {
	font-size: 1.3rem;
}
}
