@charset "UTF-8";
/* 基本フォント ------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body {
  color: #4c4c4c;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 85%;
  line-height: 1.5;
  font-weight: 500;
}

input,
textarea,
select {
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 100%;
}

h1,

h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

/*\*/
* html table {
  font-size: 100%;
  line-height: 1.5;
}

/**/
/* 基本タグ -------------------- */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
cite,
code,
caption,
form,
fieldset,
legend,
input,
textarea,
select,
option,
label {
  margin: 0px;
  padding: 0px;
}

* html body {
  text-align: center;
}

img,
table {
  border: none;
}

img {
  vertical-align: bottom;
}

ol,
ul {
  list-style: none;
}

address,
em,
cite {
  font-style: normal;
}

fieldset {
  border: none;
}

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

/* 基本テキストリンク -------------------- */
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #999999;
  text-decoration: none;
}

/* box-sizing -------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 表示制御 -------------------- */

img {
  max-width: 100%;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0.1em;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
/* --------------------------------------------------------------------------------------
 パーツ、共通
--------------------------------------------------------------------------------------- */
.img_over:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.bx-wrapper {
  position: relative;
}

.bx-controls-direction {
  display: none;
}

.bx-pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  max-width: 1160px;
  text-align: center;
  z-index: 100;
}

.bx-pager-item {
  display: inline-block;
  padding: 0 8px;
}

.bx-pager-item a {
  display: block;
  width: 8px;
  height: 8px;
  line-height: 0;
  background: #828282;
  text-indent: -10em;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 9px;
}

.bx-pager-item a.active {
  background: #e6e6e6;
}

/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
 フッター
--------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------
table
--------------------------------------------------------------------------------------- */
table.detail {
  border-collapse: separate;
  text-align: left;
  margin: 10px 0 0;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

table.detail th {
  padding: 0;
  vertical-align: middle;
  font-size: 1em;
}

table.detail td {
  padding: 0 10px 0 0;
  font-weight: 300;
  vertical-align: middle;
  font-size: 1em;
}

.cart-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #f0f0f0;
  border-radius: 50%;
  margin-left: 0; /* ←ずれ対策としてここも見直す */
}

.cart-link svg.lucide {
  width: 1.2em !important;
  height: 1.3em !important;
  padding: 4px;
  background-color: #eee;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  vertical-align: middle;
}

/* 金額＋アイコンのtdに対して調整する */
table.detail td:last-child {
  display: flex;
  justify-content: space-between; /* ←これがズレ解消の決め手 */
  align-items: center;
  vertical-align: middle;
  min-width: 8.5em;
}

@media screen and (min-width: 768px) {
  table.detail td:last-child {
    gap: 0.8em; /* PCでは少し広めに */
  }
}

table.color {
  border-collapse: separate;
  text-align: left;
  line-height: 1.5;
}

table.color th {
  padding: 10px 0px 10px 0px;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.2em;
}

table.color td {
  padding: 10px;
  vertical-align: middle;
  font-size: 1em;
}

/* --------------------------------------------------------------------------------------
ページおくり
--------------------------------------------------------------------------------------- */
#page-bt {
  min-width: 1160px;
  margin: 95px 0 0;
}

#page-bt .footer_inner {
  width: 1160px;
  margin: 0 auto;
  padding: 29px 0 32px;
}

#page-bt .footer_inner p {
  padding: 28px 0 0;
  font-size: 13px;
  color: #4c4c4c;
}

.hpc {
  display: none;
}

.vpc {
  display: none !important;
}

/* --------------------------------------------------------------------------------------
 ヘッダー
--------------------------------------------------------------------------------------- */
header {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  z-index: 10001;
  text-align: left;
}

header .inner {
  position: relative;
  display: table;
  width: 1160px;
  margin: 0 auto;
}

