@charset "UTF-8";
/* ----- D E F A U L T ----- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
html {
  box-sizing: border-box;
  overflow-x: hidden;
  position: static;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  background-color: white;
  -webkit-text-size-adjust: 100%;
  position: inherit;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
  line-height: 1.5em;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
}

p, a, li, dt, dd {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #000;
  line-height: 1.5em;
}

ul, dl, ol {
  list-style: none;
}

img {
  width: 100%;
  border: none;
  max-width: 100%;
}

a {
  text-decoration: none;
  transition: 0.3s;
  outline: none;
}

a:link {
  opacity: 1;
}

a:hover {
  opacity: 0.7;
}

a.disable {
  opacity: 0.5;
  pointer-events: none;
}

hr {
  width: 100%;
  height: 13px;
  color: #fff;
  border: none;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_center {
  text-align: center;
}

.min {
  font-family: Georgia, "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.h0 {
  height: 0;
}

.db {
  display: block;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb48 {
  margin-bottom: 48px;
}

.skm {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.lir {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.is-hide {
  display: none;
}

.sp {
  display: block;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .tb {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
  .tb {
    display: none;
  }
}
.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

/* ----- H E A D E R ----- */
.header {
  position: relative;
  height: 92px;
  background-color: #000;
}
.header h1 {
  width: 194px;
  position: absolute;
  top: 21px;
  left: 114px;
}
.header h1 a {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/20250801/header-logo-txt.png");
  padding-top: 16.28%;
}
.header .logo a {
  position: absolute;
  left: 10px;
  top: 10px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/20250801/header-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 79px;
  height: 48px;
}
.header .sns {
  position: absolute;
  top: 63px;
  right: 19px;
  width: auto;
}
.header .sns ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start;
}
.header .sns ul li a {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.header .sns ul li.instagram {
  width: 19px;
  margin-right: 12px;
}
.header .sns ul li.instagram a {
  background-image: url("../img/common/headnavi/instagram.png");
  padding-top: 100%;
}
.header .sns ul li.youtube {
  width: 27px;
  margin-right: 12px;
}
.header .sns ul li.youtube a {
  background-image: url("../img/common/headnavi/youtube.png");
  padding-top: 70.58%;
}
.header .sns ul li.onlineshop {
  width: 120px;
}
.header .sns ul li.onlineshop a {
  background-image: url("../img/common/20250801/onlineshop.png");
  padding-top: 15.42%;
}
.header .sns ul li.onlineshop a:hover {
  background-image: url("../img/common/20250801/onlineshop-over.png");
  opacity: 1;
}
.header #spPanel {
  display: none;
}
.header .btnContact {
  display: none;
}

nav ul.g-navi,
nav ul.g-navi2 {
  display: none;
}

/* ----- S M A R T P H O N E  M E N U ----- */
#naviOpenBtn {
  width: 40px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 15px;
  z-index: 1001;
  text-align: center;
  cursor: pointer;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#naviOpenBtn span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 25px;
  height: 4px;
  margin-left: -13.5px;
  background: #b4b4b4;
  transition: all 0.3s ease 0s;
}
#naviOpenBtn .ham {
  top: 10px;
}
#naviOpenBtn .bur {
  top: 19px;
}
#naviOpenBtn .ger {
  top: 28px;
}
#naviOpenBtn.active {
  position: fixed;
}
#naviOpenBtn.active span {
  transition: all 0.3s ease 0s;
}
#naviOpenBtn.active .ham {
  -ms-filter: alpha(opacity=0);
  opacity: 0;
}
#naviOpenBtn.active .bur {
  top: 17px;
  transform: rotate(45deg);
}
#naviOpenBtn.active .ger {
  top: 17px;
  transform: rotate(-45deg);
}

