@charset "UTF-8";
/* FONT PATH
 * -------------------------- */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,400;1,700&display=swap');*/


.js{
font-family: 'Josefin Sans', sans-serif;
font-weight: 600;
}
.os{
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  word-wrap: break-word;
  word-break: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

input,
select,
textarea {
  vertical-align: middle;
  font-size: 100%;
}

ol,
ul {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  letter-spacing: 0.01em;
  font-feature-settings: "palt";
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 801px) {
  html {
    font-size: 8px;
  }
}

body {
  color: #333;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%;
  padding:85px 0 0 0;
  font-weight: 500;
  background-color: #e9e3d7;
}
_:-ms-fullscreen, :root body {
  font-family:メイリオ,Meiryo,'Hiragino Sans','Hiragino Kaku Gothic ProN','游ゴシック  Medium', sans-serif;
}
@media screen and (max-width: 801px) {
	body {
	  padding:55px 0 0 0;
	}
}
a {
  color: #333;
  text-decoration: none;
  transition:.3s;
}

a img {
  transition: opacity 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  transition:.3s;
  opacity: 0.7;
  color:#d1090d;
}

a:hover img,
a :active img {
  opacity: 0.7;
}


a:active,
a:hover {
  text-decoration: none;
}

a img {
  transition: opacity 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 801px) {
    a:hover {
        opacity: 1;
    }
    a:hover img,
    a :active img {
        opacity: 1;
    }
}
a.none{
    pointer-events: none;
}
.u-none{
    display: none;
}

.l-container {
  margin: 0 auto;
  max-width: 1040px;
}


#wrapper{
	overflow:hidden;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 20px;
  }
}

.l-container > *:last-child {
  margin-bottom: 0;
}

.l-container:after {
  display: block;
  clear: both;
  content: '';
}

.l-wrap-90p {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 767px) {
  .l-wrap-90p {
    width: 100%;
  }
}

.l-wrap-80p {
  margin: 0 auto;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .l-wrap-80p {
    width: 100%;
  }
}

.l-wrap-70p {
  margin: 0 auto;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .l-wrap-70p {
    width: 100%;
  }
}

.l-wrap-60p {
  margin: 0 auto;
  width: 60%;
}

@media screen and (max-width: 767px) {
  .l-wrap-60p {
    width: 100%;
  }
}

.l-flex-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-flex-col-2 {
  margin-bottom: 2em;
  width: 48%;
}

@media screen and (max-width: 767px) {
  .l-flex-col-2 {
    margin-bottom: 4em;
    width: 100%;
  }
}

.l-flex-parent-3:after {
  display: block;
  width: 30%;
  content: '';
}

.l-flex-col-3 {
  margin-bottom: 2em;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .l-flex-col-3 {
    margin-bottom: 4em;
    width: 100%;
  }
}

.l-flex-parent-4:before {
  display: block;
  order: 1;
  width: 23%;
  content: '';
}

.l-flex-parent-4:after {
  display: block;
  width: 23%;
  content: '';
}

.l-flex-col-4 {
  margin-bottom: 2em;
  width: 23%;
}

