@charset "utf-8";

/* = base.php
----------------------------------------------- */

html,body {
  margin: 0; padding: 0; height: 100%; width: 100%;
  max-width:100% !important;overflow-x:hidden;
 }
body {
	font-family: roboto, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	letter-spacing:0.05em;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight:400;
	color: #000000;
	background-color:#FFFDE8;}
	
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}	

.PC {
	display: block;}
.SP {
	display: none;}
img { /* レスポンシブ時の画像設定 */
	max-width: 100% !important;
	height: auto;
	vertical-align: middle !important;}
a,a:link,a:visited,a:active {
	color: #777;}
a:hover {
	text-decoration: none;}
img{
	padding:0;
	margin:0;
	line-height:0;
}

#wrap{
	width:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 100px;
}
.contentWrap{
	position:relative
	width:calc( 100% - 140px); 
	margin-left:140px;
}
#wrapPadding{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:0;
}

/* = modal
----------------------------------------------- */
#modalBg{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.0);
	display:none;
	z-index:1200;
	cursor:pointer;
}
.open #modalBg{
	display:block;
}
.modal {
    position: fixed;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height:100%;
    overflow: hidden;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    background: rgba(255,255,255,1);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    padding:12% 8%;
    padding-bottom:4%;
}

.modalMenu{
	position:relative;
	z-index:99999;
	width:140px;
	margin-left:calc( (100% - 140px) * .5);
	margin-right:calc( (100% - 140px) * .5);
}
.modalMenu li a{
	position:relative;
	font-size:13px;
	line-height:15px;
	letter-spacing:0;
	font-weight:700;
	color:#000000;
	text-align:center;
	text-decoration:none;
}
.modalMenu li{
	margin-top:40px;
}
.modalMenu li a::after{
	display:none;
	content:"";
	position:absolute;
	top:-4px;
	left:-24px;
	width:24px;
	height:24px;
	background-image:url(images/check.svg);
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
}
.modalMenu li a:hover, .modalMenu li a.current{
	color:#dc0000;
}
.modalMenu li a:hover::after, .modalMenu li a.current::after{
	display:block;
}
.modalMenu li:first-child{
	margin-top:0px;
}

.modalCredit{
	position:relative;
	z-index:99999;
	width:140px;
	margin-left:calc( (100% - 140px) * .5);
	margin-right:calc( (100% - 140px) * .5);
	margin-top:40px;
}
.modalCredit li a{
	display:inline-block;
	font-size:12px;
	line-height:14px;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:18px;
}
.modalCredit li:first-child a{
	margin-top:0px;
}

.modalSns{
	position:relative;
	z-index:99999;
	width:140px;
	margin-left:calc( (100% - 140px) * .5);
	margin-right:calc( (100% - 140px) * .5);
	margin-top:40px;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalSns li{
	margin-left:32px;
}
.modalSns li:first-child{
	margin-left:0px;
}
.snsIcon{
	display:inline-block;
	width:32px;
	height:32px;
}


.close{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	display:none;
	cursor:pointer;
}
.open .close{
	display:block;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .modal {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
	z-index:9000;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position:fixed;
	width: 24px;
	height: 24px;
	top:56px;
	right:8%;
	z-index:999;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
	  display:none;
}
.open .menu-trigger{
	display:block;
}
.menu-trigger span {
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #000000;
	border-radius: 0px;
	z-index:9999;
	left:3px;
}
/* IE10 & IE11 */
_:-ms-input-placeholder, :root .menu-trigger span {
        color:#000;
}
.menu-trigger span:nth-of-type(1) {
	top: 6px;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 6px;
}
.open .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}
.open .menu-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.closeModal,
.closeModal span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
}
.closeModal {
	position:fixed;
	width: 24px;
	height: 24px;
	top:56px;
	right:8%;
	z-index:999;
	-webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
	  display:none;
}
.open .closeModal{
	display:block;
}
.closeModal span {
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #000000;
	border-radius: 0px;
	z-index:999999;
	left:3px;
}
/* IE10 & IE11 */
_:-ms-input-placeholder, :root .closeModal span {
        color:#000;
}
.closeModal span:nth-of-type(1) {
	top: 6px;
}
.closeModal span:nth-of-type(2) {
	top: 11px;
}
.closeModal span:nth-of-type(3) {
	bottom: 6px;
}
.open .closeModal span:nth-of-type(1) {
	-webkit-transform: translateY(4px) rotate(-45deg);
	transform: translateY(4px) rotate(-45deg);
}
.open .closeModal span:nth-of-type(2) {
	opacity: 0;
}
.open .closeModal span:nth-of-type(3) {
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}


