@charset "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
#main-img {
	height: auto;
	width: auto;
	min-height: 500px;
	max-height: 600px;
	margin-bottom: 30px;
	margin-top: 55px;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 1200ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
#bottom_slide {
	margin: 65px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#bottom_slide ul {
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	list-style-type: none;
}
a:hover .bottom_slide_content {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
a .bottom_slide_content {
	display: block;
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
a:link {
	cursor: pointer;
	text-decoration: none;
	color: #444444;
}
a:visited {
	cursor: pointer;
	color: #444444;
}
a:focus {
	color: #444444;
}
a:hover {
	color: #514337;
	text-decoration: none;
}
a:active {

}

.clear {
	float: none;
	width: 0px;
	height: 0px;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
}

.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
    top: 45px;
    right: 45px;
    width: 40px;
    height: 40px;
    z-index: 9999;
}

.menu-trigger span {
 position: absolute;
 z-index: 9999;
 left: 15px;
 width: 75%;
 height: 3px;
 background-color: #000000;
 border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
 top: 9px;
}
.menu-trigger span:nth-of-type(2) {
 top: 18px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 9px;
}
.menu-trigger::after {
  position: absolute;
  top: 40%;
  left: 40%;
  display: block;
  content: '';
  width: 43px;
  height: 43px;
  margin: -45% 0 0 -20%;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all .75s;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
	background-color: #FFF;
}
.menu-trigger.active span:nth-of-type(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
	background-color: #FFF;
}
.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards;
}
@-webkit-keyframes circle {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-600deg);
  }
}
@keyframes circle {
  0% {
    border-color: transparent;
    transform: rotate(0);
  }
  25% {
    border-color: transparent #fff transparent transparent;
  }
  50% {
    border-color: transparent #fff #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    transform: rotate(-600deg);
  }
}
#overlay_logo{
	margin: 8% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	margin: 0px 0px 0px 0px;
	padding: 15% 20px 20px 20px;
	box-sizing: border-box;
}
#overlay_menuBlock{
	width: 65%;
	height: auto;
	position:fixed;
	top: 28%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
#overlay ul li{
	list-style-type: none;
}
#overlay ul li a{
	color: #fff;
	text-decoration: none;
}
#overlay .menuA {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.05em;
	color: #FFFFFF;
	margin: 40% auto 0px auto;
	padding: 0px 0px 0px 0px;
	line-height: 0em;
	text-align: left;
	display: block;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.0);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	z-index: 9999999;
}
 
nav.globalMenuSp ul {
    background: rgba(164,164,164,0.95);
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	line-height: 6vh;
	letter-spacing: 3px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #FFF;
}
nav.globalMenuSp ul li:hover {
	background: rgba(128,128,128,0.95);
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    top: 28px;
    left: 35px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 99999999;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#pc { display: block !important; }
#sp { display: none !important; }
html{
    scroll-behavior: smooth;
}
body {
    width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}
#footerLR {
    margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footerL {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 20%;
}
#footerR {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: auto;
}
#footer_navi {
	margin: 1.25vw 0px 0px 4vw;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
.footer_list {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.725em;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.footer_list a {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer_list a:hover {
	text-decoration: none;
}
.footer_list2 {
	width: auto;
	font-family: zen-kaku-gothic-antique, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 3vw 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}

.slide1 {
	position: relative;
}
.slide1 img {
	width: 100%;
	height: 70vh;
	object-fit: cover;
}
.slide1::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 150px 0;
  border-color: transparent transparent #FFFFFF transparent;
}

.slide2 {
	position: relative;
	width:100%;
	margin:0 auto;
}
.slide2 .itemDisplay {
	background:#ccc
}
.slide2 img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
}
.slide2 ul {
	list-style: none;
}
.slide2::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 150px 0;
  border-color: transparent transparent #FFFFFF transparent;
}


.container{
	position: relative;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.clr{
	clear: both;
}
.container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
.codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.codrops-top a:hover{
	color: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: none;
	display: inline;
}

p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
p.codrops-demos a,
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
p.codrops-demos a:hover{
	background: #6d0019;
}
p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
p.codrops-demos a.current-demo,
p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}



@media screen and (max-width: 1140px) { 
	.cb-slideshow li div h3 { font-size: 100px }
}
@media screen and (max-width: 600px) { 
	.cb-slideshow li div h3 { font-size: 50px }
}

.logo {
    margin: 45px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: center;
	position:relative;
}
.logo:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
#logo_sp {
    width: auto;
    height: auto;
    margin: 65px 0px 0px 0.25%;
    padding: 0px 0px 0px 0px;
	text-align: center;
}
.logo_note01 {
	font-family: address-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 17px;
	letter-spacing: 1px;
}
#topIMG {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
#topIMG_left {
	margin:  15% 0px 0px 0px;
	padding: 0px 0px 15% 0px;
	width: 50%;
	height: auto;
	position: relative;
}

