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

.section .oneArea {
  margin-bottom: 200px;
}
.section ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 0 0px;
	padding: 0;
	box-sizing: border-box;
	
}
.section ul li {
  width: calc(100% /9);
  text-align: center;
  box-sizing: border-box;
}
.section ul li:last-child {
  border-right: none;
}
.section ul li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	background: #;
	transition-duration: 0;
}

.section .oneArea .one_title {
  color: #7095ff;
  text-align: center;
  padding: 10px;
  }
  
.section .oneArea a.button {
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.3s;
  margin-top: 40px;
}
.section .oneArea a.button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .section .oneArea .one_title {
    font-size: 18px;
  }
}

.nav {
	padding: 0 0px;
	margin: 0 0 0;
	width: 100%;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 300;
}

.menu {
	height:auto
	padding: 0px;
	max-width: 100%;
	}

.pic {
	height: auto;
	width: 100%;
	border: 0px;
}

.tum {
	height: auto;
	max-width: 100%;
	padding: 5px;
}

.topics {
	height: auto;
	max-width: 100%;
	padding: 5px;
}

.title {
	height: auto;
	width: 70%;
	border: 0px;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;}

#main {
  width: 100%;
}

.cam{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
		
}

.cg{
	text-align: center;
	padding: 5px;
}
.cg li{
   display: inline-block;
   list-style: none;
   padding: 5px;
}

.title_c_box1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box2{
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box3{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

.title_c_box4{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}

a {
	text-decoration: none;
	color: #CC3300;
	outline: none;

}

a:hover {
	text-decoration: underline;
	color: #FF6600;
	outline: none;

}

/*===========
inview
===========*/

.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*===========
.imgBox
===========*/

.imgBox {
	text-align: center;
	margin: 20;
	vertical-align: middle;
}
.imgBox img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/*===========
.txtBox
===========*/

.txtBox {
  text-align: center;
}
.txtBox p {
  font-size: 60px;
  font-weight: bold;
  padding: 2em 0;
  margin: 0;
}

/*===========
base
===========*/

* {
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #fff2f2;
}

::-webkit-scrollbar-thumb {
  background: #f76e7d;
  border-radius: 5px;
}

.fixed-background{
  min-height:100vh;
  background-attachment:fixed;
  background-size:cover;
  background-position:center;
}

html, body {
   overflow-y: auto;
   width: 100%;
   caret-color: transparent;
  
}

:focus { outline: none;

}


* {
  box-sizing: border-box;
}
.section {
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 0px 0px;
  overflow-x: hidden;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #1e92ff;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
	font-size: 38%;
	z-index: 1000;	
}
#page-top a {
    background: #ff3131;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #f76e7d;
}

/*===========
info
===========*/

.info {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1000px;
  height: 7em;
  margin: 0 auto;
  overflow-y: scroll
}

@media (min-width:768px) {
  .info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.info dd,
.info dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.info dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .info dt {
	width: 5.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #8f4c29;
  }
}

.info dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #d9c4b0
}

.info dt time {
  margin-right: .5em
}

.info dt span {
	box-sizing: border-box;
	display: inline-block;
	width: 7em;
	margin-right: 0.5em;
	padding: 0 .5em;
	background-color: #d9c4b0;
	color: #215f9a;
	font-size: 0.8em;
	line-height: 1.75;
	text-align: center
}

.info time {
  color: #000;
}

.info dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px solid #8f4c29;
}

@media (min-width:768px) {
  .info dd {
    width: calc(100% - 7.5em)
  }
  .info dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #d9c4b0
  }
}

.info dd:nth-of-type(-n+3) {
  position: relative
}


/*===========
table
===========*/

table03 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}
table03 th {
  width: 22%;
  background: #fff27d;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
table03 td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 767px) {
  table03 th, table03 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #8f4c29;
  }
}

