/*===============================
  Base
===============================*/
html {
	height: 100%;
}
body {
	line-height: 1;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", sans-serif;
	height: 100%;
    color: #2a3233;
}
a {
	text-decoration: none;
}

a,
a::before,
a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

a:hover {
  opacity: 0.7;
}


.flex,
section > ul{
   	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;  
}
section > ul::after{
  content:"";
  display: block;
  width:30%;
}

.for_sp{
  display: none;
}

@media screen and (max-width: 1099px) {
  .for_sp{
    display: block;
  }
}



/*===============================
  Clear
===============================*/
img {
	border: 0;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
ol, ul {
	list-style: none!important;
}
* {
	margin: 0;
	padding: 0;
}

/*===============================
  Wrapper
===============================*/
.wrapper {
	height: 100%;
	margin: 0 auto;
	box-sizing: content-box;
}

/*===============================
  Header
===============================*/
header {
	width: 100%;
    height: 100px;
    position: relative;
}

header .header_rogo{
  width: 100%;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 40px;
}

@media screen and (max-width: 1099px) {
  header{
    height: 60px;
  }
  header > div{
    /*width: 92%;
    height: 64%;*/
  }
  
  header img{
    max-width: 100%;
    /*max-height: 30px;*/
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 684px){
	
	header > div {
        height: 80%;
    }
    header .header_rogo{
      width: 50%;
    }
	header .header_rogo img {
        max-height: 40px;
		width: calc(160px + 40 * (100vw - 350px) / 642);
    }
	header .limited {
		position: absolute;
		width:50%;
    	top: 1VW;
		right:4%;
		text-align: right;
    }
	header .limited img {
		width:100px;
    	height: auto;
    }

	header .header_tab {
		position: absolute;
		width:165px;
        height: 30px;
      	top: 23px;
		right:10px;
    }
	header .header_tab li:nth-child(1) {
		float:left;
		width:45px;
		padding-right:10px;
    }
	header .header_tab li:nth-child(2) {
		float:left;
		width: 110px;
    }
	
	
	.wrapper {
		/*overflow-x: hidden;*/
	}
	a.gallery {
        pointer-events: none;
	}
	
	.mv img,
	.chance03 img {
		width:100%;
		height:auto;
	}
	
	.mv {
        width:100%;
		height: 131.5VW;
		text-align: center;
	}
	.mv .mv__btn{
		width:92%;
		margin:0 auto;
		padding-top:70VW;
		text-align: right;
	}
	
	.mv img{
		width:100%;
		height:auto;
	}
	
		
	
    /*gaiyo*/
    .gaiyo {
        margin-bottom:0;
    }
    .gaiyo .inner {
		width:92%;
		margin:0 auto 0;
    }
    .gaiyo h3 {
        padding:12px;
        background-color: #000;
        font-size:14px;
        line-height:20px;
        font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
        color:#FFF;
        text-align:center;
        font-weight:bold;
    }
    .gaiyo h3 small{
        color: #ffff00;
        font-size:12px;
        font-weight:bold;
    }
    .gaiyo p {
        font-size:10px;
        line-height:14px;
        padding:3VW 2%;
    }
    .gaiyo p a {
        text-decoration: underline;
    }
    .gaiyo p b {
        font-weight:bold;
        font-size: 10px;
    }
    .gaiyo .red {
        font-weight:bold;
        color:#F00;
        text-decoration: none;
    }
	.gaiyo .mv__btn  {
		margin-bottom: 10VW;
	}
    /*gaiyo*/
	
	
	.end__btn img{
      	width:100%;
		height:auto;
	}
	
	.end__btn {
		background-color: #fff;
		width:92%;
		margin:0px auto;
		padding:50px 4%;
	}
	
	footer {
    	padding-bottom: 15VW;
  	}
	footer p{
		padding-bottom: 45px;
	}
	
	a.nopointerevents {
		pointer-events: none;
	}
	
	#colorbox video{
		width:100%;
		height:55VW;
	}
	
	
	
	.modal_content_madori img {
		width:100%;
	}
    #colorbox .btn {
        width:250px;
        height:40px;
        margin:5VW auto 0;
    }
	
    #colorbox .arrow::before,
    #colorbox .arrow::after {
      right: 15%;
    }
	
    .arrow::before,
    .arrow::after {
      right: 15%;
    }
	
	.pc {
		display: none;
	}
}
@media screen and (max-width: 374px){/*iphone7ios15でアドレスバーを上にしたとき空白ができるバグ対策*/
    #fixbtn {
        top: calc(100VH - 12.5VW);
    }
}