.slide1::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 155px 50vw 0 0;
  border-color: #FFFFFF transparent transparent transparent;
}
.slide1 ::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 155px 50vw;
  border-color: transparent transparent #FFFFFF transparent;
}
.slide2::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 450px 50vw;
  border-color: transparent transparent #FFFFFF transparent;
}
#topIMG_right {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 50%;
	height: auto;
}
#topMIG_info {
	margin:  5% auto 0px 0px;
	padding: 0px 0px 0px 12%;
	width: 80%;
	height: auto;
}
#corp_content {
	margin:  0px auto 4% auto;
	padding: 0px 0px 0px 0px;
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#corp_content video {
	margin:  -15% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#corp_content2 {
	margin:  5% auto 4% auto;
	padding: 0px 0px 0px 0px;
	width: 80%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#content_mv {
	margin:  0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 90%;
	height: auto;
}
#content_mv2 {
	margin:  5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 70%;
	height: auto;
}
#corp_content_two {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 48.5%;
	height: auto;
}
#corp_content_three {
	margin:  0px 0px 2% 0px;
	padding: 0px 0px 0px 0px;
	width: 31.5%;
	height: auto;
}
#corp_content_three a:hover {
	opacity: 0.7;
}
#corp_contentBG {
	margin:  3% 0px 2% 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 25vw;
	position:relative;
    overflow:hidden;
}
#corp_contentBG img {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 140%;
	object-fit: contain;
	position:relative;
	top: -35vw;
	left: 0;
}
#content_theme {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 95%;
	height: auto;
	position: relative;
}
#content_theme img {
	margin:  0px 0px 2% 0px;
	padding: 0px 0px 0px 0px;
}
#corp_content_left {
	margin:  2.5% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 47%;
	height: auto;
}
#corp_content_right {
	margin:  2.5% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 47%;
	height: auto;
	z-index: 99999;
}
.content_note00 {
	width: auto;
	height: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: -5vw 0px 0px 0px;
	padding: 10% 2% 4% 2%;
	font-size: 1.2em;
	letter-spacing: 10px;
	color: #4D4D4D;
	background-color: #FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-align: left;
	line-height: 2.3em;
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 42.5%;
	white-space: nowrap;
}
.content_note01 {
	width: auto;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 6% 0px 5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.8em;
	letter-spacing: 6px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 1.85em;
}
.content_note02 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 15% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.35em;
}
.content_note03 {
	width: auto;
	font-family: gitan-latin, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 4% 0px 0px 0px;
	padding: 0px 0px 5% 0px;
	font-size: 0.9em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.1em;
}
.content_note03 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #222222;
}
.content_note03 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #222222;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.content_note03 a:hover::after {
  transform: scale(0, 1);
}
.content_note04 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5% 6% 0px 5%;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note04-1 {
	width: 95%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note04-2 {
	width: 50%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note04-2 {
	width: 95%;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}
.content_note05 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 5% 2% 0px 0px;
	padding: 0px 0px 10% 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note06 {
	width: auto;
	font-family: mina, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin: 5% 2% 0px 0px;
	padding: 0px 0px 2% 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note07 {
	white-space: pre-wrap; 
	font-family: mina, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 8% 0px 2% 0px;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
	background-image: url("../img/home_icon_bk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.content_note07 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.content_note07 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.content_note07 a:hover::after {
  transform: scale(0, 1);
}
.content_note07-1 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content_note08 {
	white-space: pre-wrap; 
	font-family: mina, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 8% 0px 2% 0px;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
	background-image: url("../img/insta_icon_bk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.content_note08 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.content_note08 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.content_note08 a:hover::after {
  transform: scale(0, 1);
}
.content_note09 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 2% 0px 0px 0px;
	padding: 0px 0px 1% 0px;
	font-size: 0.6em;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}
.content_note10 {
	white-space: pre-wrap; 
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	margin: 0px 0px 1.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.3em;
}
.content_note10 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #FFFFFF;
}
.content_note10 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.content_note10 a:hover::after {
  transform: scale(0, 1);
}


#page {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#page_plan {
	margin:  0px 0px 15% 0px;
	padding: 0px 0px 0px 0px;
}
#page_inn {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sns_logo {
    position: fixed;
    top: 28px;
    right: 35px;
    width: auto;
    height: auto;
    z-index: 9999;
    margin: 0px;
    padding: 0px;
	display: block;
}
#home {
    position: fixed;
    top: 28px;
    left: 35px;
    width: auto;
    height: auto;
    z-index: 9999;
    margin: 0px;
    padding: 0px;
	display: block;
}
.toplogo {
	width: auto;
	height: auto;
	margin:  40vh 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu {
	width: 100%;
	position: relative;
	height: auto;
	margin:  -80vh 0px 0px 2%;
	padding: 0px 0px 0px 0px;
}
#menu_plan {
	width: 100%;
	position: relative;
	height: auto;
	margin:  -20vh 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_inn {
	width: 100%;
	position: relative;
	height: auto;
	margin:  -7vh 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_content {
	width: 100%;
	height: auto;
	margin: 0px 0px -15% 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#menu_content_inn {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 2% 0px 0px 0px;
	position: relative;
}
#menu_content ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.menu01 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 2% 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 5px;
	color: #4D4D4D;
	line-height: 2.5em;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: text-top;
}
.menu01_inn {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0.5% 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 5px;
	color: #4D4D4D;
	line-height: 2.5em;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	background-color: #FFFFFF;
	text-align: right;
	vertical-align: text-top;
}
.menu02 {
	font-family: address-sans-pro, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 5px 7px 5px 7px;
	font-size: 17px;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: inline-block;
}
.menu01 a {
	color: #333333;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(215,215,215,0.8) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	position: relative;
	display: block;
	text-decoration: none;
	text-align: right;
	padding: 28px 5px 28px 5px;
}
.menu01 a:hover {
	background-position: -100% 0;
	color: #333333;
}
.menu01_inn a {
	color: #333333;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(215,215,215,0.8) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	position: relative;
	display: block;
	text-decoration: none;
	text-align: right;
	padding: 28px 5px 28px 5px;
}
.menu01_inn a:hover {
	background-position: -100% 0;
	color: #333333;
}
h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.top_note01 {
	width: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: -50vh 0px 0px 0px;
	padding: 15% 2% 5% 2%;
	font-size: 1.2em;
	letter-spacing: 10px;
	color: #4D4D4D;
	background-color: #FFFFFF;
	rgba(255,255,255,1.0);
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-align: left;
	line-height: 2.3em;
}
.top_note01_inn {
	width: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px auto;
	padding: 3% 3% 5% 3%;
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #4D4D4D;
	background-color: rgba(255,255,255,0.85);
	rgba(255,255,255,1.0);
	text-align: left;
	line-height: 1.5em;
}
.top_note01_inn2 {
	width: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px auto;
	padding: 3% 3% 5% 3%;
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #4D4D4D;
	background-color: rgba(255,255,255,0.85);
	rgba(72,72,72,1.00);
	text-align: left;
	line-height: 1.5em;
}
.top_note02 {
    white-space: pre-wrap;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-size: 1.02em;
    letter-spacing: 4px;
    color: #333333;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 3.15em;
}
.top_note02-1 {
    white-space: pre-wrap;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    font-size: 1.02em;
    letter-spacing: 4px;
    color: #333333;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 3.15em;
}
.top_note02_inn {
    white-space: pre-wrap;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px auto 5% auto;
    padding: 0px 0px 0px 0px;
    font-size: 1.02em;
    letter-spacing: 4px;
    color: #333333;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 3.15em;
}
.top_note03 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 7% 0px 5%;
	font-size: 0.95em;
	letter-spacing: 3px;
	color: #333333;
	text-align: left;
	line-height: 3.0em;
	position: absolute;
	background-color: #FFFFFF;
	top: 15%;
	right: 0;
}
.top_note04 {
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.25em;
	letter-spacing: 1px;
	color: #555555;
	text-align: left;
	line-height: 1.15em;
	position: absolute;
	bottom: 10%;
	left: 8%;
	transform: rotate(-6deg);
	text-shadow: 1px 1px 3px rgba(255,255,255,2), 1px 1px 3px rgba(255,255,255,2);
}
.top_note05 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 0px 7% 0px 7%;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.3em;
}
.top_note05_inn {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	margin: 0px 0px 0px 0px;
	padding: 1% 0px 0px 0px;
	font-size: 1.5em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.5em;
}
.top_note05_inn2 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 2.5% 0px 0px 0px;
	font-size: 0.95em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.15em;
}
.top_note05_inn3 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 1% 0px 0px 0px;
	font-size: 1.8em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
}
.top_note05_inn4 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 1% 0px 0px 0px;
	font-size: 1.8em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 1.2em;
}
.top_note05_inn5 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 1% 0px 0px 0px;
	font-size: 0.5em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 1.2em;
}
.top_note06 {
	white-space: pre-wrap; 
	font-family: mina, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 2% 0px 0px 7%;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: left;
	line-height: 2.3em;
}
.top_note06 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.top_note06 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top_note06 a:hover::after {
  transform: scale(0, 1);
}
.top_note07 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 7% 0px 5%;
	font-size: 0.85em;
	letter-spacing: 1px;
	color: #333333;
	text-align: left;
	line-height: 3.0em;
	position: absolute;
	background-color: #FFFFFF;
	top: 12%;
	right: 0;
}
.top_note08 {
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.05em;
	letter-spacing: 0px;
	color: #555555;
	text-align: left;
	line-height: 1.05em;
	position: absolute;
	bottom: 12%;
	left: 10%;
	transform: rotate(-6deg);
	text-shadow: 1px 1px 3px rgba(255,255,255,2), 1px 1px 3px rgba(255,255,255,2);
}
.top_note09 {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 10% 0px 1.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 3px;
	color: #333333;
	text-align: center;
	line-height: 1.6em;
}
.top_note09_inn {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 15% 0px 1.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 3px;
	color: #333333;
	text-align: center;
	line-height: 1.6em;
}
.top_note10 {
	font-family: shabby-chic, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.6em;
	letter-spacing: 0px;
	color: #777777;
	text-align: center;
	line-height: 1.5em;
}
.top_note11 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 7% 0px 7%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.top_note12 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 2% 0px 2% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.15em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.top_note13 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 5% 12% 5% 12%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.3em;
}
.top_note13_inn {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.35em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 2.5em;
}
.top_note13_inn2 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3.2em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.top_note13_inn3 a {
  	position: relative;
  	display: inline-block;
  	text-decoration: none;
	color: #333333;
	font-size: 0.85em;
	margin: 0px 0px 0px 0px;
	padding: 0px 1% 0px 1%;
}
.top_note13_inn3 a::after {
  	position: absolute;
  	bottom: 0px;
  	left: 0;
  	content: '';
  	width: 100%;
  	height: 1px;
  	background: #333333;
  	transform: scale(1, 1);
  	transform-origin: left top;
  	transition: transform .3s;
}
.top_note13_inn3 a:hover::after {
  	transform: scale(0, 1);
}
.top_note14 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 8% 12% 0px 12%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.top_note15 {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 10% 0px 1.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.6em;
	z-index: 20;
	position: relative;
}
.top_note16 {
	font-family: shabby-chic, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.6em;
	letter-spacing: 0px;
	color: #777777;
	text-align: center;
	line-height: 1.5em;
}
.top_storyphoto {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 5% 0px 5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 1.5em;
	z-index: 99999 !important;
}
.top_storyphoto2 {
	font-family: adobe-handwriting-ernie, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 2% 0px 5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 2.0em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 1.5em;
	z-index: 99999 !important;
}

