@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500&family=Zen+Maru+Gothic&display=swap");
/***reset***/
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  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; }

del {
  text-decoration: line-through; }

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

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

input, select {
  vertical-align: middle; }

/***setting***/
.floatbox {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s ease-in-out; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline; }

html, body {
  height: 100%; }

body {
  position: relative;
  padding: 0 0 0;
  line-height: 1;
  text-align: center;
  color: #2b2d29;
  background: white;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 'Font Awesome', 'Font Awesome 5 Free','Font Awesome 5 Brands', 'Font Awesome';
  font-weight: 300;
  scroll-behavior: smooth; }

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  color: #2b2d29;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  border: 0; }

a:hover {
  color: #2ba3a3; }

a:hover img {
  opacity: 0.5; }

a:focus, *:focus {
  outline: none; }

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

:root {
  font-size: 13px !important; }

/* wrapper
--------------------------- */
#wrapper {
  padding: 4rem 0 0 0;
  min-height: 100%; }

/* stage
--------------------------- */
.stage {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center; }

/* panel
--------------------------- */
.panel1 {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1000px; }

.panel, .panel2 {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px; }

/* Floatバグ回避用
--------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* タイトルスタイル
--------------------------- */
.ttl-type01 {
  padding: 3.5em 0.5em 1em;
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* toTop
--------------------------- */
#toTop {
  position: fixed;
  right: 5%;
  bottom: 3%;
  opacity: 0;
  z-index: 1000;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 8887; }

.to-top-on #toTop {
  bottom: 2%;
  opacity: 1; }

#toTop a {
  display: block;
  width: 60px;
  height: 60px;
  color: rgba(41, 49, 47, 0.8);
  font-size: 24px;
  line-height: 60px;
  text-decoration: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  cursor: default; }

.to-top-on #toTop a {
  cursor: pointer; }

#toTop a:hover {
  background-color: rgba(255, 255, 255, 0.8); }

#pos {
  position: absolute;
  left: -9999px;
  top: -9999px;
  height: 0;
  visibility: hidden; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  body {
    padding: 4em 0 0; }

  #wrapper {
    padding: 0; } }
input[type="checkbox"] {
  display: none; }

header#glHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 8888; }
  header#glHeader::before {
    content: "";
    display: block;
    width: 100%;
    height: 4rem;
    background: white; }

body {
  font-family: 'Noto Sans','Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

#glhWrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 4rem;
  background: rgba(0, 62, 146, 0.5);
  transition: 0.3s;
  overflow: hidden;
  z-index: 8889; }
  #glhWrapper #divMenuClose {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    background: rgba(0, 62, 146, 0.05);
    transition: 0.3s; }
    #glhWrapper #divMenuClose label {
      display: block;
      width: 100%;
      height: 100%; }
  #glhWrapper h1, #glhWrapper p {
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 4rem;
    background: white;
    z-index: 8891; }
    #glhWrapper h1 a, #glhWrapper h1 label, #glhWrapper p a, #glhWrapper p label {
      display: block;
      width: 4rem;
      height: 100%;
      padding: 1.2rem 0;
      text-align: center;
      cursor: pointer; }
      #glhWrapper h1 a img, #glhWrapper h1 label img, #glhWrapper p a img, #glhWrapper p label img {
        margin: 0 auto;
        width: auto;
        height: 1.6rem; }
      #glhWrapper h1 a #imgGlhOpen, #glhWrapper h1 label #imgGlhOpen, #glhWrapper p a #imgGlhOpen, #glhWrapper p label #imgGlhOpen {
        display: block; }
      #glhWrapper h1 a #imgGlhClose, #glhWrapper h1 label #imgGlhClose, #glhWrapper p a #imgGlhClose, #glhWrapper p label #imgGlhClose {
        display: none; }
      #glhWrapper h1 a:hover, #glhWrapper h1 label:hover, #glhWrapper p a:hover, #glhWrapper p label:hover {
        background: rgba(0, 62, 146, 0.05); }
        #glhWrapper h1 a:hover img, #glhWrapper h1 label:hover img, #glhWrapper p a:hover img, #glhWrapper p label:hover img {
          opacity: 1; }
  #glhWrapper h1 {
    left: 0;
    text-align: left; }
    #glhWrapper h1 a, #glhWrapper h1 label {
      padding: 0.8rem 0; }
      #glhWrapper h1 a img, #glhWrapper h1 label img {
        height: 2.4rem; }
  #glhWrapper p {
    right: 0; }
    #glhWrapper p label {
      float: right; }
  #glhWrapper dl {
    position: relative;
    width: 100%;
    transition: 0.2s;
    background: #003e92;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
    #glhWrapper dl dt {
      position: relative;
      display: flex;
      width: 100%;
      height: 0;
      font-size: 1.1rem;
      font-weight: 500;
      overflow: hidden; }
      #glhWrapper dl dt a {
        position: relative;
        padding: 0 1rem;
        width: 100%;
        color: white;
        line-height: 4rem;
        text-align: left;
        opacity: 1; }
        #glhWrapper dl dt a:hover {
          background: rgba(255, 255, 255, 0.2); }
        #glhWrapper dl dt a::before {
          content: "\f138";
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          display: inline-block;
          padding-right: 1em; }
      #glhWrapper dl dt label {
        width: 4rem;
        height: 4rem;
        color: white;
        transition: 0.2s;
        overflow: hidden;
        cursor: pointer; }
        #glhWrapper dl dt label:hover {
          background: rgba(255, 255, 255, 0.2); }
        #glhWrapper dl dt label figure {
          font-size: 1rem;
          line-height: 4rem;
          text-align: center; }
          #glhWrapper dl dt label figure.fig-ctg-open {
            display: block; }
          #glhWrapper dl dt label figure.fig-ctg-close {
            display: none; }
    #glhWrapper dl dd {
      width: 100%;
      height: 0;
      overflow: hidden;
      background: rgba(0, 62, 146, 0.9); }
      #glhWrapper dl dd h2, #glhWrapper dl dd h3 {
        display: none;
        padding: 0 1rem;
        width: 100%;
        font-size: 1.6rem;
        font-weight: 300;
        opacity: 0; }
        #glhWrapper dl dd h2 a, #glhWrapper dl dd h2 span, #glhWrapper dl dd h3 a, #glhWrapper dl dd h3 span {
          display: block;
          width: 100%;
          color: #003e92;
          line-height: 4rem;
          border-radius: 0.8em;
          background: rgba(255, 255, 255, 0.7); }
        #glhWrapper dl dd h2 a:hover, #glhWrapper dl dd h3 a:hover {
          background: white; }
      #glhWrapper dl dd ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        padding: 0 0.5rem;
        width: 100%; }
      #glhWrapper dl dd li {
        padding: 0 0.5rem;
        width: 50%;
        height: 0;
        font-size: 0.9rem;
        transition: 0.2s;
        opacity: 0;
        overflow: hidden; }
        #glhWrapper dl dd li a {
          position: relative;
          display: block;
          padding: 1.4rem 1.5rem 1.4rem 0.6rem;
          color: white;
          height: 100%;
          text-align: left;
          line-height: 1.2rem;
          border-radius: 1rem;
          border: 1px solid rgba(255, 255, 255, 0.7); }
          #glhWrapper dl dd li a:hover {
            background: rgba(255, 255, 255, 0.2); }
          #glhWrapper dl dd li a::after {
            display: block;
            content: "\f054";
            font-family: "Font Awesome 5 free";
            font-weight: 900;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1.5rem;
            height: 4rem;
            font-size: 0.8em;
            line-height: 4rem;
            text-align: center; }

#cbxGlhMenu:checked ~ body {
  overflow: hidden; }

#cbxGlhMenu:checked ~ header #glhWrapper {
  position: fixed;
  padding: 4rem 0 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 9999; }
  #cbxGlhMenu:checked ~ header #glhWrapper #divMenuClose {
    height: calc(100% - 24rem); }
  #cbxGlhMenu:checked ~ header #glhWrapper h1 a #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper h1 label #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper p a #imgGlhOpen, #cbxGlhMenu:checked ~ header #glhWrapper p label #imgGlhOpen {
    display: none; }
  #cbxGlhMenu:checked ~ header #glhWrapper h1 a #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper h1 label #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper p a #imgGlhClose, #cbxGlhMenu:checked ~ header #glhWrapper p label #imgGlhClose {
    display: block; }
  #cbxGlhMenu:checked ~ header #glhWrapper dt {
    height: 4rem; }
  #cbxGlhMenu:checked ~ header #glhWrapper dd {
    height: 100%; }

.dl-ctg-set dt label figure.fig-ctg-open, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dt label figure.fig-ctg-open,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dt label figure.fig-ctg-open,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dt label figure.fig-ctg-open,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dt label figure.fig-ctg-open,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dt label figure.fig-ctg-open,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dt label figure.fig-ctg-open {
  display: none; }
.dl-ctg-set dt label figure.fig-ctg-close, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dt label figure.fig-ctg-close,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dt label figure.fig-ctg-close,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dt label figure.fig-ctg-close,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dt label figure.fig-ctg-close,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dt label figure.fig-ctg-close,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dt label figure.fig-ctg-close {
  display: block; }
.dl-ctg-set dd h3, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd h3,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd h3,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd h3,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd h3,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd h3,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd h3 {
  margin: 1.5rem 0 0;
  display: inline-block;
  opacity: 1; }
.dl-ctg-set dd ul, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd ul,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd ul,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd ul,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd ul,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd ul,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd ul {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(0, 62, 146, 0.2); }
.dl-ctg-set dd li, #cbxGlhCtg01:checked ~ header #glhWrapper #dlCtg01 dd li,
#cbxGlhCtg02:checked ~ header #glhWrapper #dlCtg02 dd li,
#cbxGlhCtg03:checked ~ header #glhWrapper #dlCtg03 dd li,
#cbxGlhCtg04:checked ~ header #glhWrapper #dlCtg04 dd li,
#cbxGlhCtg05:checked ~ header #glhWrapper #dlCtg05 dd li,
#cbxGlhCtg06:checked ~ header #glhWrapper #dlCtg06 dd li {
  padding: 0.5rem;
  height: 5rem;
  opacity: 1; }

main {
  padding: 4rem 0 0;
  min-height: 50vh;
  background: "#FFF"; }

@media screen and (min-width: 600px) {
  #glhWrapper dl dd li {
    width: 33.33%;
    font-size: 1.1rem; }
    #glhWrapper dl dd li a {
      padding: 1.4rem 1.8rem 1.4rem 0.9rem; }
      #glhWrapper dl dd li a::after {
        width: 1.8rem; } }