@media screen and (min-width: 685px){
	header {
        /*margin-bottom: -100px;*/
    }
	header .header_rogo {
		width:355px;
        height: 80px;
      	top: 30px;
		left:24px;
        /*background: url("../img/common/logo_jp.png") right top 15px no-repeat;
		background-size: 150px;*/
    }
	header h1 img {
		width: 183px;
    }
	header .limited {
		position: absolute;
		width:126px;
		height: 69px;
    	top: 15px;
		right:24px;
    }
    .fix__btn {
		position: fixed;
		right:0;
		top:300px;
    }
	
	.mv {
        width:100%;
        height: 506px;
		background-color: #000;
	}
	
    /*gaiyo*/
    .gaiyo {
        /*width:1200px;*/
        margin:0 auto;
        padding:100px 0;
    }
    .gaiyo .inner {
        width:1200px;
        margin:0 auto;
    }
    .gaiyo .inner .mv__btn {
        margin:0 auto 80px;
    }
    .gaiyo h3 {
        padding:12px;
        font-size:20px;
        line-height:26px;
    }
    .gaiyo h4 {
        padding:12px;
        font-size:20px;
        line-height:26px;
    }
    .gaiyo h3 small{
        font-size:15px;
    }
    .gaiyo p {
        font-size:14px;
        line-height:22px;
        padding:35px 0px 0;
    }
    .gaiyo p span,
    .gaiyo p b {
        font-size: 14px;
    }
    .gaiyo p span {
        font-size: 14px;
    }
	
    .gaiyo .inner2 {
        background-color: #fff;
		text-align: right;
    }
    .gaiyo .inner2 > p {
        font-size:12px;
        line-height:22px;
        margin-bottom:25px;
        padding:0px 0px;
    }
    .gaiyo_ex .inner {
        width:1200px;
        margin:0 auto;
		padding-top:5px;
		text-align: right;
		font-size:14px;
    }
    /*gaiyo*/
	
	.end__btn {
		width:1050px;
		margin:65px auto;
	}

    .arrow::before,
    .arrow::after {
      right: 280px;
    }
	
    #colorbox .btn {
        width:600px;
        height:40px;
        margin:25px auto 0;
    }
	
    #colorbox .arrow::before,
    #colorbox .arrow::after {
      right: 238px;
    }
	
	.sp {
		display: none;
	}
}

#cboxLoadedContent {
    background-color: transparent!important;
}
#colorbox .btn a{
    display:block;
    width:100%;
    height:40px;
    text-align:center;
    color:#FFF;
    font-size:16px;
    line-height:40px;
    text-decoration: none;
    background-color: #ff6600;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.mv .mv__btn img,
