@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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;
    vertical-align:top;
/*    font-size: 100%;*/
    background:transparent;
}

body {
    -webkit-text-size-adjust: 100%;	
}

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

ol, ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

a {
    margin:0;
    padding:0;
    vertical-align:top;
    background:transparent;
}

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

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

del {
    text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    margin:0;
    padding:0;
}

input, select {
    vertical-align:top;
}

img {	
	font-size:0;	
	line-height: 0;	
}


/* メディアクエリ */
@media only screen and (max-width: 543px) {
  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;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  input,
  select {
    vertical-align: middle;
  }
  html {
    font-size: 62.5%;
  }
  body {
    /*color: #666;*/
    font-size: 1.4rem;
    /*font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;*/
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
  body * {
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
  }
  input {
    /*-webkit-appearance: none*/
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  li {
    list-style-type: none;
  }
  figure {
    line-height: 1;
  }
  br.spbr {
    display: inline;
  }
  br.pcbr {
    display: none;
  }
  .wrap,
  .wrap-inner {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  .red {
    color: #f00;
  }
  .main {
    padding: 0 3%;
    position: relative;
  }
  .main * {
    line-height: 1.5;
  }
  .main img {
    line-height: 1;
  }
  .main figure {
    line-height: 1;
  }
  .main time {
    line-height: 1;
  }
  .main p + p {
    margin-top: 20px;
  }
  .btn-area {
    text-align: center;
  }
  .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn.btn-simple {
    width: 50%;
    background-color: #fff;
    padding-right: 18px;
    border: 1px solid #666;
    padding: 10px 28px 10px 28px;
  }
  .btn.btn-simple:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 0;
  }
  .btn.btn-simple.back:after {
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
    border-top: none;
    border-right: none;
    top: 48%;
    left: 10px;
  }
  .btn.btn-premium {
    color: #d29e24;
    padding-right: 18px;
  }
  .btn.btn-premium:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #d29e24;
    border-right: 3px solid #d29e24;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .btn.btn-simple2 {
    font-size: 1.8rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:hover {
    color: #fff;
    background-color: #666666;
  }
  .btn.btn-simple2:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-simple3 {
    font-size: 1.2rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e0e0e0;
  }
  .btn.btn-simple3:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple3:hover {
    color: #fff;
    background-color: #666666;
  }
  .btn.btn-simple3:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-simple4 {
    font-size: 1.2rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e8eaf6;
  }
  .btn.btn-simple4:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple4:hover {
    color: #fff;
    background-color: #9db1d7;
  }
  .btn.btn-simple4:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-blank {
    background-color: #fff;
    border: 1px solid #666;
    font-size: 1.2rem;
    padding: 15px 50px 15px 25px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-blank:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 17px;
  }
  .btn.btn-blank:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-blank:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-blank--2 {
    border-radius: 20px;
    padding: 10px 48px 10px 20px;
  }
  .btn.btn-blank--2:before {
    right: 18px;
  }
  .btn.btn-iron {
    border: 1px solid #666;
    padding: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-iron:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-iron:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-pagetop {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border: 2px solid #ca9a12;
    border-radius: 50%;
    position: relative;
  }
  .btn.btn-pagetop:after {
    content: '';
    display: inline-block;
    border-top: 2px solid #ca9a12;
    border-right: 2px solid #ca9a12;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 4px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .page-header {
    text-align: center;
    background-position: center top;
    position: relative;
    background-size: cover;
  }
  .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .kv {
    margin: -10px -5px 30px -5px;
  }
  .kv picture {
    line-height: 0;
  }
  .kv img {
    width: 100%;
  }
  .kv .kv__item__btn {
    text-align: center;
    margin-top: 10px;
  }
  /*
　ピックアップコンテンツ
*/
  .top-category {
    margin-bottom: 22px;
  }
  .top-category .top-category-inner {
    /*width: 100%;*/
    /*display: flex;
  justify-content: space-between;*/
  }
  .top-category .top-category-inner * {
    line-height: 0;
  }
  .top-category .top-category-inner li {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .top-category .top-category-inner li:nth-child(even) {
    margin-right: 0;
  }
  .top-category .top-category-inner .name {
    transition-duration: 0.4s;
    height: 40px;
    padding: 15px 4%;
    background-color: #efefef;
    line-height: 1.3em;
    font-weight: bold;
  }
  .top-category .top-category-inner .menu {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem 0 0 0;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .top-category .top-category-inner .menu p {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 1rem 3rem 0 3rem;
    padding-left: 1rem;
    text-align: left;
  }
  .top-category .top-category-inner .menu a {
    display: block;
    position: relative;
    line-height: 3rem;
  }
  .top-category .top-category-inner .menu p a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 1px;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .top-category .top-category-inner .back {
    /*margin-top: 20px;*/
  }
  .top-category .top-category-inner li img {
    width: 100%;
    height: auto;
  }
  .top-category .top-category-inner .tx {
    width: 94%;
    margin: 10px auto;
    line-height: 1.1;
    position: relative;
    padding-bottom: 4vh;
  }
  .top-category .top-category-inner .tx .tag {
    background-color: #c23117;
    color: #FFF;
    font-size: 11px;
    padding: 4px;
    width: 82px;
    text-align: center;
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    line-height: 1.2em;
  }
  /*
　製品情報・サービス
*/
  .product-category {
    margin-bottom: 22px;
  }
  .product-category .top-category-inner {
    /*width: 100%;*/
  }
  .product-category .top-category-inner li {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 47.8%;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 30px;
  }
  .product-category .top-category-inner li:nth-of-type(5n) {
    margin-right: 3%;
  }
  .product-category .top-category-inner li:nth-of-type(2n) {
    margin-right: 0;
  }
  .product-category .top-category-inner .name {
    line-height: 2;
  }
  .product-category .top-category-inner dd {
    line-height: 1.2em;
    font-size: 13px;
    letter-spacing: 0;
  }
  .product-category .top-category-inner li img {
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
  }
  .product-category .top-category-inner .tx {
    width: 94%;
    margin: 10px auto;
    position: relative;
    line-height: 1.2em;
    padding-bottom: 4vh;
  }
  /*
重要なお知らせ
*/
  .icon_notice {
    border: 1px solid #a5a5a5;
    padding: 15px 3%;
    /*margin-bottom: 50px;*/
  }
  .icon_notice p {
    text-align: left;
    padding-left: 23px;
    background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
    font-size: 10px;
    line-height: 1em;
    margin-right: 2%;
  }
  .icon_notice a.info_important {
    text-decoration: underline;
    color: red;
    width: 100%;
    display: block;
    margin: 4px auto;
  }
  .icon_notice a.info_list {
    font-size: 12px;
  }
  /*
top-news 
*/
  .top-news {
    border: 1px solid #c9c9c9;
    margin-bottom: 22px;
    position: relative;
    padding: 15px;
  }
  .top-news__title {
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .top-news__body {
    vertical-align: middle;
  }
  .top-news__body li + li {
    margin-top: 10px;
  }
  .top-news__body li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
  .top-news__body li time {
    display: inline-block;
    margin-right: 30px;
    line-height: 1.4;
  }
  .top-news__body li span {
    display: block;
  }
  .top-news__body li span a {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .top-news__body li span a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -4px;
  }
  .top-news__body li span a[target=_blank] {
    display: inline-block;
  }
  .top-news__body li span a[target=_blank]:after {
    border: none;
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .top-news__body li span a.link-inline {
    display: inline;
    text-decoration: underline;
    padding-right: 0;
  }
  .top-news__body li span a.link-inline:after {
    content: none;
  }
  .top-news {
    word-break: break-all;
  }
  .top-news .btn-area {
    margin-top: 20px;
  }
  .top-brandbar {
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 15px;
    position: relative;
    margin-bottom: 22px;
  }
  .top-brandbar .top-brandbar__title {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .top-brandbar .top-brandbar__summary {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .top-brandbar .btn {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .top-movie {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: inherit;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .top-movie .top-movie-wrap {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .top-movie .top-movie-wrap:first-child {
    margin-bottom: 22px;
  }
  .top-movie .top-wrap:last-child {
    margin-left: 30px;
  }
  .top-movie .top-movie-wrap span {
    margin-top: 10px;
  }
  .top-movie .top-movie-wrap .top-movie-wrap-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .top-movie .top-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .victor-feature {
    margin-top: 100px;
    position: relative;
  }
  .victor-feature:before {
    content: '';
    background-color: #666;
    width: 50%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .victor-feature__box .box__main figure,
  .victor-feature__box .box__sub figure {
    line-height: 0;
  }
  .victor-feature__box .box__main img,
  .victor-feature__box .box__sub img {
    width: 100%;
  }
  .victor-feature__box .box__main {
    background-color: #f3f3f3;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: 30px;
  }
  .victor-feature__box .box__main .victor-feature__box__title {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .victor-feature__box .box__main .victor-feature__box__eye {
    font-size: 2.4rem;
  }
  .victor-feature__box .box__main .victor-feature__box__eye + .btn {
    margin-top: 30px;
  }
  .victor-feature__box .box__main .victor-feature__box__att {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .victor-feature__box .box__main .victor-feature__box__att img {
    max-width: 100px;
  }
  .victor-feature__box .box__main .btn {
    margin: 0 0 10px 0;
  }
  .victor-feature__box .box__main.open {
    opacity: 1;
    top: 0;
  }
  .victor-feature__box .box__sub {
    position: relative;
    z-index: 1000;
  }
  .victor-feature__box .box__sub a {
    line-height: 0;
  }
  .victor-feature__box + .victor-feature__box {
    margin-top: 30px;
  }
  body.concept {
    background-color: #f2f2f2;
    color: #7f7f7f;
  }
  .concept-title {
    color: #333;
    -webkit-transition: opacity 1s ease-Out, top 1s ease-Out;
    transition: opacity 1s ease-Out, top 1s ease-Out;
  }
  .concept-description p {
    line-height: 1.9;
  }
  .concept_logo {
    margin: 50px 0 50px 0;
    text-align: center;
  }
  .concept_logo img {
    width: 85%;
  }
  .concept-lead {
    text-align: center;
    margin-bottom: 70px;
  }
  .concept-lead .concept-title {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .concept-section01 {
    margin-bottom: 70px;
  }
  .concept-section01 .concept-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section01 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section01 .concept-description {
    margin-bottom: 30px;
  }
  .concept-section01__images {
    background-color: #fff;
    margin: 0 -10px;
    padding: 20px 0;
    overflow: scroll;
  }
  .concept-section01__images ul {
    display: table;
  }
  .concept-section01__images li {
    display: table-cell;
    vertical-align: top;
    width: 1px;
    white-space: nowrap;
    padding-left: 40px;
  }
  .concept-section01__images li img {
    height: 100px;
    width: auto;
  }
  .concept-section01__images li span {
    color: #666;
    display: block;
    font-size: 1.1rem;
    margin-top: 3px;
  }
  .concept-section01__images li:first-child {
    padding-left: 20px;
  }
  .concept-section01__images li:nth-child(5) {
    padding-right: 20px;
  }
  .concept-section01__images li.active {
    opacity: 1;
  }
  .concept-section02 {
    margin-bottom: 70px;
  }
  .concept-section02 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section02 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section02 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section03 {
    padding-bottom: 70px;
  }
  .concept-section03 .concept-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section03 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section03 .concept-description {
    margin-bottom: 30px;
  }
  .concept-section03__eye {
    background-color: #fff;
    position: relative;
    margin: 0 -10px;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
  }
  .concept-section03__eye .img01 {
    position: relative;
    left: -20px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
  .concept-section03__eye .img01 img {
    width: 320px;
  }
  .concept-section03__eye .img02 {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .concept-section03__eye .img02 img {
    width: 85px;
  }
  .concept-section03__eye .btn-area {
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .concept-section03__eye.active .img01 {
    left: 0px;
    opacity: 1;
  }
  .concept-section03__eye.active .img02 {
    opacity: 1;
  }
  .concept-section03__eye.active .btn-area {
    opacity: 1;
  }
  .concept-section04 {
    border-top: 1px solid #666;
    padding-top: 35px;
  }
  .concept-section04 .concept-title {
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 50px;
  }
  .concept-section04 .concept-title:after {
    content: '';
    display: block;
    background-color: #666;
    height: 1px;
    width: 125px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .concept-section04__movie {
    text-align: center;
    margin-bottom: 50px;
  }
  .concept-section05 {
    margin-bottom: 70px;
  }
  .concept-section05 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section05 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section05 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section06 {
    margin-bottom: 70px;
  }
  .concept-section06 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section06 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section06 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .youtube {
    position: relative;
    /*padding-top: 56.25%*/
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
  }
  .youtube.active iframe {
    opacity: 1;
  }
  .concept-section04__history {
    color: #7f7f7f;
    text-align: center;
    font-size: 1.4rem;
  }
  .concept-section04__history .concept-section04__history__body {
    display: inline-block;
  }
  .concept-section04__history ul {
    display: inline-block;
    text-align: left;
  }
  .concept-section04__history li:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .concept-section04__history li time {
    border: 1px solid #666;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 7px;
    vertical-align: middle;
    float: left;
    margin-top: 2px;
    margin-right: 20px;
  }
  .concept-section04__history li span {
    display: block;
    overflow: hidden;
    padding-top: 2px;
  }
  .concept-section04__history li + li {
    margin-top: 20px;
  }
  .concept-section04__history .concept-section04__history__att {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .concept-section04__history .concept-section04__history__footer {
    margin-top: 50px;
    text-align: center;
  }
  .content-nipper .content-nipper__image {
    margin-bottom: 20px;
  }
  .content-nipper .content-nipper__title {
    color: #333;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
  }
  .content-nipper .content-nipper__title strong {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .content-nipper .content-nipper__description {
    margin-bottom: 70px;
  }
  .content-nipper .content-nipper__description p {
    color: #7f7f7f;
    line-height: 1.9;
  }
  .content-nipper .content-nipper__description p + p {
    margin-top: 30px;
  }
  .content-nipper .content-nippe__footer {
    text-align: center;
  }
  .content-nipper .content-nippe__footer img {
    width: 85%;
    max-width: 280px;
  }
  .news #header {
    margin-bottom: 0;
  }
  .news .page-header {
    background-image: url(client-design/clientlib-design/news/img/bg_hedding--news.png);
  }
  .news-y {
    text-align: center;
    padding: 30px 0;
  }
  .news-y .news-y__title {
    font-size: 2.5rem;
    font-weight: normal;
  }
  .news-y .news-y__group {
    display: inline-block;
    position: relative;
  }
  .news-y .btn-y {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
  }
  .news-y .btn-y--next {
    right: -50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news-y .btn-y--prev {
    left: -50px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .news-m-index .news-m-index__title {
    background-color: #999;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 2rem;
    font-weight: normal;
    padding: 7px 0;
    margin-bottom: 25px;
    width: 80px;
    text-align: center;
  }
  .news-m-index ul {
    margin-left: 5px;
  }
  .news-m-index li {
    border-left: 1px solid #666;
    font-size: 1.5rem;
    padding: 0 0 10px 10px;
  }
  .news-m-index li a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .news-m-index li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -4px;
  }
  .news-m-index li a[target=_blank] {
    position: relative;
  }
  .news-m-index li a[target=_blank]:after {
    border: none;
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 15px;
    margin-top: 0;
  }
  .news-m-index li time {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .news-m-index li .btn-premium {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .news-m-index li .btn-premium:after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #d29e24;
    border-right: 3px solid #d29e24;
  }
  .news-m-index li + li {
    margin-top: 30px;
  }
  .news-m-index + .news-m-index {
    margin-top: 70px;
  }
  .btnArea-news {
    padding: 30px 0;
  }
  .news-entry {
    border: 1px solid #c9c9c9;
    padding: 20px 3% 40px;
    position: relative;
  }
  .news-entry a {
    text-decoration: underline;
  }
  .news-entry .print-pdf {
    display: none;
  }
  .news-entry sup {
    vertical-align: super;
    font-size: smaller;
  }
  .news-entry .news-entry__header {
    border-left: 1px solid #666;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
  .news-entry .news-entry__header time {
    margin: 0 5px 0 0;
  }
  .news-entry .news-entry__header h2 {
    margin: 20px 0 0;
    font-size: 2.2rem;
  }
  .news-entry .news-entry__header h2 span {
    margin: 0 0 5px;
    font-weight: normal;
    display: block;
    font-size: 1.3rem;
  }
  .news-entry .news-entry__header ul {
    margin: 23px 0 0;
  }
  .news-entry .news-entry__header ul li {
    font-size: 1.1rem;
    position: relative;
    padding: 0 0 0 17px;
  }
  .news-entry .news-entry__header ul li + li {
    margin: 8px 0 0;
  }
  .news-entry .news-entry__header ul li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #666666;
  }
  .news-entry .news-entry__body {
    margin: 60px 0 0;
  }
  .news-entry .news-entry__body .news-body-child > table {
    margin: 55px 0 0;
  }
  .news-entry .news-entry__body .news-body-child + .news-body-child {
    margin: 70px 0 0;
  }
  .news-entry .news-entry__body h3 {
    font-size: 2rem;
    margin: 43px 0 12px;
  }
  .news-entry .news-entry__body h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .news-entry .news-entry__body h4.title--indent {
    text-indent: -3.6rem;
    margin-left: 3.6rem;
  }
  .news-entry .news-entry__body h4 ~ h4 {
    margin-top: 35px;
  }
  .news-entry .news-entry__body h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-entry .news-entry__body h5.title--indent {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
  }
  .news-entry .news-entry__body .full-image {
    margin: 45px 0 -20px;
  }
  .news-entry .news-entry__body .small {
    font-size: 1.2rem;
  }
  .news-entry .news-entry__body .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .news-entry .news-entry__body .scroll table {
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .news-entry .news-entry__body .scroll table th {
    font-weight: normal;
  }
  .news-entry .news-entry__body .scroll table th,
  .news-entry .news-entry__body .scroll table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
  }
  .news-entry .wrap-news-box + * {
    margin-top: 30px;
  }
  .news-entry .wrap-news-box h3 + .media .media__right {
    margin: 0 0 20px;
  }
  .news-entry .wrap-news-box .vertical-image-box {
    margin: 20px 0;
  }
  .news-entry .wrap-news-box ul li {
    list-style-type: disc;
    margin-left: 2.3rem;
  }
  .news-entry .wrap-news-box ul li + li {
    margin-top: 5px;
  }
  .news-entry .wrap-news-box .sp-hidden {
    display: none;
  }
  .news-entry .media .media__body {
    margin: 0 0 20px;
  }
  .news-entry .media .media__left,
  .news-entry .media .media__right {
    text-align: center;
  }
  .news-entry .media .media__right {
    width: 100%;
    margin: 0 0 40px;
  }
  .news-entry .media .media__right p {
    margin: 0;
  }
  .news-entry .media .media__right p:last-child {
    margin-top: 20px;
  }
  .news-image-container {
    margin-top: 25px;
  }
  .news-image-container.studio-image img {
    max-width: 293px;
    display: block;
    margin: 0 auto;
  }
  .news-image-container + .media {
    margin-top: 35px;
  }
  .news-image {
    display: block;
    vertical-align: top;
    text-align: center;
  }
  .news-image .news-image__cap {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
  }
  .news-image + .news-image {
    margin-top: 20px;
  }
  .news-att-small {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  .news-entry__footer {
    margin-top: 70px;
  }
  .news-entry__footer__title {
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .news-entry__footer__main {
    border: 1px solid #ccc;
    padding: 10px;
  }
  .news-entry__footer__main dl dt {
    margin-bottom: 10px;
  }
  .news-entry__footer__main dl dt ~ dt {
    margin-top: 15px;
  }
  .news-entry__footer__main .news-entry__footer__tbl-tel th {
    font-weight: normal;
    width: 1px;
    white-space: nowrap;
    padding-right: 10px;
  }
  .news-entry__footer__att {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  .contact #header {
    margin-bottom: 0;
  }
  .contact .page-header {
    background-image: none;
  }
  .contact .main .main_inner {
    padding-bottom: 50px;
  }
  .contact .main .main_inner .contact-m-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .contact .main .main_inner .contact-m-list h3 {
    text-align: center;
  }
  .contact .main .main_inner .contact-m-list h3 img {
    width: 100%;
  }
  .contact .main .main_inner .contact-m-list-inner {
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
  }
  .contact .main .main_inner .contact-m-list-inner:first-child {
    margin-top: 0;
  }
  .contact .main .main_inner .contact-m-list-inner ul {
    margin-top: 50px;
  }
  .contact .main .main_inner .contact-m-list-inner li a {
    margin-top: 10px;
    box-sizing: border-box;
  }
  .contact .main .main_inner .contact-m-link {
    margin-top: 50px;
    text-align: center;
  }
  .contact .main .main_inner .contact-m-link a:hover {
    opacity: 0.85;
  }
  .contact .main .main_inner .contact-m-banner {
    margin-top: 50px;
    text-align: center;
  }
  .contact .main .main_inner .contact-notice-closure-inner {
    border: 1px solid #f00;
    padding: 30px;
    margin-bottom: 30px;
  }
  .contact .main .main_inner .contact-notice-closure-inner dt {
    font-size: 2rem;
  }
  .contact .main .main_inner .contact-notice-closure-inner dt + dd {
    margin-top: 20px;
  }
  /*
contact-tel
*/
  .contact-tel #header {
    margin-bottom: 0;
  }
  .contact-tel .page-header {
    background-image: none;
  }
  .contact-tel .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-tel .main .contact-info h3 {
    font-size: 2rem;
  }
  .contact-tel .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-tel .main .contact-info dt {
    font-size: 2rem;
    margin: 6rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-tel .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-tel .main .contact-info dd {
    margin-left: 2.3rem;
  }
  .contact-tel .main .contact-info .tel {
    text-align: center;
  }
  .contact-tel .main .contact-info .tel span {
    font-size: 3rem;
  }
  .contact-tel .main .contact-info .tel img + span {
    margin-left: 20px;
  }
  .contact-tel .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-tel .main .contact-info .mt {
    margin-top: 2rem;
  }
  /*
contact-service
*/
  .contact-service {
    margin-bottom: 0;
  }
  .contact-service:first-child {
    margin-top: 0;
  }
  .contact-service #header {
    margin-bottom: 0;
  }
  .contact-service .page-header {
    background-image: none;
  }
  .contact-service .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-service .main .contact-info {
    margin-top: 7rem;
  }
  .contact-service .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-service .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-service .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-service .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-service .main .contact-info dt {
    font-size: 2rem;
    margin: 6rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-service .main .contact-info dt * {
    vertical-align: middle;
  }
  .contact-service .main .contact-info dt .icon {
    padding-right: 20px;
  }
  .contact-service .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    position: relative;
    display: inline-block;
  }
  .contact-service .main .contact-info dt .link a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 14rem;
    background-color: #e8eaf6;
  }
  .contact-service .main .contact-info dt .link a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .contact-service .main .contact-info dt .link a:hover {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
  }
  .contact-service .main .contact-info dt .link a:hover:after {
    border-color: #ffffff;
  }
  .contact-service .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-service .main .contact-info .tel {
    text-align: center;
  }
  .contact-service .main .contact-info .tel span {
    font-size: 3rem;
  }
  .contact-service .main .contact-info .tel img + span {
    margin-left: 20px;
  }
  .contact-service .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-service .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-service .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-service .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
    margin-bottom: 80px;
  }
  /*
contact-carry
*/
  .contact-carry {
    margin-bottom: 0;
  }
  .contact-carry .mfp-iframe-scaler {
    padding-top: 80.25%;
  }
  .contact-carry .mfp-iframe-scaler iframe {
    background-color: #fff;
  }
  .contact-carry .mfp-iframe-holder .mfp-content {
    max-width: 860px;
  }
  .contact-carry #header {
    margin-bottom: 0;
  }
  .contact-carry .page-header {
    background-image: none;
  }
  .contact-carry .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-carry .main {
    padding-bottom: 30px;
  }
  .contact-carry .main .contact-info {
    margin-top: 7rem;
  }
  .contact-carry .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-carry .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-carry .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-carry .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-carry .main .contact-info li {
    list-style: decimal;
    margin-left: 2rem;
    padding-top: 1rem;
  }
  .contact-carry .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-carry .main .contact-info dt {
    font-size: 2rem;
    margin: 4rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-carry .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-carry .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    vertical-align: middle;
    position: relative;
  }
  .contact-carry .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-carry .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-carry .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-carry .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-carry .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
  }
  .contact-carry .main .contact-info table {
    margin: 20px 0 0;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .contact-carry .main .contact-info .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .contact-carry .main .contact-info table th {
    font-weight: normal;
  }
  .contact-carry .main .contact-info table th,
  .contact-carry .main .contact-info table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    vertical-align: middle;
  }
  .contact-carry .main .contact-info table th {
    background-color: #666;
    color: #fff;
  }
  .contact-carry .main .contact-info table a {
    text-decoration: underline;
    text-align: left;
  }
  .contact-carry .main .contact-info table .map a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 6rem;
    background-color: #e8eaf6;
  }
  .contact-carry .main .contact-info table .map a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .contact-carry .main .contact-info table .map a:hover {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
  }
  .contact-carry .main .contact-info table .map a:hover:after {
    border-color: #ffffff;
  }
  .contact-carry .main .contact-info .btn-wrap {
    display: block;
    width: 200px;
    max-width: 65%;
  }
  /*
contact-send
*/
  .contact-send {
    margin-bottom: 0;
  }
  .contact-send #header {
    margin-bottom: 0;
  }
  .contact-send .page-header {
    background-image: none;
  }
  .contact-send .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-send .main .contact-info {
    margin-top: 7rem;
  }
  .contact-send .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-send .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-send .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-send .main .contact-info li {
    list-style: decimal;
    margin: 4rem 0 0 2rem;
    padding-top: 1rem;
  }
  .contact-send .main .contact-info li:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-send .main .contact-info dt {
    font-size: 2rem;
    margin: 4rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-send .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    vertical-align: middle;
    position: relative;
  }
  .contact-send .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-send .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-send .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-send .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-send .main .contact-info.address {
    border: 1px solid #666;
    padding: 2rem 2rem;
    margin-bottom: 80px;
  }
  .contact-send .main .contact-info.address li {
    list-style: none;
    margin: 3rem 0 0;
    padding: 0 0 3rem 2rem;
    position: relative;
    border-bottom: 1px solid #666;
  }
  .contact-send .main .contact-info.address li::before {
    content: '■';
    color: #666;
    position: absolute;
    top: 0;
    left: -0.1rem;
  }
  .contact-send .main .contact-info.address li:last-child {
    border-bottom: none;
  }
  .contact-send .main .contact-info .btn-wrap {
    display: block;
    width: 200px;
  }
  .contact-send .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
    margin-bottom: 80px;
  }
  /*
contact-manual
*/
  .contact-manual {
    margin-bottom: 0;
  }
  .contact-manual #header {
    margin-bottom: 0;
  }
  .contact-manual .page-header {
    background-image: none;
  }
  .contact-manual .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-manual .main .contact-info {
    margin-top: 7rem;
  }
  .contact-manual .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info:last-child {
    margin-bottom: 80px;
  }
  .contact-manual .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-manual .main .contact-info h3.typeB {
    background-color: #7f7f7f;
    color: #fff;
    padding-left: 1rem;
    line-height: 4rem;
  }
  .contact-manual .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-manual .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-manual .main .contact-info li {
    list-style: decimal;
    margin: 1rem 0 0 2rem;
    padding-top: 1rem;
  }
  .contact-manual .main .contact-info.file dl {
    margin: 40px 0 80px 20px;
  }
  .contact-manual .main .contact-info.file dt {
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .contact-manual .main .contact-info.file ul li {
    list-style: none;
  }
  .contact-manual .main .contact-info.file a {
    text-decoration: underline;
  }
  .contact-manual .main .contact-info li:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-manual .main .contact-info.btn-wrap {
    text-align: center;
    width: 100%;
  }
  .contact-manual .main .contact-info .btn-inner {
    display: block;
    margin-top: 20px;
  }
  .contact-manual .main .contact-info .btn-inner:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info .btn-inner .btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  /*
catalog
*/
  .catalog {
    margin-bottom: 0;
  }
  .catalog #header {
    margin-bottom: 0;
  }
  .catalog .page-header {
    background-image: none;
  }
  .catalog .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .catalog .main .catalog-info {
    margin-top: 7rem;
  }
  .catalog .main .catalog-info h3 {
    font-size: 2.5rem;
  }
  .catalog .main .catalog-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .catalog .main .catalog-info .book-wrap {
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalog .main .catalog-info .book-wrap::after {
    content: "";
    display: block;
    width: 99%;
    height: 0;
  }
  .catalog .main .catalog-info .book-inner {
    box-sizing: border-box;
    /*
  width: 49%;
  margin-top: 30px;
  */
    margin: 30px auto 0 auto;
  }
  .catalog .main .catalog-info .book-inner .thum,
  .catalog .main .catalog-info .book-inner .title,
  .catalog .main .catalog-info .book-inner .version,
  .catalog .main .catalog-info .book-inner .date {
    display: block;
  }
  .catalog .main .catalog-info dl {
    margin-top: 1rem;
  }
  .catalog .main .catalog-info dd {
    list-style: decimal;
    margin: 1rem 0 0 2rem;
    position: relative;
  }
  .catalog .main .catalog-info dd:first-child {
    margin-top: 0;
  }
  .catalog .main .catalog-info dd::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .catalog .main .catalog-pdf {
    margin: 50px 0 80px 0;
  }
  .catalog .main .catalog-pdf .pdf-inner img {
    vertical-align: top;
  }
  .catalog .main .catalog-pdf .pdf-inner {
    display: block;
    margin-top: 20px;
  }
  /*
contact-map
*/
  .contact-map {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    background-color: #fff;
  }
  .contact-map #header {
    margin-bottom: 0;
  }
  .contact-map .page-header {
    background-image: none;
  }
  .contact-map .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-map .main .contact-info {
    margin-top: 2rem;
  }
  .contact-map .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-map .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-map .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-map .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 2rem 4rem;
  }
  .contact-map .main .contact-info table {
    margin: 20px 0 0;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .contact-map .main .contact-info table th {
    font-weight: normal;
    white-space: nowrap;
  }
  .contact-map .main .contact-info table th,
  .contact-map .main .contact-info table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    vertical-align: middle;
  }
  .contact-map .main .contact-info table th {
    background-color: #666;
    color: #fff;
  }
  .contact-map .main .contact-info iframe {
    margin-top: 30px;
  }
  /*
slick
*/
  /*.slide-wrap > div {
  display: none;
}

.slide-wrap > div:nth-child(1) {
  display: block;
}

.slide-wrap .slick-initialized > div {
  display: block;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  z-index: 99;
  background-color: rgba(0,0,0,0.8);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition-duration: 0.4s;
}

.slick-prev .material-icons,
.slick-next .material-icons {
  font-size: 50px;
  cursor: pointer;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -5px;
  color: rgba(255,255,255,0.8);
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0,0,0,0.5);
}

.slick-prev:hover .material-icons,
.slick-next:hover .material-icons {
  color: rgba(255,255,255,0.5);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slide-wrap:hover .slick-prev,
.slide-wrap:hover .slick-next {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '■';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
*/
  #header {
    line-height: 1;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
  }
  #header {
    /*font-weight: bold;*/
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #555;
  }
  #header .wrap-other {
    /*display: none;*/
  }
  #header .wrap-inner {
    position: relative;
    padding: 10px 10px 0 10px;
  }
  #header .wrap-inner .haeder_logo {
    display: block;
  }
  .haeder_logo {
    line-height: 1;
    padding-bottom: 10px;
  }
  .haeder_logo a {
    line-height: 0;
  }
  .haeder_logo img {
    line-height: 0;
    width: 160px;
  }
  .global-btn-sp {
    position: absolute;
    top: 14px;
    right: 15px;
    display: inline-block;
    width: 34px;
    height: 28px;
    line-height: 1;
  }
  .global-btn-sp i {
    width: 100%;
    height: 4px;
    background-color: #555;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    text-indent: -9999px;
  }
  .global-btn-sp:before,
  .global-btn-sp:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #555;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .global-btn-sp:before {
    top: 0;
  }
  .global-btn-sp:after {
    bottom: 0;
  }
  .global-btn-sp.active i {
    width: 0;
  }
  .global-btn-sp.active:before,
  .global-btn-sp.active:after {
    top: 9px;
    bottom: 0;
  }
  .global-btn-sp.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global-btn-sp.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-global-body {
    display: none;
    margin: 0 -10px;
  }
  #global-navi {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
  }
  #global-navi .global-navi__body {
    text-align: center;
    padding: 30px 0 45px 0;
  }
  #global-navi .global-navi__body ul li {
    display: block;
  }
  #global-navi .global-navi__body > ul {
    display: inline-block;
    text-align: left;
  }
  #global-navi .global-navi__body > ul > li > span,
  #global-navi .global-navi__body > ul > li > a {
    border-left: 1px solid #fff;
    color: #aaa;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-left: 12px;
  }
  #global-navi .global-navi__body > ul > li + li {
    margin-top: 40px;
  }
  #global-navi .global-navi__second {
    margin-top: 22px;
    margin: 22px 0 0 14px;
    visibility: visible !important;
  }
  #global-navi .global-navi__second li a {
    color: #fff;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
  }
  #global-navi .global-navi__second li a:before {
    content: "";
    display: inline-block;
    border: 5px solid #aaa;
    border-top: 3px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #global-navi .global-navi__second li a[target="_blank"] {
    background-image: url(../../../img/icon-blank02.svg);
    background-size: 13px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
  }
  #global-navi .global-navi__second li a.global-navi__second__wizmusic span {
    display: inline-block;
    width: 87px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
  }
  #global-navi .global-navi__second li a.global-navi__second__wizmusic span img {
    width: auto;
    height: 50px;
    position: relative;
    top: -25px;
  }
  #global-navi .global-navi__second li + li {
    margin-top: 20px;
  }
  .share {
    color: #aaa;
    border-top: 1px solid #666;
    padding: 25px 0;
  }
  .share dl {
    display: table;
    font-size: 10px;
    margin: 0 auto;
  }
  .share dt,
  .share dd {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0;
  }
  .share dt {
    font-weight: normal;
    padding-right: 25px;
    border-right: 1px solid #aaa;
  }
  .share dd {
    padding-left: 25px;
  }
  .share svg {
    width: auto;
  }
  .share svg path {
    fill: #ccc;
  }
  .share .share__tw svg {
    width: 30px;
    height: 24px;
  }
  .share .share__tw a:hover svg path {
    fill: #1da1f2;
  }
  .share .share__fb svg {
    width: 13px;
    height: 24px;
  }
  .share .share__fb a:hover svg path {
    fill: #3b5998;
  }
  .spmenu-is-on {
    height: 100%;
  }
  .spmenu-is-on body {
    height: 100%;
    overflow: hidden;
  }
  .spmenu-is-on #page {
    height: 100%;
    overflow: hidden;
  }
  .spmenu-is-on #header {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 100;
    margin-bottom: 0;
  }
  .spmenu-is-on .sp-global-body {
    display: block;
  }
  /*------------------------------------------------------
	footer
------------------------------------------------------*/
  /*
.inline-menu {
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 5px;
  display: block;
}

.footersocial {
  background: #222;
}
*/
  /* FOOTER INNER
-------------------------------------*/
  /*
.footerInner {
  padding-bottom: 10px;
}

#footermenu {
  width: 100%;
  padding-top: 30px;
  margin: 0px;
  padding-bottom: 15px;
  text-align: left;
}

.footerbnr {
  padding: 10px 0;
  margin-top: 10px;
}

.footerbnr img {
  height: 40px;
  margin: 15px;
  display: inline;
  vertical-align: bottom;
}

#footermenu p {
  color: #999;
  border-bottom: 1px solid #666;
  margin: 7px 0;
}

.product_ttl img {
  width: 100%;
}

#footermenu .footer-navi__body {
  max-width: 90%;
  margin: 0 auto;
}

#footermenu .footer-navi__body > ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

#footermenu .footer-navi__body ul li {
  margin-top: 20px;
}

#footermenu .footer-navi__body > ul > li {
  width: 40%;
  margin-bottom: 30px;
}

#footermenu .footer-navi__body ul li span.nolink {
  color: #999;
}

#footermenu .footer-navi__body ul li a {
}
*/
  /*
  FOOTER COOPORATE
------------------------------------------------------*/
  footer #navArea {
    /*background:#222;*/
    /*margin: 0 0 30px;
  padding: 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;*/
  }
  /*
footer #snsArea {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0 0 30px;
  color: #fff;
  clear: both;
  overflow: hidden;
  background: #000;
}

footer * {
  vertical-align: baseline;
  letter-spacing: 1px;
  line-height: 12px;
}

footer .linkTop {
  margin-top: 6%;
  font-size: 1.5rem;
}

footer a {
  color: #fff;
  padding: 2px 0;
  text-decoration: none;
}

footer #termLink {
  line-height: 30px;
  padding: 15px 0;
  font-size: 12px;
  margin-bottom: 15px;
}

footer #termLink a {
  display: block;
}

footer #termLink a:after {
  content: url(../../../img/icn_another_site_rev.svg);
  margin-left: 5px;
}

footer a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#footermenu div:not(:first-child) br {
  display: none;
}

footer small {
  font-size: 12px;
}

footer #snsArea {
  margin: 0 auto;
}

.footerLink .sublist {
  font-size: 14px;
  font-weight: 400;
}

.outside a:after {
  content: "\e600";
  font-family: "iconFont";
  margin: 0 0 0 5px;
  font-size: 75%;
}

#footermenu {
  padding: 20px 0 25px;
}

.footer-navi__body {
  margin-bottom: 30px;
}

.footer-navi__body img.footerlogo {
  width: 150px;
  display: block;
}

.footer-navi__body a {
  text-decoration: none;
  font-size: 110%;
  display: inline-block;
}

.nolink {
  font-size: 105%;
}

.footer-navi__body ul {
  width: 100%;
}

.footer-navi__body ul li {
  padding-right: 15px;
  margin: 0;
}

.footer-navi__body ul li {
  width: auto !important;
}

.footer-navi__body .grayarea {
  background-color: #333;
  padding: 15px;
  font-size: 105%;
}

.footer-navi__body ul.grayarea li {
  margin-top: 0 !important;
  padding: 10px 0;
}

.footer-navi__body ul li.childlist {
  text-indent: 0.5em;
  margin-top: 12px !important;
}

.footer-navi__body .nolink {
  color: #aaa !important;
}

@media (max-width: 768px) {
  .footer-navi__body ul li {
    width: 180px !important;
  }
  .footer-navi__body img.footerlogo {
    width: 150px;
    display: block;
  }
  .footer-navi__body ul.grayarea {
    margin-right: 30px;
  }
  .footer-navi__body ul.grayarea li {
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .footer-navi__body ul li.childlist {
    text-indent: 0;
    margin-top: 12px !important;
  }
  #footermenu .footer-navi__body ul li:first-child {
    width: 100% !important;
    margin-right: 20px;
    margin-top: 20px;
  }
  .footer-navi__body .grayarea {
    background-color: #333;
    padding: 15px;
    width: 100% !important;
    font-size: 105%;
  }

  .footer-navi__second li {
    padding: 5px 0 0;
    line-height: 20px;
  }
}*/
}
@media only screen and (max-width: 543px) and screen and (max-width: 500px) {
  .media .media__right.vertical {
    display: block;
  }
  .media .media__right.vertical p + p {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 544px) and (max-width: 768px) {
  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;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  input,
  select {
    vertical-align: middle;
  }
  html {
    font-size: 62.5%;
  }
  body {
    /*color: #666;*/
    font-size: 1.4rem;
    /*  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;*/
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
  body * {
    background-repeat: no-repeat;
    -webkit-overflow-scrolling: touch;
  }
  input {
    /*-webkit-appearance: none*/
  }
  img {
    max-width: 100%;
    height: auto;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
  li {
    list-style-type: none;
  }
  figure {
    line-height: 1;
  }
  br.spbr {
    display: inline;
  }
  br.pcbr {
    display: none;
  }
  .wrap,
  .wrap-inner {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
  .red {
    color: #f00;
  }
  .main {
    padding: 0 3%;
    position: relative;
  }
  .main * {
    line-height: 1.5;
  }
  .main img {
    line-height: 1;
  }
  .main figure {
    line-height: 1;
  }
  .main time {
    line-height: 1;
  }
  .main p + p {
    margin-top: 20px;
  }
  .btn-area {
    text-align: center;
  }
  .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn.btn-simple {
    width: 50%;
    background-color: #fff;
    padding-right: 18px;
    border: 1px solid #666;
    padding: 10px 28px 10px 28px;
  }
  .btn.btn-simple:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: 0;
  }
  .btn.btn-simple.back:after {
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
    border-top: none;
    border-right: none;
    top: 48%;
    left: 10px;
  }
  .btn.btn-premium {
    color: #d29e24;
    padding-right: 18px;
  }
  .btn.btn-premium:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #d29e24;
    border-right: 3px solid #d29e24;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 0;
    top: 50%;
  }
  .btn.btn-simple2 {
    font-size: 1.8rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:hover {
    color: #fff;
    background-color: #666666;
  }
  .btn.btn-simple2:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-simple3 {
    font-size: 1.2rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e0e0e0;
  }
  .btn.btn-simple3:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple3:hover {
    color: #fff;
    background-color: #666666;
  }
  .btn.btn-simple3:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-simple4 {
    font-size: 1.2rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e8eaf6;
  }
  .btn.btn-simple4:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple4:hover {
    color: #fff;
    background-color: #9db1d7;
  }
  .btn.btn-simple4:hover:after {
    border-color: #ffffff;
  }
  .btn.btn-blank {
    background-color: #fff;
    border: 1px solid #666;
    font-size: 1.2rem;
    padding: 15px 50px 15px 25px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-blank:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 17px;
  }
  .btn.btn-blank:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-blank:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-blank--2 {
    border-radius: 20px;
    padding: 10px 48px 10px 20px;
  }
  .btn.btn-blank--2:before {
    right: 18px;
  }
  .btn.btn-iron {
    border: 1px solid #666;
    padding: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-iron:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-iron:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-pagetop {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    border: 2px solid #ca9a12;
    border-radius: 50%;
    position: relative;
  }
  .btn.btn-pagetop:after {
    content: '';
    display: inline-block;
    border-top: 2px solid #ca9a12;
    border-right: 2px solid #ca9a12;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 4px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .page-header {
    text-align: center;
    background-position: center top;
    position: relative;
    background-size: cover;
  }
  .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .kv {
    margin: -10px -5px 30px -5px;
  }
  .kv picture {
    line-height: 0;
  }
  .kv img {
    width: 100%;
  }
  .kv .kv__item__btn {
    text-align: center;
    margin-top: 10px;
  }
  /*
　ピックアップコンテンツ
*/
  .top-category {
    margin-bottom: 22px;
  }
  .top-category .top-category-inner {
    /*width: 100%;
    display: flex;
  justify-content: space-between;*/
  }
  .top-category .top-category-inner * {
    line-height: 0;
  }
  .top-category .top-category-inner li {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
  }
  /*.top-category .top-category-inner li:nth-child(even) {
    margin-right: 0;

}*/
  .top-category .top-category-inner .name {
    transition-duration: 0.4s;
    height: 40px;
    padding: 15px 4%;
    background-color: #efefef;
    line-height: 1.3em;
    font-weight: bold;
  }
  .top-category .top-category-inner .menu {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 2rem 0 0 0;
    opacity: 0;
    transition-duration: 0.4s;
  }
  .top-category .top-category-inner .menu p {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 1rem 3rem 0 3rem;
    padding-left: 1rem;
    text-align: left;
  }
  .top-category .top-category-inner .menu a {
    display: block;
    position: relative;
    line-height: 3rem;
  }
  .top-category .top-category-inner .menu p a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 1px;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .top-category .top-category-inner .back {
    /*margin-top: 20px;*/
  }
  .top-category .top-category-inner li img {
    width: 100%;
    height: auto;
  }
  .top-category .top-category-inner .tx {
    width: 94%;
    margin: 10px auto;
    line-height: 1.1;
    height: 159px;
    position: relative;
  }
  .top-category .top-category-inner .tx .tag {
    background-color: #c23117;
    color: #FFF;
    font-size: 11px;
    padding: 4px;
    width: 82px;
    text-align: center;
    position: absolute;
    bottom: 0;
    letter-spacing: 0;
    line-height: 1.2em;
  }
  /*
　製品情報・サービス
*/
  .product-category {
    margin-bottom: 22px;
  }
  /*
.product-category .top-category-inner {
    width: 100%;
}

.product-category .top-category-inner li {
    box-sizing: border-box;
    position: relative;
    text-align: left;
    width: 47.8%;
    display: inline-block;
    margin-right: 3%;
    margin-bottom: 30px;
}

.product-category .top-category-inner li:nth-of-type(5n) {
    margin-right: 3%;
}

.product-category .top-category-inner li:nth-of-type(2n) {
    margin-right: 0;
}
*/
  .product-category .top-category-inner .name {
    line-height: 2;
  }
  .product-category .top-category-inner dd {
    line-height: 1.2em;
    font-size: 13px;
    letter-spacing: 0;
  }
  .product-category .top-category-inner li img {
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
  }
  .product-category .top-category-inner .tx {
    width: 94%;
    margin: 10px auto;
    position: relative;
    line-height: 1.2em;
    padding-bottom: 4vh;
  }
  /*
重要なお知らせ
*/
  .icon_notice {
    border: 1px solid #a5a5a5;
    padding: 15px 2%;
    /*margin-bottom: 50px;*/
  }
  .icon_notice p {
    text-align: left;
    padding-left: 23px;
    background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
    font-size: 10px;
    line-height: 1em;
    margin-right: 2%;
  }
  .icon_notice a.info_important {
    text-decoration: underline;
    color: red;
    width: 100%;
    display: block;
    margin: 4px auto;
  }
  .icon_notice a.info_list {
    font-size: 12px;
  }
  /*
top-news 
*/
  .top-news {
    border: 1px solid #c9c9c9;
    margin-bottom: 22px;
    position: relative;
    padding: 15px;
  }
  .top-news__title {
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: middle;
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .top-news__body {
    vertical-align: middle;
  }
  .top-news__body li + li {
    margin-top: 10px;
  }
  .top-news__body li {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
  }
  .top-news__body li time {
    display: inline-block;
    margin-right: 30px;
    line-height: 1.4;
  }
  .top-news__body li span {
    display: block;
  }
  .top-news__body li span a {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .top-news__body li span a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -4px;
  }
  .top-news__body li span a[target=_blank] {
    display: inline-block;
  }
  .top-news__body li span a[target=_blank]:after {
    border: none;
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .top-news__body li span a.link-inline {
    display: inline;
    text-decoration: underline;
    padding-right: 0;
  }
  .top-news__body li span a.link-inline:after {
    content: none;
  }
  .top-news {
    word-break: break-all;
  }
  .top-news .btn-area {
    margin-top: 20px;
  }
  .top-brandbar {
    background-color: #fafafa;
    border: 1px solid #c9c9c9;
    text-align: center;
    padding: 15px;
    position: relative;
    margin-bottom: 22px;
  }
  .top-brandbar .top-brandbar__title {
    font-size: 2.1rem;
    font-weight: normal;
    margin-bottom: 15px;
  }
  .top-brandbar .top-brandbar__summary {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .top-brandbar .btn {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 30px;
  }
  .top-movie {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: inherit;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .top-movie .top-movie-wrap {
    width: 100%;
    padding-bottom: 0;
    text-align: center;
  }
  .top-movie .top-movie-wrap:first-child {
    margin-bottom: 22px;
  }
  .top-movie .top-wrap:last-child {
    margin-left: 30px;
  }
  .top-movie .top-movie-wrap span {
    margin-top: 10px;
  }
  .top-movie .top-movie-wrap .top-movie-wrap-inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .top-movie .top-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .victor-feature {
    margin-top: 100px;
    position: relative;
  }
  .victor-feature:before {
    content: '';
    background-color: #666;
    width: 50%;
    height: 1px;
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .victor-feature__box .box__main figure,
  .victor-feature__box .box__sub figure {
    line-height: 0;
  }
  .victor-feature__box .box__main img,
  .victor-feature__box .box__sub img {
    width: 100%;
  }
  .victor-feature__box .box__main {
    background-color: #f3f3f3;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    top: 30px;
  }
  .victor-feature__box .box__main .victor-feature__box__title {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .victor-feature__box .box__main .victor-feature__box__eye {
    font-size: 2.4rem;
  }
  .victor-feature__box .box__main .victor-feature__box__eye + .btn {
    margin-top: 30px;
  }
  .victor-feature__box .box__main .victor-feature__box__att {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .victor-feature__box .box__main .victor-feature__box__att img {
    max-width: 100px;
  }
  .victor-feature__box .box__main .btn {
    margin: 0 0 10px 0;
  }
  .victor-feature__box .box__main.open {
    opacity: 1;
    top: 0;
  }
  .victor-feature__box .box__sub {
    position: relative;
    z-index: 1000;
  }
  .victor-feature__box .box__sub a {
    line-height: 0;
  }
  .victor-feature__box + .victor-feature__box {
    margin-top: 30px;
  }
  body.concept {
    background-color: #f2f2f2;
    color: #7f7f7f;
  }
  .concept-title {
    color: #333;
    -webkit-transition: opacity 1s ease-Out, top 1s ease-Out;
    transition: opacity 1s ease-Out, top 1s ease-Out;
  }
  .concept-description p {
    line-height: 1.9;
  }
  .concept_logo {
    margin: 50px 0 50px 0;
    text-align: center;
  }
  .concept_logo img {
    width: 85%;
  }
  .concept-lead {
    text-align: center;
    margin-bottom: 70px;
  }
  .concept-lead .concept-title {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
  .concept-section01 {
    margin-bottom: 70px;
  }
  .concept-section01 .concept-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section01 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section01 .concept-description {
    margin-bottom: 30px;
  }
  .concept-section01__images {
    background-color: #fff;
    margin: 0 -10px;
    padding: 20px 0;
    overflow: scroll;
  }
  .concept-section01__images ul {
    display: table;
  }
  .concept-section01__images li {
    display: table-cell;
    vertical-align: top;
    width: 1px;
    white-space: nowrap;
    padding-left: 40px;
  }
  .concept-section01__images li img {
    height: 100px;
    width: auto;
  }
  .concept-section01__images li span {
    color: #666;
    display: block;
    font-size: 1.1rem;
    margin-top: 3px;
  }
  .concept-section01__images li:first-child {
    padding-left: 20px;
  }
  .concept-section01__images li:nth-child(5) {
    padding-right: 20px;
  }
  .concept-section01__images li.active {
    opacity: 1;
  }
  .concept-section02 {
    margin-bottom: 70px;
  }
  .concept-section02 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section02 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section02 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section03 {
    padding-bottom: 70px;
  }
  .concept-section03 .concept-title {
    margin-bottom: 20px;
    font-size: 2.5rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section03 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section03 .concept-description {
    margin-bottom: 30px;
  }
  .concept-section03__eye {
    background-color: #fff;
    position: relative;
    margin: 0 -10px;
    padding-bottom: 30px;
    overflow: hidden;
    text-align: center;
  }
  .concept-section03__eye .img01 {
    position: relative;
    left: -20px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transition: all 2s ease-out;
    transition: all 2s ease-out;
  }
  .concept-section03__eye .img01 img {
    width: 320px;
  }
  .concept-section03__eye .img02 {
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .concept-section03__eye .img02 img {
    width: 85px;
  }
  .concept-section03__eye .btn-area {
    opacity: 0;
    -webkit-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
  }
  .concept-section03__eye.active .img01 {
    left: 0px;
    opacity: 1;
  }
  .concept-section03__eye.active .img02 {
    opacity: 1;
  }
  .concept-section03__eye.active .btn-area {
    opacity: 1;
  }
  .concept-section04 {
    border-top: 1px solid #666;
    padding-top: 35px;
  }
  .concept-section04 .concept-title {
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    margin-bottom: 50px;
  }
  .concept-section04 .concept-title:after {
    content: '';
    display: block;
    background-color: #666;
    height: 1px;
    width: 125px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .concept-section04__movie {
    text-align: center;
    margin-bottom: 50px;
  }
  .concept-section05 {
    margin-bottom: 70px;
  }
  .concept-section05 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section05 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section05 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .concept-section06 {
    margin-bottom: 70px;
  }
  .concept-section06 .concept-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
    opacity: 0;
    position: relative;
    top: 10px;
  }
  .concept-section06 .concept-title strong {
    display: block;
    margin-top: -2px;
    font-size: 2.5rem;
  }
  .concept-section06 .concept-title.active {
    opacity: 1;
    top: 0;
  }
  .youtube {
    position: relative;
    /*padding-top: 56.25%*/
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 1.5s ease-out;
    transition: opacity 1.5s ease-out;
  }
  .youtube.active iframe {
    opacity: 1;
  }
  .concept-section04__history {
    color: #7f7f7f;
    text-align: center;
    font-size: 1.4rem;
  }
  .concept-section04__history .concept-section04__history__body {
    display: inline-block;
  }
  .concept-section04__history ul {
    display: inline-block;
    text-align: left;
  }
  .concept-section04__history li:after {
    content: '';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
  }
  .concept-section04__history li time {
    border: 1px solid #666;
    background-color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 4px 7px;
    vertical-align: middle;
    float: left;
    margin-top: 2px;
    margin-right: 20px;
  }
  .concept-section04__history li span {
    display: block;
    overflow: hidden;
    padding-top: 2px;
  }
  .concept-section04__history li + li {
    margin-top: 20px;
  }
  .concept-section04__history .concept-section04__history__att {
    text-align: left;
    font-size: 1.2rem;
    margin-top: 30px;
  }
  .concept-section04__history .concept-section04__history__footer {
    margin-top: 50px;
    text-align: center;
  }
  .content-nipper .content-nipper__image {
    margin-bottom: 20px;
  }
  .content-nipper .content-nipper__title {
    color: #333;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1;
  }
  .content-nipper .content-nipper__title strong {
    display: block;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .content-nipper .content-nipper__description {
    margin-bottom: 70px;
  }
  .content-nipper .content-nipper__description p {
    color: #7f7f7f;
    line-height: 1.9;
  }
  .content-nipper .content-nipper__description p + p {
    margin-top: 30px;
  }
  .content-nipper .content-nippe__footer {
    text-align: center;
  }
  .content-nipper .content-nippe__footer img {
    width: 85%;
    max-width: 280px;
  }
  .news #header {
    margin-bottom: 0;
  }
  .news .page-header {
    background-image: url(client-design/clientlib-design/news/img/bg_hedding--news.png);
  }
  .news-y {
    text-align: center;
    padding: 30px 0;
  }
  .news-y .news-y__title {
    font-size: 2.5rem;
    font-weight: normal;
  }
  .news-y .news-y__group {
    display: inline-block;
    position: relative;
  }
  .news-y .btn-y {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #b2b2b2;
    border-right: 2px solid #b2b2b2;
  }
  .news-y .btn-y--next {
    right: -50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .news-y .btn-y--prev {
    left: -50px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .news-m-index .news-m-index__title {
    background-color: #999;
    color: #fff;
    display: inline-block;
    line-height: 1;
    font-size: 2rem;
    font-weight: normal;
    padding: 7px 0;
    margin-bottom: 25px;
    width: 80px;
    text-align: center;
  }
  .news-m-index ul {
    margin-left: 5px;
  }
  .news-m-index li {
    border-left: 1px solid #666;
    font-size: 1.5rem;
    padding: 0 0 10px 10px;
  }
  .news-m-index li a {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
  }
  .news-m-index li a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -4px;
  }
  .news-m-index li a[target=_blank] {
    position: relative;
  }
  .news-m-index li a[target=_blank]:after {
    border: none;
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 15px;
    margin-top: 0;
  }
  .news-m-index li time {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .news-m-index li .btn-premium {
    font-size: 1.5rem;
    margin-top: 15px;
  }
  .news-m-index li .btn-premium:after {
    width: 8px;
    height: 8px;
    border-top: 3px solid #d29e24;
    border-right: 3px solid #d29e24;
  }
  .news-m-index li + li {
    margin-top: 30px;
  }
  .news-m-index + .news-m-index {
    margin-top: 70px;
  }
  .btnArea-news {
    padding: 30px 0;
  }
  .news-entry {
    border: 1px solid #c9c9c9;
    padding: 20px 3% 40px;
    position: relative;
  }
  .news-entry a {
    text-decoration: underline;
  }
  .news-entry .print-pdf {
    display: none;
  }
  .news-entry sup {
    vertical-align: super;
    font-size: smaller;
  }
  .news-entry .news-entry__header {
    border-left: 1px solid #666;
    padding: 0 0 0 15px;
    font-size: 1.6rem;
  }
  .news-entry .news-entry__header time {
    margin: 0 5px 0 0;
  }
  .news-entry .news-entry__header h2 {
    margin: 20px 0 0;
    font-size: 2.2rem;
  }
  .news-entry .news-entry__header h2 span {
    margin: 0 0 5px;
    font-weight: normal;
    display: block;
    font-size: 1.3rem;
  }
  .news-entry .news-entry__header ul {
    margin: 23px 0 0;
  }
  .news-entry .news-entry__header ul li {
    font-size: 1.1rem;
    position: relative;
    padding: 0 0 0 17px;
  }
  .news-entry .news-entry__header ul li + li {
    margin: 8px 0 0;
  }
  .news-entry .news-entry__header ul li:before {
    content: "";
    position: absolute;
    top: 0.4em;
    left: 0;
    display: block;
    width: 10px;
    height: 10px;
    background: #666666;
  }
  .news-entry .news-entry__body {
    margin: 60px 0 0;
  }
  .news-entry .news-entry__body .news-body-child > table {
    margin: 55px 0 0;
  }
  .news-entry .news-entry__body .news-body-child + .news-body-child {
    margin: 70px 0 0;
  }
  .news-entry .news-entry__body h3 {
    font-size: 2rem;
    margin: 43px 0 12px;
  }
  .news-entry .news-entry__body h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .news-entry .news-entry__body h4.title--indent {
    text-indent: -3.6rem;
    margin-left: 3.6rem;
  }
  .news-entry .news-entry__body h4 ~ h4 {
    margin-top: 35px;
  }
  .news-entry .news-entry__body h5 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .news-entry .news-entry__body h5.title--indent {
    text-indent: -2.4rem;
    margin-left: 2.4rem;
  }
  .news-entry .news-entry__body .full-image {
    margin: 45px 0 -20px;
  }
  .news-entry .news-entry__body .small {
    font-size: 1.2rem;
  }
  .news-entry .news-entry__body .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .news-entry .news-entry__body .scroll table {
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .news-entry .news-entry__body .scroll table th {
    font-weight: normal;
  }
  .news-entry .news-entry__body .scroll table th,
  .news-entry .news-entry__body .scroll table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    text-align: center;
    vertical-align: middle;
  }
  .news-entry .wrap-news-box + * {
    margin-top: 30px;
  }
  .news-entry .wrap-news-box h3 + .media .media__right {
    margin: 0 0 20px;
  }
  .news-entry .wrap-news-box .vertical-image-box {
    margin: 20px 0;
  }
  .news-entry .wrap-news-box ul li {
    list-style-type: disc;
    margin-left: 2.3rem;
  }
  .news-entry .wrap-news-box ul li + li {
    margin-top: 5px;
  }
  .news-entry .wrap-news-box .sp-hidden {
    display: none;
  }
  .news-entry .media .media__body {
    margin: 0 0 20px;
  }
  .news-entry .media .media__left,
  .news-entry .media .media__right {
    text-align: center;
  }
  .news-entry .media .media__right {
    width: 100%;
    margin: 0 0 40px;
  }
  .news-entry .media .media__right p {
    margin: 0;
  }
  .news-entry .media .media__right p:last-child {
    margin-top: 20px;
  }
  .news-image-container {
    margin-top: 25px;
  }
  .news-image-container.studio-image img {
    max-width: 293px;
    display: block;
    margin: 0 auto;
  }
  .news-image-container + .media {
    margin-top: 35px;
  }
  .news-image {
    display: block;
    vertical-align: top;
    text-align: center;
  }
  .news-image .news-image__cap {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
    text-align: center;
  }
  .news-image + .news-image {
    margin-top: 20px;
  }
  .news-att-small {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  .news-entry__footer {
    margin-top: 70px;
  }
  .news-entry__footer__title {
    font-weight: normal;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .news-entry__footer__main {
    border: 1px solid #ccc;
    padding: 10px;
  }
  .news-entry__footer__main dl dt {
    margin-bottom: 10px;
  }
  .news-entry__footer__main dl dt ~ dt {
    margin-top: 15px;
  }
  .news-entry__footer__main .news-entry__footer__tbl-tel th {
    font-weight: normal;
    width: 1px;
    white-space: nowrap;
    padding-right: 10px;
  }
  .news-entry__footer__att {
    font-size: 1.1rem;
    margin-top: 15px;
  }
  .contact #header {
    margin-bottom: 0;
  }
  .contact .page-header {
    background-image: none;
  }
  .contact .main .main_inner {
    padding-bottom: 50px;
  }
  .contact .main .main_inner .contact-m-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
  }
  .contact .main .main_inner .contact-m-list h3 {
    text-align: center;
  }
  .contact .main .main_inner .contact-m-list h3 img {
    width: 100%;
  }
  .contact .main .main_inner .contact-m-list-inner {
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
  }
  .contact .main .main_inner .contact-m-list-inner:first-child {
    margin-top: 0;
  }
  .contact .main .main_inner .contact-m-list-inner ul {
    margin-top: 50px;
  }
  .contact .main .main_inner .contact-m-list-inner li a {
    margin-top: 10px;
    box-sizing: border-box;
  }
  .contact .main .main_inner .contact-m-link {
    margin-top: 50px;
    text-align: center;
  }
  .contact .main .main_inner .contact-m-link a:hover {
    opacity: 0.85;
  }
  .contact .main .main_inner .contact-m-banner {
    margin-top: 50px;
    text-align: center;
  }
  .contact .main .main_inner .contact-notice-closure-inner {
    border: 1px solid #f00;
    padding: 30px;
    margin-bottom: 30px;
  }
  .contact .main .main_inner .contact-notice-closure-inner dt {
    font-size: 2rem;
  }
  .contact .main .main_inner .contact-notice-closure-inner dt + dd {
    margin-top: 20px;
  }
  /*
contact-tel
*/
  .contact-tel #header {
    margin-bottom: 0;
  }
  .contact-tel .page-header {
    background-image: none;
  }
  .contact-tel .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-tel .main .contact-info h3 {
    font-size: 2rem;
  }
  .contact-tel .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-tel .main .contact-info dt {
    font-size: 2rem;
    margin: 6rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-tel .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-tel .main .contact-info dd {
    margin-left: 2.3rem;
  }
  .contact-tel .main .contact-info .tel {
    text-align: center;
  }
  .contact-tel .main .contact-info .tel span {
    font-size: 3rem;
  }
  .contact-tel .main .contact-info .tel img + span {
    margin-left: 20px;
  }
  .contact-tel .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-tel .main .contact-info .mt {
    margin-top: 2rem;
  }
  /*
contact-service
*/
  .contact-service {
    margin-bottom: 0;
  }
  .contact-service:first-child {
    margin-top: 0;
  }
  .contact-service #header {
    margin-bottom: 0;
  }
  .contact-service .page-header {
    background-image: none;
  }
  .contact-service .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-service .main .contact-info {
    margin-top: 7rem;
  }
  .contact-service .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-service .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-service .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-service .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-service .main .contact-info dt {
    font-size: 2rem;
    margin: 6rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-service .main .contact-info dt * {
    vertical-align: middle;
  }
  .contact-service .main .contact-info dt .icon {
    padding-right: 20px;
  }
  .contact-service .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    position: relative;
    display: inline-block;
  }
  .contact-service .main .contact-info dt .link a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 14rem;
    background-color: #e8eaf6;
  }
  .contact-service .main .contact-info dt .link a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .contact-service .main .contact-info dt .link a:hover {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
  }
  .contact-service .main .contact-info dt .link a:hover:after {
    border-color: #ffffff;
  }
  .contact-service .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-service .main .contact-info .tel {
    text-align: center;
  }
  .contact-service .main .contact-info .tel span {
    font-size: 3rem;
  }
  .contact-service .main .contact-info .tel img + span {
    margin-left: 20px;
  }
  .contact-service .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-service .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-service .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-service .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
    margin-bottom: 80px;
  }
  /*
contact-carry
*/
  .contact-carry {
    margin-bottom: 0;
  }
  .contact-carry .mfp-iframe-scaler {
    padding-top: 80.25%;
  }
  .contact-carry .mfp-iframe-scaler iframe {
    background-color: #fff;
  }
  .contact-carry .mfp-iframe-holder .mfp-content {
    max-width: 860px;
  }
  .contact-carry #header {
    margin-bottom: 0;
  }
  .contact-carry .page-header {
    background-image: none;
  }
  .contact-carry .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-carry .main {
    padding-bottom: 30px;
  }
  .contact-carry .main .contact-info {
    margin-top: 7rem;
  }
  .contact-carry .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-carry .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-carry .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-carry .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-carry .main .contact-info li {
    list-style: decimal;
    margin-left: 2rem;
    padding-top: 1rem;
  }
  .contact-carry .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-carry .main .contact-info dt {
    font-size: 2rem;
    margin: 4rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-carry .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-carry .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    vertical-align: middle;
    position: relative;
  }
  .contact-carry .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-carry .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-carry .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-carry .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-carry .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
  }
  .contact-carry .main .contact-info table {
    margin: 20px 0 0;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .contact-carry .main .contact-info .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .contact-carry .main .contact-info table th {
    font-weight: normal;
  }
  .contact-carry .main .contact-info table th,
  .contact-carry .main .contact-info table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    vertical-align: middle;
  }
  .contact-carry .main .contact-info table th {
    background-color: #666;
    color: #fff;
  }
  .contact-carry .main .contact-info table a {
    text-decoration: underline;
    text-align: left;
  }
  .contact-carry .main .contact-info table .map a {
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 6rem;
    background-color: #e8eaf6;
  }
  .contact-carry .main .contact-info table .map a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .contact-carry .main .contact-info table .map a:hover {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
  }
  .contact-carry .main .contact-info table .map a:hover:after {
    border-color: #ffffff;
  }
  .contact-carry .main .contact-info .btn-wrap {
    display: block;
    width: 200px;
    max-width: 65%;
  }
  /*
contact-send
*/
  .contact-send {
    margin-bottom: 0;
  }
  .contact-send #header {
    margin-bottom: 0;
  }
  .contact-send .page-header {
    background-image: none;
  }
  .contact-send .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-send .main .contact-info {
    margin-top: 7rem;
  }
  .contact-send .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-send .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-send .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-send .main .contact-info li {
    list-style: decimal;
    margin: 4rem 0 0 2rem;
    padding-top: 1rem;
  }
  .contact-send .main .contact-info li:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info dl {
    margin-top: 20px;
  }
  .contact-send .main .contact-info dt {
    font-size: 2rem;
    margin: 4rem 0 1rem 0;
    padding-left: 2.3rem;
    border-left: 1px solid #666;
  }
  .contact-send .main .contact-info dt:first-child {
    margin-top: 0;
  }
  .contact-send .main .contact-info dt .link {
    font-size: 1.5rem;
    margin-left: 5rem;
    vertical-align: middle;
    position: relative;
  }
  .contact-send .main .contact-info dd {
    margin-left: 2.3rem;
    position: relative;
  }
  .contact-send .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-send .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-send .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-send .main .contact-info.address {
    border: 1px solid #666;
    padding: 2rem 2rem;
    margin-bottom: 80px;
  }
  .contact-send .main .contact-info.address li {
    list-style: none;
    margin: 3rem 0 0;
    padding: 0 0 3rem 2rem;
    position: relative;
    border-bottom: 1px solid #666;
  }
  .contact-send .main .contact-info.address li::before {
    content: '■';
    color: #666;
    position: absolute;
    top: 0;
    left: -0.1rem;
  }
  .contact-send .main .contact-info.address li:last-child {
    border-bottom: none;
  }
  .contact-send .main .contact-info .btn-wrap {
    display: block;
    width: 200px;
  }
  .contact-send .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 1rem 2rem;
    margin-bottom: 80px;
  }
  /*
contact-manual
*/
  .contact-manual {
    margin-bottom: 0;
  }
  .contact-manual #header {
    margin-bottom: 0;
  }
  .contact-manual .page-header {
    background-image: none;
  }
  .contact-manual .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-manual .main .contact-info {
    margin-top: 7rem;
  }
  .contact-manual .main .contact-info:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info:last-child {
    margin-bottom: 80px;
  }
  .contact-manual .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-manual .main .contact-info h3.typeB {
    background-color: #7f7f7f;
    color: #fff;
    padding-left: 1rem;
    line-height: 4rem;
  }
  .contact-manual .main .contact-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .contact-manual .main .contact-info ul {
    margin-top: 1rem;
  }
  .contact-manual .main .contact-info li {
    list-style: decimal;
    margin: 1rem 0 0 2rem;
    padding-top: 1rem;
  }
  .contact-manual .main .contact-info.file dl {
    margin: 40px 0 80px 20px;
  }
  .contact-manual .main .contact-info.file dt {
    width: 200px;
    margin: 0;
    padding: 0;
  }
  .contact-manual .main .contact-info.file ul li {
    list-style: none;
  }
  .contact-manual .main .contact-info.file a {
    text-decoration: underline;
  }
  .contact-manual .main .contact-info li:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info .list::before {
    content: '';
    position: absolute;
    top: 0.6rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .contact-manual .main .contact-info.btn-wrap {
    text-align: center;
    width: 100%;
  }
  .contact-manual .main .contact-info .btn-inner {
    display: block;
    margin-top: 20px;
  }
  .contact-manual .main .contact-info .btn-inner:first-child {
    margin-top: 0;
  }
  .contact-manual .main .contact-info .btn-inner .btn {
    max-width: 100%;
    box-sizing: border-box;
  }
  /*
catalog
*/
  .catalog {
    margin-bottom: 0;
  }
  .catalog #header {
    margin-bottom: 0;
  }
  .catalog .page-header {
    background-image: none;
  }
  .catalog .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .catalog .main .catalog-info {
    margin-top: 7rem;
  }
  .catalog .main .catalog-info h3 {
    font-size: 2.5rem;
  }
  .catalog .main .catalog-info h4 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .catalog .main .catalog-info .book-wrap {
    width: 100%;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalog .main .catalog-info .book-wrap::after {
    content: "";
    display: block;
    width: 99%;
    height: 0;
  }
  .catalog .main .catalog-info .book-inner {
    box-sizing: border-box;
    /*
  width: 49%;
  margin-top: 30px;
  */
    margin: 30px auto 0 auto;
  }
  .catalog .main .catalog-info .book-inner .thum,
  .catalog .main .catalog-info .book-inner .title,
  .catalog .main .catalog-info .book-inner .version,
  .catalog .main .catalog-info .book-inner .date {
    display: block;
  }
  .catalog .main .catalog-info dl {
    margin-top: 1rem;
  }
  .catalog .main .catalog-info dd {
    list-style: decimal;
    margin: 1rem 0 0 2rem;
    position: relative;
  }
  .catalog .main .catalog-info dd:first-child {
    margin-top: 0;
  }
  .catalog .main .catalog-info dd::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: -1.5rem;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #666;
  }
  .catalog .main .catalog-pdf {
    margin: 50px 0 80px 0;
  }
  .catalog .main .catalog-pdf .pdf-inner img {
    vertical-align: top;
  }
  .catalog .main .catalog-pdf .pdf-inner {
    display: block;
    margin-top: 20px;
  }
  /*
contact-map
*/
  .contact-map {
    margin-bottom: 0;
    padding: 0 10px 0 10px;
    background-color: #fff;
  }
  .contact-map #header {
    margin-bottom: 0;
  }
  .contact-map .page-header {
    background-image: none;
  }
  .contact-map .page-header .page-header__name {
    color: #666;
    font-size: 2.4rem;
    font-weight: normal;
    letter-spacing: 5px;
    padding: 30px 0;
  }
  .contact-map .main .contact-info {
    margin-top: 2rem;
  }
  .contact-map .main .contact-info h3 {
    font-size: 2.5rem;
  }
  .contact-map .main .contact-info .att {
    font-size: 1.1rem;
  }
  .contact-map .main .contact-info .mt {
    margin-top: 2rem;
  }
  .contact-map .main .contact-info.attention {
    border: 1px solid #f00;
    padding: 2rem 4rem;
  }
  .contact-map .main .contact-info table {
    margin: 20px 0 0;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    width: 100%;
  }
  .contact-map .main .contact-info table th {
    font-weight: normal;
    white-space: nowrap;
  }
  .contact-map .main .contact-info table th,
  .contact-map .main .contact-info table td {
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    padding: 13px;
    vertical-align: middle;
  }
  .contact-map .main .contact-info table th {
    background-color: #666;
    color: #fff;
  }
  .contact-map .main .contact-info iframe {
    margin-top: 30px;
  }
  /*
slick
*/
  /*.slide-wrap > div {
  display: none;
}

.slide-wrap > div:nth-child(1) {
  display: block;
}

.slide-wrap .slick-initialized > div {
  display: block;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 45%;
  z-index: 99;
  background-color: rgba(0,0,0,0.8);
  width: 40px;
  height: 40px;
  opacity: 0;
  transition-duration: 0.4s;
}

.slick-prev .material-icons,
.slick-next .material-icons {
  font-size: 50px;
  cursor: pointer;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  left: -5px;
  color: rgba(255,255,255,0.8);
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0,0,0,0.5);
}

.slick-prev:hover .material-icons,
.slick-next:hover .material-icons {
  color: rgba(255,255,255,0.5);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slide-wrap:hover .slick-prev,
.slide-wrap:hover .slick-next {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '■';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
*/
  #header {
    line-height: 1;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
  }
  #header {
    font-weight: bold;
    width: 100%;
    line-height: 1;
    border-bottom: 2px solid #555;
  }
  #header .wrap-other {
    /*display: none;*/
  }
  #header .wrap-inner {
    position: relative;
    padding: 10px 10px 0 10px;
  }
  #header .wrap-inner .haeder_logo {
    display: block;
  }
  .haeder_logo {
    line-height: 1;
    padding-bottom: 10px;
  }
  .haeder_logo a {
    line-height: 0;
  }
  .haeder_logo img {
    line-height: 0;
    width: 160px;
  }
  .global-btn-sp {
    position: absolute;
    top: 14px;
    right: 15px;
    display: inline-block;
    width: 34px;
    height: 28px;
    line-height: 1;
  }
  .global-btn-sp i {
    width: 100%;
    height: 4px;
    background-color: #555;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    text-indent: -9999px;
  }
  .global-btn-sp:before,
  .global-btn-sp:after {
    content: "";
    width: 100%;
    height: 4px;
    background-color: #555;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .global-btn-sp:before {
    top: 0;
  }
  .global-btn-sp:after {
    bottom: 0;
  }
  .global-btn-sp.active i {
    width: 0;
  }
  .global-btn-sp.active:before,
  .global-btn-sp.active:after {
    top: 9px;
    bottom: 0;
  }
  .global-btn-sp.active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .global-btn-sp.active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sp-global-body {
    display: none;
    margin: 0 -10px;
  }
  #global-navi {
    color: #aaa;
    font-size: 12px;
    font-weight: normal;
  }
  #global-navi .global-navi__body {
    text-align: center;
    padding: 30px 0 45px 0;
  }
  #global-navi .global-navi__body ul li {
    display: block;
  }
  #global-navi .global-navi__body > ul {
    display: inline-block;
    text-align: left;
  }
  #global-navi .global-navi__body > ul > li > span,
  #global-navi .global-navi__body > ul > li > a {
    border-left: 1px solid #fff;
    color: #aaa;
    display: inline-block;
    font-size: 12px;
    line-height: 1.2;
    padding-left: 12px;
  }
  #global-navi .global-navi__body > ul > li + li {
    margin-top: 40px;
  }
  #global-navi .global-navi__second {
    margin-top: 22px;
    margin: 22px 0 0 14px;
    visibility: visible !important;
  }
  #global-navi .global-navi__second li a {
    color: #fff;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
  }
  #global-navi .global-navi__second li a:before {
    content: "";
    display: inline-block;
    border: 5px solid #aaa;
    border-top: 3px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #global-navi .global-navi__second li a[target="_blank"] {
    background-image: url(../../../img/icon-blank02.svg);
    background-size: 13px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
  }
  #global-navi .global-navi__second li a.global-navi__second__wizmusic span {
    display: inline-block;
    width: 87px;
    height: 25px;
    overflow: hidden;
    vertical-align: middle;
  }
  #global-navi .global-navi__second li a.global-navi__second__wizmusic span img {
    width: auto;
    height: 50px;
    position: relative;
    top: -25px;
  }
  #global-navi .global-navi__second li + li {
    margin-top: 20px;
  }
  .share {
    color: #aaa;
    border-top: 1px solid #666;
    padding: 25px 0;
  }
  .share dl {
    display: table;
    font-size: 10px;
    margin: 0 auto;
  }
  .share dt,
  .share dd {
    display: table-cell;
    vertical-align: middle;
    padding: 2px 0;
  }
  .share dt {
    font-weight: normal;
    padding-right: 25px;
    border-right: 1px solid #aaa;
  }
  .share dd {
    padding-left: 25px;
  }
  .share svg {
    width: auto;
  }
  .share svg path {
    fill: #ccc;
  }
  .share .share__tw svg {
    width: 30px;
    height: 24px;
  }
  .share .share__tw a:hover svg path {
    fill: #1da1f2;
  }
  .share .share__fb svg {
    width: 13px;
    height: 24px;
  }
  .share .share__fb a:hover svg path {
    fill: #3b5998;
  }
  .spmenu-is-on {
    height: 100%;
  }
  .spmenu-is-on body {
    height: 100%;
    overflow: hidden;
  }
  .spmenu-is-on #page {
    height: 100%;
    overflow: hidden;
  }
  .spmenu-is-on #header {
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: scroll;
    z-index: 100;
    margin-bottom: 0;
  }
  .spmenu-is-on .sp-global-body {
    display: block;
  }
  /*------------------------------------------------------
	footer
------------------------------------------------------*/
  .inline-menu {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 5px;
    display: block;
  }
  .footersocial {
    background: #222;
  }
  /* FOOTER INNER
-------------------------------------*/
  /*
.footerInner {
  padding-bottom: 10px;
}

#footermenu {
  width: 100%;
  padding-top: 30px;
  margin: 0px;
  padding-bottom: 15px;
  text-align: left;
}

.footerbnr {
  padding: 10px 0;
  margin-top: 10px;
}

.footerbnr img {
  height: 40px;
  margin: 15px;
  display: inline;
  vertical-align: bottom;
}

#footermenu p {
  color: #999;
  border-bottom: 1px solid #666;
  margin: 7px 0;
}

.product_ttl img {
  width: 100%;
}

#footermenu .footer-navi__body {
  max-width: 90%;
  margin: 0 auto;
}

#footermenu .footer-navi__body > ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

#footermenu .footer-navi__body ul li {
  margin-top: 20px;
}

#footermenu .footer-navi__body > ul > li {
  width: 40%;
  margin-bottom: 30px;
}

#footermenu .footer-navi__body ul li span.nolink {
  color: #999;
}

#footermenu .footer-navi__body ul li a {
}
*/
  /*
  FOOTER COOPORATE
------------------------------------------------------*/
  footer #navArea {
    /*background:#222;*/
    /*margin: 0 0 30px;
  padding: 10px;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;*/
  }
  /*
footer #snsArea {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 12px;
  padding: 0 0 30px;
  color: #fff;
  clear: both;
  overflow: hidden;
  background: #000;
}

footer * {
  vertical-align: baseline;
  letter-spacing: 1px;
  line-height: 12px;
}

footer .linkTop {
  margin-top: 6%;
  font-size: 1.5rem;
}

footer a {
  color: #fff;
  padding: 2px 0;
  text-decoration: none;
}

footer #termLink {
  line-height: 30px;
  padding: 15px 0;
  font-size: 12px;
  margin-bottom: 15px;
}

footer #termLink a {
  display: block;
}

footer #termLink a:after {
  content: url(../../../img/icn_another_site_rev.svg);
  margin-left: 5px;
}

footer a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#footermenu div:not(:first-child) br {
  display: none;
}

footer small {
  font-size: 12px;
}

footer #snsArea {
  margin: 0 auto;
}

.footerLink .sublist {
  font-size: 14px;
  font-weight: 400;
}

.outside a:after {
  content: "\e600";
  font-family: "iconFont";
  margin: 0 0 0 5px;
  font-size: 75%;
}

#footermenu {
  padding: 20px 0 25px;
}

.footer-navi__body {
  margin-bottom: 30px;
}

.footer-navi__body img.footerlogo {
  width: 150px;
  display: block;
}

.footer-navi__body a {
  text-decoration: none;
  font-size: 110%;
  display: inline-block;
}

.nolink {
  font-size: 105%;
}

.footer-navi__body ul {
  width: 100%;
}

.footer-navi__body ul li {
  padding-right: 15px;
  margin: 0;
}

.footer-navi__body ul li {
  width: auto !important;
}

.footer-navi__body .grayarea {
  background-color: #333;
  padding: 15px;
  font-size: 105%;
}

.footer-navi__body ul.grayarea li {
  margin-top: 0 !important;
  padding: 10px 0;
}

.footer-navi__body ul li.childlist {
  text-indent: 0.5em;
  margin-top: 12px !important;
}

.footer-navi__body .nolink {
  color: #aaa !important;
}

@media (max-width: 768px) {
  .footer-navi__body ul li {
    width: 180px !important;
  }
  .footer-navi__body img.footerlogo {
    width: 150px;
    display: block;
  }
  .footer-navi__body ul.grayarea {
    margin-right: 30px;
  }
  .footer-navi__body ul.grayarea li {
    margin-top: 0 !important;
    padding: 10px 0;
  }
  .footer-navi__body ul li.childlist {
    text-indent: 0;
    margin-top: 12px !important;
  }
  #footermenu .footer-navi__body ul li:first-child {
    width: 100% !important;
    margin-right: 20px;
    margin-top: 20px;
  }
  .footer-navi__body .grayarea {
    background-color: #333;
    padding: 15px;
    width: 100% !important;
    font-size: 105%;
  }

  .footer-navi__second li {
    padding: 5px 0 0;
    line-height: 20px;
  }
}*/
}
@media only screen and (min-width: 544px) and (max-width: 768px) and screen and (max-width: 500px) {
  .media .media__right.vertical {
    display: block;
  }
  .media .media__right.vertical p + p {
    margin: 20px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  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 {
    /*color: #666;*/
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;*/
    font-size: 1.5rem;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
    letter-spacing: 1px;
  }
  /* 追加 */
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
    font-weight: normal;
    line-height: 2.6;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 12px;
  }
  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;
  }
  ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
  }
  mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
  }
  del {
    text-decoration: line-through;
  }
  abbr[title],
  dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
  }
  input,
  select {
    vertical-align: middle;
  }
  html {
    font-size: 62.5%;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  a img {
    opacity: 1;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
  }
  a:hover,
  a:hover img {
    opacity: 0.7;
  }
  li {
    list-style-type: none;
  }
  figure {
    line-height: 1;
  }
  .pc-hidden {
    display: none;
  }
  ::-moz-selection {
    background: #ccc;
  }
  ::selection {
    background: #ccc;
  }
  .red {
    color: #f00;
  }
  .main {
    margin: 0 40px;
    position: relative;
    max-width: 1190px;
    padding-bottom: 80px;
  }
  .main img {
    line-height: 1;
    width: 100%;
    height: auto;
  }
  .main figure {
    line-height: 1;
  }
  .main time {
    line-height: 1;
  }
  .main p + p {
    margin-top: 20px;
  }
  /* btn */
  .btn {
    display: inline-block;
    line-height: 1;
    position: relative;
  }
  .btn.btn-simple {
    padding-right: 18px;
  }
  .btn.btn-simple::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -4px;
  }
  .btn.btn-simple.back {
    padding: 0 0 0 18px;
  }
  .btn.btn-simple.back:after {
    border-bottom: 3px solid #666;
    border-left: 3px solid #666;
    border-right: none;
    border-top: none;
    left: 0;
    top: 48%;
  }
  .btn.btn-premium {
    color: #d29e24;
    padding-right: 18px;
  }
  .btn.btn-premium:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 3px solid #d29e24;
    border-right: 3px solid #d29e24;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
  }
  .btn.btn-simple2 {
    font-size: 1.8rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple2:hover {
    color: #fff;
    background-color: #666;
    opacity: 1;
  }
  .btn.btn-simple2:hover:after {
    border-color: #fff;
  }
  .btn.btn-simple3 {
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e0e0e0;
  }
  .btn.btn-simple3:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple3:hover {
    color: #fff;
    background-color: #666;
    opacity: 1;
  }
  .btn.btn-simple3:hover:after {
    border-color: #fff;
  }
  .btn.btn-simple4 {
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 15px 55px 15px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    background-color: #e8eaf6;
  }
  .btn.btn-simple4:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #666;
    border-right: 3px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -7px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-simple4:hover {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
  }
  .btn.btn-simple4:hover:after {
    border-color: #fff;
  }
  .btn.btn-blank {
    border: 1px solid #666;
    font-size: 1.2rem;
    padding: 20px 50px 20px 25px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-blank:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 17px auto;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 17px;
  }
  .btn.btn-blank:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-blank:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-blank--2 {
    border-radius: 20px;
    padding: 10px 48px 10px 20px;
  }
  .btn.btn-blank--2:before {
    right: 18px;
  }
  .btn.btn-blank--2:hover {
    opacity: 1;
  }
  .btn.btn-iron {
    border: 1px solid #666;
    padding: 15px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .btn.btn-iron:hover {
    background-color: #666;
    color: #fff;
    opacity: 1;
  }
  .btn.btn-iron:hover:before {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank02.svg);
  }
  .btn.btn-pagetop {
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    border: 2px solid #ca9a12;
    border-radius: 50%;
    position: relative;
  }
  .btn.btn-pagetop:after {
    content: '';
    display: inline-block;
    border-top: 2px solid #ca9a12;
    border-right: 2px solid #ca9a12;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 6px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  /* slider */
  /*

.g-slider {
  width: 100%;
  max-height: 580px;
  margin: 0 auto 20px;
  display: flex;
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
  vertical-align: middle;
  padding: 38px 0;
  height: auto;
}

.g-slider div {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.g-slider div img {
  width: 100%;
  height: auto;
}
*/
  .headSpace #header {
    border-bottom: 1px solid #d8d8d8;
  }
  /*------------------------------------------------------
	header
------------------------------------------------------*/
  #header {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 2px solid #fff;
    width: 100%;
  }
  #header * {
    letter-spacing: 1px;
  }
  #header a {
    color: inherit;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  #header h2 {
    font-size: 12px;
    background-color: #efefef;
    padding: 0;
    width: 112px;
    text-align: center;
    height: 30px;
  }
  #header .header-wrap {
    color: #454545;
    font-size: 13px;
    margin: 0 auto;
    padding: 10px 2%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1190px;
  }
  #header .wrap-other {
    display: flex;
    align-items: center;
    width: 22%;
    justify-content: space-between;
    max-width: 240px;
  }
  #header .wrap-other .haeder_logo {
    display: block;
  }
  #header .wrap-other .haeder_logo a {
    width: 100px;
    display: block;
    padding: 10px;
  }
  #header .wrap-other .haeder_logo a img {
    width: 100%;
    height: auto;
  }
  #header .wrap-other ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #header .wrap-other ul li a {
    padding: 0 30px;
    text-decoration: none;
    color: #7E7E7E;
    letter-spacing: 0.1px;
    position: relative;
    margin-right: 10px;
  }
  #header .wrap-other ul li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 16px;
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-color: #7E7E7E #7E7E7E transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
    transition: linear .1s;
  }
  #header .wrap-inner .haeder_logo {
    display: none;
  }
  #header .wrap-bg {
    position: relative;
    width: 36%;
    min-width: 390px;
  }
  .haeder_logo a {
    line-height: 0;
  }
  .haeder_logo img {
    line-height: 0;
  }
  .global-btn-sp {
    display: none;
  }
  #global-navi {
    position: relative;
    font-size: 15px;
    z-index: 100;
    width: 100%;
    margin: 0 30% 0 0;
  }
  #global-navi ul {
    height: 100%;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
  }
  #global-navi ul li {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    position: relative;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
  }
  #global-navi ul li a,
  #global-navi ul li span {
    display: block;
    vertical-align: middle;
  }
  #global-navi ul li span:hover {
    cursor: pointer;
  }
  #global-navi li.current .global-navi__second {
    visibility: visible !important;
    opacity: 1;
  }
  #global-navi li.current .global-navi__second.hidden {
    visibility: hidden !important;
    opacity: 0;
  }
  #global-navi .global-navi__second {
    display: block;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 40px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: -20;
    margin-top: 60px;
  }
  #global-navi .global-navi__second li {
    height: 160px;
    display: inline-block;
    line-height: 40px;
    position: relative;
    width: 160px;
    background-color: #FFF;
    border: 1px solid #efefef;
    display: none;
  }
  #global-navi .global-navi__second li a {
    padding: 0;
  }
  #global-navi .global-navi__second li a[target="_blank"] {
    background-image: url(client-design/clientlib-design/resources/img/icon-blank.svg);
    background-size: 16px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
  }
  #global-navi .global-navi__second li a.global-navi__second__wizmusic span {
    display: inline-block;
    width: 54px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
  }
  #global-navi .global-navi__second li + li {
    margin-left: 25px;
  }
  #global-navi .global-navi__second.active {
    opacity: 1 !important;
    visibility: visible !important;
  }
  #global-navi .global-navi__second .separate::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -20px;
    height: 24px;
    border-left: 1px solid #333;
  }
  #global-navi ul li.onlysp {
    display: none;
  }
  .global-navi__body.active {
    position: relative;
  }
  .global-navi__body.active:before {
    content: "";
    display: block;
    background-color: rgba(236, 236, 236, 0.9);
    position: absolute;
    bottom: -41px;
    left: 0;
    height: 40px;
    padding: 0 9999px;
    margin: 0 -9999px;
    z-index: -10;
    display: none;
  }
  .global-navi__body {
    position: relative;
  }
  /*
	法人のお客様
*/
  #header > .header-wrap ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
  }
  #header > .header-wrap ul a {
    /*padding: 9px 20px;*/
    display: block;
    margin-right: 10px;
  }
  /*
	検索窓
*/
  #searchHeader {
    width: 150px;
    position: relative;
  }
  #searchHeader button,
  input {
    line-height: normal;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
  }
  #searchHeader form input.text {
    padding: 5px 16px;
    border: 1px solid #BBB;
    font-size: 15px;
    border-radius: 15px;
    width: 100%;
  }
  #searchHeader form input.button {
    position: absolute;
    right: 12px;
    top: 5px;
    width: 20px;
    height: auto;
  }
  /*------------------------------------------------------
	footer
------------------------------------------------------*/
  .inline-menu {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 5px;
    display: block;
  }
  /* FOOTER INNER
-------------------------------------*/
  /*
.footerInner {
  padding-bottom: 10px;
}

#footermenu {
  width: 100%;
  padding-top: 30px;
  margin: 0px;
  padding-bottom: 15px;
  text-align: left;
}

.footerbnr {
  padding: 10px 0;
  margin-top: 10px;
}
.footerbnr img {
  height: 40px;
  margin: 15px;
  display: inline;
  vertical-align: bottom;
}

#footermenu p {
  color: #999;
  border-bottom: 1px solid #666;
  margin: 7px 0;
}

.product_ttl img {
  width: 100%;
}
#footermenu .footer-navi__body > ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 15px auto 50px;
}
#footermenu .footer-navi__body ul li {
    width: 240px;
}
#footermenu .footer-navi__body ul li span {

    font-weight: bold;
    padding: 10px 0;
    display: block;

}
#footermenu .footer-navi__body ul li a {
}

*/
  /*
	FOOTER COOPORATE
------------------------------------------------------*/
  /*
footer #navArea {
    margin: 0 0 30px;
    padding: 10px;
    border-bottom: 1px solid #666;
}

footer #snsArea {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
footer {
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
    color: #333;
    overflow: hidden;
    background: #f7f7f7;
    border-top: 1px solid #cdcdcd;
}
footer * {
  vertical-align: baseline;
  letter-spacing: 1px;
  line-height: 12px;
}
footer h2 {
    font-size: 14px;
    font-weight: bold;

}
footer .linkTop {
  margin-top: 6%;
  font-size: 1.5rem;
}

footer a {
  padding: 5px 0;
}

footer #termLink {
  line-height: 30px;
  padding: 15px 0;
  font-size: 12px;
  margin-bottom: 15px;
}

footer #termLink a {
  display: block;
}

footer #termLink a:after {
  content: url(client-design/clientlib-design/resources/img/icn_another_site_rev.svg);
  margin-left: 5px;
}

footer a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

#footermenu div:not(:first-child) br {
  display: none;
}

footer small {
  font-size: 12px;
}

footer #snsArea {
  margin: 0 auto;
}

.footerLink .sublist {
  font-size: 14px;
  font-weight: 400;
}

.outside a:after {
  content: "\e600";
  font-family: "iconFont";
  margin: 0 0 0 5px;
  font-size: 75%;
}

@media (min-width: 800px) {
  footer #termLink {
    line-height: inherit;
    padding: 0;
    float: right;
    margin: 0 20px;
  }
  footer #termLink a:before {
    content: "|";
    margin: 0 10px;
  }
  footer #termLink a:first-child:before {
    content: none;
  }
  footer #termLink a {
    display: inline-block;
  }
  footer #termLink:first-child {
    float: right;
    font-size: 12px;
    line-height: 100px;
  }
  footer #termLink:last-child {
    float: left;
    font-size: 11px;
    line-height: 100px;
  }

  #footermenu div:not(:first-child) br {
    display: inherit;
  }

  footer #navArea {
    margin: 0;
    height: 40px;
}

  footer small {
    float: left;
    margin: 0 20px;
  }
}

#footermenu {
    padding: 20px 0 25px;
    margin: 0 auto;
}
.footer-navi__body {
}
.footer-navi__body img.footerlogo {
  width: 150px;
  display: block;
}

.footer-navi__body a {

    display: inline-block;

}

.nolink {
  font-size: 105%;
}

.footer-navi__body ul {
  width: 100%;
}

.footer-navi__body ul li {
}*/
  /*.footer-navi__body ul li {
  width: auto !important;
}*/
  /*
.footer-navi__body .grayarea {
    font-weight: bold;
}

.footer-navi__body ul.grayarea li {
  padding: 10px 0;
}

.footer-navi__body ul li.childlist {
  text-indent: 0.5em;
  margin-top: 12px !important;
}
*/
  .footer-navi__body .nolink {
    /*color: #aaa !important;*/
  }
}
@media only screen and (min-width: 769px) and (max-width: 1050px) {
  #header .header-wrap {
    padding: 10px 1%;
  }
  #header .wrap-other {
    width: 24%;
  }
  #header .wrap-other .haeder_logo a {
    width: 75px;
    padding: 1%;
  }
  #header h2 {
    width: 90px;
  }
  #header .wrap-bg {
    width: 43%;
    max-width: 340px;
    min-width: auto;
  }
  #global-navi {
    font-size: 13px;
    margin: 0;
  }
  #searchHeader {
    width: 120px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 950px) {
  #header .header-wrap {
    padding: 10px 2%;
  }
  #header .wrap-other {
    width: 23%;
  }
  #header .wrap-other .haeder_logo a {
    width: 75px;
    padding: 1%;
  }
  #header h2 {
    letter-spacing: 0;
    width: 85px;
  }
  #header .wrap-bg {
    width: 43%;
    max-width: 340px;
    min-width: auto;
  }
  #global-navi {
    font-size: 13px;
    margin: 0;
  }
  #header > .header-wrap ul a {
    letter-spacing: 0;
  }
  #searchHeader {
    width: 120px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  /*background: #fff;
    max-width: 700px;
    padding: 30px;*/
}