@media screen and (min-width: 960px) {
  #glhWrapper {
    top: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 4rem;
    height: 4rem;
    max-width: 1200px;
    background: white; }
    #glhWrapper #divMenuClose {
      display: none;
      top: 0;
      height: 0; }
    #glhWrapper h1, #glhWrapper p {
      top: 0;
      width: 4rem; }
      #glhWrapper h1 a #imgGlhOpen, #glhWrapper h1 label #imgGlhOpen, #glhWrapper p a #imgGlhOpen, #glhWrapper p label #imgGlhOpen {
        display: none; }
      #glhWrapper h1 a #imgGlhClose, #glhWrapper h1 label #imgGlhClose, #glhWrapper p a #imgGlhClose, #glhWrapper p label #imgGlhClose {
        display: none; }
    #glhWrapper h1 {
      position: absolute; }
    #glhWrapper p {
      display: none; }
    #glhWrapper dl {
      width: 16.66%;
      height: 4rem;
      background: rgba(0, 62, 146, 0);
      border-top: none; }
      #glhWrapper dl dt {
        height: 4rem;
        border-bottom: none;
        overflow: hidden; }
        #glhWrapper dl dt a {
          padding: 0;
          color: #29312f;
          text-align: center; }
          #glhWrapper dl dt a::before {
            display: none; }
          #glhWrapper dl dt a:hover {
            background: rgba(0, 62, 146, 0.05); }
        #glhWrapper dl dt label {
          display: none; }
      #glhWrapper dl dd {
        position: fixed;
        top: 4rem;
        right: 0;
        left: 0;
        padding: 0 4rem;
        width: 100%;
        background: #003e92;
        transition: 0.2s;
        z-index: 8890;
        opacity: 0; }
        #glhWrapper dl dd h2, #glhWrapper dl dd h3 {
          display: none;
          opacity: 1; }
          #glhWrapper dl dd h2 a, #glhWrapper dl dd h2 span, #glhWrapper dl dd h3 a, #glhWrapper dl dd h3 span {
            text-align: center; }
        #glhWrapper dl dd ul {
          display: flex;
          flex-wrap: wrap;
          margin: 0 auto;
          width: 100%;
          opacity: 0; }
        #glhWrapper dl dd li {
          width: 25%;
          height: 0;
          transition: .2s;
          overflow: hidden; }
      #glhWrapper dl:hover dd {
        padding: 3rem 4rem;
        height: 31rem;
        opacity: 1; }
        #glhWrapper dl:hover dd h2, #glhWrapper dl:hover dd h3 {
          display: inline-block;
          opacity: 1; }
        #glhWrapper dl:hover dd h3 {
          margin: 5rem 0 0; }
        #glhWrapper dl:hover dd h3:first-child {
          margin: 0; }
        #glhWrapper dl:hover dd ul {
          padding: 0.5rem;
          opacity: 1;
          border-bottom: none; }
        #glhWrapper dl:hover dd li {
          height: auto;
          min-height: 5rem;
          padding: 0.5rem;
          opacity: 1; }

  #cbxGlhMenu:checked ~ header #glhWrapper {
    padding: 0 0 0 4rem;
    height: 4rem; }
    #cbxGlhMenu:checked ~ header #glhWrapper #divMenuClose {
      height: 0;
      display: none; }
    #cbxGlhMenu:checked ~ header #glhWrapper dt {
      border-bottom: none; }

  #cbxGlhCtg01:checked ~ #glhWrapper #dlCtg01 dd h3:first-child,
  #cbxGlhCtg02:checked ~ #glhWrapper #dlCtg02 dd h3:first-child,
  #cbxGlhCtg03:checked ~ #glhWrapper #dlCtg03 dd h3:first-child,
  #cbxGlhCtg04:checked ~ #glhWrapper #dlCtg04 dd h3:first-child,
  #cbxGlhCtg05:checked ~ #glhWrapper #dlCtg05 dd h3:first-child,
  #cbxGlhCtg06:checked ~ #glhWrapper #dlCtg06 dd h3:first-child {
    margin: 0; }
  #cbxGlhCtg01:checked ~ #glhWrapper #dlCtg01 dd ul,
  #cbxGlhCtg02:checked ~ #glhWrapper #dlCtg02 dd ul,
  #cbxGlhCtg03:checked ~ #glhWrapper #dlCtg03 dd ul,
  #cbxGlhCtg04:checked ~ #glhWrapper #dlCtg04 dd ul,
  #cbxGlhCtg05:checked ~ #glhWrapper #dlCtg05 dd ul,
  #cbxGlhCtg06:checked ~ #glhWrapper #dlCtg06 dd ul {
    border-bottom: none; } }
/* breadcrumb
--------------------------- */
#breadcrumb {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  #breadcrumb ol {
    display: block;
    margin: 0 auto;
    padding: 0 1em;
    width: 100%;
    text-align: left; }
  #breadcrumb li {
    display: inline-block;
    padding: 2em 0;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5); }
    #breadcrumb li::before {
      content: ">";
      display: inline-block;
      padding: 0 0.5em; }
    #breadcrumb li:first-child::before {
      content: "";
      display: none;
      padding: 0; }
    #breadcrumb li span {
      padding: 2em 0; }
    #breadcrumb li a {
      color: rgba(0, 0, 0, 0.8); }

/* footer
--------------------------- */
footer#glFooter {
  position: relative;
  padding: 1em 0 0;
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  footer#glFooter a {
    color: rgba(43, 45, 41, 0.7);
    text-decoration: none; }
    footer#glFooter a:hover {
      color: #ad9845; }

#glfWrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1rem;
  max-width: 1100px; }
  #glfWrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 2em 0 0;
    width: 100%; }
  #glfWrapper li {
    padding: 0.5rem 0 0;
    width: 3.5em; }
    #glfWrapper li img {
      margin: 0;
      padding: 0;
      width: auto; }
    #glfWrapper li:first-child {
      padding: 0 0.5em 0 0;
      width: calc(100% - 14em);
      text-align: left; }
      #glfWrapper li:first-child img {
        height: 4em;
        max-width: 150px; }
    #glfWrapper li button, #glfWrapper li label {
      display: block;
      margin: 0 0.5rem 0 0;
      padding: 0;
      width: 3rem;
      height: 3rem;
      border: none;
      color: #eae8dc;
      font-size: 1.6rem;
      line-height: 3rem;
      text-align: center;
      border-radius: 1.5rem;
                      /*
background: rgba(43,45,41,1);*/
      overflow: hidden;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      opacity: 1; }
      #glfWrapper li button img, #glfWrapper li label img {
        height: 100%; }
      #glfWrapper li button:hover, #glfWrapper li label:hover {
        opacity: 0.7; }
  #glfWrapper dl {
    display: none;
    width: 25%;
    min-height: 15em;
    text-align: left; }
  #glfWrapper dt {
    display: block;
    padding: 2em 0.5em 0.7em;
    font-size: 1.3rem;
    font-weight: 500; }
    #glfWrapper dt a {
      position: relative;
      display: block;
      padding: 0 0 0.5em;
      width: 100%;
      text-align: left;
      line-height: 1em; }
  #glfWrapper dd {
    display: none;
    padding: 0 0.5em 0.7em;
    font-size: 1rem; }
    #glfWrapper dd#ftBtns {
      display: block;
      padding: 0.5em 0 0; }

@media all and (-ms-high-contrast: none) {
  #glfWrapper li:first-child img {
    height: 4em;
    width: 15.68em; } }
#footerEnd {
  margin: 0 auto;
  text-align: center; }
  #footerEnd ul {
    padding: 3em 0 6em; }
  #footerEnd li {
    display: block;
    font-size: 1.1rem;
    list-style: none;
    text-align: left; }
    #footerEnd li a {
      position: relative;
      display: block;
      padding: 1.5em 2em 1.5em 1em;
      width: 100%;
      line-height: 1em;
      border-top: 1px solid rgba(43, 45, 41, 0.2); }
      #footerEnd li a::after {
        content: "\f054";
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        position: absolute;
        display: block;
        margin: auto;
        top: 0;
        right: 0;
        bottom: 0;
        width: 3em;
        height: 3em;
        line-height: 3em;
        font-size: 0.8em;
        text-align: center; }
    #footerEnd li:last-child a {
      border-bottom: 1px solid rgba(43, 45, 41, 0.2); }
  #footerEnd p {
    padding: 3em 0 2em;
    font-size: 1rem;
    white-space: nowrap;
    color: rgba(43, 45, 41, 0.7); }

#footerGroup {
  margin: 0 auto;
  color: white;
  font-size: calc(16vw / 1200 * 100);
  text-align: center;
  background: #003e92; }
  #footerGroup .panel {
    padding: 18em 3em 4em; }
    #footerGroup .panel::before {
      display: block;
      margin: auto;
      position: absolute;
      top: 6em;
      right: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 10em;
      background-image: url("/common/img/logo_group.svg");
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: 50% 50%; }
    #footerGroup .panel a {
      color: white !important;
      font-weight: 500;
      transition: 0.2s opacity ease-in-out; }
      #footerGroup .panel a:hover {
        opacity: 0.6; }
  #footerGroup li {
    line-height: 1.2em;
    text-align: left; }
    #footerGroup li a, #footerGroup li span {
      padding: 0 1em 0 2em;
      position: relative; }
      #footerGroup li a::before, #footerGroup li span::before {
        display: block;
        content: "";
        position: absolute;
        top: 0.3em;
        left: 0.5em;
        width: 1em;
        height: 1em;
        opacity: 0.6;
        background-image: url("/common/img/lh_new.svg");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 100% auto; }
  #footerGroup ol {
    display: flex;
    margin: 0 auto 2em;
    width: 100%;
    border-bottom: 1px solid white; }
    #footerGroup ol li {
      padding: 1em 0.25em;
      width: 50%;
      font-size: 2.4em; }
      #footerGroup ol li:first-child a {
        padding: 0; }
        #footerGroup ol li:first-child a::before {
          display: none; }
      #footerGroup ol li:last-child {
        text-align: right;
        opacity: 0.6; }
  #footerGroup dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0.8em; }
  #footerGroup dt {
    position: relative;
    padding: 1em;
    width: 18em;
    background: rgba(255, 255, 255, 0.1); }
    #footerGroup dt span {
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1em;
      font-family: roboto, "Noto Sans JP", sans-serif;
      font-size: 2em;
      font-weight: bold;
      line-height: 1em;
      letter-spacing: 0.1em; }
  #footerGroup dd {
    width: calc(100% - 18em); }
  #footerGroup ul {
    padding: 0 0 0 1em; }
    #footerGroup ul li {
      padding: 0.5em 0;
      font-size: 2em; }

#footerCopy {
  margin: 0 auto;
  text-align: center;
  background: #003e92; }
  #footerCopy p {
    padding: 3em 0 2em;
    font-size: 1rem;
    white-space: nowrap;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }

/* search
--------------------------- */
#disp-search {
  display: none; }

#searchPanel {
  display: block;
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.2s all ease-in-out;
  overflow: hidden;
  z-index: 9999; }
  #searchPanel #lblSearchClose {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    cursor: pointer; }
    #searchPanel #lblSearchClose figure {
      display: block;
      margin: 3rem 20%;
      padding: 1rem;
      border: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 1.4rem;
      border-radius: 0.5rem; }

.gcse-search {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90% !important;
  height: 6rem !important;
  opacity: 0;
  transition: 0.2s all ease-in-out; }

#disp-search:checked ~ #searchPanel {
  height: 100%; }

#disp-search:checked ~ #searchPanel .gcse-search {
  opacity: 1; }

/* footer
--------------------------- */
#glFooter {
  background: rgba(43, 45, 41, 0) url(/common/images/bg-base.gif); }
  #glFooter a {
    color: rgba(43, 45, 41, 0.7); }

#footerEnd ul {
  border-bottom: 1px solid rgba(43, 45, 41, 0.2); }