.mv__btn img,
.btn a img {
    filter: drop-shadow(0 0 5px #000);
}
header {
}


.arrow {
  position: relative;
  display: inline-block;
  width: 11.2px;
  height: 20.4px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  width: 15px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

/*gaiyo*/
.gaiyo h3 {
    background-color: #4c2102;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo h3 small{
    color: #ffff00;
    font-weight:bold;
}
.gaiyo h4 {
    background-color: #666;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    color:#FFF;
    text-align:center;
    font-weight:bold;
}
.gaiyo {
    background-color: #fbf4e3;
}
.gaiyo p a {
    text-decoration: underline;
}
.gaiyo .red {
    font-weight:bold;
    color:#F00;
    text-decoration: none;
}
/*gaiyo*/

/*chance02*/
@media screen and (max-width: 684px) {
#SMP------------------------{}
	
	.mv {
    	margin-top: -60px;
    	background:url("../img/mv_sp.jpg?v=6") center top no-repeat;
		background-color: #4c2102;
		background-size: 100%;
		height:85VH;
	}
	.mv .inner {
		width:92%;
		margin:0 auto 0;
		/*padding-top:32VW;*/
		text-align: center;
	}
	.mv .mv__btn {
		width:100%;
		margin: 0 auto 0;
		padding:0px 0px 0 0px;
		text-align: center;
	}
	
	.mv .mv__title{
		width: 100%;
    	padding: 92VW 0 3VW;
    	margin: 0 auto;
	}
	.mv__btn a{
        display:block;
        width:100%;
        height:78px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        background-color: #ad0000;
        text-align:center;
        color:#FFF;
        font-size:22px;
        line-height:78px;
        text-decoration: none;
        filter: drop-shadow(0 0 3px #000);
    	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    }
	
    .fix__btn {
        width:100VW;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        background-color: rgba(255,255,255,0.7);
    }
    .fix__btn li{
        width:100%;
    }
    .fix__btn li img{
        width:100%;
		height:auto;
    }
	
    h2{
		background-size: 30%!important;
		padding-top: 20VW!important;
    }
	
	/*step*/
	#step,
	.area,
	.access,
	.gaiyo{
		padding-top:10VW;
		padding-bottom:15VW;
	}
	#step .inner{
		width:100%;
		margin:0 auto 0;
	}
	#step .inner ul{
		margin: 0px auto 0px;
        width: 92%;
	}
	#step .inner ul li{
		width:100%;
		text-align: center;
		line-height: 1.5em;
		margin-bottom:10VW;
		padding-top:82VW;
	}
	#step .inner ul li:nth-child(1){
    	background:url("../img/step01.png?v=1") center top no-repeat;
		background-size: 80%;
	}
	#step .inner ul li:nth-child(2){
    	background:url("../img/step02.png?v=1") center top no-repeat;
		background-size: 80%;
	}
	#step .inner ul li:nth-child(3){
    	background:url("../img/step03.png?v=1") center top no-repeat;
		background-size: 80%;
	}
	#step .inner ul li:nth-child(4){
    	background:url("../img/step04.png?v=1") center top no-repeat;
		background-size: 80%;
		/*margin-bottom:0;*/
	}
	
    #step .arrow::before,
    #step .arrow::after {
      right: 15%;
    }
	/*step*/
	
    .access .inner {
		width:92%;
		margin:0 auto 0;
    }
	.access .inner h2{
		margin-bottom: 35px;
	}
	.access .inner iframe{
		width:100%;
		height:100VW;
		margin-bottom: 15px;
	}
    .access .inner h3 {
		font-size:28px;
		padding-top:0.25em;
    }
    .access .inner p {
		padding-top:1em;
		font-size:16px;
		line-height:1.5em;
    }
	
	/*kaijo*/
	
    #kaijo {
		padding:50px 4% 25px;
    }
    #kaijo h2 
	.model__kaijo  {
	}
	.model__kaijo .inner {
		width:92%;
		margin:0 auto 0;
	}
	.model__photo {
		width:100%;
		margin-top: 5VW;
		margin-bottom: 20VW;
	}
	.model__photo .model__photo__main {
		width:100%;
	}
	.model__photo ul {
		margin-top:30px;
		padding-top:40px;
		  background-size: 138%!important;
	}
	.model__text {
		width:100%;
		margin-top: 0;
	}
	.model__text h3{
		font-size:26px;
		margin-bottom: 10px;
	}
	.model__text h3 span{
		font-size:16px;
		padding:5px 10px;
	}
	.model__text p {
	  	font-size: 14px!important;  
		line-height: 1.75em!important;
	}
	.model__kaijo01 .inner {
    	background:url("../img/merit_pict01.png?v=0") right bottom 70VW no-repeat;
		background-size: 30%;
	}
	.model__kaijo02 .inner {
    	background:url("../img/merit_pict02.png?v=0") right bottom 70VW no-repeat;
		background-size: 15%;
	}
	.model__kaijo03 .inner {
    	background:url("../img/merit_pict03.png?v=0") right bottom 65VW no-repeat;
		background-size: 15%;
	}
    .model__kaijo .arrow::before,
    .model__kaijo .arrow::after {
      	right: 28%;
    }
	#step .mv__btn,
	.area .mv__btn {
		width:92%;
		margin: 0 auto;
	}
	
	#nagoya {
		padding-bottom:15VW;
	}
	/*kaijo*/
	
	.menu {
		width:100%;
		margin:0px auto 15VW;
	}
	.menu li {
		width:49%;
		float:left;
		margin-right:2%;
	}
	.menu li a {
		width:100%;
		height:auto!important;
		font-size:15px;
		line-height: 1.25em;
		padding:5VW 0 5VW;
		display:block;
		text-align: center;
		color:#fff;
    	font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
		
		/*background: url("../img/reader_down.png"),linear-gradient(to bottom, #cc0033 0%,#7b001f 100%);*/
		background: url("../img/reader_down.png")/*,linear-gradient(to bottom, #d8cfba 0%,#908875 100%)*/;
		background-position:  center bottom 15%;
		background-repeat: no-repeat;
	}
	.menu li.nagoya a {
	}
	.menu li.mikawa a {
	}
	.menu li:last-child {
		margin-right:0px;
	}
	
	.model__header {
		padding:0px 0 50px;
		font-size:18px;
    	text-align: center;
	}
	.model__header h2 a {
		padding:5px 20px 5px 10px;
		font-size:14px;
	}
	.area .model__header {
		width:92%;
	}
	
	h2{
		line-height:60px;
		font-size:24px;
		margin-bottom: 10VW;
	}
	
}