#top {
	margin: 0px auto 25% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	width: 60%;
	position: relative;
}
#top_inn {
	margin: 2% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 60%;
}
#topL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 15%;
}
#topL_inn {
	margin: -20% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 55%;
}
#topR {
	margin: 30% 0px 0px 0px;
	padding: 0px 0px 0px 8%;
	width: auto;
	position: relative;
	bottom: -20%;
	right: 0;
	text-align: left;
	vertical-align: text-top;
	width: 55%;
}
#topR2 {
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: auto;
	position: relative;
	bottom: -20%;
	right: 0;
	left: 0;
	text-align: center;
	vertical-align: text-top;
	width: 100%;
}
#main_content {
	width: 100%;
	margin: 0px 0px 0px auto;
	padding: 0px 0px 0px 0px;
	position:relative;
    background-color: #FFFFFF;
    background-size:cover;
    overflow:hidden;
}
#main_content_inn {
	width: 100%;
	margin: 0px 0px 0px auto;
	padding: 0px 0px 15% 0px;
	position:relative;
    background-color: #FFFFFF;
    background-size:cover;
    overflow:hidden;
}

*, *:before, *:after {
	box-sizing: border-box;
}
#main_content_Topic {
	width: 80%;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#main_content_Topic_inn {
	width: 65%;
	margin: 5% auto -7% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#main_content_Topic_inn2 {
	width: 65%;
	margin: 5% auto 2% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#main_content_Topic_inn3 {
	width: 80%;
	margin: 10% auto -5% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#main_content_Topic > #main_content_thumbnailA{
	width: 50%;
	padding: 10px;
}
#main_content_Topic > #main_content_thumbnailB{
	width: 33.333%;
	padding: 10px;
}
#main_content_thumbnailA {
    width: 50%;
	height: 300px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
	object-fit: cover;
	position: relative;
	overflow: hidden;
}
#main_content_thumbnailA img:hover {
	transform: scale(1.0);
	transition-duration: 0s;
	opacity: 0.5;
}
#main_content_thumbnailA:hover .top_note03 {
	z-index: 9999;
}
#planBlock_contentA .plan_note01:hover {
	opacity: 0.4;
}
#planBlock_contentA .plan_note08:hover {
	opacity: 0.4;
}
#planBlock_contentB .plan_note01:hover {
	opacity: 0.4;
}
#planBlock_contentB .plan_note08:hover {
	opacity: 0.4;
}

