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

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

:root {
  --main_color: #000;
}

body {
  font-size: 16px;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  color: var(--main_color);
  background: #fff;
}

/***********************
画像設定
***********************/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

/***********************
リンク設定
***********************/

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

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

/***********************
レイアウト
***********************/

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

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.between {
  justify-content: space-between;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

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

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

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

.ly_inner {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

@media screen and (max-width: 480px) {
  .ly_inner {
    width: 100%;
  }
}

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

#ly_header {
  /* padding-top: 25px;
  padding-left: 27px; */
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9990;
  height: 100px;
}

#ly_header.on {
  background: rgba(255, 255, 255, 0.5);
}

#ly_header .logo {
  width: 204px;
}

.un_menuTrigger {
  background: url(../images/btn_toggle_open.svg) center center no-repeat;
  background-size: 52px 52px;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  box-shadow: 0px 0px 3px 0px #8c8c8c;
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 9999;
}

.un_menuTrigger.active {
  background: url(../images/btn_toggle_close.svg) center center no-repeat;
  background-size: 52px 52px;
}

.bl_menu {
  width: 100vw;
  max-width: 600px;
  position: fixed;
  top: 0;
  right: -200vw;
  left: inherit;
  transition: all 0.3s;
  background: #544863 url(../images/illust_character_navi.svg) right 15px bottom 65px no-repeat;
  background-size: 176px 165px;
  height: 100vh;
  z-index: 9998;
  padding-top: 106px;
}

.bl_menu.active {
  right: 0;
}

.bl_menu .ttl {
  padding-left: 42px;
  width: 102px;
  margin-bottom: 30px;
}

.bl_hNav {
  width: 100%;
}

.bl_hNav li {
  width: 100%;
  margin-bottom: 25px;
}

.bl_hNav li a {
  padding-left: 75px;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  color: #fff;
}

.bl_hNav li a::before {
  content: "";
  width: 63px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}

.bl_menu .logo {
  position: absolute;
  bottom: 25px;
  right: 25px;
  width: 167px;
}

@media screen and (max-width: 480px) {
  .bl_hNav li {
    width: 100%;
  }
}

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

#ly_footer {
  background: url(../images/bg_footer.svg) center bottom no-repeat;
  background-size: 2000px 436px;
  padding: 128px 0 15px;
}

#ly_footer .logo {
  width: 229px;
  margin: 0 auto 18px;
}

#ly_footer .addr {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

#ly_footer .tel {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 95px;
}

.un_Copyright {
  text-align: center;
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #ly_footer {
  }

  .un_Copyright {
  }
}

.msg_box {
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}

.msg_box::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #544863;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.msg_box .msg {
  text-align: center;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 700;
  color: #544863;
}

.desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

.sec_ttl {
  background: #544863;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  padding: 40px 0;
  margin-bottom: 50px;
}

.float_chara {
  width: 178px;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-505px);
  z-index: 8000;
  transition: all 0.2s;
}

.float_chara.on {
  position: fixed;
}

.float_chara.none {
  bottom: -200px;
}

.pagetop {
  display: block;
  width: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 26px;
  box-shadow: 0px 0px 3px 0px #8c8c8c;
}