@media screen and (max-width: 767px) {
  .l-flex-col-4 {
    margin-bottom: 4em;
    width: 48%;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.cf:after {
  display: block;
  clear: both;
  content: '';
}

@media screen and (max-width: 901px) {
  .sp-only {
    display: block;
  }
}

@media screen and (min-width: 902px) {
  .sp-only {
    display: none;
  }
}

@media screen and (min-width: 902px) {
  .pc-only {
    display: block;
  }
}

@media screen and (max-width: 901px) {
  .pc-only {
    display: none;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}


/* add */
#main{
	display:block;
}
h2,h2,h4{
	letter-spacing:0.05em;
}
.inner {
    max-width: 1000px;
	width:90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner2 {
    max-width: 1200px;
	width:90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.inner3 {
    max-width: 1400px;
	width:90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex.rr {
  flex-direction:row-reverse;
}
.slide{
	position: relative;
}

/* ボタン */
.btn{
	font-size:2rem;
	display: block;
	border: 2px solid #333;
	text-align: center;
	border-radius: 50px;
	padding: 20px 0;
}
.btn:hover{
	transform: scale(0.95,0.95);
	opacity: 1;
	color: #333;
}
.bw{
	border-color: #fff;
	color: #fff;
}
.bw:hover{
	color: #fff;
}
.bw2{
	border-color: #012f4b;
	color: #012f4b;
}
.bw2:hover{
	color: #012f4b;
}
.bp{
border: none;
color: #fff;
background: #d709aa;
background: -moz-linear-gradient(left, #d709aa 0%, #c818c2 100%);
background: -webkit-linear-gradient(left, #d709aa 0%,#c818c2 100%);
background: linear-gradient(to right, #d709aa 0%,#c818c2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d709aa', endColorstr='#c818c2',GradientType=1 );
}
.bp:hover{
	color: #fff;
}
@media screen and (max-width: 901px) {
	.btn{
		font-size:1.7rem;
		border-width: 1px;
		padding: 15px 0;
	}
}

/* タイトル */
.ov{
	overflow: hidden;
}
.ov img{
	transition:.6s;
}
.ov:hover img{
	transform:scale(1.1,1.1);
	opacity:1;
}

h2.title{
	font-weight: 300;
	max-width: 1200px;
	width: 90%;
	margin: 5% auto;
}
h2.title span{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 6rem;
	line-height: 1;
	display: block;
	margin-bottom: 20px;
}
h2.title em{
	display: block;
	color: #705825;
	font-size:2.4rem;
}

@media screen and (max-width: 901px) {
h2.title span{
	font-size: 7.5vw;
}
h2.title em{
  font-size: 3.5vw;
}
}

@media screen and (max-width: 801px) {
}

/* header
----------------------------------------------------------*/
#header{
	position:fixed;
	top:0;
  left: 50%;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 20px 2%;
  box-sizing:border-box;
  margin: 0 auto;
  transform: translateX(-50%);
	z-index:1000;
background: -moz-linear-gradient(top, rgba(0,0,0,0.22) 0%, rgba(255,255,255,0) 53%, rgba(255,255,255,0) 54%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.22) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0) 54%);
background: linear-gradient(to bottom, rgba(0,0,0,0.22) 0%,rgba(255,255,255,0) 53%,rgba(255,255,255,0) 54%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38000000', endColorstr='#00ffffff',GradientType=0 );
}
#header p.hd{
	position: absolute;
	font-size: 1.2rem;
	top: 10px;
	left: 160px;
}
.sticky_pc #header p.hd{
	color: #333;
}
body.home #header p.hd{
	color: #fff;
}
body.home.sticky_pc #header p.hd{
color: #333;
}
.sticky_pc #header{
	background: rgba(255,255,255,0.5);
}
#header #head{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#header nav{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#header.is-fixed{
}
#header h1{
	padding:0;
	margin:0;
	line-height:1;
}
#header h1 img{
  position: relative;
  /*top: -2px;*/
	width:90px;
	vertical-align:bottom;
}
#header h1 svg{
    width: 90px;
    height: 70px;
    
}
#header h1 svg.logo .yw1{
    fill:#fff113;
    stroke:#fff211;
    stroke-miterlimit:10;
}
#header h1 svg.logo .bk1{
    fill:#000;
    stroke: #fff;
    stroke-width: 5px;
    paint-order: stroke;
    stroke-linejoin: round;
}

#header ul{
	margin:0;
	padding:0;
	text-align:right;
  display:flex;
  /*justify-content:flex-end;*/
}

#header li{
}
#header li a,
#header li span{
	font-size:1.6rem;
	line-height:1.3;
	font-weight:500;
	color:#333;
	display:block;
	padding:15px 10px;
	margin:0 0 0 1em;
	text-align:center;
	display:flex;
	align-items:center;
	position:relative;
		letter-spacing: 0;
		cursor: pointer;
}
body.home #header li a{
	color: #fff;
}
body.home.sticky_pc #header li a{
color: #333;
}
#header li.nv10 span,#header li.nv10 a{
	background: #EAD61F;
	color: #333 !important;
	padding: 15px 30px;
	border-radius: 30px;
}
#header li.nv11 span,#header li.nv11 a{
	background: rgb(255,149,149);