header .DD {
  min-width: 940px;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

header .logo {
  width: 302px;
  display: table-cell;
  margin: 0;
  line-height: 0;
  vertical-align: middle;
}

header .gnav {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}

header .gnav li {
  display: table-cell;
  padding: 0 32px 0 0;
  vertical-align: middle;
}

header .gnav li a {
  display: block;
  height: 120px;
  padding: 80px 0 0;
  vertical-align: top;
}

header .gnav .sub_nav_box li a {
  padding: 60px 0 0;
}

header .gnav li span {
  position: relative;
  display: table-cell;
  height: 120px;
  padding: 60px 0 0;
  vertical-align: top;
}

header .gnav li span a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  z-index: 1;
}

header .gnav li span a + a {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 148px;
  height: 30px;
  z-index: 2;
}

header .sns {
  position: absolute;
  top: 44px;
  right: 210px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

header .sns2 {
  position: absolute;
  top: 44px;
  right: 170px;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin: auto;
}

header .sns3 {
  position: relative;
  top: 20px;
  right: 0px;
  bottom: 0;
  width: 60px;
  height: 18px;
  margin: auto;
  font-size: 15px;
  font-family: 'Hind Vadodara';
  font-weight: 300;
}

header .enjp {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 75px;
  height: 0px;
  margin: auto;
  font-size: 15px;
  font-family: 'Hind Vadodara';
  font-weight: 300;
  margin: 20px 25px 0 0;
}

header .gnav .sub_nav .sub_nav_box {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0px 0 60px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

header .gnav .sub_nav .sub_nav_box li {
  display: inline-block;
}

.home .header {
  top: -200px;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

.home .header.active {
  top: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
}

header {
  background: #fff !important;
  border-bottom: 1px solid #DDDDDD !important;
}

header.l-header {
  padding-bottom: 20px;
}

header.l-header .l-header_inner {
  max-width: 100%;
}

.header_pc .gnav_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
}

.header_pc .gnav_flex > li > a {
  font-size: 15px;
  letter-spacing: 0.05em;
  font-family: 'Hind Vadodara', sans-serif;
}

.header_pc .gnav_flex > li > a img {
  vertical-align: middle;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0 20px;
}

header .logo {
  width: 136px;
  padding-top: 19px;
}

header .gnav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .gnav li {
  padding: 0 28px 0 0;
}

header .gnav li a {
  padding: 74px 0 0;
}

header .sns2 {
  top: 46px;
  left: 830px;
  width: 20px;
  height: 20px;
}

header .enjp {
  position: absolute;
  top: 17px;
  right: 77px;
  width: 75px;
  height: 0px;
  margin: auto;
  font-size: 14px;
  font-family: 'Hind Vadodara';
  font-weight: 300;
  letter-spacing: 0;
}

.sub_nav_box_text01 {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #999999;
  text-align: center;
}

.sub_nav_box_text02 {
  font-family: 'Hind Vadodara';
  color: #999999;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
}

.sub_nav_box_text03 {
  font-size: 13px;
  letter-spacing: 0.03em;
  color: #999999;
  text-align: center;
}

.acc_area .acc_box a {
  font-family: 'Hind Vadodara';
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 0.03em;
}

header .acc_area .acc_box {
  top: 0;
  padding: 57px 20px 0 0;
}

header .acc_area .acc_box > ul {
  border-top: 1px solid #FFFFFF;
}

header .acc_area .acc_box {
  background: #D5D5D5;
  height: 100vh;
  width: 320px;
  display: none;
  position: absolute;
  left: 0;
}

header .acc_area .acc_cli.active {
  width: 20px;
  height: 20px;
  background: url(../img/ico_menu-open.png) center center/contain;
  z-index: 20;
  left: 20px;
  right: auto;
}

header .acc_area .acc_cli {
  left: 20px;
  right: auto;
  width: 25px;
  height: 13px;
  top: 9px;
  bottom: auto;
}

header .acc_area .acc_cli img {
  width: auto;
  height: auto;
}

header .acc_area .acc_cli2 {
  right: -9px;
  left: auto;
  font-size: 14px;
  letter-spacing: 0;
  font-family: 'Hind Vadodara', sans-serif;
  top: 5px;
  position: absolute;
  width: 80px;
  /* height: 9px; */
  margin: auto;
  font-weight: 300;
}

header .acc_area .acc_box li .sp_sub_nav_box {
  background: none;
}

header .acc_area .acc_box li .sp_sub_nav_box li a {
  padding-left: 60px;
}

header .acc_area .acc_box li a {
  padding: 9px 30px;
}

header .acc_area .acc_box li a:before {
  content: none;
}

header .acc_area .acc_box li:nth-child(3) a:before,
header .acc_area .acc_box li:last-child a:before {
  content: "";
  background: url(../img/ico_memu-arrrow.png) center center/contain;
  width: 20px;
  height: 20px;
  right: 18px;
  top: -9px;
}

header .acc_area .acc_box li:nth-child(3) a.active:before,
header .acc_area .acc_box li:last-child a.active:before {
  -webkit-transform: rotate(180deg) translateY(-10px);
          transform: rotate(180deg) translateY(-10px);
}

.sp_sub_nav_box.sp_sub_nav_box-contact > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 34px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul {
  padding: 21px 34px 5px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C4C4C;
  font-size: 13px;
  border: none;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.mail span {
  width: 20px;
  margin-right: 8px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.instagram {
  margin-left: 36px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.instagram span {
  width: 18px;
  margin-right: 8px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.note span {
  width: 14px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.youtube {
  margin-left: 44px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.youtube span {
  width: 20px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.facebook {
  margin-left: 46px;
}

header .acc_area .acc_box li .sp_sub_nav_box.sp_sub_nav_box-contact > ul a.facebook span {
  width: 8px;
}

header .acc_area .acc_box li .sp_sub_nav_box a:before {
  content: none;
}

.l-footer {
  margin-top: 64px;
  padding: 55px 0px 60px;
}

.l-footer_inner {
  width: 560px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 100%;
  font-weight: normal;
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  background: #F2F2F2;
}

.footer_contact {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 18px;
}

.footer_contact__title {
  color: #4C4C4C;
  font-size: 19px;
  font-family: 'Hind Vadodara', sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

.footer_contact__linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_contact__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  letter-spacing: 0.03em;
  font-family: 'Hind Vadodara', sans-serif;
}

.footer_contact__link--mail span {
  width: 22px;
  margin-right: 8px;
}

.footer_contact__link--instagram {
  margin-left: 46px;
  position: relative;
}

.footer_contact__link--instagram::before {
  content: "";
  position: absolute;
  left: -26px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #707070;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
}

.footer_contact__link--instagram span {
  width: 20px;
  margin-right: 8px;
}

.footer_contact__text01 {
  font-size: 12px;
  margin-top: 25px;
  letter-spacing: 0.06em;
  line-height: 1.66667;
}

.footer_nav {
  margin-top: 28px;
}

.footer_navList__item {
  font-family: 'Hind Vadodara', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  text-align: center;
}

.footer_navList__item:not(:first-child) {
  margin-top: 12px;
}

.footer_navList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 19px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_navList02__item.note {
  width: 56px;
  margin-right: 30px;
}

.footer_navList02__item.youtube {
  width: 20px;
  margin-right: 46px;
}

.footer_navList02__item.facebook {
  width: 8px;
}

.footer_logo {
  width: 200px;
  margin: 97px auto 0;
}

.footer_info {
  margin-top: 25px;
}

.footer_info__text {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.9;
}

.footer_copy {
  margin-top: 9px;
  font-size: 12px;
  letter-spacing: 0.03em;
  color: #999999;
  text-align: center;
  font-family: 'Hind Vadodara', sans-serif;
}

figure,
hr {
  margin: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-center {
  text-align: center;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.l-sec01 {
  padding: 40px 0;
}

.l-sec01.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.ttlPrimary {
  text-align: center;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.ttlLabo {
  text-align: center;
  margin-bottom: 30px;
}

.ttlLabo img {
  width: 105px;
}

.hr01 {
  margin: 40px 20px 0;
}

.link00 {
  display: block;
}

.link00:hover {
  opacity: 0.7;
}

.link01 {
  display: block;
  margin-top: 0px;
  margin-top: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 300;
  color: #999 !important;
  text-decoration: underline !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
}

.link-list {
  font-family: "Hind Vadodara", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.53333;
}

.link-list a {
  color: #666666;
}

.link-list a:hover {
  opacity: .7;
}

.cap01 {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-weight: 400;
  padding: 0 20px;
  margin-top: 12px;
  letter-spacing: 0.01em;
  line-height: 1.61538;
}

.cap02 {
  text-align: center;
  color: #999999;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, sans-serif;
  font-weight: 100;
  padding: 0 20px;
  letter-spacing: 0.01em;
  line-height: 1.61538;
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  /* SP ------ */
  img {
    width: 100%;
    height: auto;
  }
  /* SP ------ */
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  /* SP ------ */
  .bx-controls {
    position: relative;
  }
  .bx-controls-direction {
    display: block;
  }
  .bx-controls-direction .bx-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 11px;
    width: 20px;
    height: 35px;
    margin: auto;
    background-size: contain;
    text-indent: -9999px;
    z-index: 99;
  }
  .bx-controls-direction .bx-next {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 20px;
    height: 35px;
    margin: auto;
    background-size: contain;
    text-indent: -9999px;
    z-index: 99;
  }
  .bx-pager {
    position: absolute;
    left: 0;
    bottom: 60px !important;
    width: 100% !important;
    text-align: center;
    z-index: 99 !important;
  }
  .bx-pager .bx-pager-item {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 15px;
    padding: 0;
  }
  .bx-pager .bx-pager-item a {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #fff;
    text-indent: -9999px;
  }
  .bx-pager .bx-pager-item a.active {
    background: rgba(255, 255, 255, 0.5);
  }
  a {
    -webkit-tap-highlight-color: transparent;
  }
  img {
    -webkit-tap-highlight-color: transparent;
  }
  /* SP ------ */
  #page-bt {
    min-width: 320px;
    margin: 0px 0 0;
  }
  #page-bt .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0;
  }
  #page-bt .acc_area_reverse {
    position: relative;
    margin: 0 0 0;
    font-size: 0;
  }
  #page-bt .pagetop p {
    width: 100%;
    padding: 19px 0;
    text-align: center;
  }
  #page-bt .pagetop p img {
    width: 20px;
    height: 12px;
    margin: 0 auto;
  }
  #page-bt .acc_area_reverse .acc_box {
    width: 100%;
    background: rgba(204, 204, 204, 0.8);
    text-align: left;
  }
  #page-bt .acc_area_reverse .acc_box li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 21px 40px;
    border-bottom: 1px #fff solid;
  }
  #page-bt .acc_area_reverse .acc_box li a:before {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 12px;
    height: 20px;
    margin: auto;
    background: url(../img/ico_arw01.png) no-repeat 0 0;
    background-size: 12px 20px;
    content: "";
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(1) a img {
    width: 62px;
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(2) a img {
    width: 75px;
  }
  #page-btr .acc_area_reverse .acc_box li:nth-child(3) a img {
    width: 103px;
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(4) a img {
    width: 56px;
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(5) a img {
    width: 146px;
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(6) a img {
    width: 103px;
  }
  #page-bt .acc_area_reverse .acc_box li:nth-child(7) a img {
    width: 116px;
  }
  #page-bt small {
    display: block;
    padding: 25px 0 16px 0;
    background: #666666;
    font-size: 12px;
    color: #fff;
    text-align: center;
	}
/* SP ------ */
  header .inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  header .logo {
    width: 137px;
    display: block;
    margin: 0 auto;
    line-height: 0;
    vertical-align: middle;
  }
  header .logo img {
    width: 100%;
  }
  header .sns {
    display: none;
  }
  header .gnav {
    display: none;
  }
  header .acc_area {
    margin: 0 0 0;
  }
  header .acc_area .acc_cli {
    position: absolute;
  }
  header .acc_area .acc_cli.active img {
    display: none;
  }
  header .acc_area .acc_box li a {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px #fff solid;
  }
  header .acc_area .acc_box li a:before {
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 12px;
    height: 20px;
    margin: auto;
    background: url(../img/ico_arw01.png) no-repeat 0 0;
    background-size: 12px 20px;
    content: "";
  }
  header .acc_area .acc_box li:nth-child(3) a:before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .acc_area .acc_box li:nth-child(3) a.active:before {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header .acc_area .acc_box li:nth-child(1) a img {
    width: 62px;
  }
  header .acc_area .acc_box li:nth-child(2) a img {
    width: 75px;
  }
  header .acc_area .acc_box li:nth-child(3) a img {
    width: 103px;
  }
  header .acc_area .acc_box li:nth-child(3) li:nth-child(1) a img {
    width: 258px;
  }
  header .acc_area .acc_box li:nth-child(3) li:nth-child(2) a img {
    width: 203px;
  }
  header .acc_area .acc_box li:nth-child(3) li:nth-child(3) a img {
    width: 203px;
  }
  header .acc_area .acc_box li:nth-child(3) li:nth-child(4) a img {
    width: 211px;
  }
  header .acc_area .acc_box li:nth-child(4) a img {
    width: 64px;
  }
  header .acc_area .acc_box li:nth-child(5) a img {
    width: 56px;
  }
  header .acc_area .acc_box li:nth-child(6) a img {
    width: 146px;
  }
  header .acc_area .acc_box li:nth-child(7) a img {
    width: 103px;
  }
  header .acc_area .acc_box li:nth-child(8) a img {
    width: 116px;
  }
  header .acc_area .acc_box li:nth-child(9) a img {
    width: 121px;
  }
  header .acc_area .acc_box li .sp_sub_nav_box {
    display: none;
  }
  header .acc_area .acc_box li .sp_sub_nav_box a:before {
    background: none;
    content: "";
  }
}

@media screen and (min-width: 1024px) {
  /* pc ------ */
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 48em) {
  .hsp {
    display: none;
  }
  .hpc {
    display: block;
  }
  .l-sec01 {
    width: 70%;
    max-width: 538px;
    margin-right: auto;
    margin-left: auto;
  }
  .l-sec01-video {
    width: 100%;
    max-width: inherit;
  }
}

@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }
  .vpc {
    display: block !important;
  }
  header .gnav .sub_nav .sub_nav_box li {
    width: 260px;
  }
  header {
    border-bottom: none !important;
  }
  .header_pc .gnav_flex {
    width: 100%;
    margin-right: 136px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .logo {
    padding-top: 13px;
    padding-left: 47px;
  }
  header .gnav li {
    padding: 0;
    margin: 0 14px;
  }
  .l-footer {
    margin-top: 130px;
    padding: 64px 20px 40px;
  }
  .l-footer_inner {
    padding: 0;
  }
  .footer_contact__linkWrap {
    margin-top: 47px;
  }
  .footer_contact__text01 {
    font-size: 13px;
    padding: 0px 19.5% 10px;
    line-height: 1.61538;
  }
  .footer_nav {
    margin-top: 36px;
  }
  .footer_navList__item:not(:first-child) {
    margin-top: 6px;
  }
  .footer_info {
    margin-top: 58px;
  }
  .footer_copy {
    margin-top: 18px;
    text-align: right;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .l-sec01 {
    width: 100%;
    max-width: 1160px;
    padding: 100px 20px;
  }
  .ttlPrimary {
    margin-bottom: 60px;
  }
  .ttlLabo {
    margin-bottom: 50px;
  }
  .ttlLabo img {
    width: 140px;
  }
  .hr01 {
    margin: 100px 0 0;
  }
  .link01 {
    margin-top: 30px;
  }
  .cap01 {
    font-size: 14px;
    text-align: center;
    margin-top: 16px;
    padding: 0;
  }
  .cap02 {
    font-size: 14px;
    padding: 0;
  }
}

@media screen and (min-width: 80em) {
  header.l-header .l-header_inner {
    width: 1200px;
  }
  header .logo {
    padding-left: 0;
  }
  .l-sec01 {
    padding: 100px 0;
  }
}

/*# sourceMappingURL=common.css.map */