#main_content_thumbnailB {
    width: 33.33%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position: relative;
}
#main_content_thumbnailB:hover .top_note07 {
	z-index: 9999;
}
#main_content_thumbnailB img:hover {
	transform: scale(1.0);
	transition-duration: 0s;
	opacity: 0.5;
}
.main_content_thumbnailC {
    width: 50%;
	height: auto;
    margin: 1.5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailD {
    width: 33.33%;
	height: auto;
    margin: 1.5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailE {
    width: 48%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailE2 {
    width: 38%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailF {
    width: 48%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 5% 0px 0px 0px;
}
.main_content_thumbnailF2 {
    width: 55%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 4% 0px 0px 0px;
}
.main_content_thumbnailF3 {
    width: 80%;
	height: auto;
    margin: 1.5% 10% 5% 12%;
    padding: 4% 0px 0px 0px;
}
.main_content_thumbnailG {
    width: 31%;
	height: auto;
    margin: 1.5% 1% 0px 1%;
    padding: 0px 0px 0px 0px;
}

#profBlock {
	width: 60%;
	margin: 3% auto 14% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#profBlock_inn {
	width: 60%;
	margin: 10% auto -6% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#prof_contentA{
	width: 33.33%;
	margin: 0px 0px 3% 0px;
    padding: 0px 0px 0px 0px;
}
#prof_contentB{
	width: 25%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#prof_contentC{
	width: 25%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#flowBlock {
	width: 68%;
	margin: 3% auto 5% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#flowBlock_inn {
	width: 68%;
	margin: 10% auto -7% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#flow_contentA{
	width: 48%;
	margin: 0px 0px 3% 0px;
    padding: 0px 0px 0px 0px;
}
#planBlockA {
	width: 65%;
	margin: 3.5% auto 0px auto;
    padding: 0px 0px 0px 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#planBlockA_inn {
	width: 65%;
	margin: 5% auto 0px auto;
    padding: 0px 0px 0px 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#planBlockB {
	width: 65%;
	margin: 1.25% auto 0px auto;
    padding: 0px 0px 5% 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#planBlockB_inn {
	width: 65%;
	margin: 1.25% auto -7% auto;
    padding: 0px 0px 5% 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#planBlock_contentA {
    width: 50%;
    margin: 0px 1% 0px 1%;
    padding: 8% 0px 7% 0px;
    border: thin solid #BBBBBB;
}
#planBlock_contentB {
    width: 33.33%;
    margin: 0px 1% 0px 1%;
    padding: 6% 0px 7% 0px;
    border: thin solid #BBBBBB;
}
.plan_note00 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 4% 0px 2% 0px;
	font-size: 1.25em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note00 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.plan_note00 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note00 a:hover::after {
  transform: scale(0, 1);
}
.plan_note01 {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 2% 13% 3% 13%;
    padding: 2% 0px 2% 0px;
    font-size: 1.35em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
}
.plan_note01_inn {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 2% 13% 3% 13%;
    padding: 2.8% 0px 2% 0px;
    font-size: 0.8em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 0.98em;
}
.plan_note01mark {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px auto 0px auto;
    padding: 0px;
    font-size: 1.35em;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
	width: 70%;
}
.plan_note02 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 2%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #555555;
	text-align: center;
}
.plan_note03 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 5% 12% 2.5% 13%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.0em
}
.plan_note04 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.05em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
}
.plan_note05 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 5% 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note05 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.plan_note05 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note05 a:hover::after {
  transform: scale(0, 1);
}
.plan_note05_inn {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 2% 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note05_inn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.plan_note05_inn a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note05_inn a:hover::after {
  transform: scale(0, 1);
}
.plan_note05_inn2 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2% 0px;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note05_inn2 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.plan_note05_inn2 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note05_inn2 a:hover::after {
  transform: scale(0, 1);
}
.plan_note05_detail {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px -3% 0px;
	padding: 10% 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note05_detail a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.plan_note05_detail a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note05_detail a:hover::after {
  transform: scale(0, 1);
}
.plan_note05_inn3 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 2% 0px -2% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.95em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}

.plan_note06 {
	font-family: caflisch-script-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3.8em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note06_tax {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: -2% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note06_tax2 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 3% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note06_inn {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
	margin: 0px 0px -3% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.75em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 1.85em;
}
.plan_note06_inn2 {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.55em;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
	line-height: 0.5em;
}
.plan_note06_inn3 {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
	margin: 0px 0px -3% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 1.85em;
}
.plan_note06_inn4 {
	font-family: caflisch-script-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px -3% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3.8em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note07 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1%;
	font-size: 0.28em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note07_inn {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 1%;
	font-size: 0.8em;
	letter-spacing: 2px;
	color: #333333;
	text-align: center;
}
.plan_note07_inn2 {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
	line-height: 0.3em;
}
.plan_note07_inn3 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0.5%;
	font-size: 0.28em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.plan_note08 {
    font-family: williams-caslon-text, serif;
	font-weight: 400;
	font-style: normal;
    margin: 1.5% 13% 3% 13%;
    padding: 2% 0px 2% 0px;
    font-size: 1.58em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 1.55em;
}
.plan_note08_inn {
    font-family: williams-caslon-text, serif;
	font-weight: 400;
	font-style: normal;
    margin: 1.5% 13% 3% 13%;
    padding: 2% 0px 2% 0px;
    font-size: 1.2em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 0.9em;
}
.plan_label {
	font-family: vdl-v7gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
  	display: inline-block;
  	position: relative;
	margin: 0 0 10% 0;
  	padding: 1.5% 5% 1.5% 6%;
  	font-size: 0.85em;
	letter-spacing: 3px;
  	color: #333333;/*フォントカラー*/
  	background: #BBBBBB;/*背景色*/
	text-align: center;
	line-height: 1.25em;
}

.plan_label:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px rgba(100,100,100,1.00);/*折り返し部分*/
}

.plan_label:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px rgb(100,100,100,1.00);/*折り返し部分*/
}
#plan_iconBlock {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 1.5% 0px 0px 0px;
	flex-wrap: wrap;
	display: flex;
	justify-content:center;
}
#plan_iconBlock_inn {
	width: 60%;
	margin: 3% auto 0px auto;
	padding: 1.5% 0px 0px 0px;
	flex-wrap: wrap;
	display: flex;
	justify-content:center;
}
#plan_iconBlock_innL {
	width: 48%;
	margin: 0px 1% 0px 1%;
	padding: 10% 0px 0px 0px;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
#plan_iconBlock_innR {
	width: 48%;
	margin: 0px 1% 0px 1%;
	padding: 0px 0px 0px 0px;
	display: block;
}
#plan_iconBlock_innRS {
	width: auto;
	margin: 0px 1% 4% 1%;
	padding: 9% 0 4% 0;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
#plan_iconBlock_innRSS {
	width: auto;
	margin: 0px 1% 0px 1%;
	padding: 9% 0 4% 0;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
.plan_iconA {
  	border: 1px solid #333333;
  	color: #333333;
  	display: block;
  	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.7em;
  	margin: 0px 0.8% 0px 0.8%;
  	padding: 0.5% 1% 0.5% 1%;
  	text-align: center;
  	text-decoration: none;
  	width: auto;
	background-color: rgba(215,215,215,0.8);
}
.plan_iconA_inn {
  	border: 1px solid #333333;
  	color: #333333;
  	display: block;
  	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.7em;
  	margin: 0px 0.5% 2% 0.5%;
  	padding: 0.5% 1.5% 0.5% 1.5%;
  	text-align: center;
  	text-decoration: none;
  	width: auto;
	background-color: rgba(255,255,255,1);
}
.plan_iconB_inn {
  	color: #333333;
  	display: block;
  	margin: 0px 0.5% 0px 0.5%;
  	padding: 0.5% 1.5% 0px 1.5%;
  	text-align: center;
  	text-decoration: none;
  	width: auto;
	font-size: 0.9em;
	position: relative;
}
#plan_picBlock {
	width: 80%;
	margin: 0px auto 0px auto;
	padding: 2.5% 0px 0px 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#plan_picBlock_inn {
	width: 70%;
	margin: 5% auto -6% auto;
	padding: 2.5% 0px 0px 0px;
	direction: ltr;
	display: flex;
	align-items:stretch;
	justify-content:center;
}
#plan_picBlock_inn2 {
	width: 70%;
	margin: 10% auto -6% auto;
	padding: 2.5% 0px 0px 0px;
	direction: ltr;
	font-size: 1.25em;
}
#plan_picA {
	width: 48%;
	margin: 0px 1% 0px 1%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
