@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-style:normal;
		font-weight: normal;
		font-size: 100%;
		vertical-align: bottom;
}
body,html {
	width: 100%;
	height: 100%;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ol, ul{
    list-style:none;
}
a {
    color: #979797;
}
*, *: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;
}
.last {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
		padding-bottom: 0 !important;
		border: none !important;
}
.clear{
		clear:both;
}
.inner , .inner_in {
		margin:0 auto;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		position: relative;
}
@media screen and (max-width:767px){
  .pc_only {
    display: none !important;
  }
	img {
		height: auto;
		margin: 0 auto;
	}
	img.stretch {
		width: 100%;
		height: auto;
	}
	img.stretch95 {
		width: 95%;
		height: auto;
	}
	img.stretch90 {
		width: 90%;
		height: auto;
	}
	img.stretch80 {
		width: 80%;
		height: auto;
	}
}
@media screen and (min-width:768px){
  .sp_only {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    pointer-events: auto;
  }
  .right {
      float:right;
  }
  .left {
      float:left;
  }
  .center {
      text-align: center;
      display: block;
      margin: 0 auto;
  }
}

/* ここから上編集不要 */
html {
	position: relative;
	min-height: 100%;
	box-sizing: border-box;
}
body {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px !important;
	color: #000;
	line-height: 2em;
	letter-spacing: 1px;
	background: #fff;
	text-align: center;
	position: relative;
	overflow-x: hidden;
}
#all {
	position: relative;
	overflow: hidden;
	clear: both;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
h2 {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
	font-size: 90px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 1em;
  letter-spacing: 6px;
}
h2 .txt-wh {
  color: #fff
}
h2 + p {
  font-size: 20px;
  text-align: center !important;
}
.heading {
  margin-bottom: 60px;
}
.txt {
	text-align: left;
}
@media screen and (max-width:767px){
  h2 {
    font-size: 60px;
    margin-bottom: 5px;
  }
  .heading {
    margin-bottom: 40px;
  }
}
.read-more {
  margin-top: 60px;
}
.read-more.txt-wh a {
  color: #fff
}
.read-more a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-size: 20px;
  color:#000;
  line-height: 60px;
  font-weight: bold;
}
.read-more a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #23110d;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.read-more.txt-wh a::after {
  background: #fff;
}
.read-more a:hover::after {
  transform: scale(1, 1);
}
.read-more span + span {
  margin-left: 45px;
}
@media screen and (max-width:767px){
  .read-more {
    margin-top: 40px;
  }
  .read-more a {
    line-height: 50px;
  }
  .read-more span + span img {
    width: 50px;
  }
}
.Item {
  pointer-events: none;
}
.Item-Box {
  overflow: hidden;
}
.Item-Box-ImgBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(-100.5%,0,0);
  transform: translate3d(-100.5%,0,0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.Item-Box.isShow .Item-Box-ImgBox {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.Item-Box-ImgBox:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}
.Item-Box.isShow .Item-Box-ImgBox:before {
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.Item-Box-ImgBox-Img {
  width: 100%;
  padding-top: 62.5%;/*画像比率指定*/
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
.fadein {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
.load-fade {opacity : 0; transition : all 2s;}
.load-up{opacity: 0; transform: translateY(100px); transition: all 2s;}
.load-up.done, .load-fade.done{opacity : 1; transform : translate(0, 0);}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.ornament{
  position: relative;
  background-color: #fff;
	padding: 0
}
.ornament::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 300px 0;
  border-color: transparent transparent #000 transparent;
	z-index: -1
}
@media screen and (max-width:767px){
	.ornament::before {
	    border-width: 0 100vw 90px 0;
	}
}
#page-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    width: 60px;
    height: 60px;
		z-index: 99;
}
#page-top img {
    width: 100%;
    height: auto;
}
#page-top a{
    text-decoration: none;
}
@media screen and (max-width:767px){
	#page-top {
	    width: 40px;
	    height: 40px;
			right: 15px;
	}
}
/*----------------------------------------------------------
  header
----------------------------------------------------------*/
	header {
		overflow: hidden;
		width: 100%;
		z-index: 99;
	}
	header .inner {
		height: 170px;
		width: 161px;
		left: 0;
		margin: 0;
	}
  header #header_logo {
    position: absolute;
		z-index: 99;
		left: 0;
		top: 0;
  }
	.gnav {
	    top: 0;
	    position: absolute;
	    right: 0;
	    z-index: 99;
	}
	.gnav.fixed {
	    top: 0px;
	    right: 0;
	    left: auto;
			width: 100%;
	}
	.gnav.fixed .inner {
		width: 100%
	}
	.gnav.fixed #header_logo  {
	    position: absolute;
	    z-index: 10;
	    top: 0;
	    left: 0;
	    display: block;
	}
	.gnav #header_logo  {
		display: none;
	}
  .hd_entry a {
    /* color: #fff; */
    line-height: 50px;
    padding: 0;
    text-align: center;
    display: block;
		position: relative;
  }
	.hd_entry p {
		position: relative;
	}
	.hd_entry p::before {
    content: "";
    background: url(../images/icon-blank-blackLine.svg) no-repeat;
    background-size: cover;
		width: 12px;
		height: 14px;
		position: absolute;
		margin-top: 13px;
		margin-left: -23px;
	}
	.hd_entry_wrap {
		display: none;
  }
	header {
    height: 170px;
  }
  header{
    position: relative;
    width: 100%;
  }
  .gnav .inner .g-nav-menu,
	.gnav .inner .hd_entry {
    display: flex;
	}
  .fixed{
    position: fixed;
    top: 0;
    left: 0;
		z-index: 99;
  }
	/*
	.gnav.fixed {
		height: 170px;
  }
	*/
	.gnav.fixed .cp_offcm03 nav,.gnav.fixed .cp_offcm03 ul {
    height: 50px;
  }
  .gnav.fixed #header_logo img.logo-fixed {
    display: block;
    width: 161px;
    height: auto;
  }
	.gnav.fixed .hd_entry_wrap a {
		font-family: din-condensed, sans-serif;
		font-style: normal;
		font-weight: 400;
		text-decoration: none;
		line-height: 40px;
		margin-left: 22px;
  }
  .gnav.fixed .cp_offcm03 a::before {
      bottom: 11px;
  }
