/* ============= import ============== */
@import url("animation.css");
/* ============= color ============== */
body {
  background-image: url(../images/bgr-wh.png);
}

/* header ---------------------------------------- */
header {
  background-image: url(../images/bgr-primary.png);
}

h2 {
  position: relative;
  margin-bottom: 16px;
  padding-left: 40px;
  font-size: 2rem;
  font-weight: bold;
}

h2 img {
  height: 40px;
}

h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/ougi-kasumi.png);
  background-size: 38px auto;
  background-position: 0 2px;
  background-repeat: no-repeat;
}

.submenu {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 20px 2% auto;
  border-bottom: 1px solid #737A93;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.submenu li {
  width: 48%;
  margin-left: 2%;
  margin-bottom: 8px;
  text-align: left;
  text-indent: -24px;
  padding-left: 22px;
  line-height: 1.2;
}

.submenu li a {
  position: relative;
  margin: auto 2% 16px;
  padding-left: 20px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}

.submenu li a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  background-image: url(../images/kamon-p60.png);
  background-size: 18px auto;
  background-repeat: no-repeat;
}

.contents {
  position: relative;
  overflow-x: hidden;
  min-height: 600px;
}

.fog-top {
  position: absolute;
  top: -10px;
  right: -100px;
}

section {
  margin: 30px 4% 60px;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 16px 0 8px;
}

.fog3 {
  z-index: -1;
}

/* PC ---------------------------------------------- */
@media screen and (min-width: 900px) {
  header .pc-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
    max-width: 1500px;
    margin: auto;
    padding: 0 2%;
  }
  header .pc-header-inner .logo {
    display: block;
    width: 300px;
    height: 90px;
  }
  header .pc-header-inner .menu-pc ul {
    display: flex;
    margin-left: 16px;
  }
  header .pc-header-inner .menu-pc ul li {
    padding: 4px 0;
    margin: auto 13px;
    line-height: 1;
  }
  header .pc-header-inner .menu-pc ul li a {
    position: relative;
    padding: 4px 0;
    color: #fff;
    font-size: 1.6rem;
  }
  header .pc-header-inner .menu-pc ul li a:hover {
    color: #f1eee5;
  }
  .contents {
    position: relative;
    overflow-x: inherit;
    max-width: 960px;
    padding-left: 30px;
    margin: 50px auto 120px;
  }
  .fog-top {
    top: -70px;
    right: -220px;
  }
  .submenu {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: auto;
    margin: auto 0;
    border-bottom: none;
    padding-bottom: 0;
    writing-mode: vertical-rl;
  }
  .submenu li {
    width: 0;
    margin-bottom: 60px;
  }
  .submenu li a {
    position: relative;
    margin: auto 0;
    padding-left: 0;
    padding-top: 28px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .submenu li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/kamon-p60.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
  }
}