@media screen and (min-width: 685px) {
#PC------------------------{}
	
	.mv {
    	margin-top: -100px;
    	background:url("../img/mv.jpg?v=2") center top no-repeat;
		height:940px;
	}
	.mv .inner {
		width:1200px;
		margin:0 auto 0;
		padding-top:350px;
		text-align: center;
	}
	.mv__btn {
		width:800px;
		margin: 0 auto 0;
	}
	.mv .mv__btn {
		width:800px;
		margin: 0 auto 0;
		padding:0px 0px 0 0px;
		text-align: center;
	}
	
	.mv .mv__title{
		margin-bottom: 210px;
	}
	
	main h2{
		font-size:40px;
		margin-bottom: 50px;
	}
	
	
	.model__kaijo  {
		height:500px;
	}
	.model__kaijo .inner {
		width:1200px;
		height:458px;
		margin:0 auto 0;
	}
	.model__photo {
		float:left;
		width:600px;
	}
	.model__photo .model__photo__main {
		width:600px;
		height:408px;
	}
	
	.model__photo ul {
		margin-top:30px;
		padding-top:40px;
	}
	.model__text {
		float:right;
		width:500px;
		padding-top: 0px;
		margin-left: 100px;
	}
	.model__text h3{
		font-size:46px;
		margin-bottom: 45px;
	}
	.model__kaijo07 .model__text h3{
		height: 125px;
	}
	.model__text h3 span{
		font-size:18px;
		padding:5px 10px;
	}
	
	.model__kaijo02 .model__text{
		float:left;
		margin-left: 0px;
		margin-right: 100px;
	}
	.model__kaijo01 .inner {
    	background:url("../img/merit_pict01.png?v=0") right bottom 50px no-repeat;
	}
	.model__kaijo02 .inner {
    	background:url("../img/merit_pict02.png?v=0") left 405px bottom 50px no-repeat;
	}
	.model__kaijo03 .inner {
    	background:url("../img/merit_pict03.png?v=0") right bottom 50px no-repeat;
	}
    .model__kaijo .arrow::before,
    .model__kaijo .arrow::after {
      	right: 170px;
    }
	
	.model__header {
		padding:0px 0 50px;
		font-size:26px;
    	text-align: left;
	}
	.model__header h2 a {
		padding:5px 20px 5px 10px;
		font-size:14px;
	}
	
	.area {
		padding:35px 0 100px;
	}
	.area h2{
		margin-bottom:50px;
	}
	.area h2{
		margin-bottom:50px;
	}
	.area .mv__btn {
	}
	
	
	#step .inner{
		width:1200px;
		margin:0 auto 0;
		padding:50px 0;
	}
	#step .inner ul{
		margin: 0px auto 60px;
	}
	#step .inner ul li{
		float:left;
		width:25%;
		text-align: center;
		line-height: 1.5em;
	}
	
    .access {
		padding:75px 0 140px;
    }
    .access .inner {
		width:1200px;
		margin:0 auto 0;
    }
	.access .inner h2{
		margin-bottom: 35px;
	}
	.access .inner iframe{
		margin-bottom: 15px;
	}
    .access .inner h3 {
		float:left;
		font-size:32px;
		padding-top:0.25em;
    }
    .access .inner p {
		float:left;
		padding-left:3em;
		font-size:16px;
		line-height:1.5em;
    }
	
	.mv__btn a{
        display:block;
        width:100%;
        height:78px;
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        background-color: #ad0000;
        text-align:center;
        color:#FFF;
        font-size:22px;
        line-height:78px;
        text-decoration: none;
        filter: drop-shadow(0 0 5px #000);
    	font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    }
   .mv__btn a:hover{
        background-color: #b71616;
    }
	
	
	.menu {
		width:720px;
		margin:0px auto 50px;
	}
	.menu li {
		width:346px;
		height:60px;
		margin-right:20px;
	}
	.menu li a {
		font-size:24px;
		line-height: 60px;
	}
}