@media screen and (max-width:767px){
	.hd_entry.pc_none {
		display: block !important;
	}
  header {
      height: 127px;
  }
  header #header_logo img {
    width: 120px;
  }
	header.fixed #header_logo {
		display: none;
	}
	.gnav .cp_offcm03 a {
		line-height: 40px;
	}
	.cp_offcm03 .hd_entry div {
    background: #fff !important;
    color: #000 !important;
    text-align: center;
		margin-bottom: 17px;
		padding: 3px 25px;
	}
	.cp_offcm03 .hd_entry div::after {
		content: "";
    position: absolute;
    top: 100%;
    left: 50%;
		margin-left: -6px;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
	}
	.cp_offcm03 .hd_entry a {
		padding: 7px 0 0 18px;
	}
	.hd_entry p::before {
		background: url(../images/icon-blank.svg) no-repeat;
		background-size: cover;
	}

	.gnav .inner .g-nav-menu, .gnav .inner .hd_entry {
		display: block;
	}
}
@media screen and (min-width:768px){
	.hd_entry.pc_none {
		display: none !important;
	}
	.gnav.fixed .cp_offcm03 nav {
    background: rgba(255,255,255,0.9);
  }
	.cp_offcm03 .hd_entry div::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -7px;
    border: 6px solid transparent;
    border-right: 8px solid #000;
		transform: rotate(180deg);
	}
}
	.cp_offcm03 {
		position: relative;
		z-index: 5;
		top: 0;
		left: 0;
		overflow: auto;
		width: 100%;
		height: auto;
		padding-top: 0;
		-webkit-transition: transform 0.3s ease-in;
		transition: transform 0.3s ease-in;
		text-align: right;
		color: #000;
		float: right;
	}
	.cp_offcm03 nav,
	.cp_offcm03 ul {
		height: 100%;
	}
	.cp_offcm03 li {
		display: inline-block;
		border: none;
	}
	.cp_offcm03 a,
	.cp_offcm03 div {
		display: block;
		padding: 0 25px 0 0;
		text-decoration: none;
		color: #000;
		font-size: 16px;
		letter-spacing: 1px;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
	}
	.cp_offcm03 .hd_entry div {
		position: relative;
		padding: 0 25px;
    background: #000;
    color: #fff;
	}
	.cp_offcm03 .hd_entry a {
		padding: 0 0 0 18px;
	}
	.cp_offcm03 .hd_entry a:last-child::after {
		background: none;
	}
	.cp_offcm03 .hd_entry a p {
		font-size: 12px;
		font-weight: 600;
	}

	/* menu toggle */
	#cp_toggle03 {
		display: none;
	}
	#cp_toggle03:checked ~ .cp_offcm03 {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.cp_mobilebar {
		display: none;
	}