#plan_picA img{
	width: 100%;
	transition-duration: 0.5s;
	max-width: 100%;
	height: auto;
}
#plan_picA:hover img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
#plan_picA .thumbnail {
  background-size: cover;
  background-position: center center;
  padding-top: 100%;
  width: 100%;
}
#plan_picA:hover .thumbnail{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
#plan_picB {
	width: 100%;
	margin: 0px 1% 0px 1%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
#plan_picB img{
	width: 100%;
	transition-duration: 0.5s;
}
#plan_picB:hover img{
	transform: scale(1.2);
	transition-duration: 0.5s;
}
#storyphotoBlock {
	width: 58%;
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
#storyphoto_contentA{
	width: 68%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
#storyphoto_contentA #instafeed img {
	width: 25%;
	height: 25%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	object-fit: cover;
}
#storyphoto_contentA #instafeed img:hover {
	transform: scale(1);
	opacity: 0.5;
}
#storyphoto_contentB{
	width: 30%;
	height: auto;
	margin: 0px 0px 0px 2%;
    padding: 0px 0px 0px 0px;
}

#pageTop {
	position: fixed;
	bottom: 32px;
	right: 30px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	z-index: 9999;
	padding-top: 6px;
	padding-right: 0;
	padding-left: 6px;
	padding-bottom: 0;
	border-radius: 30px;
	width: 32px;
	height: 32px;
	background-color: #000000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
}
#pageTop i {
	margin-right: 5px;
	font-size: 15px;
	margin-top: 2px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.4;
}
.effect i {
	height: 120px;
	padding: 20px;
	font-size: 100px;
	transition: .8s;
} 
.effect div {
	margin: auto;
	transition: .5s;
	transition-delay: .5s;
	position: absolute;
	z-index: 9999;
}

#infoTextBlock {
	width: 35%;
	margin: 0px auto 8% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
#snsBlock {
	width: 45%;
	margin: 0px auto 1.5% auto;
	padding: 0px 0px 0px 4%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cp_iptxt {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.cp_iptxt input[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0px 15px 0px;
	padding: 0.8em;
	transition: 0.3s;
	border: 1px solid #555555;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=text]:focus {
	border-color: #000000;
}
.cp_iptxt input[type=text] {
	padding-left: 40px;
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
}
.cp_iptxt input[type=email] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	margin: 8px 0px 15px 0px;
	padding: 0.8em;
	transition: 0.3s;
	border: 1px solid #555555;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt input[type=email]:focus {
	border-color: #000000;
}
.cp_iptxt input[type=email] {
	padding-left: 40px;
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
}
.cp_iptxt textarea[type=text] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	height: 12em;
	margin: 8px 0px 15px 0px;
	padding: 0.8em;
	transition: 0.3s;
	border: 1px solid #555555;
	border-radius: 4px;
	outline: none;
}
.cp_iptxt textarea[type=text]:focus {
	border-color: #000000;
}
.cp_iptxt textarea[type=text] {
	padding-left: 40px;
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
}
.cp_iptxt i {
	position: absolute;
	top: 8px;
	left: 0;
	padding: 15px 12px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt input[type=text]:focus + i {
	color: #000000;
}
.cp_iptxt input[type=email]:focus + i {
	color: #000000;
}
.cp_iptxt textarea[type=text]:focus + i {
	color: #000000;
}
#submit_button {
	margin: 1.5% 0px 0px 0px;
  display: inline-block;
  padding: 0.5em 1.5em;
  text-decoration: none;
  background: #668ad8;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
	letter-spacing: 2px;
}
#submit_button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}
#sbm_btn button {
	background:none;
    border:0;
}
#sbm_btn_contact button {
	background:none;
    border:0;
}
#sbm_btn button {
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: relative;
  	padding: 0.28em 2.9em;
  	border: 2px solid #fff;
  	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	border-radius: 30px;
	border:1px solid #fff;
	left: calc(50% - 0);
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.95em;
	cursor: pointer;
	letter-spacing: 1px;
}
#sbm_btn_contact button {
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	position: relative;
  	padding: 0.28em 2.9em;
  	border: 2px solid #333;
  	color: #333;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	overflow: hidden;
	border-radius: 30px;
	border:1px solid #333;
	left: calc(50% - 0);
	font-family: fot-cezanne-pron, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.95em;
	cursor: pointer;
	letter-spacing: 1px;
}
#sbm_btn button:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  	content: '';
  	width: 120%;
  	height: 100%;
  	background: #333;
  	transform-origin: right top;
  	transform: skewX(-30deg) scale(0, 1);
  	transition: transform .3s;
}
#sbm_btn_contact button:before {
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  	content: '';
  	width: 120%;
  	height: 100%;
  	background: #fff;
  	transform-origin: right top;
  	transform: skewX(-30deg) scale(0, 1);
  	transition: transform .3s;
}
#sbm_btn button:hover:before {
  	transform-origin: left top;
  	transform: skewX(-30deg) scale(1, 1);
}
#sbm_btn_contact button:hover:before {
  	transform-origin: left top;
  	transform: skewX(-30deg) scale(1, 1);
}
#sbm_btn button:hover {
	color: #333;
	background-color: #fff;
}
#sbm_btn_contact button:hover {
	color: #fff;
	background-color: #333;
}


#contactBlock_inn {
	position: relative;
    margin: 10% 0px -15% 0px;
	padding: 0px 0px 0px 0px;
    overflow:hidden;
}
#contactBlock_inn2 {
	width: 70%;
	position: relative;
    margin: 10% auto -15% auto;
	padding: 0px 0px 0px 0px;
    overflow:hidden;
}
#contactBlock_inn3 {
	width: 70%;
	position: relative;
    margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    overflow:hidden;
}
#footerBlock {
	position:relative;
    background-color: #808080;
    background-size:cover;
    min-height:5%;
    overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 23% 0px 5% 0px;
}
#footerBlock:after{
    content:'';
    position:absolute;
    top:0; left:0;
    border-left:50vw solid #FFF;
    border-right:50vw solid #FFF;
    border-bottom:200px solid transparent;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}