/* = header.php
----------------------------------------------- */

#header{
	position:relative;
}
.logo img{
	width:94px;
	height:22px;
}
#sideNav{
	position:fixed;
	top:0;
	left:auto;
	width:140px;
	height:100%;
	z-index:999999;
	padding:56px 0;
}
#sideNav ul{
	margin-top:74px;
}
#sideNav ul li a{
	position:relative;
	font-size:13px;
	line-height:15px;
	letter-spacing:0;
	font-weight:700;
	color:#000000;
	text-align:left;
	text-decoration:none;
}
#sideNav ul li{
	margin-top:40px;
}
#sideNav ul li a::after{
	display:none;
	content:"";
	position:absolute;
	top:-4px;
	left:-24px;
	width:24px;
	height:24px;
	background-image:url(images/check.svg);
	background-size:24px;
	background-repeat:no-repeat;
	background-position:center;
}
#sideNav ul li a:hover, #sideNav ul li a.current{
	color:#dc0000;
}
#sideNav ul li a:hover::after, #sideNav ul li a.current::after{
	display:block;
}
#sideNav ul li:first-child{
	margin-top:0px;
}
.open #sideNav ul{
	display:none !important;
}
.creditWrap{
	position:absolute;
	left:0;
	bottom:56px;
}
.open .creditWrap{
	display:none !important;
}
.creditWrap a{
	display:inline-block;
	font-size:12px;
	line-height:14px;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:18px;
}
.creditWrap a:first-child{
	margin-top:0px;
}
.arrow{
	width:10px;
	height:10px;
	margin-right:2px;
	position: relative;
	top: -2px;
}

#globalNav{
	position:relative;
	width:100%;
	height:130px;
	z-index:100;
}
.logoMark{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:40px;
	height:64px;
}
#globalNav ul{
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
    width:82px;
    position:absolute;
	top:50%;
	right:0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.open #globalNav ul{
	display:none !important;
}
.snsIcon{
	display:inline-block;
	width:32px;
	height:32px;
}

/* = home
----------------------------------------------- */

#keyVisual{
	position:relative;
	width:100%;
}
.swiper-container{
	overflow:visible !important;
}
.swiper-slide{
	width:100% !important;
	height:0;
	padding-top:60.9%;
	background-size:cover;
	background-repeat:no-repeat;
}
.swiper-pagination{
	right: -24px !important;
	left: auto !important;
	width: 20px !important;
	bottom: 0px !important;
}
.swiper-pagination-bullet{
	display: block !important;
	background:#828282 !important;
	opacity: 1 !important;
	margin:4px !important;
}
.swiper-pagination-bullet-active{
	background:#000000 !important;
	opacity: 1 !important;
}

.instaFeed{
	margin-top:40px;
}
.instaFeedTite{
	position:relative;
	font-size:15px;
	line-height:40px;
	letter-spacing:0;
	font-weight:500;
	color:#000000;
	text-decoration:none;
	text-align:left;
	padding-left:50px;
	margin-bottom:20px;
}
.instaFeedTite a{
	font-size:15px;
	line-height:40px;
	letter-spacing:0;
	font-weight:500;
	color:#000000;
	text-decoration:none;
	text-align:left;
}
.feedIcon{
	width:40px;
	height:40px;
	position:absolute;
	top:0;
	left:0;
}
.sb_instagram_header{
	display:none !important;
}
#sbi_load{
	display:none !important;
}