@media screen and (max-width:767px){
  .cp_offcm03 {
    position: fixed;
    left: -250px;
    overflow-y: hidden;
    width: 250px;
    height: 100%;
    padding-top: 60px;
    color: #fff;
    background: rgba(0,0,0,0.95);
  }
  .cp_offcm03 li {
    display: block;
    margin: 0 7%;
    border-bottom: 1px solid #ffffff;
  }
	.cp_offcm03 li:last-child {
		border: none
	}
  .cp_offcm03 a {
    padding: 20px;
    color: #fff;
  }
  /* menu toggle */
  .cp_mobilebar {
		display: none;
  }
	.fixed .cp_mobilebar {
    display: block !important;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    height: 40px;
  }
  .cp_menuicon {
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
  }
  .cp_menuicon > span {
    display: block;
    position: absolute;
    top: 67%;
    margin-top: -0.3em;
    width: 25px;
		height: 2px;
    border-radius: 1px;
    background-color: #ccc;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
  }
  .cp_menuicon > span:before,
  .cp_menuicon > span:after {
    content: '';
    position: absolute;
		width: 25px;
    height: 2px;
    border-radius: 1px;
		background-color: #ccc;
    -webkit-transition: transform .3s ease-in;
    transition: transform .3s ease-in;
		left: 0;
  }
  .cp_menuicon > span:before {
    -webkit-transform: translateY(-0.6em);
    transform: translateY(-0.6em);
  }
  .cp_menuicon > span:after {
    -webkit-transform: translateY(0.6em);
    transform: translateY(0.6em);
  }
  #cp_toggle03:checked + .cp_mobilebar .cp_menuicon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cp_toggle03:checked + .cp_mobilebar span:before,
  #cp_toggle03:checked + .cp_mobilebar span:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #cp_toggle03:checked ~ .cp_offcm03 {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media screen and (min-width:768px){
  .g-nav{
		display: flex;
		justify-content: flex-end;
    width: 100%;
    z-index: 10;
  }
  .g-nav-menu #header_logo img {
    width: 120px;
    height: auto;
  }
  .cp_offcm03 a {
    display: inline-block;
    position: relative;
  }
  .cp_offcm03 ul li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: calc(100% - 35px);
    height: 2px;
    background: #000;
    transform: scale(0, 1);
    transition: 0.4s;
  }
  .cp_offcm03 a:hover:before {
    transform: scale(1);
  }
	.hd_entry p {
	    margin-left: 24px;
	}
	.hd_entry p::before {
	    margin-top: 17px;
	    margin-left: -23px;
	    bottom: auto !important;
	}
	@media screen and (-webkit-min-device-pixel-ratio:0){
		.gnav.fixed .inner .hd_entry p {
		    margin-left: 24px;
		}
		.hd_entry p {
		    margin-left: 24px;
		}
	}
}
/*----------------------------------------------------------
	 footer
----------------------------------------------------------*/
	footer {
		width: 100%;
		text-align: center;
		background: #000;
    z-index: 1;
    overflow: hidden;
	}
  footer a {
		color: #fff;
		text-decoration: none;
    line-height: 80px;
	}
  footer ul {
    float: left;
	}
  footer ul li {
    float: left;
    padding: 0 20px;
	}
  footer ul li::before {
    content: "";
    background: url(../images/icon-blank.svg) no-repeat;
    background-size: cover;
    width: 13px;
    height: 15px;
    position: absolute;
    margin-top: 32px;
    margin-left: -20px;
	}
	footer .copyright {
    color: #fff;
    font-size: 12px;
    line-height: 80px;
    height: 80px;
    text-align: right;
    float: right;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
	}
