@import url('css-Enriqueta_swap.css');

body{
  margin: 0;
}
a{
  color: #423836;
  text-decoration: none;
}
.mainView{
  width: 100vw;
  height: 100vh;
  background-color: #ccc;
}
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
overflow: auto;
  -webkit-overflow-scrolling: touch;}
 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 60px;
    height: 60px;
	z-index: 999999;
	}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
    position: fixed;
    /* right: 0; */
    /* height: 100%; */
    background-color: rgba(0, 0, 0, 0.7);
    /* width: 0; */
    z-index: 3;
    /* padding-top: 100px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    overflow: hidden;
	overflow: auto;
  -webkit-overflow-scrolling: touch;
}
  .js_humburgerOpen .navi {
    width: 450px; }
    @media screen and (max-width: 840px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0; } }
 
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }






































#global {
    /* width: 90%; */
    /* height: 86%; */
    line-height: 1.2;
    /* position: fixed; */
    z-index: 999;
    /* background: #FFF; */
    overflow-y: auto;
    overflow-y: scroll;
	overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#global a {
	color: #423836;
	text-decoration: none;
}

#global .headline {

	padding: 10px;
	font-size: 18px;
	color: #FFF;
	background: #000;
	font-weight: normal;
	display: table;
	text-align: center;
	font-family: 'Enriqueta', serif;
}

#global .headline {
	padding: 15px 10px;
	display: block;
	background: #374558;
	color: #FFF;
	
}
#global-menu {
    background-color: #374558;
}
#global-menu li {
	border-top: 1px solid #B9B9B9;
}

#global-menu li .parent {
	padding: 15px 10px;
	display: block;
	background: #000;
	color: #FFF;
}

#global-menu li a {
    padding: 10px 10px;
    display: block;
    position: relative;
	color:#FFF;
}

#global-menu > li > a:after {
    content: '\f105';
    margin-top: -7px;
    position: absolute;
    top: 50%;
    right: 10px;
}

#global-menu ul li:first-child {
	border-top: none;
}

#global-menu .children {
	background: #F3F3F1;
}

#global-menu .children li {}

#global-menu .children li .trigger {
	padding: 15px 10px;
	display: block;
	position: relative;
	cursor: pointer;
}

#global-menu .children li .trigger:after {
	content: '\f078';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .trigger.active {
	background: #DDD;
}

#global-menu .children li .trigger.active:after {
	content: '\f077';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-menu .children li .target {
	background: #FFF;
	display: none;
}

#global-menu .children li .target.active {
	display: block;
}

#global-menu .children li .target li a:after {
	content: '\f054';
	margin-top: -7px;
	position: absolute;
	top: 50%;
	right: 10px;
}

#global-buttons {
	padding: 10px;
	border-top: 1px solid #D9D9D0;
}

#global-buttons a {
	color: #FFF;
}

#global-buttons .btn-1 {
	width: 48.5%;
	float: left;
}

#global-buttons .btn-2 {
	width: 48.5%;
	float: right;
}

#global-buttons .btn-1 a,
#global-buttons .btn-2 a {
	padding: 15px 10px;
	background: #000;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}

.global-buttons2 {
    padding: 20px 0px;
    border-top: 1px solid #D9D9D0;
    background-color: #fff;
}
.global-buttons2 .btn-1 {
	width: 90%;
    margin: 0 auto;
}
.global-buttons2 .btn-1 a {
	padding: 15px 10px;
	background: #323D50;
	border-radius: 7px;
	display: block;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF !important;
	text-decoration: none;
	font-size: 16px;
}
.global-buttons3 {
}
.global-buttons3 .btn-1 {
	width: 90%;
    margin: 0 auto;
}
.global-buttons3 .btn-1 a {
    padding: 15px 10px;
    /* background: #323D50; */
    /* border-radius: 7px; */
    display: block;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #323D50 !important;
    text-decoration: none;
    font-size: 16px;
    border: 4px solid #323D50;
}

#global-pages li {
    width: 50%;
    /* float: left; */
    border-top: 1px solid #D9D9D0;
    /* display: table; */
    flex-wrap: wrap;
}

#global-pages li a {
    padding: 15px 20px 15px 10px;
    display: block;
    vertical-align: middle;
    position: relative;
    /* flex-wrap: wrap; */
}

#global-pages li a:after {
	content: '\f105';
	position: absolute;
	margin-top: -10px;
	top: 50%;
	right: 10px;
	font-size: 20px;
}

#global-pages li:nth-child(odd) {
    border-right: 1px solid #D9D9D0;
    box-sizing: border-box;
}
#global-pages li:nth-child(3){
	border-bottom: 1px solid #D9D9D0;
}
#global-pages li:nth-child(4){
	border-bottom: 1px solid #D9D9D0;
}
ul#global-pages {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*===========================================
transition
===========================================*/

#global,
#wrapper {
	transition: all 0.5s ease;
}


/*===========================================
Font Awesome
===========================================*/