#spPanel {
  position: absolute;
  background-color: #000;
  width: 100%;
  overflow: hidden;
  top: 92px;
  z-index: 100;
  padding-top: 20px;
  padding-left: 28px;
  padding-right: 20px;
  padding-bottom: 25px;
}
#spPanel ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#spPanel ul li {
  width: 50%;
  margin-bottom: 26px;
  line-height: 1em;
}
#spPanel ul li:last-child {
  margin-bottom: 0;
}
#spPanel ul li.w100 {
  width: 100%;
}
#spPanel ul li > ul {
  width: 100%;
  margin-top: 8px;
  margin-left: 12px;
  margin-bottom: 0;
}
#spPanel ul li > ul li {
  margin-bottom: 12px;
}
#spPanel ul li > ul li a {
  font-size: 12px;
  font-weight: normal;
}
#spPanel ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
}

.btnClose {
  float: right;
  background-size: contain;
  margin-top: 20px;
  margin-right: 10px;
  margin-bottom: 24px;
  color: #fff;
}

/* ----- C O N T E N T S ----- */
body {
  height: 100%;
  background-image: url("../img/common/opening-bg.jpg");
  background-size: cover;
}

.main {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.main .contents {
  padding-top: 53px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.main .contents h2.title {
  margin-top: 0;
  margin-bottom: 53px;
  margin-right: auto;
  margin-left: auto;
}
.main .contents h2.title + h3, .main .contents h2.title + p + h3 {
  margin-top: 0;
}
.main .contents h3 {
  font-size: 19px;
  width: 100%;
  line-height: 1.3em;
  margin-bottom: 3px;
  margin-top: 20px;
  text-indent: -1em;
  margin-left: 1em;
}
.main .contents h3 span {
  color: #004da0;
  margin-right: 2px;
}
.main .contents h4, .main .contents h5 {
  font-size: 19px;
  width: 100%;
  line-height: 1.3em;
  margin-bottom: 3px;
}
.main .contents p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 7px;
}
.main .contents img {
  display: block;
}
.main .contents .c1 {
  display: block;
  width: 100%;
  margin-bottom: 29px;
}
.main .contents .c2, .main .contents .c3, .main .contents .c4 {
  display: block;
  width: 49.37%;
  margin-bottom: 29px;
}
.main .contents .float img {
  float: left;
}
.main .contents .float .f1 {
  width: 100%;
}
.main .contents .float .f2 {
  width: 66.3%;
  margin-right: 1.3%;
}
.main .contents .float .f3 {
  width: 32%;
}
.main .contents .btm {
  align-self: flex-end;
  margin-bottom: 29px;
}

.btn a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: auto;
  margin-left: auto;
}

body.siteorigin-panels .panel-layout .panel-grid {
  margin-bottom: 0;
}
body.siteorigin-panels .panel-layout .panel-grid:first-of-type .panel-grid-cell .so-panel .so-widget-sow-editor .siteorigin-widget-tinymce h3 {
  margin-top: 0 !important;
}
body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-editor .siteorigin-widget-tinymce h3 {
  margin-top: 20px;
  margin-bottom: 3px;
}
body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-editor .siteorigin-widget-tinymce p {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 7px;
}
body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-image {
  margin-bottom: 11px;
}
body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-image .sow-image-container img {
  display: block;
}
body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-image .widget-title {
  margin-bottom: 0;
}