.model__kaijo {
	clear:both;
}


.model__photo ul {
    background:url("../img/thumb_tilte.png?v=0") left top no-repeat;
}
.model__photo ul li {
    width:15.3%;
    margin-right:1.6%;
    float:left;
    text-align: center;
}
.model__photo ul li p{
    padding-top:3px;
    font-size:14px;
}
.model__photo ul li:last-child {
    margin-right:0px;
}
.model__photo .model__photo__main img {
    box-shadow: 5px 5px 0px 0px rgba(190, 141, 98, 0.9);
	width: 100%;
}

.model__text h3{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    font-weight: normal;
    line-height:1.25em;
}
h2{
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    font-weight: normal;
    background:url("../img/h2_bg.png") center top no-repeat;
	padding-top:110px;
    line-height:1em;
	text-align: center;
}
.model__text h3 span{
    display: inline-block;
    background-color: #fff;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height:1em;
}

.model__text p {
	font-size: 16px;
    margin-bottom: 10px;
    line-height:2.0em;
}
.area {
	background-color: #f4e6cc;
}
.access {
	background-color: #4c2102;
	color: #fff;
}
.access h3{
	font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
#step {
	background-color: #ddcaa6;
}
#kaijo h2 {
    text-align: center;
	font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}

.model__header {
    margin:0 auto 0;
}
.model__header h2 {
	font-weight: normal;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
}
.model__header h2 a {
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    background:url("../img/arrow.png?v=0") right 5px center no-repeat;
    background-color: #ff6600;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","游ゴシック", "YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	margin-left: 1em;
}
.menu li {
    float:left;
}
.menu li a {
    width:100%;
    height:100%;
    border: 2px solid #c44500;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color:#fff;
    display:block;
    text-align: center;
    color:#c44500;
    font-weight:bold;
    font-family: "Yu Mincho", "YuMincho","小塚明朝 Pro R","小塚明朝 Std R","Hiragino Mincho ProN","ＭＳ Ｐ明朝", "ＭＳ 明朝","MS PMincho",メイリオ,Meiryo,serif;
    /*background: url("../img/reader_down.png");
    background-position:  right 10px bottom 15%;
    background-repeat: no-repeat;*/
}
.menu li:last-child {
    margin-right:0px;
}


/*フロートバナー*/
@media only screen and (max-width: 767px) {
	
    .ban__fix__sp {
        position: fixed;
		width: 92%;
        left: 4%;
		bottom: 5VW;
		z-index: 9999;
    }
    .ban__fix__sp img{
        width: 100%;
		height:auto;
    }
    .ban__fix__inner {
        position: relative;
        width: 100%;
    }
    #closebanner-sp,
    #closebanner-sp1,
    #closebanner-sp2 {
        position: absolute;
        top:-10px;
        right: -10px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix{
		display: none;
	}
    #banner-sp {
		opacity: 0;
    }
    #banner-sp.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
}
@media only screen and (min-width: 768px) {
    .ban__fix {
        position: fixed;
        width: 270px;
        height: 220px;
        bottom: 50px;
        right:50px;
        display: block;
		z-index: 9999;
		opacity: 0;
    }
    #banner.fixed {
		opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }
    .ban__fix__inner {
        position: relative;
        width: 270px;
    }
    #closebanner {
        position: absolute;
        top:-7px;
        right: -7px;
        display: block;
        height: 20px;
        width: 20px;
        background: url('../img/float_close.png') no-repeat 0 0;
		background-size: 20px;
        cursor: pointer;
        text-indent: -9000px;
        z-index: 10;
    }
	.ban__fix__sp{
		display: none;
	}
    #banner {
		/*opacity: 0;*/
    }
    #banner.fixed {
		/*opacity: 1;
		animation-name: fadeUpAnime;
        animation-duration: 0.8s;
        animation-fill-mode: forwards;*/
    }
}
@media screen and (max-width: 546px) {
#SMP------------------------{}
	.ban__fix__inner div:first-child {
		margin-right:4%;
	}
	.ban__fix__half {
		position: relative;
		width:48%;
		float:left;
	}
}
	