@media screen and (max-width:767px){
  footer .inner {
    padding: 30px 35px 0;
		overflow: hidden;
  }
	footer ul li {
		padding: 0;
		display: block;
		float: none;
		text-align: left;
	}
	footer ul li::before {
	  margin-top: 12px;
	}
	footer a {
	  line-height: 35px;
	}
  footer .copyright {
    font-size: 12px;
    line-height: 70px;
    height: 70px;
  }
}
@media screen and (min-width:768px){
  footer .footer-pre,
  footer .footer-post {
    width: 50%
  }
  footer .footer-post {
    padding-left: 30px;
  }
}
/*----------------------------------------------------------
	 mainvisual
----------------------------------------------------------*/
  #mainVisual {
		height: 100vh;
		position: relative;
		top: -170px;
		right: 0;
		width: 100%;
  }
	#mainVisual .inner {
		position: relative;
		margin: 0 auto;
	}
  #mainVisual .mainVisual_img {
		width: calc(100% - 161px);
		height: 100vh;
		position: absolute;
		right: 0;
		top: 0;
  }
	.swiper-container-fade .swiper-slide {
	    overflow: hidden;
	    height: 100vh;
	}
  #mainVisual .mainVisual_img img {
    width: 1500px;
    height: auto;
  }
	#mainVisual .txtBox {
		position: absolute;
		z-index: 10;
		left: 0;
		width: 51%;
		background:  rgba(255,255,255,0.9);
		bottom: 0;
		padding: 50px;
	}
	#mainVisual .heading {
	    margin: 60px auto 0;
	}
	#mainVisual h2 {
		font-size: 30px;
		letter-spacing: 2px;
		font-weight: bold;
	}
	#mainVisual p.txt {
		font-size: 14px;
		text-align: left !important;
		padding: 20px 90px 0;
	}
	#mainVisual .Item.pre .Item-Box-ImgBox {
		width: 272px;
		height: 75px;
	}
	#mainVisual .Item.pre .Item-Box-ImgBox-Img {
	  padding-top: 27.5%;
	}
	#mainVisual .Item.post .Item-Box-ImgBox {
	  width: 570px;
	  height: 75px;
	}
	#mainVisual .Item.post .Item-Box-ImgBox-Img {
	  padding-top: 75px;
	}
	#mainVisual .Item.post .Item-Box {
	    margin-top: 20px;
	    margin-left: 20px;
	}
  #mainVisual .mainVisual_txt {
      position: absolute;
      z-index: 1;
  }
  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.15);
    }
  }
  .swiper-slide-active .slide-img,
  .swiper-slide-duplicate-active .slide-img,
  .swiper-slide-prev .slide-img{
    animation: zoomUp 10s linear 0s 1 normal both;
		overflow: hidden;
		height: 100vh;
  }
  .slide-img img{
    display: block;
  }
@media screen and (max-width:767px){
	#mainVisual {
		height: 100vh;
	  margin-bottom: -90px !important;
	}
	.swiper-container-fade .swiper-slide {
	    overflow: hidden;
	    height: 84vh;
	}
	#mainVisual .mainVisual_img {
	    width: 100vh;
	}
	#mainVisual .slide-img img {
	    width: auto;
			height: 84vh;
	}
	#mainVisual .slide-img.mV02 img {
	    height: 89vh;
	}
	#mainVisual .slide-img.mV03 img {
	    height: 73vh;
	}
	#mainVisual h2 {
	    font-size: 18px;
	}
	#mainVisual .heading {
	    margin: 22px auto 0;
	}
	#mainVisual .txtBox {
		width: 90%;
		padding: 20px 15px 0;
	}
	#mainVisual .Item.pre .Item-Box-ImgBox {
	    width: 132px;
	    height: 37px;
	}
	#mainVisual .Item.post .Item-Box-ImgBox {
	    width: 275px;
	    height: 37px;
	}
	#mainVisual .Item.post .Item-Box-ImgBox-Img {
	    padding-top: 36px;
	}
	#mainVisual p.txt {
		font-size: 13px;
	    padding: 10px 7px 10px;
			line-height: 1.85;
	}
}
@media screen and (min-width:768px){
	#mainVisual .txtBox {
	    width: 700px;
	}
	#mainVisual p.txt {
	    font-size: 18px;
			padding: 20px 0 0;
	}
	#mainVisual .heading {
	    text-align: left;
	    padding: 0 50px;
	}
}
/*----------------------------------------------------------
	 bnr-campaign
----------------------------------------------------------*/
	button,
	button::after {
	  -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	  -o-transition: all 0.3s;
	    transition: all 0.3s;
	}
	button {
	  background: none;
	  border: 1px solid #fff;
	  border-radius: 5px;
	  color: #fff;
	  display: block;
	  font-size: 1.6em;
	  font-weight: bold;
	  margin: 1em auto;
	  padding: 2em 6em;
	  position: relative;
	  text-transform: uppercase;
	}
	button a {
		font-family: miller-display, serif;
		font-weight: 700;
		font-style: normal;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		line-height: 50px;
		transition: 0.5s;
	}
	.contact-btn button::before,
	.contact-btn button::after {
	  background: #fff;
	  content: '';
	  position: absolute;
	  z-index: -1;
	}
	.contact-btn {
	  overflow: hidden;
		padding: 0;
		width: 170px;
		margin: 50px auto 0;
	}
	.contact-btn a {
		display: inline-block;
		position: relative;
	}
	.contact-btn a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 12px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.contact-btn a:hover:before {
		transform: scale(1);
	}
	/* more-btn */
	.more-btn {
	  overflow: hidden;
		padding: 0;
		width: 120px;
		margin: 50px auto 0;
		background-color: #000
	}
	.more-btn a {
		display: inline-block;
		position: relative;
	}
	.more-btn a:before{
		content: "";
		position: absolute;
		left: 0;
		bottom: 12px;
		width: 100%;
		height: 1px;
		background: #fff;
		transform: scale(0, 1);
		transition: 0.4s;
	}
	.more-btn a:hover:before {
		transform: scale(1);
	}