/* ----- F O O T E R ----- */
.backToTop {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("../img/common/backToTop.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.backToTop:hover {
  opacity: 1 !important;
  filter: brightness(120%);
  transition: 0.2s;
}

footer .footer {
  display: none;
}
footer .sns {
  background-color: #000;
  padding: 21px;
}
footer .sns ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
}
footer .sns ul li a {
  display: block;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0 !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
footer .sns ul li.instagram {
  width: 19px;
  margin-right: 12px;
}
footer .sns ul li.instagram a {
  background-image: url("../img/common/headnavi/instagram.png");
  padding-top: 100%;
}
footer .sns ul li.youtube {
  width: 27px;
  margin-right: 12px;
}
footer .sns ul li.youtube a {
  background-image: url("../img/common/headnavi/youtube.png");
  padding-top: 70.58%;
}
footer .sns ul li.onlineshop {
  width: 120px;
}
footer .sns ul li.onlineshop a {
  background-image: url("../img/common/20250801/onlineshop.png");
  padding-top: 15.42%;
}
footer .sns ul li.onlineshop a:hover {
  background-image: url("../img/common/20250801/onlineshop-over.png");
  opacity: 1;
}
footer .footer2 {
  background-color: #000;
  padding: 0px 20px 27px;
}
footer .footer2 .inner {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
footer .footer2 .inner a {
  color: #fff;
  font-size: 12px;
}
footer .footer2 .inner .copyright {
  color: #B4B4B4;
  font-size: 12px;
  margin-top: 16px;
}

/* ------------------------------------------------------------------------------------------- over 768px ----- */
@media only screen and (min-width: 768px) {
  .header-outer {
    background: #000;
  }
  .header {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    height: 199px;
    /* 動きを減らす設定のユーザーにはアニメを簡略化 */
  }
  .header h1 {
    width: 308px;
    top: 40px;
    left: 128px;
  }
  .header .logo a {
    top: 35px;
    left: 21px;
    width: 90px;
    height: 56px;
  }
  .header .sns {
    position: absolute;
    top: 56px;
    right: 37px;
    width: auto;
    height: 38px;
  }
  .header .sns ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    justify-content: flex-start;
  }
  .header .sns ul li a {
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .header .sns ul li.instagram {
    width: 36px;
    margin-right: 23px;
  }
  .header .sns ul li.youtube {
    width: 49px;
    margin-right: 27px;
  }
  .header .sns ul li.onlineshop {
    width: 237px;
  }
  .header ul.g-navi,
  .header ul.g-navi2 {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #000;
  }
  .header ul.g-navi *,
  .header ul.g-navi2 * {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header ul.g-navi li,
  .header ul.g-navi2 li {
    width: 20%;
    text-align: center;
    position: relative;
    /* ───────── ホバー／フォーカスで展開 ───────── */
  }
  .header ul.g-navi li a,
  .header ul.g-navi2 li a {
    width: auto;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
  }
  .header ul.g-navi li a:before,
  .header ul.g-navi2 li a:before {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header ul.g-navi li a:hover,
  .header ul.g-navi2 li a:hover {
    color: #fff;
    opacity: 1;
  }
  .header ul.g-navi li a:hover:before,
  .header ul.g-navi2 li a:hover:before {
    transform: scale(1, 1);
  }
  .header ul.g-navi li > ul,
  .header ul.g-navi2 li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #000;
    z-index: 10;
    overflow: hidden;
    clip-path: inset(0 0 100% 0);
    will-change: clip-path, opacity;
    /* 操作感の改善 */
    opacity: 0;
    transition: clip-path 0.2s ease, opacity 0.2s ease;
    pointer-events: none;
    /* サブメニュー内の li / a */
  }
  .header ul.g-navi li > ul li,
  .header ul.g-navi2 li > ul li {
    width: 100%;
  }
  .header ul.g-navi li > ul li a,
  .header ul.g-navi2 li > ul li a {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background-image: url("../img/common/20250801/separator.png");
    background-position: top left;
    background-repeat: repeat-x;
    background-size: auto 6px;
  }
  .header ul.g-navi li > ul li a:before,
  .header ul.g-navi2 li > ul li a:before {
    display: none;
  }
  .header ul.g-navi li > ul li a:hover,
  .header ul.g-navi2 li > ul li a:hover {
    background-color: #282828;
    opacity: 1;
  }
  .header ul.g-navi li:hover > ul, .header ul.g-navi li:focus-within > ul,
  .header ul.g-navi2 li:hover > ul,
  .header ul.g-navi2 li:focus-within > ul { /* キーボード操作考慮 */
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
  }
  .header ul.g-navi {
    position: absolute;
    top: 107px;
    z-index: 1000;
  }
  .header ul.g-navi.fixed {
    width: 1024px;
    margin: 0 auto;
    position: fixed !important;
    top: 0;
  }
  .header ul.g-navi2 {
    position: absolute;
    top: 154px;
    z-index: 999;
  }
  .header ul.g-navi2.fixed {
    width: 1024px;
    margin: 0 auto;
    position: fixed !important;
    top: 46px;
  }
}
@media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .header ul.g-navi li > ul,
  .header ul.g-navi2 li > ul {
    transition: none;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  .header ul.g-navi li:hover > ul,
  .header ul.g-navi li:focus-within > ul,
  .header ul.g-navi2 li:hover > ul,
  .header ul.g-navi2 li:focus-within > ul {
    transition: none;
    clip-path: inset(0 0 0 0);
    opacity: 1;
    pointer-events: auto;
  }
}
@media only screen and (min-width: 768px) {
  .header #naviOpenBtn {
    display: none;
  }
  body.home .header {
    height: 153px;
  }
  body.home .header ul.g-navi2 {
    top: 795px;
  }
  .main {
    margin: 0 auto;
  }
  .main .contents h3 {
    font-size: 23px;
    margin-bottom: 7px;
    margin-top: 40px;
  }
  .main .contents h4, .main .contents h5 {
    font-size: 23px;
    margin-bottom: 7px;
  }
  .main .contents p {
    font-size: 20px;
  }
  .main .contents .c3 {
    width: 32.32%;
  }
  .main .contents .c4 {
    width: 24%;
  }
  footer .footer {
    display: block;
    margin: 0 auto;
    padding: 32px 80px 32px 80px;
    background-image: url("../img/common/footer-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  footer .footer ul.rowitem {
    width: 16.66%;
  }
  footer .footer ul.rowitem li {
    margin-bottom: 30px;
    line-height: 1em;
  }
  footer .footer ul.rowitem li:last-child {
    margin-bottom: 0;
  }
  footer .footer ul.rowitem li > ul {
    width: 100%;
    margin-top: 8px;
    margin-left: 12px;
    margin-bottom: 0;
  }
  footer .footer ul.rowitem li > ul li {
    margin-bottom: 8px;
  }
  footer .footer ul.rowitem li > ul li a {
    font-size: 12px;
    font-weight: normal;
  }
  footer .footer ul.rowitem li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
  }
  footer .footer ul.rowitem:nth-of-type(1) {
    width: 10%;
  }
  footer .footer ul.rowitem:nth-of-type(2) {
    width: 16%;
  }
  footer .footer ul.rowitem:nth-of-type(3) {
    width: 16%;
  }
  footer .footer ul.rowitem:nth-of-type(4) {
    width: 14%;
  }
  footer .footer ul.rowitem:nth-of-type(5) {
    width: 14%;
  }
  footer .footer ul.rowitem:nth-of-type(6) {
    width: 13%;
  }
  footer .sns {
    padding-top: 22px;
    padding-bottom: 0;
  }
  footer .sns ul li.instagram {
    width: 36px;
    margin-right: 23px;
  }
  footer .sns ul li.youtube {
    width: 49px;
    margin-right: 27px;
  }
  footer .sns ul li.onlineshop {
    width: 237px;
  }
  footer .footer2 .inner {
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }
  footer .footer2 .inner a {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer .footer2 .inner a:hover {
    text-decoration: underline;
  }
  footer .footer2 .inner .copyright {
    width: 100%;
    text-align: center;
  }
  body.siteorigin-panels .panel-layout .panel-grid {
    flex-flow: row nowrap !important;
  }
  body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-editor .siteorigin-widget-tinymce h3 {
    margin-top: 40px !important;
    margin-bottom: 7px !important;
  }
  body.siteorigin-panels .panel-layout .panel-grid .panel-grid-cell .so-panel .so-widget-sow-editor .siteorigin-widget-tinymce p {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------------------------- over 1024px ----- */
@media only screen and (min-width: 1024px) {
  body {
    background-color: #898989;
    background-image: url("../img/common/opening-bg.jpg");
    background-repeat: repeat-y;
    background-size: 100% 2050px;
    background-position: top 100px center;
  }
  .header {
    width: 1024px;
    margin: 0 auto;
  }
  .header h1 {
    right: 14px;
  }
  .header .logo a {
    top: 35px;
    left: 21px;
  }
  .main {
    position: relative;
    max-width: 1024px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .main .contents {
    padding-left: 0;
    padding-right: 0;
    width: 781px;
  }
  .main .sidebar {
    padding-top: 26px;
    padding-bottom: 32px;
  }
  .main .sidebar .nav1 {
    width: 221px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .main .sidebar .nav1 li {
    width: 221px;
  }
  .main .sidebar .nav1 li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: 221px 651px;
    background-image: url("../img/common/sidebar.jpg");
    filter: brightness(100%) drop-shadow();
    transition-duration: 0.4s;
  }
  .main .sidebar .nav1 li a:hover {
    filter: brightness(110%) drop-shadow(0 0 7px rgb(255, 255, 255));
    transform: scale(105%);
    opacity: 1;
  }
  .main .sidebar .nav1 li:nth-child(1) a {
    background-position: 0px 0px;
    height: 55px;
  }
  .main .sidebar .nav1 li:nth-child(2) a {
    background-position: 0px -55px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(3) a {
    background-position: 0px -109px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(4) a {
    background-position: 0px -163px;
    height: 55px;
  }
  .main .sidebar .nav1 li:nth-child(5) a {
    background-position: 0px -218px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(6) a {
    background-position: 0px -274px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(7) a {
    background-position: 0px -328px;
    height: 55px;
  }
  .main .sidebar .nav1 li:nth-child(8) a {
    background-position: 0px -383px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(9) a {
    background-position: 0px -437px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(10) a {
    background-position: 0px -491px;
    height: 55px;
  }
  .main .sidebar .nav1 li:nth-child(11) a {
    background-position: 0px -546px;
    height: 54px;
  }
  .main .sidebar .nav1 li:nth-child(12) a {
    background-position: 0px -600px;
    height: 53px;
  }
  .main .sidebar .nav2 {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .main .sidebar .nav2 li {
    width: 220.5px;
    margin-bottom: 15px;
  }
  .main .sidebar .nav2 li a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-size: contain;
    height: 63.5px;
    filter: brightness(100%) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.6));
    transition: 0.4s;
  }
  .main .sidebar .nav2 li a:hover {
    filter: brightness(120%) drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
    opacity: 1;
  }
  .main .sidebar .nav2 li:nth-child(1) a {
    background-image: url("../img/common/sidebar/btn-onlineshop.png");
  }
  .main .sidebar .nav2 li:nth-child(2) a {
    background-image: url("../img/common/sidebar/btn-contact.png");
  }
  .main .sidebar .nav2 li:nth-child(3) a {
    background-image: url("../img/common/sidebar/btn-company.png");
  }
  .main .sidebar .nav2 li:nth-child(4) a {
    background-image: url("../img/common/sidebar/btn-calendar.png");
  }
  .main .sidebar .nav2 li:nth-child(5) a {
    background-image: url("../img/common/sidebar/btn-sus.png");
  }
  .main .sidebar .nav2 li:nth-child(6) a {
    background-image: url("../img/common/sidebar/btn-ss.png");
  }
  .main .sidebar .nav2 li:nth-child(7) a {
    background-image: url("../img/common/sidebar/btn-sdgs.png");
  }
  .main .sidebar .btn-3pillar {
    width: 224px;
  }
  .main .sidebar .btn-3pillar a {
    display: block;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 0 !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url("../img/common/btn-3pillar-blue.png");
    padding-top: 110.94%;
  }
  .backToTop {
    background-image: url("../img/common/backToTop-pc.png");
  }
  footer .footer {
    width: 1024px;
  }
  footer .footer2 {
    padding: 40px 0px;
  }
  footer .footer2 .inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .footer2 .inner .copyright {
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: 20px;
  }
}
/* ------------------------------------------------------------------------------------------- over 1200px ----- */
/*# sourceMappingURL=common.css.map */