/* = archive-news
----------------------------------------------- */

.newsGrid{
	width:100%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newsGrid li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
	background:#ffffff;
}
.newsGrid li:nth-child(3n){
	margin-right:0;
}
.newsGrid li a{
	text-decoration:none;
}
.gridThum{
	width:100%;
	height:0;
	padding-top:66.1764%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.gridTextWrap{
	padding:20px;
	padding-bottom:16px;
}
.gridTitle{
	font-size:15px;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:700;
	color:#DC0000;
	text-decoration:none;
	text-align:left;
}
.gridText{
	font-size:12px;
	line-height:1.8em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:1.2em;
}

/* = archive-report
----------------------------------------------- */

.sort{
	position:fixed;
	width:120px;
	padding-top:20px;
}
.sort ul li a{
	position:relative;
	font-size:13px;
	line-height:15px;
	letter-spacing:0;
	font-weight:700;
	color:#000000;
	text-align:left;
	text-decoration:none;
}
.sort ul li a.current, .sort ul li a:hover{
	color:#DC0000;
}
.sort ul li{
	margin-top:40px;
}
.sort ul li:first-child{
	margin-top:0;
}
.articleWrap{
	width:100%;
	padding-left:120px;
}
#single-news .articleWrap, #single-event .articleWrap{
	padding-left:0;
}
.reportArticle{
	margin-top:30px;
	background:#ffffff;
	padding:50px 30px;
	padding-bottom:20px;
}
.articleWrap .reportArticle:first-child{
	margin-top:0;
}
.articleTitleWrap{
	width:100%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.articleTitle{
	font-size:20px;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:700;
	color:#DC0000;
	text-decoration:none;
	text-align:left;
}
.articleDate{
	font-size:15px;
	line-height:1.2em;
	letter-spacing:0;
	font-weight:700;
	color:#DC0000;
	text-decoration:none;
	text-align:left;
	font-style:italic;
	margin-top:10px;
}
.articleEditor p{
	font-size:12px;
	line-height:2.4em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:2.5em;
}
.articleEditor h1{
	font-size:16px;
	line-height:1.8em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:2.5em;
}
.articleEditor img{
	width:100%;
	height:auto;
}
.articleEditor p a{
	text-decoration:underline;
}

/* = archive-themepark
-------------------------------------------------------------- */

#archive-themepark .innerWrap{
	background:#ffffff;
}
.themeparkConcept{
	padding:50px 100px;
	width:100%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catch{
	font-size:23px;
	line-height:1.2em;
	letter-spacing:0;
	font-weight:700;
	color:#DC0000;
	text-decoration:none;
	text-align:left;
	margin:20px 0 ;
	margin-right:70px;
}
.description{
	font-size:15px;
	line-height:2em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin:20px 0;
}

.gridThemepark{
	width:100%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gridThemepark li{
	width:48%;
	margin-right:4%;
}
.gridThemepark li:nth-child(2n){
	margin-right:0;
}
.gridThemepark .gridTextWrap{
	padding:24px 16px;
	padding-bottom:24px;
}
.gridThemepark .gridTitle{
	font-size:20px;
	line-height:1.5em;
	letter-spacing:0;
	font-weight:700;
	color:#DC0000;
	text-decoration:none;
	text-align:center;
}
.gridThemepark .gridText{
	font-size:14px;
	line-height:1.8em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:center;
	margin-top:1em;
}

/* = about
-------------------------------------------------------------- */

#about .innerWrap{
	background:#ffffff;
	padding:70px 62px;
	padding-bottom:50px;
}
.aboutSection{
	margin-top:70px;
}
#about .innerWrap .aboutSection:first-child{
	margin-top:0;
}
.aboutTitle{
	font-size:18px;
	line-height:1.8em;
	letter-spacing:0.06em;
	font-weight:900;
	color:#DC0000;
	text-decoration:none;
	text-align:left;
}
.aboutText{
	font-size:15px;
	line-height:2em;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:left;
	margin-top:2em;
}
.aboutLink{
	font-size:15px;
	line-height:2em;
	letter-spacing:0;
	font-weight:400;
	color:#000000 !important;
	text-decoration:none;
	text-align:left;
}
.actLogo{
	width:158px;
	height:auto;
	margin-bottom:30px;
}
.actLogoMin{
	width:88px;
	height:auto;
	margin-bottom:10px;
}
	