#footerEnd li {
  display: block;
  font-size: 1.1rem;
  list-style: none;
  text-align: left; }
  #footerEnd li a {
    position: relative;
    display: block;
    padding: 1.5em 2em 1.5em 1em;
    width: 100%;
    line-height: 1em;
    border-top: 1px solid rgba(43, 45, 41, 0.2); }
    #footerEnd li a::after {
      content: "\f054";
      font-family: "Font Awesome 5 free";
      font-weight: 900;
      position: absolute;
      display: block;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 0;
      width: 3em;
      height: 3em;
      line-height: 3em;
      font-size: 0.8em;
      text-align: center; }

.nav-light #breadcrumb, .nav-light #glFooter {
  background: transparent; }
  .nav-light #breadcrumb a, .nav-light #glFooter a {
    color: #29312f; }
    .nav-light #breadcrumb a:hover, .nav-light #glFooter a:hover {
      color: #004092; }
.nav-light #glfWrapper li {
  width: auto; }
  .nav-light #glfWrapper li:first-child {
    padding: 0 0.5rem 0 0;
    width: calc(100% - 14rem); }
    .nav-light #glfWrapper li:first-child img {
      height: 4rem; }
.nav-light #footerEnd p {
  padding: 3em 0 6em; }
.nav-light #footerCopy p {
  padding: 3em 0 6em; }

@media screen and (min-width: 610px) {
  #footerEnd ul li:last-child a {
    border-bottom: none; }
  #footerEnd p {
    padding: 3em 0 2em; }

  .nav-light #footerEnd p {
    padding: 3em 0 2em; }
  .nav-light #footerCopy p {
    padding: 3em 0 2em; } }
@media screen and (min-width: 960px) {
  /* breadcrumb
  --------------------------- */
  #breadcrumb {
    display: block; }

  /* footer
  --------------------------- */
  #glfWrapper {
    margin: 0 auto; }
    #glfWrapper dl, #glfWrapper dd {
      display: block; }

  #footerEnd ul {
    padding: 3em 0 1em;
    border-bottom: none; }
  #footerEnd li {
    display: inline-block;
    text-align: center; }
    #footerEnd li a {
      padding: 1.5em;
      font-size: 0.9rem;
      border-top: none; }
      #footerEnd li a::after {
        display: none; }
  #footerEnd p {
    padding: 2em;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center; }

  #footerGroup {
    font-size: 0.6rem; }
    #footerGroup .panel {
      padding: 8em 0 6em 36em;
      width: 98%;
      max-width: 1200px; }
      #footerGroup .panel::before {
        top: 10em;
        right: auto;
        width: 29em;
        height: 10em;
        background-size: 29em auto;
        background-position: 0 0; }
    #footerGroup ul {
      display: flex;
      flex-wrap: wrap; }

  #footerCopy p {
    padding: 2em;
    text-align: center; } }
/***layout***/
body {
  position: relative;
  text-align: center;
  color: #29312f;
  background: #dad6ce url(../images/bg-base.gif) center; }
  body.nav-light {
    background: white; }

#gheader, #gnav {
  position: absolute; }

.stage h1 {
  margin: 0;
  padding: 3em 0 0.5em;
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: 300; }

.stage h2 {
  margin: 0;
  padding: 0 0 4em;
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 300; }

.stext {
  font-size: 13px;
  line-height: 1.2em; }

.stage h2 span.layout-btn {
  display: block;
  margin: 0 auto;
  padding: 2em 0 0; }

.stage h2 span.layout-btn a {
  display: inline-block;
  padding: 1em 2em;
  color: #FFF;
  font-size: 0.9em;
  background: rgba(156, 121, 56, 0.7);
  border-radius: 0.5em;
  transition: all .2s ease-in-out; }

.stage h2 span.layout-btn a:hover {
  background: #9c7938; }

/* prbox
--------------------------- */
#prbox {
  display: none; }

/* gnv
--------------------------- */
#gnv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 1em rgba(41, 49, 47, 0.3);
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  transition: all .6s ease-in-out;
  z-index: 8889; }

#cbxGlhMenu:checked ~ #wrapper #gnv {
  z-index: 8887; }

.start #gnv {
  position: absolute;
  box-shadow: 0 0 0 rgba(41, 49, 47, 0);
  z-index: 8887; }

#gnv ul {
  position: relative;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  transition: all .6s ease-in-out; }

#gnv ul.nav-open {
  background: white; }

#gnv li {
  margin: 0 auto;
  width: 90%;
  padding: 0;
  transition: all .2s ease-in-out;
  overflow: hidden; }

.nav-open li {
  display: block;
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.nav-close li {
  display: block;
  height: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1); }

#gnv li:first-child,
#gnv li:last-child {
  display: block;
  position: absolute;
  padding: 0;
  top: 0;
  width: 50%;
  height: 60px;
  border: none; }

#gnv li:first-child {
  left: 0; }

#gnv li:last-child {
  right: 0;
  text-align: right; }

#gnv li a {
  position: relative;
  display: block;
  padding: 0 1em;
  width: 100%;
  height: 100%;
  color: rgba(41, 49, 47, 0.6);
  font-size: 1em;
  line-height: 60px; }

#gnv li a:after {
  content: url(/common/img/ic_next2.svg);
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0.5em;
  bottom: 0;
  width: 1em;
  height: auto; }

#btnProductMenu {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 4em;
  height: 100%;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer; }

#btnProductMenu img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2em;
  width: auto; }

.nav-open #btnProductMenu img.btn-product-open {
  display: block; }

.nav-close #btnProductMenu img.btn-product-open {
  display: none; }

.nav-open #btnProductMenu img.btn-product-close {
  display: none; }

.nav-close #btnProductMenu img.btn-product-close {
  display: block; }

#gnv li:first-child a:after {
  content: none; }

#gnv li:first-child img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1em;
  width: auto;
  height: 2em; }

.func #gnv li a.gnv-func,
.otpt #gnv li a.gnv-otpt,
.ntwk #gnv li a.gnv-ntwk,
.rqir #gnv li a.gnv-rqir {
  color: #29312f;
  cursor: default; }

/* header
--------------------------- */
#header {
  height: 100%;
  background: url(/common/images/bg-txcr.png) top center; }

.top #header,
.top-saag #header {
  height: 500px; }

.func #header,
.otpt #header,
.ntwk #header,
.rqir #header,
.srvc #header,
.etry #header,
.prvg #header {
  height: 450px; }

#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.func #header:before {
  background: url(/common/images/ic_prd05.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.otpt #header:before {
  background: url(/common/images/ic_prd04.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.ntwk #header:before {
  background: url(/common/images/ic_prd06.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.rqir #header:before {
  background: url(/common/images/ic_prd08.svg) 50% 145px no-repeat;
  background-size: 140px 440px; }

.srvc #header:before {
  background: url(/common/images/ic_prd07.svg) 50% 140px no-repeat;
  background-size: 140px 440px; }

.etry #header:before {
  background: url(/common/images/ic_prd18.svg) 50% 160px no-repeat #232022;
  background-size: 250px 440px; }

.prvg #header:before {
  background: url(/common/images/ic_prd19.svg) 50% 160px no-repeat #232022;
  background-size: 300px 440px; }

#header h1 {
  position: relative;
  padding: 4.5em 0 0; }

#header h2,
#header h3 {
  position: relative;
  display: block;
  font-weight: 300;
  line-height: 1.2em;
  text-shadow: 0 0 0.5em #dad6ce; }

.etry #header h2,
.etry #header h3,
.prvg #header h2,
.prvg #header h3 {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2); }

#header h2 {
  padding: 0.5em 0 0;
  font-size: 1.6em; }

.top-saag #header h1 {
  margin: 0 auto;
  padding: 10rem 0 0;
  width: 80%;
  text-align: left; }

.top-saag #header h1 img {
  height: 5rem; }

.top-saag #header h2 {
  margin: 0 auto;
  width: 80%;
  padding: 2em 0 0;
  color: white;
  font-size: 1.2rem;
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  line-height: 1.8em;
  text-align: left; }

.top-saag #header figure {
  margin: 0 auto;
  padding: 4rem 0 0;
  width: 80%; }

.top-saag #header figure img {
  width: 100%; }

#header h3 {
  padding: 0.3em 0 0;
  font-size: 1.2em; }

.top #header h3 {
  padding: 15em 0 0; }