#footerBlock_inn {
	position: relative;
    background-color: #28201C;
    background-size:cover;
    margin: 0px 0px 0px 0px;
	padding: 5% 0px 0px 0px;
    overflow:hidden;
}
#footer_title {
	position: relative;
    margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
	display: block;
}
.footer_note01 {
	font-family: shabby-chic, sans-serif;
	font-weight: 400;
	font-style: normal;
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size: 3.5em;
	color: rgba(0,0,0,1);
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%)
				rotate(-4deg);
	z-index: 10;
}
.footer_note02 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 3% 0px 0px 1.5%;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: left;
	line-height: 1.7em;
	width: 60%;
}
.footer_note02_contact {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 3% 0px 0px 1.5%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 1.8em;
	width: 60%;
}
.footer_note03 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 4% 0px 0.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
.footer_note03_contact {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 4% 0px 0.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
.footer_note02 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #FFFFFF;
}
.footer_note02 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer_note02 a:hover::after {
  transform: scale(0, 1);
}
.footer_note02_contact a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
}
.footer_note02_contact a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer_note02_contact a:hover::after {
  transform: scale(0, 1);
}
.footer_note04 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 4% 0px 0.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.65em;
	letter-spacing: 0px;
	color: #5C4C40;
	text-align: center;
	line-height: 1.7em;
}
#footerBase {
	width: 80%;
	height: auto;
	margin: 0px auto 8% auto;
	padding: 0px 0px 0px 0px;
}
#footer_contentL {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_contentR {
	float: right;
	margin: 0px 0px 0px 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: auto;
	background-repeat: no-repeat;
}
#iconBlock {
	width: 75%;
	height: auto;
	margin: 40px auto 0px auto;
	padding: 0px 0px 0px 0px;
}
#iconThumbnail {
	width: 25%;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	float: left;
}


#footermenu {
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#footermenu ul {
	list-style: none;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 15px 0px;
	font-size: 0;
	text-align: center;
}


@-webkit-keyframes flash {
    0% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}
@keyframes flash {
    0% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}

#contentBlock {
	margin-top: 50px;
}

#instafeed img {
	padding: 0px 0px 0px 0px;
	width: 10%;
	height: 10%;
}

#thumbnailIMG {
	float: left;
	margin-right: 7px;
	margin-bottom: 8px;
}
#footer_logo {
	margin-left: 13px;
}
map_sp {
	height: 300px;
}
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

@media screen and (max-width: 1100px) {
#pc { display: none !important; }
#sp { display: block !important; }
	
#footerLR {
    margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#footerL {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 20%;
}
#footerR {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: auto;
}
#footer_navi {
	margin: 1.25vw 0px 0px 4vw;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
.footer_list {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.725em;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.footer_list a {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer_list a:hover {
	text-decoration: none;
}
.footer_list2 {
	width: auto;
	font-family: zen-kaku-gothic-antique, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 3vw 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.7em;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}

#topIMG_left {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 3% 0px;
	width: 100%;
	height: auto;
}
.slide1 {
	position: relative;
}
.slide1 img {
	width: 100%;
	height: 80vh;
	object-fit: cover;
	object-position: 90% 100%;
}
.slide1::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 150px 0;
  border-color: transparent transparent #FFFFFF transparent;
}
.slide1::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
}
.slide1 ::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 160px 50vw;
  border-color: transparent transparent #FFFFFF transparent;
}
.slide2::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 450px 50vw;
  border-color: transparent transparent #FFFFFF transparent;
}
.slide2 {
	position: relative;
	width:100%;
	margin:0 auto;
}
.slide2 .itemDisplay {
	background:#ccc
}
.slide2 img {
	width: 100%;
	height: 80vh;
	object-fit: cover;
	object-position: 50% 100%;
}
.slide2 ul {
	list-style: none;
}
.slide2::after{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 150px 0;
  border-color: transparent transparent #FFFFFF transparent;
}
#topMIG_info {
	margin:  5% auto 0px auto;
	padding: 0px 0px 5% 0px;
	width: 90%;
	height: auto;
}
#topMIG_info img {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 15%;
	height: auto;
}
.content_note00 {
	width: 55%;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 2% 8% 2%;
	font-size: 1.2em;
	letter-spacing: 10px;
	color: #4D4D4D;
	background-color: #FFFFFF;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	text-align: center;
	line-height: 2.3em;
	position: static;
	z-index: 999999;
	top: 0;
	white-space: nowrap;
}
.content_note01 {
	width: auto;
	font-family: fot-tsukubrdgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 6% 0px 2% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.5em;
	letter-spacing: 6px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 1.85em;
}
.content_note02 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin: 0px 0px 10% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 2.35em;
}
.content_note03 {
	width: auto;
	font-family: gitan-latin, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 2% 0px 0px 0px;
	padding: 0px 0px 3% 0px;
	font-size: 0.9em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: center;
	line-height: 2.1em;
}
.content_note05 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 10% 2% 0px 0px;
	padding: 5% 5% 10% 5%;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note06 {
	width: auto;
	font-family: mina, sans-serif;
	font-weight: 200;
	font-style: normal;
	margin: 10% 0px 0px 0px;
	padding: 0px 0px 2% 0px;
	font-size: 0.8em;
	letter-spacing: 5px;
	color: #222222;
	background-color: #FFFFFF;
	text-align: left;
	line-height: 2.5em;
}
.content_note07 {
	white-space: pre-wrap; 
	font-family: mina, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 14% 0px 1% 0px;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.1em;
	background-image: url("../img/home_icon_bk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
}
.content_note08 {
	white-space: pre-wrap; 
	font-family: mina, sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 0px;
	padding: 14% 0px 1% 0px;
	font-size: 0.8em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.1em;
	background-image: url("../img/insta_icon_bk.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px;
}
.content_note09 {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 4% 0px 0px 0px;
	padding: 0px 0px 1% 0px;
	font-size: 0.65em;
	letter-spacing: 4px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}

#corp_content {
	margin:  0px auto 4% auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#corp_content2 {
	margin:  8% auto 6% auto;
	padding: 0px 0px 0px 0px;
	width: 85%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#content_mv {
	margin:  0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}
#content_mv2 {
	margin:  0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: auto;
}
#corp_content_left {
	margin:  2.5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 85%;
	height: auto;
}
#corp_content_right {
	margin:  -15% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 85%;
	height: auto;
	z-index: 99999;
}
#content_theme {
	margin:  8% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 35vh;
	object-fit: cover;
	position:relative;
    overflow:hidden;
}
#content_theme::after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: transparent transparent transparent transparent;
}
#content_theme::before {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 ;
  border-color: transparent transparent transparent transparent;
}
#corp_contentBG {
	margin:  5% 0px 5% 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: 35vh;
	object-fit: cover;
	position:relative;
    overflow:hidden;
}
#footerBlock {
	position:relative;
    background-color: #808080;
    background-size:auto;
    min-height:auto;
    overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding: 35% 0px 15% 0px;
}
#footerBlock:after{
    content:'';
    position:absolute;
    top:0; left:0;
    border-left:50vw solid #FFF;
    border-right:50vw solid #FFF;
    border-bottom:100px solid transparent;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 0px;
}
	
	
#pageTop {
	position: fixed;
	bottom: 35px;
	right: 35px;
	z-index: 9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 5px 0 0 5px;
	border-radius: 30px;
	width: 28px;
	height: 28px;
	background-color: #000000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.6;
}
#pageTop i {
	margin-right: 5px;
	font-size: 13px;
	margin-top: 4px;
}
#page {
	margin:  0px 0px 60% 0px;
	padding: 0px 0px 0px 0px;
	
}
#page_inn {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#snsBlock {
	width: 90%;
	margin: 0px auto 1.5% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#infoTextBlock {
	width: 70%;
	margin: 0px auto 8% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