background: -moz-linear-gradient(left, rgba(255,149,149,1) 0%, rgba(229,16,16,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
background: linear-gradient(to right, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9595', endColorstr='#e51010',GradientType=1 );
	color: #fff !important;
	padding: 15px 30px;
	border-radius: 30px;
}
#header li.nv9 a{
	background-color: #1E8CEA;
	color: #fff !important;
	padding: 15px 30px;
	border-radius: 30px;
}
#header li.nv9 a:hover:after,#header li.nv10 a:hover:after,#header li.nv11 a:hover:after{
    display: none;
}
#header li a:hover{
	color: #c818c2;
}
#header li a:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: .4rem;
    background: #c818c2;
    transition: .3s;
}


.lower #header li a:after {
    bottom: -20px;
}

#header li a:hover:after,
#header li a.active:after {
    width: 100%;
}

.sp_nav_header,#sp_nav{
	display:none;
}

#header li.nv8{
    position: relative;
}
#header li ul{
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    width: 120%;
    z-index: 3;
}
#header li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
#header li li a {
	font-size:1.6rem;
	display:block;
	padding:15px 10px;
    margin: 0;
    color: #333 !important;
}
#header li li a:after{
    display: none;
}
#header li:hover > ul > li {
    height: 5rem;
    overflow: visible;
}
@media (max-width: 1600px) {
	#header li a,
	#header li span{
		font-size:1.6rem;
		padding: 10px 5px;
	}
	#header li.nv7 span,
	#header li.nv8 span,
    #header li.nv9 a{
		padding: 10px 20px;
	}
}
@media (max-width: 1300px) {
#header {
    padding: 1% 2%;
}
#header nav{
}

}
@media (max-width: 1200px) {
    #header ul{
        flex-wrap: wrap;
        justify-content: flex-end;
    }
	#header li a,
	#header li span{
		font-size:1.4rem;
	}
}
@media (max-width: 1050px) {
	#header li a,
	#header li span{
		font-size:1.2rem;
	}
}

@media (max-width: 901px) {
  #header{
    display: none !important;
  }
  .sp_nav_header{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: #fff;
    z-index: 1000;
    opacity: 1;
	border-bottom:1px solid #ccc;
  }
  .sticky_pc.home .sp_nav_header{
  }
  .sp_nav_header p.hd{
  	font-size: 1rem;
	padding: 5px;
	position: absolute;
	left: 0px;
  }
  .sp_nav_header p.inst{
  	position: absolute;
	width: 30px;
	top: 25px;
	right: 90px;
  }
  #sp_nav{
    position: fixed;
    display: block;
    width: 100vw;
    min-height: 100vh;
    left: 0;
    top: 0px;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    transform: translateY(5px);
  }
  .home #sp_nav{
	  top:0;
  }
  .sticky_pc.home #sp_nav{
  }
  #sp_nav_inner{
    overflow-y: scroll;
    height: calc( 100vh - 50px);
  }
  #sp_nav.js-active{
    display: block;
    z-index: 999;
    opacity: 1;
    transform: translateY(0px);
		background:rgba(255,255,255,0.95);
  }
  #sp_nav a{
    text-decoration: none;
  }
  #sp_nav ul{
    list-style: none;
	padding:80px 0 0 0;
  }
  #sp_nav ul ul{
	padding:0;
  }
  #sp_nav ul ul {
    display: none;
    padding: 12px 20px;
    background: #eee;
}
  #sp_nav ul li em {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    position: absolute;
    right: 12px;
	top:50%;
	transform:translateY(-50%);
}
#sp_nav ul li em::before,
#sp_nav ul li em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 4%;
  margin: -4% 0 0 -42%;
  background: #c82f34;
}
#sp_nav ul li em::before,
#sp_nav ul li em::after {
  background: #1a4555;
}