#min.top #header:before {
  background: url(/common/img/bg_main_min_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acc.top #header:before {
  background: url(/common/img/bg_main_acc_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#apr.top #header:before {
  background: url(/common/img/bg_main_apr_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acn.top #header:before {
  background: url(/common/img/bg_main_acn_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#acccar.top #header:before {
  background: url(/common/img/bg_main_acccar_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#psl.top #header:before {
  background: url(/common/img/bg_main_psl_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#sal.top #header:before,
#spr.top #header:before {
  background: url(/common/img/bg_main_sal_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#scl.top #header:before {
  background: url(/common/img/bg_main_scl_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#saag.top-saag #header:before {
  background: url(/saag/images/bg_main.jpg) center center no-repeat #7699b8;
  background-size: auto 100%; }

/*#saag.top-saag #header:before {background:url(/saag/images/bg_main_mob.jpg) center 4.6rem no-repeat rgba(35,32,34,1); background-size: cover;}*/
#boki.top #header:before {
  background: url(/common/img/bg_main_boki_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#daichiImp.top #header:before {
  background: url(/products/daichi_imp/images/bg_main_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

#daichiAc.top #header:before {
  background: url(/products/daichi_ac/images/bg_main_mob.png) center bottom no-repeat;
  background-size: auto 400px; }

/* cvbox
--------------------------- */
.cvbox {
  height: auto;
  color: #FFF;
  overflow: hidden; }

.cvtgt p {
  font-size: 1.5em;
  padding: 1em 0; }

.cvtgt ul {
  display: none; }

.cvtgt,
.cvbtns {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 90%; }

.cvbtns button {
  display: block;
  margin: 0 auto;
  width: 290px;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  font-weight: 300;
  cursor: pointer;
  border: none;
  background: white;
  transition: all .2s ease-in-out; }

.cvbtns button:hover {
  background: rgba(255, 255, 255, 0.6); }

.cvbtns p {
  margin: 0;
  width: 100%;
  padding: 1em 0 0.5em;
  font-size: 1em; }
  .cvbtns p strong {
    display: block;
    margin: 0;
    width: 100%;
    padding: 0.5em 0 1em; }
    .cvbtns p strong a {
      position: relative;
      display: block;
      margin: 0 auto;
      padding: 0.5em 2.5em;
      font-size: 1.4em;
      line-height: 1em;
      width: 75%;
      max-width: 400px;
      text-align: left;
      font-weight: 400;
      white-space: nowrap;
      color: rgba(255, 255, 255, 0.7);
      background: #29312f;
      border-radius: 5rem;
      transition: 0.2s all ease-in-out; }
      .cvbtns p strong a::before, .cvbtns p strong a::after {
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        line-height: 1em;
        width: 1.8em;
        text-align: center;
        height: 1em; }
      .cvbtns p strong a::before {
        left: 0.5em; }
      .cvbtns p strong a::after {
        right: 0.5em;
        content: "\f054";
        font-size: 0.7em;
        transition: 0.2s all ease-in-out; }
      .cvbtns p strong a:hover {
        color: white; }
        .cvbtns p strong a:hover::after {
          width: 1.5em; }
      .cvbtns p strong a.form::before {
        content: "\f0e0"; }
      .cvbtns p strong a.page::before {
        content: "\f15c"; }

.cvbtns dl {
  margin: 0;
  width: 100%;
  padding: 0 0 1.5em; }

.cvbtns dl:after {
  content: "";
  display: block;
  clear: both; }

.cvbtns dt,
.cvbtns dd {
  display: inline-block;
  padding: 0;
  margin: 0;
  outline: none; }

.cvbtns dt {
  color: #FFF;
  font-size: 1.8em;
  padding-right: 0.3em;
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden; }

.cvbtns dt a {
  color: #FFF; }

.cvbtns dd {
  font-size: 0.7em;
  line-height: 1.2em;
  text-align: right; }

.cvbtns a.trial {
  display: none; }

/* colbox
--------------------------- */
.col2box,
.col3box,
.col4box {
  margin: 0 auto;
  padding: 0 5%;
  width: 100%; }

.col2box dl,
.col3box dl,
.col4box dl {
  float: left;
  display: block; }

.col2box dl,
.col3box dl,
.col4box dl {
  width: 100%; }

.col2box dt,
.col3box dt {
  padding: 0 0 0;
  font-size: 20px; }

.col2box dt img,
.col3box dt img,
.col4box dt img {
  width: 100%;
  height: auto;
  padding: 0 0 0.5em; }

.col2box dd,
.col3box dd,
.col4box dd {
  padding: 0 0 1em;
  color: rgba(41, 49, 47, 0.6);
  font-size: 1em;
  line-height: 1.5em;
  text-align: left; }

/* linkarea
--------------------------- */
.linkarea {
  clear: both;
  margin: 0 auto;
  padding: 3em 0; }

.linkarea li {
  display: inline-block;
  padding: 0 1.2em 1em;
  font-size: 1.2rem; }

.linkarea li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.4em;
  color: rgba(41, 49, 47, 0.7);
  line-height: 1.1em; }

.linkarea li a:hover {
  color: #9c7938; }

.linkarea li a:before {
  content: url(/common/images/arrow24.svg);
  position: absolute;
  left: 0;
  width: 1.1em;
  height: auto;
  transition: all .2s ease-in-out; }

.linkarea li a:hover:before {
  left: 2px; }

.linkarea li.white a {
  color: white; }

.linkarea li.white a:hover {
  color: rgba(255, 255, 255, 0.7); }

.linkarea li.white a:before {
  content: url(/common/img/arrow24w.svg); }

/* moviebox
--------------------------- */
.moviebox {
  padding: 0 0 2em;
  margin: 0 auto;
  width: 96%; }

.moviebox iframe {
  width: 100%;
  height: 60vw;
  max-width: 854px;
  max-height: 480px; }

/* bland
--------------------------- */
#bland {
  height: auto; }

#bland h1 {
  padding: 3em 0 1em;
  font-size: 1.5em;
  line-height: 1em;
  letter-spacing: 0.1em; }

#bland h2 {
  font-size: 1.4em;
  line-height: 1em;
  letter-spacing: 0.3em; }

#bland p {
  padding: 0 1em 5em;
  font-size: 0.7em;
  line-height: 1.5em; }

/* picup
--------------------------- */
.picup {
  padding: 0 0 7em; }

.picup .atl-wrap {
  padding: 3em 2em; }

.picup .atl-wrap article {
  display: block;
  float: left;
  width: 100%;
  padding: 1em 0.5em; }

.picup .atl-wrap article a {
  position: relative;
  display: block;
  width: 100%;
  background: white;
  box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.3); }

.picup .atl-wrap article a::after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #646464;
  font-size: 1.5em;
  opacity: 0.3;
  transition: all .2s ease-in-out; }

.picup .atl-wrap article a.a-type01::after {
  content: "\f061"; }

.picup .atl-wrap article a.a-type02::after {
  content: "\f1c1"; }

.picup .atl-wrap article a:hover::after {
  font-size: 2em;
  bottom: 0.4em;
  right: 0.4em;
  opacity: 1; }

.picup .atl-wrap figure {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden; }

.picup .atl-wrap figure::before {
  content: "";
  display: block;
  padding-top: 75%; }

.picup .atl-wrap figure img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 100%;
  width: auto;
  text-align: center;
  transition: all .4s ease-in-out; }

.picup .atl-wrap article a:hover figure img {
  height: 105%;
  top: 2.5%;
  bottom: 2.5%;
  opacity: 1; }

.picup .detail {
  padding: 1em 2em;
  text-align: left;
  height: 15em; }

.picup .detail h3 {
  display: block;
  padding: 0 0 1em;
  font-size: 1.4em;
  line-height: 1.6em;
  height: 3.2em;
  font-weight: 300 !important;
  overflow: hidden; }

.picup .detail p {
  display: block;
  padding: 1em 2em 2em 0;
  height: 6.4em;
  line-height: 1.8em;
  color: #9b9b9b;
  overflow: hidden; }
  .picup .detail p br {
    display: none; }
  .picup .detail p li {
    display: inline !important; }

/* footer
--------------------------- */
#footer {
  height: auto;
  padding: 5em 0;
  background: #FFF; }

#footer #ft1,
#footer #ft2,
#footer #ft3 {
  display: block;
  padding: 0 0 4em;
  width: 100%; }

#footer h1 {
  margin: 0 auto;
  width: 80%;
  padding: 1em 0;
  font-size: 20px;
  text-align: left; }

#footer p {
  margin: 0 auto;
  width: 80%;
  padding: 0 0 1.5em;
  font-size: 14px;
  line-height: 24px;
  text-align: left; }

#footer button,
#footer a.button {
  margin: 0 auto;
  width: 80%;
  height: 80px;
  color: rgba(41, 49, 47, 0.7);
  font-size: 18px;
  background: white;
  border: 4px solid rgba(156, 121, 56, 0.8);
  box-shadow: 0 0 0 rgba(156, 121, 56, 0) inset;
  border-radius: 15px;
  overflow: hidden; }

#footer button:hover {
  box-shadow: 0 0 5px rgba(156, 121, 56, 0.5) inset; }

#footer ul {
  margin: 0 auto;
  width: 80%;
  padding: 0 0 1em;
  text-align: left; }

#footer li {
  display: block;
  padding: 0 0 0.5em 0; }

#footer li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 1.5em;
  color: rgba(41, 49, 47, 0.7);
  font-size: 16px;
  line-height: 22px; }

#footer li a:hover {
  color: #9c7938; }

#footer li a:before {
  position: absolute;
  content: url(/common/images/arrow24.svg);
  left: 0;
  width: 20px;
  height: auto; }

#footer #cpy {
  clear: both;
  margin: 0 auto;
  padding: 6em 0 2em;
  font-size: 12px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif; }

#daichiAc .disp-imp,
#daichiImp .disp-ac {
  display: none; }

/* min setting
--------------------------- */
#min .cvbox {
  background: #2f678d; }

#min .cvbtns button,
#min .trial {
  color: #2f678d; }

#min.top #header h3 {
  color: #2f678d; }

#min #footer button:hover {
  color: #2f678d;
  border: 4px solid #2f678d; }

/* acc setting
--------------------------- */
#acc .cvbox {
  background: #af2e3a; }

#acc .cvbtns button,
#acc .trial {
  color: #af2e3a; }

#acc.top #header h3 {
  color: rgba(175, 46, 58, 0.8); }

#acc #footer button:hover {
  color: #af2e3a;
  border: 4px solid #af2e3a; }

/* apr setting
--------------------------- */
#apr .cvbox {
  background: rgba(62, 58, 52, 0.8); }

#apr .cvbtns button,
#apr .trial {
  color: rgba(62, 58, 52, 0.8); }

#apr.top #header h3 {
  color: rgba(62, 58, 52, 0.8); }

#apr #footer button:hover {
  color: #3e3a34;
  border: 4px solid #3e3a34; }

/* acn setting
--------------------------- */
#acn .cvbox {
  background: #a1312d; }

#acn .cvbtns button,
#acn .trial {
  color: #a1312d; }

#acn.top #header h3 {
  color: rgba(161, 49, 45, 0.8); }

#acn #footer button:hover {
  color: #a1312d;
  border: 4px solid #a1312d; }

/* acccar setting
--------------------------- */
#acccar .cvbox {
  background: #749551; }

#acccar .cvbtns button,
#acccar .trial {
  color: #749551; }

#acccar.top #header h3 {
  color: rgba(116, 149, 81, 0.8); }

#acccar #footer button:hover {
  color: #749551;
  border: 4px solid #749551; }

/* psl setting
--------------------------- */
#psl .cvbox {
  background: #2683a3; }

#psl .cvbtns button,
#psl .trial {
  color: #2683a3; }

#psl.top #header h3 {
  color: rgba(38, 131, 163, 0.8); }

#psl #footer button:hover {
  color: #2683a3;
  border: 4px solid #2683a3; }

/* sal setting
--------------------------- */
#sal .cvbox {
  background: #8d9e3d; }

#sal .cvbtns button,
#sal .trial {
  color: #8d9e3d; }

#sal.top #header h3 {
  color: rgba(141, 158, 61, 0.8); }

#sal #footer button:hover {
  color: #8d9e3d;
  border: 4px solid #8d9e3d; }

/* spr setting
--------------------------- */
#spr .cvbox {
  background: rgba(0, 90, 73, 0.8); }

#spr .cvbtns button,
#spr .trial {
  color: rgba(0, 90, 73, 0.8); }

#spr.top #header h3 {
  color: rgba(0, 90, 73, 0.8); }

#spr #footer button:hover {
  color: #005a49;
  border: 4px solid #005a49; }

/* scl setting
--------------------------- */
#scl .cvbox {
  background: #e18100; }

#scl .cvbtns button,
#scl .trial {
  color: #e18100; }

#scl.top #header h3 {
  color: rgba(225, 129, 0, 0.8); }

#scl #footer button:hover {
  color: #e18100;
  border: 4px solid #e18100; }

/* saag setting
--------------------------- */
#saag .cvbox {
  background: #988b59; }

#saag .cvbtns button,
#saag .trial {
  color: #988b59; }

#saag.top #header h3 {
  color: rgba(152, 139, 89, 0.8); }

#saag #footer button:hover {
  color: #988b59;
  border: 4px solid #988b59; }

/* boki setting
--------------------------- */
#boki .cvbox {
  background: #3d936c; }

#boki .cvbtns button,
#boki .trial {
  color: #3d936c; }

#boki.top #header h3 {
  color: rgba(61, 147, 108, 0.8); }

#boki #footer button:hover {
  color: #3d936c;
  border: 4px solid #3d936c; }

/* daichi_imp setting
--------------------------- */
#daichiImp .cvbox {
  background: #008d41; }

#daichiImp .cvbtns button,
#daichiImp .trial {
  color: #008d41; }

#daichiImp.top #header h3 {
  color: rgba(0, 141, 65, 0.8); }

#daichiImp #footer button:hover {
  color: #008d41;
  border: 4px solid #008d41; }

/* daichi_ac setting
--------------------------- */
#daichiAc .cvbox {
  background: #e87f00; }

#daichiAc .cvbtns button,
#daichiAc .trial {
  color: #e87f00; }

#daichiAc.top #header h3 {
  color: rgba(232, 127, 0, 0.8); }

#daichiAc #footer button:hover {
  color: #e87f00;
  border: 4px solid #e87f00; }

/* mlink setting
--------------------------- */
#mlink .cvbox {
  background: #f35532; }

