@charset "UTF-8";
/* CSS Document */


/*******************************
* ResetCSS
*******************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing=&quot;0&quot;' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex_conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.flex_conts.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

body {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: 'Noto Sans JP', sans-serif;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.f_med {
  font-weight: 500;
}

.f_black {
  font-weight: 900;
}

.f_size_min {
  font-size: 12px;
}

.bold {
  font-weight: bold;
}

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

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

a:hover { opacity: 0.7;}

#wrapper {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 480px) {
  #wrapper {
    padding-top: 80px;
  }

  .f_size_min {
    font-size: 10px;
  }
}

/***********************
Utils
***********************/


.hp_fl { float: left;}
.hp_fr { float: right;}

.hp_taL {text-align: left;}
.hp_taC {text-align: center;}
.hp_taR {text-align: right;}

.ly_inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 480px) {
  .fl,.fr { float: none;}

  .ly_inner {
    width: 95%;
  }
}

/***********************
Header
***********************/

#ly_header {
  padding: 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#ly_header .ly_inner {
  width: 860px;
}

#ly_header .el_logo {
  width: 106px;
}

.un_menuTrigger {
  display: none;
}

.bl_hNav {
  width: 510px;
  padding-top: 20px;
}

.bl_hNav li {
}

.bl_hNav li a {
  background: #F5A549;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 15px;
}

.bl_hNav li a img {
  vertical-align: middle;
  height: 12px;
  width: auto;
  margin-right: 10px;
}

.bl_hNav li a.btn_sns {
  background: transparent;
  color: #fff;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0;
}

.bl_hNav li a.btn_sns img {
  width: 30px;
  height: auto;
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  #ly_header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF051;
    padding-top: 5px;
    z-index: 900;
  }

  #ly_header .ly_inner {
    width: 100%;
  }

  #ly_header .el_logo {
    width: 70px;
    margin: 0 auto;
  }

  .un_menuTrigger {
    position: fixed;
    width: 79px;
    height: 68px;
    display: block;
    top: 0;
    right: 0;
    z-index: 1000;
  }

  .un_menuTrigger span {
    position: absolute;
    left: 50%;
    width: 34px;
    height: 4px;
    background-color: #000;
    transform: translateX(-50%);
  }

  .un_menuTrigger span:nth-of-type(1) {top: 19px;}
  .un_menuTrigger span:nth-of-type(2) {top: 31px;}
  .un_menuTrigger span:nth-of-type(3) {bottom: 20px;}

  .un_menuTrigger.active span:nth-of-type(1) {transform: translateX(-17px) translateY(12px) rotate(-45deg);}
  .un_menuTrigger.active span:nth-of-type(2) {opacity: 0;}
  .un_menuTrigger.active span:nth-of-type(3) {transform: translateX(-17px) translateY(-12px) rotate(45deg);}

  #ly_header .bl_menu {
    width: 100%;
    position: fixed;
    top: -200%;
    left: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(255,255,255,0.8);
    height: 100vh;
    z-index: 990;
  }

  .bl_hNav {
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;;
  }

  .bl_hNav li {
    margin-bottom: 20px;
  }

  .bl_hNav li a {
    display: block;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1;
    height: auto;
    border-radius: 50px;
  }

  .bl_hNav li a.btn_sns {
    height: 60px;
    line-height: 60px;
  }

  .bl_hNav li a.btn_sns img {
    width: 60px;
  }

  #ly_header.active .bl_menu {
    top: 0;
  }

  .bl_hNav li {
    width: 100%;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  padding-top: 205px;
}

#ly_footer .ly_inner {
  width: 100%;
  padding: 25px 0;
}

#ly_footer .ly_inner:before,
#ly_footer .ly_inner:after {
  content: "";
  display: block;
}
#ly_footer .ly_inner:before {
  width: 293px;
  height: 268px;
  background: url(../images/ico_footer01.png) center center no-repeat;
  background-size: 293px 268px;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-575px);
}
#ly_footer .ly_inner:after {
  width: 298px;
  height: 300px;
  background: url(../images/ico_footer02.png) center center no-repeat;
  background-size: 298px 300px;
  position: absolute;
  top: -205px;
  left: 50%;
  transform: translateX(330px);
}

#ly_footer .ttl {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

#ly_footer .box {
  width: 565px;
  margin: 0 auto;
}

#ly_footer .img {
  width: 54px;
}

#ly_footer .qr {
  width: 95px;
}
#ly_footer .info {
  width: 391px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

#ly_footer .info .large {
  font-size: 19px;
}

#ly_footer a {
  color: #fff;
}

@media screen and (max-width: 480px) {
  #ly_footer {
    background: #F5A339;
    padding-top: 0;
  }

  #ly_footer .ly_inner {
    width: 95%;
    padding: 30px 0;
    background: #F5A339;
  }
  #ly_footer .ly_inner:before {
    display: none;
  }
  #ly_footer .ly_inner:after {
    width: 224px;
    height: 225px;
    background: url(../images/ico_footer02.png) center center no-repeat;
    background-size: 224px 225px;
    position: absolute;
    top: -212px;
    left: 50%;
    transform: translateX(-50%);
  }

  #ly_footer .ttl {
    font-size: 10px;
  }

  #ly_footer .box {
    width: 100%;
    margin: 0 auto;
  }

  #ly_footer .img {
    width: 10%;
  }

  #ly_footer .qr {
    width: 15%;
  }
  #ly_footer .info {
    width: 75%;
    font-size: 10px;
  }

  #ly_footer .info .large {
    font-size: 12px;
  }
}