@media screen and (min-width: 737px) {
#PC------------------------{}
	#fixbtn_cp .fixbtn_cp01{
		display: block;
	}
	#fixbtn_cp .fixbtn_cp02{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp01{
		display: none;
	}
	#fixbtn_cp.fixed .fixbtn_cp02{
		display: block;
		right: 0px;
		width: 100%;
	}
	#fixbtn_cp.fixed {
  		position: fixed;
  		top: 81px;
		right: 0px;
		height:119px;
		width: 119px;
	}
}
/*フロートバナー*/

@media screen and  (max-width: 1100px){
    .mywrap,
    section > ul{
    width: 85%;
    min-width: 680px;
  }
  
  .arealist{
    width: 80%;
    max-width: 680px;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 25px auto;
  }
  
  /*.arealist a{
    margin-bottom: 15px;
  }*/
  
  .flex_center{
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  
  .flex_center li:first-child{
    margin-right: 0;
  }
}

@media screen and (max-width: 684px){
    .mywrap,
    section > ul{
    width: 96%;
    min-width: inherit;
  } 
  
  section > ul{
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  }
  
  .arealist a{
    width: 48%;
    font-size: 15px;
    background-position:right 7px center;    
  }
  
  .flex_center{
  	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
}

@media screen and (max-width: 350px){
  .arealist a{
    width: 90%;
    font-size: 16px;
    background-position: bottom 5px center;
  }
  
  section > ul li{
    width: 95%;
    height: 380px;
  }
  
  section > ul li a{
    width: 80%;
  }
  section > ul li img{
    max-width: 100%;
  }

  
}


/*footer*/
footer{
  display: block;
  width: 100%;
  height: 100px;
  color: #fff;
  background-color: #2a3233;
  font-size: 14px;
  letter-spacing: 1px;
  	text-align: center;
}
footer .footer_logo{
	padding:0 1%;
}
footer p.cr{
}

@media screen and (min-width: 769px) {
	
    footer{
  		line-height: 100px;
		min-width: 1200px;
    }
    footer .footer_logo{
        width: 28%;
        padding:0 1%;
        float:left;
  		text-align: left;
    }
    footer .footer_logo a{
        display: block;
      height: 100px;
    }
    footer .footer_logo a img{
        padding:22px 0;
    }
    footer p.cr{
        width: 68%;
        padding:0 1%;
        float:right;
  		text-align: right;
    }
}
@media screen and (max-width: 684px){
  	footer{
    	font-size: 2vw;
		padding-bottom: 20VW;
 	} 
    footer .footer_logo a img{
        padding:10px 0;
    }
    footer p.cr{
        padding:0 2%;
		font-size: 12px;
    }
}
/*footer*/

.delay01 {
  animation-delay: 0.0s;
}
.delay02 {
  animation-delay: 0.3s;
}
.delay03 {
  animation-delay: 0.6s;
}
.delay04 {
  /*transition-delay: .9s!important;
  -webkit-transition-delay: .9s!important;*/
  animation-delay: 0.9s;
}
.delay05 {
  animation-delay: 1.0s;
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 右方向フェードイン */
.fadeLR{
animation-name:fadeLRAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLRAnime{
  from {
    opacity: 0;
  transform: translateX(-50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 左方向フェードイン */
.fadeRL{
animation-name:fadeRLAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRLAnime{
  from {
    opacity: 0;
  transform: translateX(50px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeUpTrigger{
    opacity: 0;
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
}

/*スクロールイベントここまで*/
dl:after,
ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}