.morebg {
  background: #fff;
  max-width: 950px;
  padding: 30px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}

.morebg h2 {
  font-size: 175%;
  border-left: 3px solid #000;
  padding-left: 15px;
  margin: 5px;
  display: block;
}
.morebg p {
  padding: 5px 5px 0;
  display: inline-block;
}

.morebg p.half {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .morebg p.half,
  .morebg dl.half,
  .morebg div.half {
    width: 49.5%;
  }
  .morebg h2 {
    margin: 15px;
  }
  .morebg p,
  .morebg div.half {
    padding: 15px;
  }
  .morebg div.half {
    display: inline-block;
  }
}

.morebg span {
  display: block;
  text-align: center;
}
.morebg img {
  max-width: 100%;
  width: auto;
}
.morebg .caption {
  font-size: 80%;
  text-align: center;
  line-height: 16px;
}

.morebg .captionleft {
  font-size: 80%;
  text-align: left;
  line-height: 16px;
}

.morebg .gold {
  font-size: 80%;
  color: #b67f00;
  text-align: left;
  line-height: 16px;
}

.morebg .table dt {
  float: left;
  width: 40%;
}

.morebg .table dd {
  float: left;
  width: 60%;
}

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

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-auto-cursor .mfp-content a {
  color: #3a5186;
}