#mlink .cvbtns button,
#mlink .trial {
  color: #f35532; }

#mlink.top #header h3 {
  color: rgba(243, 85, 50, 0.8); }

#mlink #footer button:hover {
  color: #f35532;
  border: 4px solid #f35532; }

/*SMP*/
@media screen and (min-width: 600px) {
  .stage h1 {
    font-size: 2.4em; }

  .stage h2 {
    font-size: 1.2em; }

  #header h1,
  #header h2,
  #header h3 {
    width: 100%;
    text-align: left; }

  .lp19 #header h1,
  .lp19 #header h2,
  .lp19 #header h3 {
    width: 100%;
    text-align: center; }

  #header h1 {
    padding: 4em 0 0 10%; }

  #header h2 {
    padding: 0.5em 0 0 10%;
    font-size: 2em; }

  #header h3 {
    padding: 1em 0 0 10%;
    font-size: 1.2em; }

  .top #header h1 {
    padding: 150px 0 0 5%; }

  .top #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 2em; }

  .top #header h3 {
    padding: 1em 0 0 5%;
    font-size: 1.4em; }

  .top-saag #header h1 {
    padding: 9rem 0 0;
    width: 72%; }

  .top-saag #header h1 img {
    height: 6rem; }

  .top-saag #header h2 {
    width: 72%; }

  .top-saag #header figure {
    padding: 2rem 0 0;
    width: 72%; }

  .func #header,
  .otpt #header,
  .ntwk #header,
  .rqir #header,
  .srvc #header,
  .etry #header,
  .prvg #header {
    height: 350px; }

  .lp19 #header {
    height: 300px; }

  .func #header:before {
    background: url(/common/images/ic_prd05.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .otpt #header:before {
    background: url(/common/images/ic_prd04.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .ntwk #header:before {
    background: url(/common/images/ic_prd06.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .rqir #header:before {
    background: url(/common/images/ic_prd08.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .srvc #header:before {
    background: url(/common/images/ic_prd07.svg) 90% 20px no-repeat;
    background-size: 200px 440px; }

  .etry #header:before {
    background: url(/common/images/ic_prd18.svg) 90% 20px no-repeat #232022;
    background-size: 250px 480px; }

  .prvg #header:before {
    background: url(/common/images/ic_prd19.svg) 90% 20px no-repeat #232022;
    background-size: 300px 440px; }

  .top #header,
  .top-saag #header {
    height: 440px; }

  #min.top #header:before {
    background: url(/common/img/bg_main_min.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #acc.top #header:before {
    background: url(/common/img/bg_main_acc.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #apr.top #header:before {
    background: url(/common/img/bg_main_apr.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #acn.top #header:before {
    background: url(/common/img/bg_main_acn.png) right 4em no-repeat; }

  #acccar.top #header:before {
    background: url(/common/img/bg_main_acccar.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #psl.top #header:before {
    background: url(/common/img/bg_main_psl.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #sal.top #header:before,
  #spr.top #header:before {
    background: url(/common/img/bg_main_sal.png) 60% 60px no-repeat;
    background-size: auto 380px; }

  #scl.top #header:before {
    background: url("/common/img/bg_main_scl.png") 60% 60px no-repeat;
    background-size: auto 380px; }

  /*#saag.top-saag #header:before {background:url(/saag/images/bg_main.jpg) center 60px no-repeat rgba(35,32,34,1); background-size: auto 440px;}*/
  #boki.top #header:before {
    background: url(/common/img/bg_main_boki.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  #daichiImp.top #header:before {
    background: url(/products/daichi_imp/images/bg_main.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  #daichiAc.top #header:before {
    background: url(/products/daichi_ac/images/bg_main.png) 60% 60px no-repeat;
    background-size: auto 420px; }

  .col2box dl {
    width: 50%; }

  .col3box dl {
    width: 50%; }

  .col4box dl {
    width: 50%; }

  /* bland
  --------------------------- */
  #bland h1 {
    padding: 3em 0 1em;
    font-size: 2em;
    line-height: 1em;
    letter-spacing: 0.1em; }

  #bland h2 {
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0.3em; }

  #bland p {
    font-size: 1em; }

  /* picup
  --------------------------- */
  .picup .atl-wrap article {
    width: 50%;
    padding: 1em 1em 4em; }

  /* footer
  --------------------------- */
  #footer {
    height: auto;
    padding: 6em 0;
    background: #FFF; }

  #footer #ft1,
  #footer #ft2,
  #footer #ft3 {
    display: block;
    float: left;
    padding: 0;
    width: 33%;
    height: 100%;
    overflow: hidden; }

  #footer #ft2,
  #footer #ft3 {
    border-left: 1px solid rgba(41, 49, 47, 0.3); }

  #footer h1 {
    margin: 0 auto;
    width: 80%;
    padding: 1em 0;
    font-size: 1.4em;
    text-align: left; }

  #footer p {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 1.5em;
    font-size: 14px;
    line-height: 24px;
    text-align: left; }

  #footer button,
  #footer a.button {
    margin: 0 auto;
    width: 80%;
    height: 5em;
    color: rgba(41, 49, 47, 0.7);
    font-size: 1.2em;
    background: white;
    border: 4px solid rgba(156, 121, 56, 0.8);
    box-shadow: 0 0 0 rgba(156, 121, 56, 0) inset;
    border-radius: 1em;
    cursor: pointer;
    overflow: hidden; }

  #footer button:hover {
    box-shadow: 0 0 5px rgba(156, 121, 56, 0.5) inset; }

  #footer ul {
    margin: 0 auto;
    width: 80%;
    padding: 0 0 1em;
    text-align: left; }

  #footer li {
    display: block;
    padding: 0 0 0.5em 0; }

  #footer li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 2em;
    color: rgba(41, 49, 47, 0.7);
    font-size: 0.9em;
    line-height: 22px; }

  #footer li a:hover {
    color: #9c7938; }

  #footer li a:before {
    position: absolute;
    content: url(/common/images/arrow24.svg);
    left: 0;
    width: 20px;
    height: auto; }

  #footer #cpy {
    clear: both;
    margin: 0 auto;
    padding: 6em 0 2em;
    font-size: 12px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif; }

  /*tablet*/ }