#sp_nav ul li em::after {
  transform: rotate(90deg);
}
#sp_nav .active em::before{
  transform: rotate(45deg);
  opacity:0;
}
#sp_nav .box.active em::after{
  transform: rotate(-180deg);
}


  #sp_nav ul:nth-of-type(2){
  	padding: 20px 0 0 0;
  }
  .sp_logo{
    position: relative;
    padding: 10px 0px 0 10px;
	/*padding: 25px 0 0 10px;*/
	font-weight:700;
	font-size:12px;
  }
  .sp_logo a{}
  .sp_logo img{
    /*height: 40px;*/
	height: 40px;
    width: auto;
	font-size:12px;
	letter-spacing:0;
	line-height:1;
  }
.sp_logo svg.logo{
    width: 44px;
    height: 35px;
}
.sp_logo svg.logo .yw1{
    fill:#fff113;
    stroke:#fff211;
    stroke-miterlimit:10;
}
.sp_logo svg.logo .bk1{
    fill:#333;
    stroke: #333;
    stroke-width:3px;
}


  .menu-open,
  .menu-close{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    text-align: center;
	background:#000;
  }
.menu-open:after{
}
.menu-open.active:after{
}
  .main_nav{
	  margin:0 auto;
	  padding:0;
	  text-align:center;
	  width:100%;
  }
  .main_nav li{
	margin:0;
	padding:0;
	position:relative;
  }
  .main_nav li a,
  .main_nav li span{
    display: block;
    padding: 10px 3%;
	margin:0;
	line-height:1.2;
	position:relative;
	font-weight: 600;
	font-style: normal;
	font-size: 2rem;
  }
  .main_nav li.nv10 span,.main_nav li.nv10 a{
	background: #EAD61F;
	color: #333;
	padding: 15px 30px;
	border-radius: 30px;
	display: block;
	width: 90%;
	margin: 3% auto;
	font-size: 2rem;
}
.main_nav li.nv11 span,.main_nav li.nv11 a{
	background: rgb(255,149,149);
background: -moz-linear-gradient(left, rgba(255,149,149,1) 0%, rgba(229,16,16,1) 100%);
background: -webkit-linear-gradient(left, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
background: linear-gradient(to right, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9595', endColorstr='#e51010',GradientType=1 );
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
	display: block;
	width: 90%;
	margin: 3% auto;
	font-size: 2rem;
}
.main_nav li.nv9 a{
	background: #1E8CEA;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;
	display: block;
	width: 90%;
	margin: 3% auto;
	font-size: 2rem;
}
	.menu-trigger,
	.menu-trigger span {
	  display: inline-block;
	  transition: all .4s;
	  box-sizing: border-box;
	  z-index:10000;
	}
	.menu-trigger {
	}
	.menu-trigger span {
	  position: absolute;
	  left: 30%;
	  width: 40%;
	  height: 2px;
	  background-color: #fff;
	}
	.menu-trigger span:nth-of-type(1) {
	  top: 15px;
	}
	.menu-trigger span:nth-of-type(2) {
	  top: 25px;
	}
	.menu-trigger span:nth-of-type(3) {
	  top: 35px;
	}
	.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(-11px) rotate(315deg);
	  transform: translateY(-11px) rotate(315deg);
	  width: 40%;
	}
}