.mfp-auto-cursor .mfp-content a:after {
  content: "\f24d";
  font-family: "FontAwesome";
  font-size: 70%;
  margin-left: 5px;
  display: inline-block;
}

.mfp-auto-cursor .mfp-content a:hover {
  color: #6e84b7;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  /*top: 50%;*/
  bottom: 4%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1100px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #b3b3b3;
  font-size: 80%;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#a1_modal {
    font-family: "FOT-UD明朝 Pr6N DB", "UDMinchoPr6N-DB", HGS明朝E, serif;
}

#a1_modal p {
    /*	display: block;*/
    font-weight: lighter;
    padding: 10px !important;
}

.modal_btn {
    display: block !important;
    margin: 0 auto 2%;
}

.modal_btn a {
    color: #FFF !important;
    background: #135320;
    border-radius: 18px;
    padding: 7px 15px 5px;
    display: inline-block !important;
    margin: 0% 2% 0%;
    font-size: 15px;
    line-height: 15px;
}

.orgel_logo {
    display: block !important;
}

.orgel_logo img {
    margin-top: 30px;
}

.orgel_logo a:after {
    content: none !important;
}

.keisen {
    margin: 20px 0;
    width: 100%;
}

.keisen img {
    width: 100%;
    max-width: 760px;
}

.Ttl01 {
    font-size: 58px !important;
    line-height: 64px !important;
}

.Ttl02 {
    font-size: 38px !important;
    line-height: 44px !important;
}

.Ttl03 {
    font-size: 32px !important;
    line-height: 38px !important;
}

.Ttl04 {
    font-size: 26px !important;
    line-height: 32px !important;
}

.Ttl05 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.Ttl06 {
    font-size: 18px !important;
    line-height: 24px !important;
}

.p_link {
    display: block !important;
    margin: 20px auto
}

.p_link a {
    color: #000 !important;
    border: 1px solid #666;
    font-size: 1.2rem;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: normal;
}

.p_link a::after {
    content: none !important;
}

.p_link a:hover {
    background-color: #666;
    color: #fff !important;
    opacity: 1;
}

@media screen and (max-width:650px) {
    .modal_btn a {
        margin: 2%;
    }

    .Ttl01 {
        font-size: 40px !important;
        line-height: 46px !important;
    }

    .Ttl02 {
        font-size: 28px !important;
        line-height: 34px !important;
    }

    .Ttl03 {
        font-size: 26px !important;
        line-height: 32px !important;
    }

    .Ttl04 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    .Ttl05 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .Ttl06 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

}