@media screen and (min-width: 960px) {
  .stage h1 {
    font-size: 2.8em; }

  .stage h2 {
    font-size: 1.4em; }

  /* prbox
  --------------------------- */
  #prbox {
    display: block;
    height: 140px;
    padding: 20px 0;
    background: rgba(41, 49, 47, 0.4);
    overflow: hidden; }

  #pr {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    text-align: left; }

  #pr_prev,
  #pr_next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 3%;
    color: white;
    text-align: center;
    font-size: 10px;
    line-height: 100px;
    font-weight: 400;
    background: rgba(41, 49, 47, 0.4);
    overflow: hidden;
    cursor: pointer; }

  #pr_prev {
    left: -3%;
    border-radius: 15px 0 0 15px; }

  #pr_next {
    right: -3%;
    border-radius: 0 15px 15px 0; }

  #pr ul li {
    width: 301px;
    float: left;
    display: inline; }

  #pr ul li a {
    position: relative;
    display: block;
    width: 300px;
    height: 100px;
    overflow: hidden;
    text-align: center; }

  #pr ul li a img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: all .2s ease-in-out; }

  #pr ul li a:hover img {
    left: -5%;
    width: 110%; }

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

  #pr ul {
    display: inline-block;
    overflow: hidden; }

  /* gnv
  --------------------------- */
  #gnv ul {
    padding: 0 1em 0 0;
    text-align: right;
    transition: all 0s; }

  #gnv ul.nav-open {
    background: white; }

  #gnv li {
    display: inline-block;
    margin: 0;
    width: auto;
    height: 4em;
    transition: all 0s;
    border: none; }

  .nav-open li, .nav-close li {
    display: block;
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

  #gnv li:first-child {
    display: block;
    width: 20%;
    height: 4em; }

  #gnv li:last-child {
    display: none; }

  #gnv li a {
    line-height: 4em;
    text-align: left; }

  #gnv li a:after {
    content: none; }

  .nav-open #btnProductMenu img.btn-product-open,
  .nav-close #btnProductMenu img.btn-product-open,
  .nav-open #btnProductMenu img.btn-product-close,
  .nav-close #btnProductMenu img.btn-product-close {
    display: none; }

  /* gnv
  --------------------------- }*/
  /* header
  --------------------------- */
  #header h1 {
    padding: 3.5em 0 0 5%; }

  #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 3em; }

  #header h3 {
    padding: 1em 0 0 5%;
    font-size: 1.2em; }

  .top #header,
  .top-saag #header {
    height: 500px; }

  .top #header h1 {
    padding: 150px 0 0 5%; }

  .top #header h2 {
    padding: 0.5em 0 0 5%;
    font-size: 3em; }

  .top-saag #header h1 {
    padding: 11rem 0 0;
    width: 65%; }

  .top-saag #header h1 img {
    height: 6rem; }

  .top-saag #header h2 {
    width: 65%; }

  .top-saag #header figure {
    padding: 1rem 0 0;
    width: 65%; }

  /* cvbox
  --------------------------- */
  .cvbox {
    position: relative;
    margin: 0 auto;
    height: 240px;
    overflow: hidden; }

  .cvtgt {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 20%;
    height: 200px;
    text-align: left;
    border-right: 1px solid rgba(41, 49, 47, 0.3);
    z-index: 100; }

  .cvtgt p {
    padding: 1em 0 1em 15px;
    font-size: 16px;
    line-height: 1.4em; }

  .cvtgt ul {
    display: block;
    padding: 1em 0 1em 15px; }

  .cvtgt li {
    padding: 0 0 1em 1em;
    font-size: 13px;
    line-height: 1.1em; }

  .cvtgt li a {
    color: rgba(255, 255, 255, 0.7); }

  .cvtgt li a:before {
    content: "";
    position: absolute;
    left: 9%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(255, 255, 255, 0.7); }

  .cvtgt li a:hover {
    color: white; }

  .cvtgt li a:hover:before {
    border-left: 6px solid white; }

  .cvbtns {
    position: relative;
    padding: 0 0 0 25%;
    width: 100%;
    text-align: left; }

  .cvbtns p {
    padding: 42px 0 0 35%;
    font-size: 16px;
    line-height: 1em;
    text-align: left;
    white-space: nowrap; }
    .cvbtns p strong {
      display: block;
      margin: 0;
      width: 100%;
      padding: 0 0.5em 0 0; }
      .cvbtns p strong a {
        margin: 0 auto;
        padding: 0.5em 2em;
        font-size: 1.4em;
        line-height: 1em;
        width: 100%;
        max-width: none;
        text-align: left;
        font-weight: 400;
        white-space: nowrap;
        color: white;
        background: rgba(41, 49, 47, 0);
        border-radius: 0;
        border-bottom: 1px solid white; }
        .cvbtns p strong a::before, .cvbtns p strong a::after {
          position: absolute;
          margin: auto;
          top: 0;
          bottom: 0;
          font-family: "Font Awesome 5 free";
          font-weight: 900;
          line-height: 1em;
          width: 1.8em;
          text-align: center;
          height: 1em; }
        .cvbtns p strong a::before {
          left: 0;
          content: "\f0e0"; }
        .cvbtns p strong a::after {
          right: 0;
          content: "\f054";
          font-size: 0.7em;
          transition: 0.2s all ease-in-out; }
        .cvbtns p strong a:hover {
          color: rgba(255, 255, 255, 0.7); }
          .cvbtns p strong a:hover::after {
            width: 1.5em; }

  .cvbtns dl {
    padding: 0 0 0 35%;
    width: 100%; }

  .cvbtns dt,
  .cvbtns dd {
    display: block;
    float: left; }

  .cvbtns dt {
    padding: 0.1em 0.5em 0 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1em; }

  .cvbtns dd {
    padding: 0.5em 0 0;
    font-size: 12px;
    line-height: 1.4em; }

  .cvbtns button,
  .cvbtns a.trial {
    display: block;
    position: absolute;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    color: white;
    height: 70px;
    line-height: 70px;
    font-weight: 400;
    overflow: hidden;
    text-align: center; }

  .cvbtns button {
    top: 40px;
    left: 23%;
    width: 26%;
    font-size: 18px;
    color: #FFF;
    background-color: rgba(41, 49, 47, 0.3); }

  .cvbtns button:hover {
    background-color: rgba(41, 49, 47, 0.5); }

  .trial {
    top: 130px;
    left: 23%;
    width: 77%;
    font-size: 30px;
    background-color: white; }

  .trial:hover {
    background-color: rgba(255, 255, 255, 0.8); }

  #daichiImp .cvbox,
  #daichiAc .cvbox {
    height: 160px; }

  #daichiImp .cvtgt,
  #daichiAc .cvtgt {
    height: 120px; }

  #daichiImp .cvtgt ul,
  #daichiAc .cvtgt ul {
    padding: 0 0 1em 15px; }

  /* colbox
  --------------------------- */
  .col2box,
  .col3box,
  .col4box {
    margin: 0 auto;
    padding: 0 5%;
    width: 90%; }

  .col2box dl,
  .col3box dl,
  .col4box dl {
    float: left;
    display: block; }

  .col2box dl {
    width: 50%; }

  .col3box dl {
    width: 33%; }

  .col4box dl {
    width: 25%; }

  .col2box dt,
  .col3box dt,
  .col4box dt {
    padding: 0 10% 0;
    font-size: 20px; }

  .col2box dt img,
  .col3box dt img,
  .col4box dt img {
    width: 100%;
    height: auto;
    padding: 10px 0; }

  .col2box dd,
  .col3box dd,
  .col4box dd {
    padding: 0.5em 10% 1em;
    color: rgba(41, 49, 47, 0.6);
    font-size: 16px;
    line-height: 1.5em;
    text-align: left; }

  /* linkarea
  --------------------------- */
  .linkarea li {
    font-size: 18px; }

  .linkarea li a {
    padding: 0 0 0 1.7em;
    font-size: 18px;
    line-height: 24px; }

  .linkarea li a:before {
    width: 24px; }

  .func #header,
  .otpt #header,
  .ntwk #header,
  .rqir #header,
  .srvc #header,
  .etry #header,
  .prvg #header {
    height: 350px; }

  .lp19 #header {
    height: 300px; }

  .func #header:before {
    background: url(/common/images/ic_prd05.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .otpt #header:before {
    background: url(/common/images/ic_prd04.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .ntwk #header:before {
    background: url(/common/images/ic_prd06.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .rqir #header:before {
    background: url(/common/images/ic_prd08.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .srvc #header:before {
    background: url(/common/images/ic_prd07.svg) 90% 40px no-repeat;
    background-size: 300px 440px; }

  .etry #header:before {
    background: url(/common/images/ic_prd18.svg) 90% 40px no-repeat #232022;
    background-size: 300px 440px; }

  .prvg #header:before {
    background: url(/common/images/ic_prd19.svg) 90% 40px no-repeat #232022;
    background-size: 300px 440px; }

  /* bland
  --------------------------- */
  #bland {
    height: 520px; }

  #bland h1 {
    padding: 3em 0 1em;
    font-size: 36px;
    line-height: 1.3em;
    letter-spacing: 0.1em; }

  #bland h2 {
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: 0.3em; }

  #bland p {
    font-size: 1.2em; }

  /* picup
  --------------------------- */
  .picup .atl-wrap {
    padding: 3em 0; }

  .picup .atl-wrap article {
    width: 33.33%; }

  /* min setting
  --------------------------- */
  #min .cvbtns button,
  #acc .cvbtns button,
  #apr .cvbtns button,
  #acn .cvbtns button,
  #acccar .cvbtns button,
  #psl .cvbtns button,
  #sal .cvbtns button,
  #spr .cvbtns button,
  #scl .cvbtns button,
  #saag .cvbtns button,
  #boki .cvbtns button,
  #daichiImp .cvbtns button,
  #daichiAc .cvbtns button,
  #mlink .cvbtns button {
    color: white; }

  #min.top #header:before {
    background: url(/common/img/bg_main_min.png) center 4em no-repeat; }

  #acc.top #header:before {
    background: url(/common/img/bg_main_acc.png) center 4em no-repeat; }

  #apr.top #header:before {
    background: url(/common/img/bg_main_apr.png) center 4em no-repeat; }

  #acn.top #header:before {
    background: url(/common/img/bg_main_acn.png) center 4em no-repeat; }

  #acccar.top #header:before {
    background: url(/common/img/bg_main_acccar.png) center 4em no-repeat; }

  #psl.top #header:before {
    background: url(/common/img/bg_main_psl.png) center 4em no-repeat; }

  #sal.top #header:before,
  #spr.top #header:before {
    background: url(/common/img/bg_main_sal.png) center 4em no-repeat; }

  #scl.top #header:before {
    background: url(/common/img/bg_main_scl.png) center 4em no-repeat; }

  /*#saag.top-saag #header:before {background:url(/saag/images/bg_main.jpg) center 4.1em no-repeat rgba(35,32,34,1); background-size: auto 450px;}*/
  #boki.top #header:before {
    background: url(/common/img/bg_main_boki.png) center 4em no-repeat; }

  #daichiImp.top #header:before {
    background: url(/products/daichi_imp/images/bg_main.png) center 4em no-repeat; }

  #daichiAc.top #header:before {
    background: url(/products/daichi_ac/images/bg_main.png) center 4em no-repeat; }

  /*PC*/ }
@media screen and (min-width: 1281px) {
  /*WPC*/ }
#gheader {
  position: fixed !important; }

/* slider01
--------------------------- */
#mvPr .swiper-wrapper {
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden; }

#mvPr .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 80%; }

#mvPr .swiper-slide img {
  position: absolute;
  margin: auto;
  top: -50%;
  left: -100%;
  bottom: -50%;
  right: -100%;
  width: auto;
  height: 100%;
  transition: all .4s ease-in-out; }

#mvPr .swiper-slide a:hover img {
  opacity: 1;
  height: 104%; }

#mvPr .swiper-pagination-bullet-active {
  background: black; }

#mvPr .swiper-button-prev,
#mvPr .swiper-button-next {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 10vw;
  height: 90%;
  background-size: 70% 70%;
  transition: all 0.2s ease-in-out;
  opacity: 0.4;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0); }

#mvPr .swiper-button-prev:hover,
#mvPr .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2); }

#mvPr .swiper-button-prev {
  left: 0;
  border-radius: 0 1.5em 1.5em 0;
  background-image: url(/common/img/ic_prev2.svg); }

#mvPr .swiper-button-next {
  right: 0;
  border-radius: 1.5em 0 0 1.5em;
  background-image: url(/common/img/ic_next2.svg); }

#mvMlink {
  background-image: url(/common/images/prd_bg_ml.png) no-repeat cover; }

/* slider02
--------------------------- */
.pr-slider {
  background: rgba(0, 0, 0, 0.1); }

.pr-slider .swiper-container {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px; }

.pr-slider .swiper-wrapper {
  padding: 2.5em 0; }

.pr-slider .swiper-slide {
  overflow: hidden;
  width: 100%; }

.pr-slider .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 33.33%; }

.pr-slider .swiper-slide img {
  position: absolute;
  margin: auto;
  top: -50%;
  left: -100%;
  bottom: -50%;
  right: -100%;
  width: auto;
  height: 100%;
  transition: all .4s ease-in-out; }

.pr-slider .swiper-slide a:hover img {
  opacity: 1;
  height: 104%; }

.pr-slider .swiper-pagination-bullet-active {
  background: black; }