@media screen and (max-width:767px){
	.inner {
		width: 95%;
	}
	#mainvisual .heading {
		padding: 15px 0 20px;
		font-size: 15px;
		top: 13%;
		width: 60%;
	}
	#mainvisual .images-mv img {
		width: 85%;
		height: 290px;
	}
	.more-btn {
		margin: 40px auto 0;
	}
	.panlist .singleTtl::before {
	    margin-top: 4px;
	}
}
@media screen and (min-width:768px){
	.inner {
		width: 1060px;
		position: relative;
	}
	#mainvisual .inner {
		max-height: 680px;
		max-width: 1600px;
		width: 1600px;
		margin: 0 auto;
	}
	#mainvisual .heading {
		padding: 25px 75px;
		font-size: 20px;
		top: 55px;
	}
	#mainvisual .images-mv {
		max-height: 680px;
	}
	#mainvisual .images-mv img {
		height: 600px;
	}
}
.ornament{
  position: relative;
  background-color: #fff;
	padding: 0
}
.ornament::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 300px 0;
  border-color: transparent transparent #000 transparent;
	z-index: -1
}
@media screen and (max-width:767px){
	.ornament::before {
	    border-width: 0 100vw 90px 0;
	}
}
#members {
  margin: 0 auto 120px;
}
#members .txtBox {
  position: absolute;
  z-index: 1;
  background: #23110d;
  top: 29px;
  right: 0;
  padding: 80px 0 45px;
  width: 60%;
  color: #fff;
}
#members .Item-Box-ImgBox {
  width: 450px;
  height: 580px;
}
#members .Item-Box-ImgBox-Img {
  padding-top: 131%;
}
#members .Item-Box.pre .Item-Box-ImgBox:before {
  background-color: #fff;
}
#members .txtBox .txtBox-inner {
  width: 80%;
  padding: 0 10%;
}
#members .txtBox .txtBox-inner p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
#members .ornament-txt {
  position: absolute;
  z-index: 2;
  top: -118px;
  right: 0;
}
@media screen and (max-width:767px){
  #members {
    margin: 0 auto 100px;
  }
  #members .Item-Box-ImgBox {
    width: 100%;
    height: auto;
  }
  #members .txtBox {
    position: relative;
    padding: 60px 0 45px;
    width: 90%;
    margin-left: 10%;
    margin-top: -30%;
  }
  #members .txtBox .txtBox-inner {
    width: 100%;
  }
  #members .txtBox .txtBox-inner p {
    font-size: 16px;
  }
  #members .ornament-txt {
    top: -29.5%;
  }
}
#about {
  margin: 0 auto 120px;
  background: url(../images/top/about-bg.jpg);
  background-size: cover;
  padding: 120px 0;
}
#about p {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  font-weight: bold;
}
#about p em {
  font-family: din-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 52px;
  padding-right: 5px;
}
@media screen and (max-width:767px){
  #about {
    margin: 0 auto 65px;
    padding: 80px 0;
  }
  #about p {
    font-size: 24px;
  }
  #about p em {
    font-size: 34px;
    line-height: 44px;
  }
}
#message {
  margin: 0 auto 360px;
	overflow: hidden;
}
#message p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
#message .txtBox {
  width: 60%;
}
#message .Item.pre .Item-Box-ImgBox {
  width: 450px;
  height: 580px;
}
#message .Item.post .Item-Box-ImgBox {
  width: 565px;
}
#message .Item.pre .Item-Box-ImgBox-Img {
  padding-top: 131%;
}
#message .Item.post .Item-Box-ImgBox-Img {
	font-size: 60px;
	color: #fff;
	background: #23110d;
	padding: 0;
	height: 72px;
	line-height: 74px;
	font-family: din-condensed, sans-serif;
	font-style: normal;
	font-weight: 400;
}
#message .Item.post .Item-Box {
    margin-bottom: 45px;
}
#message .txtBox .txtBox-inner p {
  line-height: 2.1;
  font-weight: bold;
}
@media screen and (max-width:767px){
  #message {
    margin: 0 auto 100px;
  }
  #message .Item.pre .Item-Box-ImgBox,
  #message .Item.post .Item-Box-ImgBox {
    width: 100%;
    height: auto;
  }
  #message .txtBox {
    position: relative;
    padding: 0 0 45px;
    width: 106%;
    margin-left: -3%;
    margin-top: 0;
  }
  #message .txtBox .txtBox-inner {
    width: 100%;
  }
  #message .txtBox .txtBox-inner p {
    font-size: 16px;
  }
	#message .Item.post .Item-Box-ImgBox-Img {
	    font-size: 44px;
	    height: 72px;
	    line-height: 77px;
	}
}
@media screen and (min-width:768px){
  #message .inner {
      padding: 0 4.5%;
  }
  #message .Item.pre {
    float: right;
  }
  #message .txtBox {
    position: absolute;
    z-index: 1;
    margin-top: 12%;
  }
}
#oneday {
  margin: 0 auto 160px;
	background: #000;
	padding-bottom: 165px;
}
#oneday .txtBox {
	padding: 0 0 45px;
	width: 60%;
	color: #fff;
	margin-top: -5px;
}
#oneday .Item-Box-ImgBox {
  width: 450px;
  height: 580px;
	position: absolute;
	right: 0px;
	top: -100px;
}
#oneday .Item-Box-ImgBox-Img {
  padding-top: 131%;
}
#oneday .txtBox .txtBox-inner p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width:767px){
  #oneday {
    margin: 0 auto 100px;
		padding-bottom: 65px;
  }
  #oneday .Item-Box-ImgBox {
    width: 100%;
    height: auto;
		top: -7%;
  }
	#oneday .txtBox {
		position: relative;
		padding: 137% 0 0;
		width: 100%;
		margin-left: 0;
	}
  #oneday .txtBox .txtBox-inner {
    width: 100%;
  }
  #oneday .txtBox .txtBox-inner p {
    font-size: 16px;
  }
  #oneday .ornament-txt {
    top: -29.5%;
  }
}
}
.slide-wrap {
	width: 100%;
	height: 100%;
	overflow-x:hidden
}
/*
#loopslider,
#loopslider2 {
    margin: 0 auto;
		width: 100%;
		height: 220px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
#loopslider ul,
#loopslider2 ul {
	height: 220px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li,
#loopslider2 ul li {
    width: auto;
		height: 220px;
    float: left;
    display: inline;
    overflow: hidden;
}
#loopslider ul li img,
#loopslider2 ul li img {
    width: auto;
		height: 220px;
}
/*
/* =======================================
    ClearFixElements
======================================= */
/*
#loopslider ul:after,
#loopslider2 ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#loopslider ul,
#loopslider2 ul {
    display: inline-block;
    overflow: hidden;
}
*/
.loopslider {
    margin: 0 auto;
		width: 100%;
		height: 220px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.loopslider ul {
	height: 220px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopslider ul li {
    width: auto;
		height: 220px;
    float: left;
    display: inline;
    overflow: hidden;
}
.loopslider ul li img {
    width: auto;
		height: 220px;
}
/* =======================================
    ClearFixElements
======================================= */
.loopslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.loopslider ul {
    display: inline-block;
    overflow: hidden;
}


#culture {
  margin: 0 auto 160px;
  background: #1c2081;
  padding: 120px 0;
	color: #fff;
}
#culture p {
  text-align: center;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width:767px){
  #culture {
    margin: 0 auto 65px;
    padding: 80px 0;
  }
}