#menu_inn {
	width: 100%;
	position: relative;
	height: auto;
	margin:  35vh 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu_content {
	width: 100%;
	height: auto;
	margin: 0px 0px -50% 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#top {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
#top_inn {
	margin: 10% auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 90%;
}
#topL {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
}
#topL_inn {
	margin: 0px auto 0px -5%;
	padding: 0px 0px 0px 0px;
	width: 90%;
}
#topR {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	position: relative;
	bottom: 0;
	right: 0;
}
.top_note01-1 {
	white-space: nowrap;
	height: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 1.5% auto 18% auto;
	padding: 0px 2% 0px 0px;
	font-size: 1.3em;
	letter-spacing: 6px;
	color: #4D4D4D;
	rgba(255,255,255,0);
	text-align: left;
	line-height: 1.5em;
	-webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.top_note02 {
    white-space: normal;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 10% auto 5% auto;
    padding: 0px 0px 0px 0px;
    font-size: 0.95em;
    letter-spacing: 5px;
    color: #333333;
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    text-align: center;
    line-height: 2.15em;
}
.top_note02-1 {
    white-space: normal;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 10% auto 5% auto;
    padding: 0px 0px 0px 0px;
    font-size: 0.85em;
    letter-spacing: 5px;
    color: #333333;
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    text-align: center;
    line-height: 2.15em;
}
.top_note03 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 7% 0px 5%;
	font-size: 0.95em;
	letter-spacing: 3px;
	color: #333333;
	text-align: left;
	line-height: 3.0em;
	position: absolute;
	background-color: #FFFFFF;
	top: 10%;
	right: 0;
}
.top_note04 {
	font-size: 1.7em;
}
.top_note05 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 2% 0px 2%;
	padding: 0px 0px 0px 0px;
	font-size: 0.95em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
}
.top_note06 {
	margin: 1% 2% 0px 0px;
	text-align: right;
}
.top_note08 {
	font-size: 1.7em;
	bottom: 10%;
	left: 8%;
}
.top_note09 {
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 20% 0px 1.5% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1.3em;
	letter-spacing: 3px;
	color: #333333;
	text-align: center;
	line-height: 1em;
}
.top_note10 {
	font-size: 0.9em;
	letter-spacing: 0px;
	color: #969696;
	text-align: center;
	line-height: 2.3em;
}
.top_note14 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 4% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
#main_content_inn {
	width: 100%;
	margin: -65% 0px 0px auto;
	padding: 0px 0px 10% 0px;
	position:relative;
    background-color: #FFFFFF;
    background-size:cover;
    overflow:hidden;
}
#main_content_plan {
	width: 100%;
	margin: 10% 0px 0px auto;
	padding: 0px 0px 10% 0px;
	position:relative;
    background-color: #FFFFFF;
    background-size:cover;
    overflow:hidden;
}
#main_content_Topic {
	width: 90%;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block!important;
	display: block!important; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:normal;
	justify-content:center;
}
#main_content_Topic_inn {
	width: 90%;
	margin: 5% auto 0px auto;
	padding: 0px 0px 0px 0px;
	display: block!important;
	display: block!important; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:normal;
	justify-content:center;
}
#main_content_thumbnailA {
    width: 100%;
	height: auto;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
}
#main_content_thumbnailB {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	position: relative;
}
#main_content_thumbnailC {
    width: 100%;
	height: auto;
    margin: 1.5% 0px 15% 0px;
    padding: 0px 0px 0px 0px;
}
#main_content_thumbnailD {
    width: 100%;
	height: auto;
    margin: 1.5% 0px 15% 0px;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailE {
    width: 90%;
	height: auto;
    margin: 0px auto 5% auto;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailF {
    width: 90%;
	height: auto;
    margin: 0px auto 5% auto;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailE2 {
    width: 100%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 0px 0px 0px 0px;
}
.main_content_thumbnailF2 {
    width: 100%;
	height: auto;
    margin: 1.5% 1% 5% 1%;
    padding: 4% 0px 0px 0px;
}
#main_content_Topic > #main_content_thumbnailA{
	width: 100%;
	padding: 10px;
}
#main_content_Topic > #main_content_thumbnailB{
	width: 100%;
	padding: 10px;
}
#main_content_Topic_inn2 {
	width: 85%;
	margin: 5% auto 2% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#main_content_Topic_inn3 {
	width: 100%;
	margin: 0px auto 2% auto;
	padding: 0px 0px 0px 0px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	align-items:stretch;
	justify-content:center;
}
#profBlock {
	width: 100%;
	margin: 5% auto 15% auto;
    padding: 5% 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#profBlock_inn {
	width: 100%;
	margin: 10% auto -6% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#prof_contentA{
	width: 100%;
	margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
#prof_contentB{
	width: 100%;
	margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
#prof_contentC{
	width: 80%;
	margin: 0px 5% 5% 5%;
    padding: 0px 0px 0px 0px;
}
#flowBlock {
	width: 90%;
	margin: 3% auto 5% auto;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