/* products
--------------------------- */
.products {
  background: #f5f3ee; }

.products h1 {
  position: relative;
  padding: 1.5em 0 0;
  font-size: 2em;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.products h1 img {
  display: block;
  margin: 0 auto;
  width: 45%;
  min-width: 300px; }

.products h1 strong {
  padding: 0 0 0.2em;
  display: block;
  font-weight: 300; }

.products h1 span {
  padding: 0 0 3em;
  display: block;
  font-size: 0.5em; }

.products h1::after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f078";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0.5em;
  font-size: 0.5em;
  opacity: 0.5;
  text-align: center; }

/* prd-list
--------------------------- */
.prd-links {
  display: flex;
  flex-wrap: wrap;
  padding: 4em 1em 7em; }
  .prd-links article {
    position: relative;
    padding: 0 0 3rem;
    width: 100%; }

.prd-detail {
  position: relative;
  margin: auto;
  display: block;
  padding: 3rem 0 0;
  text-align: left;
  color: rgba(0, 0, 0, 0.7);
  width: 96%;
  max-width: 360px;
  height: 100%;
  background: white;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3);
  overflow: hidden; }
  .prd-detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    transition: all 0.2s ease-in-out; }
  .prd-detail h2 {
    padding: 0 0 1em;
    color: #969696;
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: 300;
    height: 6.5em; }
    .prd-detail h2 span {
      display: block;
      text-align: center;
      font-size: 0.8em;
      padding: 0.5em 0; }
    .prd-detail h2 img {
      display: block;
      margin: 0 auto;
      width: auto;
      max-width: 80%;
      max-height: 3rem; }
  .prd-detail dl {
    margin: 0 1.5rem;
    padding: 0 0.5em;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
  .prd-detail dt {
    padding: 1em 0;
    font-size: 0.8em;
    text-align: left; }
  .prd-detail dd {
    padding: 0 0 1em;
    font-size: 0.8em;
    text-align: right; }
    .prd-detail dd strong {
      display: inline-block;
      padding: 0 0.5em;
      font-size: 2em;
      font-weight: 300; }
    .prd-detail dd span {
      font-size: 1.4em; }
  .prd-detail p {
    display: block;
    margin: 0 1.5rem;
    padding: 2em 2em 2em 0.5em;
    font-size: 1rem;
    height: 9.4em;
    line-height: 1.8em;
    color: #9b9b9b;
    overflow: hidden; }
  .prd-detail ul {
    position: relative;
    margin: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: all 0.2s ease-in-out; }
    .prd-detail ul li a, .prd-detail ul li button {
      position: relative;
      display: block;
      padding: 0 3rem;
      width: 100%;
      height: 3rem;
      color: white;
      font-size: 1.2rem;
      line-height: 3rem;
      border-top: none;
      border-right: none;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      border-left: none;
      transition: all 0.2s ease-in-out;
      background: transparent;
      cursor: pointer; }
      .prd-detail ul li a:hover, .prd-detail ul li button:hover {
        background: rgba(255, 255, 255, 0.8);
        border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
      .prd-detail ul li a::after, .prd-detail ul li a::before, .prd-detail ul li button::after, .prd-detail ul li button::before {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        font-family: "Font Awesome 5 free";
        font-weight: 900;
        line-height: 3rem;
        text-align: center;
        pointer-events: none; }
      .prd-detail ul li a::after, .prd-detail ul li button::after {
        right: 0;
        content: "\f054";
        font-weight: 900;
        font-size: 1rem;
        width: 2rem; }
      .prd-detail ul li a::before, .prd-detail ul li button::before {
        left: 0;
        font-size: 1.5rem;
        width: 3rem; }

#atlMin .prd-detail::before {
  border-top: 1rem solid #0068B7; }
#atlMin .prd-detail ul {
  background: #0068B7; }
#atlMin .prd-detail li a:hover, #atlMin .prd-detail li button:hover {
  color: #0068B7; }

#atlAcc .prd-detail::before {
  border-top: 1rem solid #DE021A; }
#atlAcc .prd-detail ul {
  background: #DE021A; }
#atlAcc .prd-detail li a:hover, #atlAcc .prd-detail li button:hover {
  color: #DE021A; }

#atlApr .prd-detail::before {
  border-top: 1rem solid #3E3A34; }
#atlApr .prd-detail ul {
  background: #3E3A34; }
#atlApr .prd-detail li a:hover, #atlApr .prd-detail li button:hover {
  color: #3E3A34; }

#atlAcn .prd-detail::before {
  border-top: 1rem solid #C70019; }
#atlAcn .prd-detail ul {
  background: #C70019; }
#atlAcn .prd-detail li a:hover, #atlAcn .prd-detail li button:hover {
  color: #C70019; }

#atlAcccar .prd-detail::before {
  border-top: 1rem solid #8DC661; }
#atlAcccar .prd-detail ul {
  background: #8DC661; }
#atlAcccar .prd-detail li a:hover, #atlAcccar .prd-detail li button:hover {
  color: #8DC661; }

#atlPsl .prd-detail::before {
  border-top: 1rem solid #009CD8; }
#atlPsl .prd-detail ul {
  background: #009CD8; }
#atlPsl .prd-detail li a:hover, #atlPsl .prd-detail li button:hover {
  color: #009CD8; }

#atlSal .prd-detail::before {
  border-top: 1rem solid #9BC215; }
#atlSal .prd-detail ul {
  background: #9BC215; }
#atlSal .prd-detail li a:hover, #atlSal .prd-detail li button:hover {
  color: #9BC215; }

#atlSpr .prd-detail::before {
  border-top: 1rem solid #005A49; }
#atlSpr .prd-detail ul {
  background: #005A49; }
#atlSpr .prd-detail li a:hover, #atlSpr .prd-detail li button:hover {
  color: #005A49; }

#atlScl .prd-detail::before {
  border-top: 1rem solid #F18B00; }
#atlScl .prd-detail ul {
  background: #F18B00; }
#atlScl .prd-detail li a:hover, #atlScl .prd-detail li button:hover {
  color: #F18B00; }

#atlMlk .prd-detail::before {
  border-top: 1rem solid #E95532; }
#atlMlk .prd-detail ul {
  background: #E95532; }
#atlMlk .prd-detail li a:hover, #atlMlk .prd-detail li button:hover {
  color: #E95532; }

#atlBoki .prd-detail::before {
  border-top: 1rem solid #009A59; }
#atlBoki .prd-detail ul {
  background: #009A59; }
#atlBoki .prd-detail li a:hover, #atlBoki .prd-detail li button:hover {
  color: #009A59; }

#atlNisshi .prd-detail::before {
  border-top: 1rem solid #F18D00; }
#atlNisshi .prd-detail ul {
  background: #F18D00; }
#atlNisshi .prd-detail li a:hover, #atlNisshi .prd-detail li button:hover {
  color: #F18D00; }

#atlFfm .prd-detail::before {
  border-top: 1rem solid #9FC34D; }
#atlFfm .prd-detail ul {
  background: #9FC34D; }
#atlFfm .prd-detail li a:hover, #atlFfm .prd-detail li button:hover {
  color: #9FC34D; }

#atlJa .prd-detail::before {
  border-top: 1rem solid #595757; }
#atlJa .prd-detail ul {
  background: #595757; }
#atlJa .prd-detail li a:hover, #atlJa .prd-detail li button:hover {
  color: #595757; }

#atlNxs .prd-detail::before {
  border-top: 1rem solid #005633; }
#atlNxs .prd-detail ul {
  background: #005633; }
#atlNxs .prd-detail li a:hover, #atlNxs .prd-detail li button:hover {
  color: #005633; }

#atlNouchi .prd-detail::before {
  border-top: 1rem solid #C4A15C; }
#atlNouchi .prd-detail ul {
  background: #C4A15C; }
#atlNouchi .prd-detail li a:hover, #atlNouchi .prd-detail li button:hover {
  color: #C4A15C; }

#atlDaichiAc .prd-detail::before {
  border-top: 1rem solid #E97F00; }
#atlDaichiAc .prd-detail ul {
  background: #E97F00; }
#atlDaichiAc .prd-detail li a:hover, #atlDaichiAc .prd-detail li button:hover {
  color: #E97F00; }

#atlDaichiImp .prd-detail::before {
  border-top: 1rem solid #008D41; }
#atlDaichiImp .prd-detail ul {
  background: #008D41; }
#atlDaichiImp .prd-detail li a:hover, #atlDaichiImp .prd-detail li button:hover {
  color: #008D41; }

#atlSaag .prd-detail::before {
  border-top: 1rem solid #9C7938; }
#atlSaag .prd-detail ul {
  background: #9C7938; }
#atlSaag .prd-detail li a:hover, #atlSaag .prd-detail li button:hover {
  color: #9C7938; }

#atlOffc .prd-detail::before {
  border-top: 1rem solid #339CD0; }
#atlOffc .prd-detail ul {
  background: #339CD0; }
#atlOffc .prd-detail li a:hover, #atlOffc .prd-detail li button:hover {
  color: #339CD0; }

#atlTablet .prd-detail::before {
  border-top: 1rem solid #595757; }
#atlTablet .prd-detail ul {
  background: #595757; }
#atlTablet .prd-detail li a:hover, #atlTablet .prd-detail li button:hover {
  color: #595757; }

#atlIvoh .prd-detail::before {
  border-top: 1rem solid #009fe8; }
#atlIvoh .prd-detail ul {
  background: #009fe8; }
#atlIvoh .prd-detail li a:hover, #atlIvoh .prd-detail li button:hover {
  color: #009fe8; }

#atlIvoh .prd-detail h2 img {
  max-height: 3.5rem; }

.prd-detail ul li .prd-link-dl::before {
  content: "\f019";
  font-weight: 900; }

.prd-detail ul li .prd-link-pdf::before {
  content: "\f1c1";
  font-weight: 900; }

.prd-detail ul li .prd-link-send::before {
  content: "\f1d8";
  font-weight: 900; }

.prd-detail ul li .prd-link-func::before {
  content: "\f005";
  font-weight: 900; }

.prd-detail ul li .prd-link-prd::before {
  content: "\f46d";
  font-weight: 900; }

.prd-detail ul li .prd-link-bank::before {
  content: "\f19c";
  font-weight: 900; }

.prd-detail ul li .prd-link-try::before {
  content: "\f108";
  font-weight: 900; }

.prd-detail ul li .prd-link-user::before {
  content: "\f007";
  font-weight: 900; }

.prd-detail ul li .prd-link-mail::before {
  content: "\f0e0";
  font-weight: 900; }

/* prd-list
--------------------------- */
.prd-list {
  display: block;
  padding: 3em 1em 7em; }

.prd-list article {
  display: block;
  float: left;
  width: 100%;
  padding: 1em 0em; }

.prd-list article a {
  position: relative;
  margin: 0 auto;
  display: block;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  max-width: 350px;
  background: white;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.3);
  overflow: hidden; }

.prd-list article a::after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #646464;
  font-size: 1.5em;
  opacity: 0.3;
  transition: all .2s ease-in-out; }

.prd-list article a:hover::after {
  font-size: 2em;
  bottom: 0.4em;
  right: 0.4em;
  opacity: 1; }

.prd-list figure {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
  overflow: hidden; }

.prd-list figure::before {
  content: "";
  display: block;
  padding-top: 40%;
  /* 高さを幅の56.25%に固定 */ }

.prd-list figure img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 100%;
  width: auto;
  text-align: center;
  transition: all .4s ease-in-out; }

.prd-list article a:hover figure img {
  height: 105%;
  top: 2.5%;
  bottom: 2.5%;
  opacity: 1; }

.prd-list .detail {
  padding: 1em 2em 2em;
  text-align: left;
  height: 27em; }

.prd-list .detail h2 {
  display: block;
  padding: 0 0 1em;
  color: #969696;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 300;
  height: 6.5em; }

.prd-list .detail h2 span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  padding: 0.5em 0; }

.prd-list .detail h2 img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 94%;
  max-height: 2.6em;
  transition: all .4s ease-in-out; }

.prd-list article a:hover .detail h2 img {
  max-width: 100%;
  max-height: 2.8em;
  opacity: 1; }

@media screen and (min-width: 0\0 ) and (min-resolution: 72dpi) {
  /*IE9-11用ハック*/
  .prd-list .detail h2 img {
    height: 2.6em;
    max-width: 94%; }

  .prd-list .prd-list article a:hover .detail h2 img {
    max-width: 100%;
    height: 2.8em; } }
.prd-list .detail dl {
  padding: 0 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.prd-list .detail dt {
  padding: 1em 0;
  font-size: 0.8em;
  text-align: left; }

.prd-list .detail dd {
  padding: 0 0 1em;
  font-size: 0.8em;
  text-align: right; }

.prd-list .detail dd strong {
  display: inline-block;
  padding: 0 0.5em;
  font-size: 2em;
  font-weight: 300; }

.prd-list .detail dd span {
  font-size: 1.4em; }

.prd-list .detail p {
  display: block;
  padding: 2em 2em 2em 0.5em;
  height: 9.4em;
  line-height: 1.8em;
  color: #9b9b9b;
  overflow: hidden; }

/* prd-info
--------------------------- */
.prd-info {
  padding: 5em 0 7em;
  border-top: 1px solid rgba(0, 0, 0, 0.5); }

.prd-info::after,
.prd-info ul::after {
  content: "";
  display: block;
  clear: both; }

.prd-info ul,
.prd-info li,
.prd-info .phone {
  display: block;
  float: left; }

.prd-info ul {
  width: 100%;
  padding: 0 1em; }

.prd-info .phone {
  width: 100%;
  padding: 5em 0.5em 0; }

.prd-info li {
  width: 100%;
  padding: 0 1em 1em; }

.prd-info li a {
  position: relative;
  display: block;
  padding: 2em 1.5em;
  font-size: 1.5em;
  border: 5px solid rgba(0, 0, 0, 0.5); }

.prd-info li a::before {
  display: inline-block;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  padding: 0 0.5em;
  opacity: 0.7; }

.prd-info li a.cart::before {
  content: "\f217"; }

.prd-info li a.cal::before {
  content: "\f073"; }

.prd-info li a.dl::before {
  content: "\f019"; }

.prd-info li a.pdf::before {
  content: "\f1c1"; }

.prd-info li a.form::before {
  content: "\f0e0"; }

.prd-info li a.page::before {
  content: "\f15c"; }

.prd-info li a::after {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f061";
  position: absolute;
  bottom: 0.6em;
  right: 0.6em;
  color: #646464;
  font-size: 1em;
  opacity: 0.3;
  transition: all .2s ease-in-out; }

.prd-info li a:hover::after {
  font-size: 1.4em;
  bottom: 0.2em;
  right: 0.2em;
  opacity: 1; }

.prd-info dl {
  margin: auto;
  width: 100%;
  padding: 0 2em;
  text-align: center; }

.prd-info dt {
  padding: 0 0 0.5em;
  font-size: 1.5em; }

.prd-info dt span {
  padding: 0.5em 0 0;
  display: block;
  font-size: 0.6em; }

.prd-info dd.number {
  font-size: 3em;
  /*font-family: 'Roboto Condensed', sans-serif;*/ }

.prd-info dd.mail {
  padding: 1rem 0;
  font-size: 1.8em; }
  .prd-info dd.mail a {
    display: inline-block;
    margin: 0 auto;
    padding: 0.8em 1.6em;
    color: white;
    background: #29312f;
    border-radius: 0.5em;
    transition: .2s; }
    .prd-info dd.mail a:hover {
      background: rgba(41, 49, 47, 0.7); }

.prd-info dd.comment {
  padding: 0.5em 0 0;
  font-size: 1em;
  line-height: 1.5em; }

/* picup
--------------------------- */
#puFeature {
  background: white; }