/* = footer.php
-------------------------------------------------------------- */

#wrapFooter{
	width:100%;
	height:80px;
}

#footer{
	width:100%;
	height:100%;
	max-width:1440px;
	margin:0 auto;
	padding:0 100px;
	position:relative;
}
.copyright{
	display:inline-block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size:10px;
	line-height:12px;
	letter-spacing:0;
	font-weight:400;
	color:#000000;
	text-decoration:none;
	text-align:center;
}

/* = contact
-------------------------------------------------------------- */

.contactForm{
	width:100%;
	padding:0;
	margin-top:2em;
}
.wpcf7-form{
	width:100% !important;
	display:block;
}
.wpcf7-form table,
.wpcf7-form table tbody,
.wpcf7-form table tbody tr{
	width: 100% !important;
}
.wpcf7-form table tbody tr th{
	width: 100% !important;
	float:none;
	display:block;
	font-size:13px;
	margin-top:8px;
}
.wpcf7-form table tbody tr td{
	width: 100% !important;
	display:block;
	float:none;
}	
#wpcf7-f5-o1{
	padding:0 0%;
	text-align:center;
	width:100%;
  display:-webkit-box;
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
	-js-display: flex;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    flex-wrap:nowrap;
	-webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wpcf7-form table tr th{
	display:table-row;
	text-align:left;
	vertical-align:top;
	line-height:14px;
	float:none;
	font-size:13px;
	color:#000;
	letter-spacing:.075em;
	font-weight:400;
}
.wpcf7-text{
	width:100%;
	height:22px;
	margin:8px 0;
}
.wpcf7-textarea{
	width:100%;
	margin:12px 0;
}
.contactCaption{
	text-align:left;
}
input{
border:none;
background:none;
-webkit-appearance:none;
}
textarea{
border:none;
background:none;
-webkit-appearance:none;
}
.wpcf7-form-control {
	border: 1px solid #999;
background: #fff;
width: 100%;
padding: 4px 8px;
margin-bottom:8px;
color: #000;
font-family: a-otf-gothic-bbb-pr6n, sans-serif;
font-size: 13px;
letter-spacing:.1em;
box-sizing: border-box;
border-radius:2px;
}
.wpcf7-submit {
float: none;
display: block;
width: auto;
height: auto;
padding-bottom: .32em;
padding-top: .4em;
padding-left:1em;
padding-right:0.5em;
border-width: 0;
text-align: center;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 15px;
letter-spacing:.5em;
color:#000;
background:none;
border:solid thin #999;
margin-top:16px;
border-radius:2px;
}
input.wpcf7-submit::before,
input.wpcf7-submit::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
}
input.wpcf7-submit::before {
  top: 0;
  left: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
input.wpcf7-submit::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
input.wpcf7-submit:hover {
  background-color: #fff;
  color: #DC0000 !important;
}
input.wpcf7-submit:hover::before,
input.wpcf7-submit:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
}
input:focus, select:focus, textarea:focus  {
outline:none !important;
background-color:#FAFAFA;
}
.wpcf7-response-output{
	border: none !important;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
	margin:0 !important;
	padding:0 !important;
}
div.wpcf7-validation-errors{
	border: none !important;
	color:#F00;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size:10px;
	line-height:18px;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
}
.wpcf7-not-valid-tip{
	border: none !important;
	color:#F00;
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-size:10px !important;
	line-height:18px !important;
	letter-spacing:.05em;
	font-weight:400;
	text-align:left;
	margin-top:-8px;
	margin-bottom:8px;
}