/* footer
----------------------------------------------------------*/
#footer{
  width: 100%;
  position:relative;
  background: #000;
  color: #fff;
  padding: 20px 0;
}
#footer dl{
}
#footer dt{
	width: 90px;
	margin: auto;
	margin-bottom: 40px;
}
#footer dd{}
#footer dd ul{
	display: flex;
	justify-content: center;
}
#footer dd li{
	margin: 0 10px;
}
#footer dd li a{}
#footer dd ul.ul2{
	margin: 35px 0;
}
#footer dd ul.ul2 li{
}
#footer dd ul.ul2 li.nv10 span,#footer dd ul.ul2 li.nv10 a {
    background: #EAD61F;
    color: #333;
    padding: 15px 50px;
    border-radius: 30px;
	cursor: pointer;
}
#footer dd ul.ul2 li.nv11 span,#footer dd ul.ul2 li.nv11 a {
    background: rgb(255,149,149);
    background: -moz-linear-gradient(left, rgba(255,149,149,1) 0%, rgba(229,16,16,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    background: linear-gradient(to right, rgba(255,149,149,1) 0%,rgba(229,16,16,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9595', endColorstr='#e51010',GradientType=1 );
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
	cursor: pointer;
}
#footer dd ul.ul2 li.nv9 a {
    background: #1e8cea;
    color: #fff;
    padding: 15px 50px;
    border-radius: 30px;
	cursor: pointer;
}
#footer dd ul.ul3{}
#footer dd ul.ul3 li{
	width: 45px;
	margin: 0 10px;
	text-align: center;
}
#footer dd ul.ul3 li span{
	display: block;
	font-size: 1.2rem;
}
#footer dd ul.ul3 li img,#footer dd ul.ul3 li svg{
	width: 30px;
    height: 30px;
    fill: #fff;
}
#footer dd ul a{
	color: #fff;
	display: inline-block;
}
#footer .ft{
	border-top: 1px solid rgba(255,255,255,0.2);
	margin: 25px 0 0 0;
	padding: 15px 0 0 0;
	display: flex;
	justify-content: space-between;
}
#footer .ft ul{
	display: flex;
	font-size: 1.4rem;
}
#footer .ft ul li{
	margin-right: 2em;
}
#footer .ft ul li a{
	color: #666;
}
#footer .copy{
	font-size:1.2rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #666666;
}
footer .pagetop {
    position: absolute;
    right: 10px;
	bottom: 10px;
	cursor:pointer;
	width:50px;
}
.sticky_pagetop .pagetop{
	/*position:fixed;
	top:auto;
	right:20px;
	bottom:20px;*/
}
.fltpc{
	position: fixed;
	right: 0;
	top: 10vw;
}
.fltpc li{
	width: 40px;
	margin-bottom: 30px;
	cursor: pointer;
}
.fltpc li.nv9 a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    font-size: 2rem;
    font-weight: 700;
    height: 145px;
}
.fltpc li.nv9 a em{
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.fltpc li.nv9 a svg{
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-bottom: 10px;
}
.fltpc li.rd a{
    background-color: #D53A4A;
    color: #fff;
}
.fltpc li.yw a{
    background-color: #E5DE38;
}
.fltpc li.yw a svg{
    fill: #333;
}
.entrys{
	position: fixed;
	top: 10vw;
	right: -350px;
	width: 350px;
	transition: .3s;
	padding: 20px;
	background: #C82439;
	color: #fff;
	z-index: 10;
}
.entrys.entry2{
	background: #EAD61F;
	color: #333;
}
.entrys.act{
	right: 0;
}
.entrys dl{
	text-align: center;
}
.entrys dt{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.entrys dt span{
	display: block;
	font-size: 3rem;
}
.entrys dt img{
	width: 40px;
	margin: 0;
	display: block;
}
.entrys dd{
	font-size: 1.4rem;
}
.entrys ul.ul1{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin: 15px 0;
}
.entrys ul.ul1 li{
	width: 48%;
	text-align: center;
    margin-bottom: 2%;
}
.entrys ul.ul1 li a{
	display: block;
	background: #fff;
	padding: 10px 0;
	position: relative;
}
.entrys ul.ul1 li a:after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	transform: translateY(50%) rotate(135deg);
	top: 35%;
	right: 15px;
	position: absolute;
}
.entrys p.p1{
	font-size: 1.2rem;
	text-align: center;
}
.entrys p.p2{
	font-size: 1.4rem;
	text-align: center;
	margin: 10px 0 15px 0;
}
.entrys p.p2 a{
	display: block;
	padding: 10px 0;
	border-radius: 12px;
	background: #EAD61F;
	color: #333;
}
.entrys.entry2 p.p2 a{
	background: #C82439;
	color: #fff;
}
.entrys p.p2 a:before{
	content: "";
	display: inline-block;
	background-image: url("../img/common/icon-note-b.png");
	background-size: cover;
	width: 15px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.entrys.entry2 p.p2 a:before{
	background-image: url("../img/common/icon-note-w.png");
}
.entrys p.close{
	border: 2px solid #fff;
	padding: 10px 0;
	text-align: center;
	position: relative;
}
.entrys p.close::before {
  content: "";
  position: absolute;
  background: #fff;
  right: 30px;
  top: 50%;
  width: 2px;
  height: 27px;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.entrys p.close::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 30px;
  top: 50%;
  width: 2px;
  height: 27px;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
    #footer dd ul a{
        font-size: 1.4rem;
	}
}
@media screen and (max-width: 1000px) {
}

@media screen and (max-width: 901px) {
	#footer{
        padding-bottom: 100px;
	}
	#footer dl{
	}
	#footer dt{
		width: 60px;
		margin-bottom: 20px;
	}
	#footer dd{}
	#footer dd ul{
		display: none;
	}
	#footer dd li{
	}
	#footer dd li a{}
	#footer dd ul.ul2{
		display: block;
	}
	#footer dd ul.ul2 li{
		margin: 10px 0;
	}
	#footer dd ul.ul2 li.nv10 a {
		padding: 10px 0px;
		display: block;
		margin: auto;
		text-align: center;
	}
	#footer dd ul.ul2 li.nv11 a {
		padding: 10px 0px;
		display: block;
		margin: auto;
		text-align: center;
	}
    #footer dd ul.ul2 li.nv9 a {
        padding: 10px 0px;
		display: block;
		margin: auto;
		text-align: center;
    }
	#footer dd ul.ul3{
		display: flex;
	}
	#footer dd ul.ul3 li{
	}

	#footer dd ul a{
	}
	#footer .ft{
		display: block;
	}
	#footer .ft ul{
		display: flex;
		justify-content: center;
        flex-wrap: wrap;
		font-size: 1.3rem;
	}
	#footer .ft ul li{
		margin: 0 1em;
	}
	#footer .ft ul li a{
	}
	#footer .copy{
		text-align: center;
		margin: 1em 0;
	}
	footer .pagetop {
		bottom: auto;
		top: 10px;
		opacity: 1 !important;
	}
	.sticky_pagetop .pagetop{
		/*position:fixed;
		top:auto;
		right:20px;
		bottom:20px;*/
	}
	.fltpc{
		top: 0px;
		right: 55px;
		/*flex-direction: row-reverse;*/
		/*bottom: 0;
		right: 0;
		top: auto;
		*/
		z-index: 1001;
		display: flex;
	}
	.fltpc li{
		/*width: 23.7%;*/
		width: 55px;
		margin-bottom: 0px;
		margin-left: 0px;
		text-align: center;
	}
	.fltpc li.inst{
		width: 45px;
		margin-right:5px;
	}
	.fltpc li.inst img,.fltpc li.inst svg{
		width: 30px;
        height: 30px;
        fill: #333;
	}
	.fltpc li.inst span{
		display: block;
		font-size: 1.1rem;
	}
    .fltpc li em{
        font-style: normal;
        font-size: 1.6rem;
        line-height: 1.0;
        letter-spacing: 0;
        display: block;
        font-weight: 700;
    }
    .fltpc li svg{
        width: 21px;
        height: 17px;
        fill: #fff;
        margin-bottom: 2px !important;
    }
    .fltpc li.nv9.yw svg{
        fill: #333;
    }
    .fltpc li.nv9 a{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 55px;
        color: #fff;
    }
    .fltpc li.nv9.bl a{
        background-color: #1E8CEA;
    }
    .fltpc li.nv9.yw a{
        background-color: #E5DE38;
        color: #333;
    }
    .fltpc li.nv9.rd a{
        background-color: #D53A4A;
    }
	.fltpc li:nth-of-type(4){
		order: 5;
	}
	.fltsp{
		top: 0;
		right: 75px;
		bottom: 0;
		right: 0;
		top: auto;
		position: fixed;
		z-index: 1001;
		display: flex;
        width: 100%;
	}
	.fltsp li{
		width: 20%;
		margin-bottom: 0px;
        font-size: 13px;
        line-height: 1.1;
        font-weight: bold;
        text-align: center;
	}
    .fltsp li a{
        background-color: #ffeab1;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 5px 0;
    }
    .fltsp li svg{
        fill: #333;
        width: 15px;
        height: 20px;
        display: block;
        margin: 0 auto;
    }
    .fltsp li:nth-of-type(2) svg{
        width: 25px;
    }
    .fltsp li:nth-of-type(3) svg{
        width: 20px;
    }
    .fltsp li:nth-of-type(4) svg{
        width: 20px;
    }
    .fltsp li:nth-of-type(5) svg{
        width: 30px;
    }
    .fltsp li:nth-of-type(6) svg{
        width: 20px;
    }
	.entrys{
		top: 25vw;
		right: -320px;
		width: 320px;
		padding: 10px;
	}
    .entrys ul.ul1 {
        margin: 7px 0;
    }
    .entrys ul.ul1 li a{
        padding: 3px 0;
    }
    .entrys ul.ul1 li a:after{
        transform: translateY(50%) rotate(135deg);
        top: 50%;
        margin-top: -8px;
    }
}
@media screen and (max-width: 321px){
}