.spec {
	max-width: 1024px;
	margin: 0 auto;
	padding: 20px 10px;
}
.spec p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.spec p._a .link {
  display: inline-block;
  color: #1e92ff;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.spec p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #1e92ff;
  border-right: 2px solid #1e92ff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

/* table01 */
.table_01 {
  margin: 20px auto;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_01 th {
	border: 1px solid #8f4c29;
	color: #000;
	padding: 5px;
}
.table_01 td {
	text-align: left;
	border: 1px solid #8f4c29;
	padding: 5px;
	color: #000;
}


/* table02 */
.table_02 {
  text-align: left;
  margin: 20px auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_02 th {
	border: 1px solid #8f4c29;
	color: #000;
	padding: 5px;
}
.table_02 td {
	text-align: left;
	border: 1px solid #8f4c29;
	padding: 5px;
	color: #000;
}


table.shop01 {
	width: 95%;
	border: 1px #1e92ff solid;
	border-collapane: collapane;
	border-spacing: 1;
	line-height: 1em;
	height: auto;
	text-align: center;
	margin: auto;
	background-image: url(../images/contents_bg6.png);
}

table.shop01 th {
    padding: 10px;
    border: #1e92ff solid;
    border-width: 1px 1px 1px 1px;
    background: #FFF;
    font-weight: bold;
    line-height: 120%;
    text-align: right;
}
table.shop01 td {
	font-size: 12px;
	text-shadow: 1px 1px 2px #FFF;
	color: #1e92ff;
	border: 1px #876247 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	}
	
.td_box1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;

}

/* sp */
@media only screen and (max-width: 640px) {
 .last td:last-child {
    width: 100%;
  }
  .table_01 {
    width: 80%;
  }
  .table_01 th,
  .table_01 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
  
  .table_02 {
    width: 80%;
  }
  .table_02 th,
  .table_02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}
/***** header *****/

#header {
	width: 0px auto;
	width: 100%;
	position: relative;
	height: auto;
	margin: 0;
}

/***** character *****/

.st {
	height: 100%;
	width: 100%;
	padding-right: 0px;
}

.bg {
	width: 100%;
	height: 100%;

}

.shop_pic {
	height: auto;
	width: 100%;
	border: 0px;	
}
.shop_link2 {
	height: auto;
	max-width: 100%;
	padding: 2px;	
}

.shop_link {
	height: auto;
	max-width: 50%;
	padding: 2px;
	
}

.original_pic {
	height: auto;
	max-width: 90%;
	padding: 2px;
}


body.no-scroll {
    overflow: hidden;
}

    *{
      padding: 0;
      margin: 0;
    }



/***** footer *****/

#footer {
	width: 100%;
	height: 100px;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	margin: 0;
	padding: 0;
	color: fff;
}


/***** text *****/
#text_cc {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
}

#staff_text{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	
	
}

#spec_text{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	text-align: left;
	
	
}

/***** content *****/

#content_name1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 5px;
}

#content_main{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	margin-top: auto;
	text-align: center;
	vertical-align: middle;
	margin-bottom: auto;
}

#content_main1{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/bg_pt.png);
}

#content_main_ca{
 margin: 50vh auto 0;
 transform: translateY(-50%);
text-align: center;	
}


#content_bg1{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg2{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg3{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg4{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg5{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg6{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg7{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg8{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg9{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_bg10{
	width: 90%;
	height: auto;
	margin-left: auto;
	position: relative;
	margin-right: auto;
	background-image: url(../images/bg_w.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	margin-top: 0px;
}

#content_news{
	width: 50%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/bg.jpg);
	border: 2px ridge #f76d7d;
}

#content_box1{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
}

#content_st{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
	
}

#content_ch{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_cg{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_dw{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg2.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_ca{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg2.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_pri{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg2.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_sp{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg2.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
	
}

#content_pro{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
}


#content_spec{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
}

#content_news{
	width: 80%;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	position: relative;
	margin-bottom: 20px;
	background-image: url(../images/contents_bg.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
	border: 2px ridge #f76d7d;
}

#content_box6{
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 20px;
	
}

#content_shop{
	width: 100%;
	height: auto;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
}

#content_topics{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 30px;
}


#content_campaign{
	width: 100%;
	height: 100%;
	margin-left: 0px;
	position: relative;

}

#content_tw_campaign{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 30px;
}

/***** youtube *****/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/***** ch1 *****/
html.modal {
  overflow: hidden;
}

.modal-open{
	display: inline-block;
	color: #fff;
	margin: 0px;
	height: auto;
    overflow-y: hidden;
    }


.modal-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }

.modal{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	
    }

.modal:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }

.modal:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }

.modal .overlay{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	background-image: url(../images/contents_bg2.jpg);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
    }

.modal-wrapper{
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	white-space: nowrap;
	
}

.modal-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}	
.modal-wrapper::-webkit-scrollbar {
  display: none;
}	
 .modal-contents{
	width: 100%;
	max-width: 1920px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0px
	
	}
    .modal-content{
      margin: 0px;
    }
    .modal-close{
      position: absolute;
      top: 3px;
      right: 5px;
      text-decoration: none;
	  z-index: 9999;
    }

.modal-next{
      position: absolute;
      top: 3px;
      left: 10px;
      text-decoration: none;
	  z-index: 9999;
    }

.modal-back{
      position: absolute;
      top: 3px;
      right: 40px;
      text-decoration: none;
	  z-index: 9999;
    }

/***** ch2 *****/
html.modal2 {
  overflow: hidden;
}
.modal2-open{
	display: inline-block;
	color: #fff;
	margin: 0px;
	height: auto;
    overflow-y: hidden;
    }

.modal2-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }
.modal2{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
    }
.modal2:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
.modal2:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
.modal2 .overlay{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	background-image: url(../images/contents_bg2.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
    }

.modal2-wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.modal2-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}	
.modal2-wrapper::-webkit-scrollbar {
  display: none;
}	
    .modal2-contents{
	width: 100%;
  max-width: 1920px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0px;
	}
    .modal2-content{
      margin: 0px;
    }
    
    .modal2-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
	  z-index: 9999;
    }