/* = Media (Responsive Setting)
-------------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1152px) {

#wrap{
	max-width:1152px;
	padding:0 80px;
}
.contentWrap{
	width:calc( 100% - 112px); 
	margin-left:112px;
}
#wrapPadding{
	width:80px;
}
/* = header.php
----------------------------------------------- */

.logo img{
	width:75.2px;
	height:17.6px;
}
#sideNav{
	width:112px;
	padding:44.8px 0;
}
#sideNav ul{
	margin-top:59.2px;
}
#sideNav ul li a{
	font-size:10.4px;
	line-height:12px;
}
#sideNav ul li{
	margin-top:32px;
}
#sideNav ul li a::after{
	top:-3.2px;
	left:-19.2px;
	width:19.2px;
	height:19.2px;
	background-size:19.2px;
}
.creditWrap{
	left:0;
	bottom:44.8px;
}
.creditWrap a{
	font-size:9.6px;
	line-height:11.2px;
	margin-top:14.4px;
}
.arrow{
	width:8px;
	height:8px;
	margin-right:1.6px;
}
#globalNav{
	height:104px;
}
.logoMark{
	width:32px;
	height:51.2px;
}
#globalNav ul{
    width:65.6px;
}
.snsIcon{
	width:25.6px;
	height:25.6px;
}

/* = home
----------------------------------------------- */

.swiper-pagination{
	right: -19.2px !important;
	width: 16px !important;
}
.swiper-pagination-bullet{
	margin:3.2px !important;
}

.instaFeed{
	margin-top:32px;
}
.instaFeedTite{
	font-size:12px;
	line-height:32px;
	padding-left:40px;
	margin-bottom:16px;
}
.instaFeedTite a{
	font-size:12px;
	line-height:32px;
}
.feedIcon{
	width:32px;
	height:32px;
}

/* = archive-news
----------------------------------------------- */

.newsGrid li{
	width:31%;
	margin-right:3.5%;
	margin-bottom:3.5%;
}
.gridThum{
	padding-top:66.1764%;
}
.gridTextWrap{
	padding:16px;
	padding-bottom:12.8px;
}
.gridTitle{
	font-size:12px;
}
.gridText{
	font-size:9.6px;
}

/* = archive-report
----------------------------------------------- */

.sort{
	width:96px;
	padding-top:16px;
}
.sort ul li a{
	font-size:10.4px;
	line-height:12px;
}
.sort ul li{
	margin-top:32px;
}
.articleWrap{
	padding-left:96px;
}
.reportArticle{
	margin-top:24px;
	padding:40px 24px;
	padding-bottom:16px;
}
.articleWrap .reportArticle:first-child{
	margin-top:0;
}
.articleTitle{
	font-size:16px;
}
.articleDate{
	font-size:12px;
	margin-top:8px;
}
.articleEditor p{
	font-size:9.6px;
}
.articleEditor h1{
	font-size:12.8px;
}

/* = archive-themepark
-------------------------------------------------------------- */

.themeparkConcept{
	padding:40px 80px;
}
.catch{
	font-size:18.4px;
	margin:16px 0 ;
	margin-right:56px;
}
.description{
	font-size:12px;
	margin:16px 0;
}
.gridThemepark li{
	width:48%;
	margin-right:4%;
}
.gridThemepark .gridTextWrap{
	padding:19.2px 12.8px;
	padding-bottom:19.2px;
}
.gridThemepark .gridTitle{
	font-size:16px;
}
.gridThemepark .gridText{
	font-size:11.2px;
}

/* = about
-------------------------------------------------------------- */