/* qa */
.accToggler{
	font-size:1.6rem;
	font-weight:700;
	background:#000;
	padding:25px 100px;
	margin:10px 0 0 0;
	position:relative;
	color: #fff;
}
.accToggler span,
.accContent span{
	font-family: 'Oswald', sans-serif;
	font-weight:400;
	line-height:1;
	font-size:5rem;
	position:absolute;
	left:45px;
	top:10px;
}
.accContent span{
	color: #BBA15C;
}
.accContent{
	font-size:1.4rem;
	padding:25px 100px;
	position:relative;
	display:none;
	border: 1px solid #000;
	background: #fff;
}
.accContent a{
	color:#405b95;
	text-decoration:underline;
}
.qas dt:after{
}
.accToggler em {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    position: absolute;
    right: 30px;
}
.accToggler em::before,
.accToggler em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 8%;
  margin: -8% 0 0 -42%;
  background: #fff;
}
.accToggler em::after {
  transform: rotate(90deg);
}
.accToggler.active em::before{
  transform: rotate(45deg);
  opacity:0;
}
.accToggler.active em::after{
  transform: rotate(-180deg);
}
@media (max-width: 801px) {
.accToggler{
	/*margin: 3px auto;
	padding: 3px;
	color: #f4f4f4;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: #36F;
	font-size:16px;*/
}
.accContent{
	margin: 0px auto;
	display:none;
}
.accToggler{
	font-size:1.4rem;
	padding:15px 50px;
}
.accToggler span,
.accContent span{
	font-size:6vw;
	left:15px;
	top:10px;
}
.accContent{
	padding:15px 50px;
}
.accContent a{
}
.qas dt:after{
}
.accToggler em {
    width: 20px;
    height: 20px;
    right: 0;
	top:50%;
	transform:translate(-50%,-50%);
}
.accToggler em::before,
.accToggler em::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 8%;
  margin: -4% 0 0 -32%;
  background: #000;
}
.accToggler em::after {
}
.accToggler.active em::before{
}
.accToggler.active em::after{
}

}


@media print{
    #header,
	.fltpc,
	#footer,
	.back,
	.print{
		display: none;
	}
#main.complete #area1 h3 {
    font-size: 5vw !important;
    margin-bottom: 5vw;
}
#main.complete #area1 h3 span {
    font-size: 5vw !important;
}
}


.reflectionS {
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflectionS 3s ease-in-out infinite;
}
@keyframes reflectionS {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  70% {
    transform: scale(0) rotate(45deg);
    opacity: 0.7;
  }
  71% {
    transform: scale(5) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(22) rotate(45deg);
    opacity: 0;
  }
}
svg.logo{
    width: 60px;
    height: 47px;
}
svg.logo .yw1{
    fill:#fff113;
}
svg.logo .bk1{
    fill:#fff;
}