<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
	scroll-behavior: smooth;
}
a:link {
	cursor: pointer;
	text-decoration: underline;
	color: #444444;
}
a:visited {
	cursor: pointer;
	color: #444444;
}
a:focus {
	color: #444444;
}
a:hover {
	color: #514337;
	text-decoration: none;
}
a:active {

}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.img_w50 {
    width: 50px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w70 {
    width: 70px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w80 {
    width: 80px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w90 {
    width: 90px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w100 {
    width: 100px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w125 {
    width: 125px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w150 {
    width: 150px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w200 {
    width: 200px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w250 {
    width: 250px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w280 {
    width: 280px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w300 {
    width: 300px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w350 {
    width: 350px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w400 {
    width: 400px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w500 {
    width: 500px;
    max-width: none;
    height: auto;
    border: 0;
}
.img_w10vw {
    width: 10vw;
    height: auto;
    border: 0;
}
.img_w15vw {
    width: 15vw;
    height: auto;
    border: 0;
}
.img_w20vw {
    width: 20vw;
    height: auto;
    border: 0;
}
.img_w10per {
    width: 10%;
    height: auto;
    border: 0;
}
.img_w15per {
    width: 15%;
    height: auto;
    border: 0;
}
.img_w20per {
    width: 20%;
    height: auto;
    border: 0;
}
.img_w25per {
    width: 25%;
    height: auto;
    border: 0;
}
.img_w30per {
    width: 30%;
    height: auto;
    border: 0;
}
.img_w35per {
    width: 35%;
    height: auto;
    border: 0;
}
.img_w40per {
    width: 40%;
    height: auto;
    border: 0;
}
.img_w50per {
    width: 50%;
    height: auto;
    border: 0;
}
.img_w55per {
    width: 55%;
    height: auto;
    border: 0;
}
.img_w60per {
    width: 60%;
    height: auto;
    border: 0;
}
.img_w65per {
    width: 65%;
    height: auto;
    border: 0;
}
.img_w70per {
    width: 70%;
    height: auto;
    border: 0;
}
.img_w75per {
    width: 75%;
    height: auto;
    border: 0;
}
.img_w80per {
    width: 80%;
    height: auto;
    border: 0;
}
.img_w85per {
    width: 85%;
    height: auto;
    border: 0;
}
.img_w90per {
    width: 90%;
    height: auto;
    border: 0;
}
.img_w95per {
    width: 95%;
    height: auto;
    border: 0;
}
.img_w98per {
    width: 98%;
    height: auto;
    border: 0;
}
.img_w100per {
    width: 100%;
    height: auto;
    border: 0;
	vertical-align: top;
}
.img_w110per {
    width: 110%;
    height: auto;
    border: 0;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0.5;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(120px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
} 
.fadeUpTrigger{
    opacity: 0;
}

.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
    top: 45px;
    right: 55px;
    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.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}
.menu-trigger.active span {
 background-color: #FFFFFF;
}
.menu01 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size: 1.7em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
}
.menu01 a {
	text-decoration: none;
	background-color: rgba(0,0,0,0.0);
	padding:0.5% 0px 0.5% 0px;
    display: block;
    line-height: 0.5em;
}
.menu01 a:hover  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: rgba(255,255,255,0.15);
    width: 100%;
    padding:0.5% 0px 0.5% 0px;
    opacity: 1.0;
}
#overlay ul .menu02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 2% 0px;
}
#overlay{
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.85);
	padding: 10px;
	box-sizing: border-box;
}
#overlay ul{
	margin: 60px 0px 0px 0px;
	padding-left: 0px;
}
#overlay ul li{
	padding-left: 0px;
	list-style-type: none;
	margin-top: 5px;
	font-weight: 100;
	letter-spacing: 1px;
}
#overlay ul li a{
	color: #fff;
	text-decoration: none;
}
#overlay .menu01 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 32px;
	padding: 0px 0px 0px 0px;
	line-height: 0.65em;
}
#overlay .menu01:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#overlay .menu02 {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 11px;
	color: #ABABAB;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: 3px;
}

.pc { display: block !important; }
.sp { display: none !important; }

body {
    width: 100%;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background-color: #EAE6E1;
}
#page {
    width: 750px;
    overflow: hidden;
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}
.base {
    width: 750px;
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.base #logo {
    position: absolute;
    top: 40px;
    left: 45px;
    z-index: 9999;
}
.base_img::before{
  content:"";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 780px;
  border-color: transparent transparent #FFFFFF transparent;
    z-index: 99;
}
.base_img {
	position: relative;
	width:100%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.base_img video {
	width:100%;
	transform: translate(-40%,0px);
}
.base_img_bottom {
    width: 750px;
    height: 70px;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0px;
    background-color: #FFFFFF;
    z-index: 99999;
}
.base_img_bottom::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 750px;
  border-color: transparent transparent #FFFFFF transparent;
    z-index: 99999;
}
#video {
    top:0;
    width: 180%;
    height: auto;
    background: #000000;
    object-position: right top;
}
#video_main {
    width: 100%;
    height: auto;
    background: #000000;
    object-position: right top;
}
.BlockA {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#title01 {
    margin: -0.5% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockA_img {
    margin: -2.5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockB {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: flex;
}
.BlockB_img {
    width: 60%;
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockB_text {
    width: 40%;
    margin: -5% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC {
    width: 100%;
    margin: -10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC_img1 {
    margin: 0px 8% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC_img2 {
    margin: 0px 0px 0px 10%;
    padding: 0px 0px 0px 0px;
}
.BlockC_img3 {
    margin: -22% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC_img4 {
    margin: -25% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC_img5 {
    margin: -28% 10% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockD {
    width: 100%;
    margin: 15% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockD_img1 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockE {
    width: 90%;
    margin: 10% auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockF {
    width: 100%;
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img1 {
    margin: 0px 0px -30% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img2 {
    margin: 0px 0px -20% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img3 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img4 {
    margin: -10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img5 {
    margin: -15% 0px -10% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img6 {
    margin: -15% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img7 {
    margin: -10% 0px 0px 5%;
    padding: 0px 0px 0px 0px;
}
.BlockF_img8 {
    margin: -5% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img9 {
    margin: -10% 0px 0px 5%;
    padding: 0px 0px 0px 0px;
}
.BlockF_img10 {
    margin: -28% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_content {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_LR {
    width: 80%;
    margin: 2.5% 2.5% 10% auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.BlockF_left {
    width: 60%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_right {
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG {
    width: 100%;
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_content {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_LR {
    width: 80%;
    margin: 0px 2.5% 10% auto;
    padding: 0px 0px 0px 0px;
    display: flex;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-start;
}
.BlockG_left {
    width: 60%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_right {
    width: 40%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img1 {
    margin: 2.5% 0px 8% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img2 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img3 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img4 {
    margin: 10% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img5 {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_img6 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img7 {
    margin: 8% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img8 {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_img9 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img10 {
    margin: 8% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img11 {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_img12 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img13 {
    margin: 8% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_img14 {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_img15 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_slider {
    width: 95%;
    margin: 5% auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_slider ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0.2% 0px 0.2%;
}
.BlockH {
    width: 100%;
    margin: 20% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img1 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img2 {
    margin: 0px 0px 10% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img4 {
    margin: 10% 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img5 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img6 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img7 {
    margin: 15% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img8 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img9 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img10 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI {
    width: 100%;
    margin: 15% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img1 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img2 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img3 {
    margin: -8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img5 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img6 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img7 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img8 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img9 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img10 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img11 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img12 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img13 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img14 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img15 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img16 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img17 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img18 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img19 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img20 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img21 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img22 {
    margin: -5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img23 {
    margin: -5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img24 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img25 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img26 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img27 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img28 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img29 {
    margin: -12% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img30 {
    margin: 10% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img31 {
    margin: 2.5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img32 {
    margin: -5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img33 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img34 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img35 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img36 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ {
    width: 100%;
    margin: 20% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_slider {
    width: 95%;
    margin: 5% auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockJ_slider ul li {
    margin: 0px 0px 0px 0px;
    padding: 0px 0.2% 0px 0.2%;
}
.BlockJ_img1 {
    margin: 5% 0px 8% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img2 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img3 {
    margin: 10% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img4 {
    margin: 5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img5 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img6 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img7 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img8 {
    margin: 15% 0px 10% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img9 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img10 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img11 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img12 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img13 {
    margin: 5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img14 {
    margin: 0px 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img15 {
    margin: 0px 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockJ_img16 {
    margin: 0px 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockK {
    width: 85%;
    margin: 15% auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.table01 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
table[border="1"]{
	border-spacing:0;
	margin-top: 5px;
	margin-bottom: 50px;
	border: none;
	width: 100%;
}
table[border="1"] td,table[border="1"] th{
	padding:5px 8px;
	border: none;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
table[border="1"] tr:last-child th,table[border="1"] tr:last-child td{
    border-bottom: 1px solid #000000;
}
table[border="1"] th:last-child,table[border="1"] td:last-child{
    border-right: 1px solid #000000;
}
.note01 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.45em;
    line-height: 2.15em;
    height: 400px;
    margin: -8% 10% 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 3px;
}
.note02 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.4em;
    line-height: 1.85em;
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 7px;
}
.note03 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.35em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 15px;
}
.note04 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.7em;
    line-height: 2.15em;
    height: 320px;
    margin: 0px 0px 0px 12%;
    padding: 2.5% 0px 1% 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 3px;
    border-left: 15px solid #C9BC9C;
    border-right: 15px solid #C9BC9C;
}
.note05 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3em;
    line-height: 2.15em;
    height: 320px;
    margin: 0px 0px 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 2px;
}
.note06 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3em;
    line-height: 2.5em;
    height: 315px;
    margin: 12% 0px 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 2px;
}
.note07 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.9em;
    line-height: 2.0em;
    margin: 5% 0px 3% 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 8px;
}
.note08 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3em;
    line-height: 2.3em;
    width: 80%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.note09 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.5em;
    line-height: 2.1em;
    width: 75%;
    margin: 2.5% auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.note10 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 1px;
    width: 145px;
}
.note11 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
}
.note12 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15em;
    line-height: 1.8em;
    margin: 0px 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
}
.note13 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}
.note14 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.9em;
    line-height: 1.95em;
    margin: 0px auto 0px auto;
    padding: 0.5% 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.slick-prev:before,
.slick-next:before {
    color: #000;
}
.slick-next {
    right: 20px;
    z-index: 99;
}
.slick-prev {
     left: 15px;
    z-index: 100;
}
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
}
img {
    max-width: 100%;
     height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
    z-index: 999;
}
.prev-arrow{
  left: 20px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
    cursor: pointer;
}
.next-arrow{
  right: 20px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
    cursor: pointer;
}




.footer {
    margin: 15% 0px 0px 0px;
    padding: 0px 0px 10% 0px;
}
p#amazon {
	position: fixed;
    display: block;
	top: 50px;
	right: 0;
	z-index: 999999;
    cursor: pointer;
    width: 160px;
}
p#amazon a {
    display: block;
	z-index: 999999;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
    transform: translate(4px,0px);
    cursor: pointer;
}
p#amazon a:hover {
    display: block;
    transform: translate(0px,0px);
    cursor: pointer;
}
p#rakuten {
	position: fixed;
    display: block;
	top: 178px;
	right: 0;
	z-index: 999999;
    cursor: pointer;
    width: 160px;
}
p#rakuten a {
	display: block;
	z-index: 999999;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: right;
    transform: translate(4px,0px);
    cursor: pointer;
}
p#rakuten a:hover {
    transform: translate(0px,0px);
}
p#rakuten2 {
	position: fixed;
    display: block;
	top: 308px;
	right: 0;
	z-index: 999999;
    cursor: pointer;
    width: 160px;
}
p#rakuten2 a {
	display: block;
	z-index: 999999;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align: right;
    transform: translate(4px,0px);
    cursor: pointer;
}
p#rakuten2 a:hover {
    transform: translate(0px,0px);
}
#pageTop {
	position: fixed;
	bottom: 35px;
	right: 45px;
	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: #e99212;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.85;
}
#pageTop i {
	margin-right: 5px;
	font-size: 15px;
	margin-top: 5px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.6;
}


@media screen and (max-width: 950px) {
.pc { display: none !important; }
.sp { display: block !important; }
.humbuger {
	opacity: 0;
}
.active{
  opacity: 1;
  visibility: visible;
}
.menu-trigger,
.menu-trigger span {
 display: block;
 transition: all .4s;
 box-sizing: border-box;
}
.menu-trigger {
    position: fixed;
    top: 33px;
    right: 50px;
    width: 40px;
    height: 40px;
    z-index: 999999999;
	display: inline-block;
}
.menu-trigger span {
 position: absolute;
 z-index: 99999999999;
 left: 17px;
 width: 75%;
 height: 3px;
 background-color: #000000;
 border-radius: 4px;
}
.menu-trigger span a {
	display: inline-block;
	z-index: 9999;
}
.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: #FFFFFF;
}
.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: #FFFFFF;
}
.menu-trigger.active::after {
  -webkit-animation: circle .4s .25s forwards;
  animation: circle .4s .25s forwards;
}

.menu01 {
    font-family: "FOT-あられ Std DB";
	font-weight: 500;
	font-style: normal;
	font-size: 1.25em;
	letter-spacing: 0.05em;
}
#overlay ul .menu02 {
	margin:0px 0px 0px 0px;
	padding:0px 0px 15% 0px;
}
.slide-arrow{
  position: absolute;
  top: 42.5%;
  margin-top: -15px;
    z-index: 999;
}
#page {
    width: 100%;
    overflow: hidden;
	margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}
.base {
    width: 100%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.base #logo {
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 9999;
}
.base_img::before{
  content:"";
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 100vw;
  border-color: transparent transparent #FFFFFF transparent;
    z-index: 99;
}
.base_img {
	position: relative;
	width:100%;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    background-color: #FFFFFF;
}
.base_img_bottom {
    width: 100%;
    height: 70px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: 99999;
}
.base_img_bottom::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0 100vw;
  border-color: transparent transparent #FFFFFF transparent;
    z-index: 99999;
}
#title01 {
    margin: 0px auto 10% auto;
    padding: 0px 0px 0px 0px;
}
.BlockA_img {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockB {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    display: block;
}
.BlockB_img {
    width: 100%;
    margin: -2.5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockB_text {
    width: 100%;
    margin: 5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockC_img1 {
    margin: 10% 8% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_LR {
    width: 90%;
    margin: 0px auto 10% auto;
    padding: 0px 0px 0px 0px;
    display: block;
}
.BlockF_left {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockF_right {
    width: 98%;
    margin: 0px auto 8% auto;
    padding: 0px 0px 0px 0px;
}
.BlockF_img1 {
    margin: 0px 0px -23% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img2 {
    margin: 0px 0px -25% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img4 {
    margin: -2.5% 2.5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockF_img6 {
    margin: -5% 5% 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockG_LR {
    width: 90%;
    margin: 0px auto 10% auto;
    padding: 0px 0px 0px 0px;
    display: block;
}
.BlockG_left {
    width: 90%;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
}
.BlockG_right {
    width: 90%;
    margin: 0px auto 8% auto;
    padding: 0px 0px 0px 0px;
}
.BlockH_img5 {
    margin: 0px 0px 10% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img9 {
    margin: 5% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockH_img10 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img12 {
    margin: 10% 0px 10% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img31 {
    margin: 10% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img32 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img33 {
    margin: 8% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img34 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img35 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img36 {
    margin: 8% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img21 {
    margin: 0px 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img22 {
    margin: 5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img23 {
    margin: 5% 0px 5% 0px;
    padding: 0px 0px 0px 0px;
}
.BlockI_img29 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.BlockK {
    width: 85%;
    margin: 15% auto 0px auto;
    padding: 0px 0px 10% 0px;
}
.note01 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.25em;
    line-height: 2.15em;
    height: auto;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 3px;
}
.note02 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.7em;
    line-height: 1.85em;
    margin: 12% 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 4px;
}
.note03 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 8px;
}
.note04 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    font-size: 1.3em;
    line-height: 1.75em;
    height: auto;
    margin: 8% 0px 2.5% 0px;
    padding: 0px 5% 2.5% 8%;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 3px;
    border-bottom: 10px solid #C9BC9C;
    border-left: none;
    border-right: none;
}
.note05 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.18em;
    line-height: 1.65em;
    height: 70vw;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 4px;
}
.note06 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.18em;
    line-height: 1.65em;
    height: 70vw;
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 2px;
}
.note07 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3em;
    line-height: 1.8em;
    width: 88%;
    margin: 5% auto 3% auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 5px;
}
.note08 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.75em;
    width: 85%;
    margin: 6% auto 0px auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.note08-1 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.75em;
    width: 85%;
    margin: 1% auto 10% auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.note09 {
    font-family: "dnp-shuei-mincho-pr6", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.05em;
    line-height: 1.7em;
    width: 85%;
    margin: 2.5% auto 2.5% auto;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.note10 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
}
.note11 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: left;
    letter-spacing: 1px;
    width: 100%;
}
.note12 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0px 0px 2.5% 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 3px;
    width: 100%;
}
.note13 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.95em;
    line-height: 1.8em;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: rgba(255,255,255,1.00);
    text-align: center;
    letter-spacing: 1px;
    width: 100%;
}
.note14 {
    font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 0.8em;
    line-height: 1.75em;
    margin: 0px auto 0px auto;
    padding: 1.5% 0px 0px 0px;
    color: rgba(0,0,0,1.00);
    text-align: center;
    letter-spacing: 2px;
}
.sp_footer {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;    
}
#sp_footerL {
    width: 33.33%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sp_footerC {
    width: 33.33%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#sp_footerR {
    width: 33.33%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.contact_note01 {
	width: 33.33%;
	height: 25vw;
	position: fixed;
	bottom: 0;
    left: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CFCFCF;
	z-index: 99999;
    cursor: pointer;
    border-right: solid 1px #FFFFFF;
    line-height: 1.8em;
}
.contact_note01 img {
	margin: 0px 0px 0px 0px;
	padding: 8% 0px 0px 0px;
}
.contact_note02 {
	width: 33.33%;
	height: 25vw;
	position: fixed;
	bottom: 0;
    right: 0;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CFCFCF;
	z-index: 99999;
    cursor: pointer;
    border-left: solid 1px #FFFFFF;
    line-height: 1.8em;
}
.contact_note02 img {
	margin: 0px 0px 0px 0px;
	padding: 8% 0px 0px 0px;
}
.contact_note03 {
	width: 33.33%;
	height: 25vw;
	position: fixed;
	bottom: 0;
    left: 33.33%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #CFCFCF;
	z-index: 99999;
    cursor: pointer;
    border-left: solid 1px #FFFFFF;
    line-height: 1.8em;
}
.contact_note03 img {
	margin: 0px 0px 0px 0px;
	padding: 8% 0px 0px 0px;
}
.contact_note_inn {
	position: absolute;
	top: 62%;
	left: 50%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: "toppan-bunkyu-gothic-pr6n", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;
	color: #000000;
	font-size: 0.75em;
	transform: translateY(-50%) translateX(-50%);
	white-space: nowrap;
    letter-spacing: 2;
    width: 100%;
}
    

.prev-arrow{
  left: 20px;
    top: 50%;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
    cursor: pointer;
}
.next-arrow{
  right: 20px;
    top: 50%;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #FFFFFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
    cursor: pointer;
}
#pageTop i {
	margin-right: 5px;
	font-size: 15px;
	margin-top: 5px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.4;
}

#pageTop {
	position: fixed;
	bottom: 120px;
	right: 30px;
	z-index: 999999;
}
#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: #e99212;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.7;
}
#pageTop i {
	margin-right: 5px;
	font-size: 15px;
	margin-top: 5px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.4;
}
.footer {
    margin: 0px 0px 0px 0px;
    padding: 5% 0px 40% 0px;
}

    
}</pre></body></html>