#about .innerWrap{
	padding:56px 49.6px;
	padding-bottom:40px;
}
.aboutSection{
	margin-top:56px;
}
.aboutTitle{
	font-size:14.4px;
}
.aboutText{
	font-size:12px;
}
.aboutLink{
	font-size:12px;
}
.actLogo{
	width:126.4px;
	margin-bottom:24px;
}
.actLogoMin{
	width:70.4px;
	height:auto;
	margin-bottom:8px;
}

/* = footer.php
-------------------------------------------------------------- */

#wrapFooter{
	height:64px;
}

#footer{
	max-width:1152px;
	padding:0 80px;
}
.copyright{
	font-size:8px;
	line-height:9.6px;
}

/* = contact
-------------------------------------------------------------- */

.wpcf7-form table tbody tr th{
	font-size:11px;
	margin-top:5.6px;
}
#wpcf7-f5-o1{
}
.wpcf7-form table tr th{
	line-height:9.8px;
	font-size:11px;
}
.wpcf7-text{
	height:15.4px;
	margin:5.6px 0;
}
.wpcf7-textarea{
	margin:8.4px 0;
}
.wpcf7-form-control {
margin-bottom:5.6px;
font-size: 11px;
border-radius:1.4px;
}
.wpcf7-submit {
font-size: 12px;
margin-top:11.2px;
border-radius:1.4px;
}
.wpcf7-response-output{
	font-size:11px;
	line-height:12.6px;
}
div.wpcf7-validation-errors{
	font-size:11px;
	line-height:12.6px;
}
.wpcf7-not-valid-tip{
	font-size:11px !important;
	line-height:12.8px !important;
	margin-top:-5.6px;
	margin-bottom:5.6px;
}


} /*Query End*/
@media only screen and (max-width: 767px) {

.PC {display: none !important;}
.SP {display: block !important;}

#wrap{
	max-width:767px;
	padding:4% 8%;
}
.contentWrap{
	width:100% !important; 
	margin-left:0 !important;
}
#wrapPadding{
	width:8%;
}

/* = modal
----------------------------------------------- */

.menu-trigger{
	display:block;
	top:30px;
}
.closeModal {
	top:30px;
}

/* = header.php
----------------------------------------------- */

.logo img{
	width:110px;
	height:32px;
}
#sideNav{
	width:112px;
	height:auto !important;
	padding:16px 0;
	left:8% !important;
}
#sideNav ul{
	margin-top:59.2px;
}
#sideNav ul li a{
	font-size:10.4px;
	line-height:12px;
}
#sideNav ul li{
	margin-top:32px;
}
#sideNav ul li a::after{
	top:-3.2px;
	left:-19.2px;
	width:19.2px;
	height:19.2px;
	background-size:19.2px;
}
.creditWrap{
	left:0;
	bottom:44.8px;
}
.creditWrap a{
	font-size:9.6px;
	line-height:11.2px;
	margin-top:14.4px;
}
.arrow{
	width:8px;
	height:8px;
	margin-right:1.6px;
}
#globalNav{
	height:64px;
}
.logoMark{
	width:32px;
	height:51.2px;
}
#globalNav ul{
    width:65.6px;
}
.snsIcon{
	width:25.6px;
	height:25.6px;
}

/* = home
----------------------------------------------- */

.swiper-pagination{
	right: -19.2px !important;
	width: 16px !important;
}
.swiper-pagination-bullet{
	margin:3.2px !important;
}

.instaFeed{
	margin-top:32px;
}
.instaFeedTite{
	font-size:12px;
	line-height:32px;
	padding-left:40px;
	margin-bottom:16px;
}
.instaFeedTite a{
	font-size:12px;
	line-height:32px;
}
.feedIcon{
	width:32px;
	height:32px;
}

#sb_instagram.sbi_tab_col_6 #sbi_images {
grid-template-columns: repeat(3,1fr) !important;
}

/* = archive-news
----------------------------------------------- */