#puFeature .picup .atl-wrap article a::after {
  content: "\f1c1" !important;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #646464;
  font-size: 1.5em;
  opacity: 0.3;
  transition: all .2s ease-in-out; }

/*スマホに適用するスタイル*/
@media screen and (min-width: 600px) {
  #mvPr .swiper-button-prev,
  #mvPr .swiper-button-next {
    width: 5vw; }

  .products h1 {
    font-size: 2.5em; }

  #mvPr .swiper-slide {
    max-height: 450px; }

  #mvPr .swiper-slide::before {
    padding-top: 56.25%; }

  .pr-slider .swiper-container {
    width: 100%; }

  .prd-list {
    padding: 3em 1em 7em; }

  .prd-list article {
    width: 50%;
    padding: 1em 1em 2em; }

  .prd-info li {
    width: 50%;
    padding: 0 1em; }

  .prd-links article {
    width: 50%; } }
/*タブレットに適用するスタイル*/
@media screen and (min-width: 960px) {
  .products h1 {
    font-size: 3em; }

  .prd-info li {
    width: 50%;
    padding: 0 1em; }

  .prd-info dd.number {
    font-size: 4em; }

  .prd-links article {
    padding: 0;
    width: 33.33%;
    height: 37rem; }

  .prd-links article.atl-network {
    height: 32rem; }

  .prd-detail {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1111; }

  .prd-links article:hover .prd-detail {
    z-index: 6666; }

  .prd-links article .prd-detail::before {
    width: 50%; }

  .prd-links article:hover .prd-detail::before {
    width: 100%; }

  .prd-detail {
    height: auto;
    width: 90%; }

  .prd-detail ul {
    margin: 1rem 1rem 2rem;
    height: 3rem;
    border-radius: 1.5rem; }

  .prd-links article .prd-detail ul.linktype1,
  .prd-links article .prd-detail ul.linktype2,
  .prd-links article .prd-detail ul.linktype3,
  .prd-links article .prd-detail ul.linktype4,
  .prd-links article .prd-detail ul.linktype5,
  .prd-links article .prd-detail ul.linktype6,
  .prd-links article .prd-detail ul.linktype7,
  .prd-links article .prd-detail ul.linktype8,
  .prd-links article .prd-detail ul.linktype9,
  .prd-links article .prd-detail ul.linktype10 {
    height: 3rem; }

  .prd-links article:hover .prd-detail ul {
    margin: 1rem;
    border-radius: 0.5rem; }

  .prd-links article:hover .prd-detail ul.linktype1 {
    height: 3rem; }

  .prd-links article:hover .prd-detail ul.linktype2 {
    height: 6rem; }

  .prd-links article:hover .prd-detail ul.linktype3 {
    height: 9rem; }

  .prd-links article:hover .prd-detail ul.linktype4 {
    height: 12rem; }

  .prd-links article:hover .prd-detail ul.linktype5 {
    height: 15rem; }

  .prd-links article:hover .prd-detail ul.linktype6 {
    height: 18rem; }

  .prd-links article:hover .prd-detail ul.linktype7 {
    height: 21rem; }

  .prd-links article:hover .prd-detail ul.linktype8 {
    height: 24rem; }

  .prd-links article:hover .prd-detail ul.linktype9 {
    height: 27rem; }

  .prd-links article:hover .prd-detail ul.linktype10 {
    height: 30rem; } }
/*PCに適用するスタイル*/
#newfarmer {
  background: #89af56; }

#newfarmer a {
  transition: .2s; }

#newfarmer main {
  margin: 0 auto;
  padding: 4rem 0 8rem;
  width: 100%;
  font-family: 'Noto Sans JP';
  font-weight: 300;
  max-width: 1100px;
  text-align: center; }

@media all and (-ms-high-contrast: none) {
  #newfarmer main {
    display: block;
    max-width: none;
    width: 1100px; } }
#sctLpTitle {
  padding: 0 0 3rem;
  position: relative;
  color: #fff; }
  #sctLpTitle .panel {
    display: flex;
    flex-wrap: wrap; }
  #sctLpTitle h1 {
    padding: 1em 0 0;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Zen Maru Gothic', serif; }
    #sctLpTitle h1 span {
      display: block; }
  #sctLpTitle figure {
    margin: 0 auto;
    padding: 0 0 1rem 0;
    width: 100%;
    text-align: center; }
    #sctLpTitle figure img {
      margin: 0 auto;
      width: 100%;
      max-width: 480px;
      height: auto; }
  #sctLpTitle p {
    padding: 0 1.8rem 1em;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.6em;
    font-weight: 300;
    text-align: left; }

#atlLpContents {
  width: 100%;
  border-top: 8px solid rgba(0, 0, 0, 0.3);
  border-bottom: 8px solid rgba(0, 0, 0, 0.3); }
  #atlLpContents section {
    position: relative; }
    #atlLpContents section h1 {
      padding: 1.6em 0 0.8em;
      color: #127147;
      font-size: 2rem;
      line-height: 1.2em;
      font-weight: 400;
      font-family: 'Zen Maru Gothic', serif; }
    #atlLpContents section p {
      font-size: 1.1rem;
      line-height: 2em; }

section#sctCon01 {
  position: relative;
  padding: 5% 0 20%;
  text-align: center;
  background-color: #e3f7f2;
  background-image: url("/lp-newfarmer/img/bgwide.svg");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat; }

#sctCon01Title {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 900px; }
  #sctCon01Title figure {
    position: relative;
    display: block;
    float: left;
    width: 40%;
    margin: 0 1rem 1rem 0; }
    #sctCon01Title figure img {
      margin: 0 auto;
      width: 100%;
      height: auto; }
  #sctCon01Title dl {
    display: block;
    margin: 2rem 0 0;
    padding: 0;
    box-shadow: 0 0.2em 0.5em rgba(41, 49, 47, 0.2);
    border-radius: 0.5em;
    overflow: hidden; }
  #sctCon01Title dt {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5em;
    color: white;
    background: #89af56; }
    #sctCon01Title dt span {
      position: absolute;
      top: 0.6rem;
      left: 1rem;
      padding: 0 0.25rem 0 0;
      display: block;
      width: 5rem;
      height: 5rem;
      border-radius: 50%;
      color: white;
      font-size: 2.4rem;
      line-height: 3.6rem;
      background: #d25607;
      transform: rotate(-5deg);
      font-weight: 500; }
      #sctCon01Title dt span::after {
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        right: 0.25rem;
        bottom: 0;
        content: "%";
        font-size: 1rem;
        line-height: 1em;
        height: 1em; }
      #sctCon01Title dt span::before {
        display: block;
        position: absolute;
        bottom: 0.6em;
        content: "OFF";
        font-size: 1.2rem;
        line-height: 1em;
        width: 100%;
        text-align: center; }
  #sctCon01Title dd {
    display: block;
    width: 100%;
    padding: 0.5em 0.5em 0.8em 1.5em;
    background: rgba(255, 255, 255, 0.5); }
    #sctCon01Title dd strong {
      display: inline-block;
      font-size: 3rem;
      line-height: 1em;
      font-weight: 500; }
  #sctCon01Title p {
    padding: 0 0 1.6em;
    font-size: 1.4rem;
    line-height: 2em;
    text-align: left; }

section#sctCon02 {
  padding: 0 1.8rem 5rem;
  text-align: center;
  background-color: #f0eee6; }

#sctCon02Title {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 96%;
  max-width: 800px; }
  #sctCon02Title h1 {
    width: 100%; }
  #sctCon02Title p {
    padding: 2em 0 1em;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500; }
  #sctCon02Title dl {
    margin: 1rem 0.5rem 0;
    width: calc(100% - 1rem);
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0.8em;
    box-shadow: 0 0.2em 0.8em rgba(41, 49, 47, 0.2); }
  #sctCon02Title dt strong {
    display: block;
    padding: 1.6rem 0 0.8rem;
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', serif; }
  #sctCon02Title dt img {
    margin: 0 auto;
    width: 50%;
    height: auto; }
  #sctCon02Title dd {
    padding: 0 1em 1em;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: left; }

section#sctCon03 {
  padding: 0 1.8rem 5rem;
  text-align: center;
  background-color: white; }
  section#sctCon03 ul {
    margin: 0 auto;
    width: 96%;
    max-width: 800px;
    list-style: none; }
  section#sctCon03 li {
    padding: 0 0 1.6em;
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.8em; }
    section#sctCon03 li a {
      color: #127147;
      text-decoration: underline; }

.prd-info a:hover {
  color: white; }

/*スマホに適用するスタイルを書く*/
@media screen and (min-width: 600px) {
  #newfarmer main {
    width: 94%; }

  #sctLpTitle h1 {
    font-size: 3rem; }

  #sctLpTitle p {
    padding: 0 3rem 1em;
    font-size: 1.2rem;
    line-height: 2rem; }

  #atlLpContents {
    border: 8px solid rgba(0, 0, 0, 0.3); }

  #atlLpContents section h1 {
    font-size: 2.4rem; }

  #sctCon01Title h1 {
    font-size: 2.8rem; }
  #sctCon01Title p {
    font-size: 1.3rem; }

  #sctCon02 {
    padding: 0 3rem 5rem; }

  #sctCon02Title dl {
    margin: 1rem 1%;
    width: 48%; } }
/*タブレットに適用するスタイルを書く*/
@media screen and (min-width: 960px) {
  #sctLpTitle h1 {
    font-size: 3.8rem; }

  #atlLpContents section h1 {
    font-size: 2.8rem; }

  #sctCon01Title {
    position: relative;
    padding: 0 0 0 36%; }
    #sctCon01Title figure {
      position: absolute;
      top: 6rem;
      left: 0;
      width: 36%; }
    #sctCon01Title h1 {
      text-align: left; }
    #sctCon01Title p {
      font-size: 1.3rem; } }
/*PCに適用するスタイルを書く*/
@media screen and (min-width: 1280px) {
  #newfarmer main {
    width: 1100px; } }