/***** ch3 *****/
html.modal3 {
  overflow: hidden;
}
    .modal3-open{
	display: inline-block;
	color: #fff;
	margin: 0px;
	height: auto;
    overflow-y: hidden;
    }

    .modal3-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }
    .modal3{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
    }
    .modal3:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal3:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal3 .overlay{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	background-image: url(../images/contents_bg2.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
    }
    
.modal3-wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.modal3-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}	
.modal3-wrapper::-webkit-scrollbar {
  display: none;
}	
    .modal3-contents{
	width: 100%;
  max-width: 1920px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0px;
	}
    .modal3-content{
      margin: 0px;
    }
    .modal3-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
	  z-index: 9999;
    }
    .modal3-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
	  z-index: 9999;
    }

/***** ch4 *****/
html.modal4 {
  overflow: hidden;
}
    .modal4-open{
	display: inline-block;
	color: #fff;
	margin: 0px;
	height: auto;
    overflow-y: hidden;
    }

    .modal4-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }
    .modal4{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
    }
    .modal4:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal4:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal4 .overlay{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	background-image: url(../images/contents_bg2.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
    }
    .modal4-wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.modal4-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}	
.modal4-wrapper::-webkit-scrollbar {
  display: none;
}	
    .modal4-contents{
	width: 100%;
  max-width: 1920px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0px;
	}
    .modal4-content{
      margin: 0px;
    }

    .modal4-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
	  z-index: 9999;
    }

/***** ch5 *****/
html.modal5 {
  overflow: hidden;
}
    .modal5-open{
	display: inline-block;
	color: #fff;
	margin: 0px;
	height: auto;
    overflow-y: hidden;
    }

    .modal5-open a{
      display: inline-block;
      padding: 5px;
      text-decoration: none;
      color: #fff;
    }
    .modal5{
	display: block;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
    }
    .modal5:not(:target) {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal5:target{
      opacity: 1;
      visibility: visible;
      transition: opacity 0.5s, visibility 0.5s;
    }
    .modal5 .overlay{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	background-image: url(../images/contents_bg2.png);
	background-position-x: 50%;
	background-position-y: 50%;
	background-size: cover;
    }
    .modal5-wrapper{
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  white-space: nowrap;
}

.modal5-wrapper:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}	
.modal5-wrapper::-webkit-scrollbar {
  display: none;
}	
    .modal5-contents{
	width: 100%;
  max-width: 1920px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0px;
	}
    .modal5-content{
      margin: 0px;
    }

    .modal5-close{
      position: absolute;
      top: 5px;
      right: 10px;
      text-decoration: none;
	  z-index: 9999;
    }

/***** twitter *****/

#tw_c_box1{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	}
	
#tw_c_box2{
	width: 52%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	}
	
#tw_c_box3{
	width: 48%;
	height: auto;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	float: left;
	}		

#tw_box{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
}

#tw_box2{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
}


#link_btn_tw01{
	width: 220px;
	height: 30px;
	margin-left: 30px;
	margin-top: 565px;
	float: left;
}

#link_tw02{
	width: 550px;
	margin-left: auto;
	margin-top: 0px;
	max-height: auto;
	margin-right: auto;
	
}

.twitter_box_inner{
	width: 560px !important;
	max-width: 80% !important;
	margin: 0 0 10px 20px !important;
	display: block !important;
	max-height: 720px;
	overflow-y: scroll;
	box-sizing: border-box;

}
.twitter_box iframe{
    width: 100% !important;
    margin: 0 auto !important;
    display: block !important;


}

.contentsArea img{
  max-width: 100%;
}

.contentsArea_tw_box {
  position: absolute;
}
.contentsArea_tw_box {
	top: 93%;
	left: 3%;
	right: 66.8%;
	width: 39%;
	height: auto;
	z-index: 350;
}

.contentsArea_trial_box {
  position: absolute;
}
.contentsArea_trial_box {
	top: 23%;
	left: 2%;
	right: 98%;
	width: 39%;
	height: auto;
	z-index: 350;
}


.tw_img{
	height: auto;
	max-width: 100%;
	min-width: 30px;
	padding: 5px;
}

.btn a {
	width: 30px;
	height: 30px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #FFF;
	margin: 0 auto;
}



video {
  width: 100%;
}

.width250 { width: 250px; }
.width200 { width: 200px; }
.width150 { width: 150px; }

video {
  width: 100%;
  max-width: 1920px; 
  }

.fixed-background {
  min-height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
 
.background-1 {
  background-image: url('../images/mainbg02.jpg');
}

.background-2 {
  background-image: url('../images/mainbg04.jpg');
}

.background-3 {
  background-image: url('../images/mainbg03.jpg');
}

.background-4 {
  background-image: url('../images/mainbg01.jpg');
}

#visual{
	width: 100%;
	height: auto;
	margin-top: 0px;
	position: absolute;
	z-index: -1;
}

#visual2{
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	position: relative;
	margin-bottom: 0px;
	z-index: 1;
}