.newsGrid li{
	width:48%;
	margin-right:4%;
	margin-bottom:8%;
}
.newsGrid li:nth-child(3n){
	margin-right:4%;
}
.newsGrid li:nth-child(2n){
	margin-right:0%;
}
.gridThum{
	padding-top:66.1764%;
}
.gridTextWrap{
	padding:16px;
	padding-bottom:12.8px;
}
.gridTitle{
	font-size:12px;
}
.gridText{
	font-size:9.6px;
}
.gridText br{
	display:none;
}

/* = archive-report
----------------------------------------------- */

.sort{
	width: 100%;
	padding-top: 0;
	position: relative;
}
.sort ul{
	width:100%;
	display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-direction:normal;
    -moz-box-direction:normal;
    -webkit-box-orient:horizontal;
    -moz-box-orient:horizontal;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
    webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:16px 0;
}
.sort ul li a{
	font-size:10.4px;
	line-height:12px;
}
.sort ul li{
	margin-top:0;
	margin-bottom:16px;
	margin-right:16px;
}
.articleWrap{
	padding-left:0;
}
.reportArticle{
	margin-top:24px;
	padding:40px 24px;
	padding-bottom:16px;
}
.articleWrap .reportArticle:first-child{
	margin-top:0;
}
.articleTitle{
	font-size:16px;
}
.articleDate{
	font-size:12px;
	margin-top:16px;
	width: 100%;
	text-align: right;
}
.articleEditor p{
	font-size:9.6px;
}
.articleEditor h1{
	font-size:12.8px;
}

/* = archive-themepark
-------------------------------------------------------------- */

.themeparkConcept{
	padding:40px 24px;
}
.catch{
	width:100%;
	font-size:18.4px;
	margin:0;
	margin-right:0px;
	margin-bottom:12px;
}
.description{
	width:100%;
	font-size:12px;
	margin:16px 0;
}
.gridThemepark li{
	width:100%;
	margin-right:0%;
	margin-top:6%;
}
.gridThemepark li:first-child{
	margin-top:0;
}
.gridThemepark .gridTextWrap{
	padding:19.2px 12.8px;
	padding-bottom:19.2px;
}
.gridThemepark .gridTitle{
	font-size:16px;
}
.gridThemepark .gridText{
	font-size:11.2px;
}
.gridThemepark .gridText br{
	display:none;
}

/* = about
-------------------------------------------------------------- */

#about .innerWrap{
	padding:40px 24px;
	padding-bottom:32px;
}
.aboutSection{
	margin-top:40px;
}
.aboutTitle{
	font-size:14.4px;
}
.aboutText{
	font-size:12px;
}
.aboutLink{
	font-size:12px;
}
.actLogo{
	width:126.4px;
	margin-bottom:24px;
}
.actLogoMin{
	width:70.4px;
	height:auto;
	margin-bottom:8px;
}

/* = footer.php
-------------------------------------------------------------- */

#wrapFooter{
	height:64px;
}

#footer{
	max-width:767px;
	padding:0 8%;
}
.copyright{
	font-size:8px;
	line-height:9.6px;
}

/* = contact
-------------------------------------------------------------- */

.contactForm{
	width:100%;
	padding:0;
}
.wpcf7-form table tbody tr th{
	font-size:11px;
	margin-top:5.6px;
}
#wpcf7-f5-o1{
}
.wpcf7-form table tr th{
	line-height:9.8px;
	font-size:11px;
}
.wpcf7-text{
	height:15.4px;
	margin:5.6px 0;
}
.wpcf7-textarea{
	margin:8.4px 0;
}
.wpcf7-form-control {
margin-bottom:5.6px;
font-size: 11px;
border-radius:1.4px;
}
.wpcf7-submit {
font-size: 12px;
margin-top:11.2px;
border-radius:1.4px;
}
.wpcf7-response-output{
	font-size:11px;
	line-height:12.6px;
}
div.wpcf7-validation-errors{
	font-size:11px;
	line-height:12.6px;
}
.wpcf7-not-valid-tip{
	font-size:11px !important;
	line-height:12.8px !important;
	margin-top:-5.6px;
	margin-bottom:5.6px;
}


} /*Query End*/