#global-menu > li > a:after,
#global-menu .children li a:after,
#global-menu .children li .trigger:after,
#global-menu .children li .target li a:after,
#global-pages li a:after {
	font-family: 'Font Awesome 5 Free';
    display: inline-block;
    /* font: normal normal normal 14px/1 FontAwesome; */
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: left;
    font-weight: 900;
    font-style: normal;
}

#Btn4Area2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Btn4Area2 div {
	position: relative;
	border-bottom: 2px solid #FFFFFF;
}
#Btn4Area2 div img {
	margin: 0;
	padding: 0;
    vertical-align: bottom;
}
#Btn4Area2 div span {
    background-color: #EF7E1A;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 25px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#MainImg2 {
    position: relative;
}
#MainImg2 img {
    vertical-align: bottom;
}
#MainImg2 h3 {
    position: absolute;
    top: 30px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#MainImg2 h3 img {
    width: 50%;
}
#MainImg2 h3 span {
    display: block;
    position: relative;
    padding-top: 15px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 300;
    text-shadow: 1px 1px 2px #000;
}
.humcon {
	margin: 40px 0;
}



nav ul{
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

h1.headline {
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    background-color: #DC175C;
    color: #fff;
    width: 100%;
    padding: 8px 0;
    text-align: center;
}

/*リンクタイプ1*/
.LinkTYP1{
	background-color:#FFF9CD;
	display:table;
	width:96%;
	padding:2%;
	border-bottom:1px dotted #CCC;
}
.LinkTYP1 > *{
	display:table-cell;
	vertical-align:middle;
}
.LinkTYP1 i{
	font-size:25px;
	color:#ED3538;
	width:30px;
}
.LinkTYP1 .Pcount{
	font-size:16px;
	font-weight:bold;
}
.LinkTYP1 .PCS{
	width:40%;
	font-size:14px;
	background-color:#ED3538;
	text-align:center;
	color:#FFF;
	border-radius:40px;
}
.LinkTYP1 .PCS a{
	display:block;
	color:#FFF;
	line-height:40px;
}


/*マイル用*/
/*リンクタイプ1*/
.LinkTYP12{
	background-color:#F7FFFE;
	display:table;
	width:96%;
	padding:2%;
	border-bottom:1px dotted #CCC;
}
.LinkTYP12 > *{
	display:table-cell;
	vertical-align:middle;
}
.LinkTYP12 i{
	font-size:25px;
	color:#ED3538;
	width:30px;
	padding-right:5px;
}
.LinkTYP12 .Pcount{
	font-size:16px;
	font-weight:bold;
}
.LinkTYP12 .PCS{
	width:40%;
	font-size:14px;
	background-color:#1CBBBE;
	text-align:center;
	color:#FFF;
	border-radius:40px;
}
.LinkTYP12 .PCS a{
	display:block;
	color:#FFF;
	line-height:40px;
}

.LinkTYP12.TYP12B {
  text-align:center;
  padding:10px 0;
  position:relative;
  background: #FFFFFF;
  border-bottom:none;
}

.LinkTYP12.TYP12B a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4E70B0;
    letter-spacing: 3px;
    padding: 6px 10px;
    background: #C9EDFE;
    border-radius: 50px;
    margin: 10px 40px;
    box-shadow: 0 3px 0 0 rgba(180,215,230,1);
}

.LinkTYP12.TYP12B a:hover {
  margin-top: 13px;
  box-shadow: 0 0 0 0 rgba(180,215,230,1);
}

.LinkTYP12.TYP12B span{
    background-color: #2DBABD;
    width: 30px;
    margin-left: 10px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    display: block;
    border-radius: 30px;
    font-size: 12px;
}



/*リンクタイプ2*/
.LinkTYP2{
	background-color:#76B43E;
	line-height:45px;
	color:#FFF;
	text-align:center;
}
.LinkTYP2 a{
	display:block;
	color:#FFF;
}
.LinkTYP2 i{
	font-size:23px;
}


/*リンクタイプ3*/
.LinkTYP3{
	position:relative;
	background-color:#FFF;
}
.LinkTYP3 p{
	display:inline-block;
	width:49.5%;
	text-align:center;
	color:#666;
	border-bottom:1px dotted #FFF;
	margin-right:-1%;
	padding-bottom:10px;
	position:relative;
}
.LinkTYP3 p a{
color:#2F89AD;
}
.LinkTYP3 p:nth-child(odd){
	border-right:1px dotted #FFF;
}
.LinkTYP3 p i{
	display:block;
	font-size:25px;
	padding-top:10px;
	padding-bottom:5px;
}
.LinkTYP3 p span{
	background-color:#2DBABD;
	width:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;
	display:block;
	border-radius:30px;
	position:absolute;
	top:15px;
	right:15px;
	font-size:12px;
}

/*リンクタイプ4*/
.LinkTYP4 {
    background-color: #3AACC3;
}
.LinkTYP4 li {
	border-top: 1px solid #7FCBDB;
	line-height:50px;
	text-indent: 15px;
}
.LinkTYP4 li > *{
	display:inline-block;
	vertical-align:middle;
}
.LinkTYP4 li i{
 float:right;
	margin-top:15px;
	padding-right:15px;
}
.LinkTYP4 li a{
	display:block;
	color:#FFF;
}