#flow_contentA{
	width: 100%;
	margin: 0px 0px 18% 0px;
    padding: 0px 0px 0px 0px;
}
#planBlockA {
	width: 87%;
	margin: 5% auto 0px auto;
    padding: 0px 0px 0px 0px;
	direction: ltr;
	display: block!important;
	align-items:stretch;
	justify-content:center;
}
#planBlockA_inn {
	width: 80%;
	margin: 10% auto 0px auto;
    padding: 0px 0px 0px 0px;
	direction: ltr;
	display: block;
	align-items:stretch;
	justify-content:center;
}
#planBlockB {
	width: 87%;
	margin: 5% auto 0px auto;
    padding: 0px 0px 5% 0px;
	direction: ltr;
	display: block!important;
	align-items:stretch;
	justify-content:center;
}
#planBlockB_inn {
	width: 80%;
	margin: 1.25% auto -7% auto;
    padding: 0px 0px 5% 0px;
	direction: ltr;
	display: block;
	align-items:stretch;
	justify-content:center;
}
#planBlock_contentA {
    width: 100%;
    margin: 0px 0px 8% 0px;
    padding: 2% 0px 10% 0px;
    border: thin solid #BBBBBB;
}
#planBlock_contentB {
    width: 100%;
    margin: 0px 0px 8% 0px;
    padding: 2% 0px 10% 0px;
    border: thin solid #BBBBBB;
}
#plan_iconBlock_innL {
	width: 100%;
	margin: 0px 1% 1.5% 1%;
	padding: 10% 10% 5% 10%;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
#plan_iconBlock_inn {
	width: 85%;
	margin: 3% auto 0px auto;
	padding: 1.5% 0px 0px 0px;
	flex-wrap: wrap;
	display: flex;
	justify-content:center;
}
#plan_iconBlock_innR {
	width: 100%;
	margin: 0px 1% 3% 1%;
	padding: 10% 0px 5% 0px;
	display: block;
}
#plan_iconBlock_innRS {
	width: auto;
	margin: 0px 1% 10% 1%;
	padding: 9% 0 4% 0;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
#plan_iconBlock_innRSS {
	width: 100%;
	margin: 0px 1% 0px 1%;
	padding: 9% 0px 4% 0px;
	border: thin solid #BBBBBB;
	background-color: #FFFFFF;
}
.plan_note00 {
	white-space: pre-wrap; 
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	margin: 0px 0px 0px 0px;
	padding: 2% 0px 10% 0px;
	font-size: 0.95em;
	letter-spacing: 1px;
	color: #333333;
	text-align: center;
	line-height: 2.3em;
}
.plan_note01_inn {
	width: 100%;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 2% 13% 3% 13%;
    padding: 2.8% 0px 2% 0px;
    font-size: 0.8em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 0.98em;
}
.plan_note05_inn3 a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333333;
	width: 80%;
	margin: 0px 0px 2% 0px;
    padding: 0px 0px 0px 0px;
}
.plan_note05_inn3 a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333333;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.plan_note05_inn3 a:hover::after {
  transform: scale(0, 1);
}
.plan_note01_inn2 {
	width: 100%;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 2% 13% 3% 13%;
    padding: 2% 0px 2% 0px;
    font-size: 1.05em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 0.9em;
}
.plan_note08_inn {
	width: 100%;
    font-family: williams-caslon-text, serif;
	font-weight: 400;
	font-style: normal;
    margin: 2% 13% 3% 13%;
    padding: 2% 0px 2% 0px;
    font-size: 1.2em;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
	border-bottom: double;
	line-height: 0.9em;
}
.plan_note01mark {
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 0px auto 0px auto;
    padding: 5% 0px 0px 0px;
    font-size: 1.35em;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
	width: 70%;
}
#plan_picBlock_inn {
	width: 80%;
	margin: 5% auto -7% auto;
	padding: 2.5% 0px 0px 0px;
	direction: ltr;
	display: block;
	align-items: normal;
	flex-wrap: wrap;
	display: flex;
	justify-content:center;
}
#plan_picBlock_inn2 {
	width: 80%;
	margin: 12% auto -7% auto;
	padding: 2.5% 0px 0px 0px;
	direction: ltr;
	display: block;
	align-items: normal;
}
#plan_picA {
	width: 46%;
	margin: 0px 2% 4% 2%;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	cursor: pointer;
}
.plan_iconA_inn {
  	border: 1px solid #333333;
  	color: #333333;
  	display: block;
  	font-family: vdl-v7gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 0.7em;
  	margin: 0px 1% 2% 1%;
  	padding: 0.5% 1.5% 0.5% 1.5%;
  	text-align: center;
  	text-decoration: none;
  	width: auto;
	background-color: rgba(255,255,255,1);
}
.top_note01_inn {
	width: auto;
	font-family: toppan-bunkyu-mincho-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px auto;
	padding: 3% 3% 5% 3%;
	font-size: 1.5em;
	letter-spacing: 2px;
	color: #4D4D4D;
	background-color: rgba(255,255,255,0.85);
	rgba(255,255,255,1.0);
	text-align: left;
	line-height: 1.5em;
}
.top_note02_inn {
    white-space: pre-wrap;
    font-family: vdl-v7gothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: -10% auto 8% auto;
    padding: 0px 0px 0px 0px;
    font-size: 1.02em;
    letter-spacing: 4px;
    color: #333333;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: 2.05em;
}
.top_note13 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 5% 15% 5% 15%;
	padding: 0px 0px 0px 0px;
	font-size: 0.85em;
	letter-spacing: 0px;
	color: #333333;
	text-align: left;
	line-height: 2.3em;
}
.top_note13_inn2 {
	font-family: duos-brush, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: -5% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 3.2em;
	letter-spacing: 0px;
	color: #333333;
	text-align: center;
}
#storyphotoBlock {
	width: 87%;
	margin: 3% auto 15% auto;
    padding: 0px 0px 0px 0px;
	display: block!important;
	flex-wrap: wrap;
}
#storyphoto_contentA{
	width: 100%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;
}
#storyphoto_contentB{
	width: 100%;
	margin: -12% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#contactBlock_inn2 {
	width: 70%;
	position: relative;
    margin: 10% auto 5% auto;
	padding: 0px 0px 0px 0px;
    overflow:hidden;
}
#footerBlock_inn {
	position: relative;
    background-color: #28201C;
    background-size:cover;
    margin: 10% 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    overflow:hidden;
}
.footer_note01 {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-size: 3em;
	font-family: gizmo, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: rgba(0,0,0,1);
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%)
				rotate(-4deg);
	z-index: 10;
}
.footer_note03 {
	font-family: vdl-v7gothic, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin: 15% 0px 4% 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.75em;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
}
	
#footerLR {
    margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 80%;
	display: block;
	flex-wrap: nowrap;
	justify-content: center;
}
#footerL {
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    width: 100%;
}
#footer_navi {
	margin: 5vw 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
.footer_list {
	width: auto;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 0.725em;
	letter-spacing: 3px;
	color: #FFFFFF;
	text-align: center;
	line-height: 2.5em;
}

/* 画面外にいる状態 */
.fadein {
    opacity : 1;
    transform : translate(0, 0);
    transition : all 0;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
