@charset "UTF-8";
/* Only output numerical values
/* 数値のみ出力する
====================================== */
/* font $size
====================================== */
/* font family
====================================== */
/* Break point ブレイクポイント
====================================== */
/* common setting numbers 共通数値
====================================== */
/* max site width コンテンツ最大幅
====================================== */
/* colors 色管理
====================================== */
/* media query
====================================== */
/* font-size フォントサイズのrem表示用
====================================== */
.com-fz-10 {
  font-size: 10px;
  font-size: 0.6666666667rem;
}

.com-fz-11 {
  font-size: 11px;
  font-size: 0.7333333333rem;
}

.com-fz-12 {
  font-size: 12px;
  font-size: 0.8rem;
}

.com-fz-13 {
  font-size: 13px;
  font-size: 0.8666666667rem;
}

.com-fz-14 {
  font-size: 14px;
  font-size: 0.9333333333rem;
}

.com-fz-15 {
  font-size: 15px;
  font-size: 1rem;
}

.com-fz-16 {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.com-fz-17 {
  font-size: 17px;
  font-size: 1.1333333333rem;
}

.com-fz-18 {
  font-size: 18px;
  font-size: 1.2rem;
}

.com-fz-19 {
  font-size: 19px;
  font-size: 1.2666666667rem;
}

.com-fz-20 {
  font-size: 20px;
  font-size: 1.3333333333rem;
}

.com-fz-21 {
  font-size: 21px;
  font-size: 1.4rem;
}

.com-fz-22 {
  font-size: 22px;
  font-size: 1.4666666667rem;
}

.com-fz-23 {
  font-size: 23px;
  font-size: 1.5333333333rem;
}

.com-fz-24 {
  font-size: 24px;
  font-size: 1.6rem;
}

.com-fz-25 {
  font-size: 25px;
  font-size: 1.6666666667rem;
}

.com-fz-26 {
  font-size: 26px;
  font-size: 1.7333333333rem;
}

.com-fz-27 {
  font-size: 27px;
  font-size: 1.8rem;
}

.com-fz-28 {
  font-size: 28px;
  font-size: 1.8666666667rem;
}

.com-fz-29 {
  font-size: 29px;
  font-size: 1.9333333333rem;
}

.com-fz-30 {
  font-size: 30px;
  font-size: 2rem;
}

/* Margin class in 5px steps
/* 余白調整用のクラス　5px刻みで20回処理を繰り返し
====================================== */
.mt0 {
  margin-top: 0px !important;
}

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

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.com-color-text {
  color: #333333 !important;
}

.com-bg-text {
  background-color: #333333 !important;
}

.com-color-main {
  color: #2E3C6D !important;
}

.com-bg-main {
  background-color: #2E3C6D !important;
}

.com-color-red {
  color: #FF0000 !important;
}

.com-bg-red {
  background-color: #FF0000 !important;
}

.com-color-danger {
  color: red !important;
}

.com-bg-danger {
  background-color: red !important;
}

.com-color-white {
  color: #fff !important;
}

.com-bg-white {
  background-color: #fff !important;
}

.com-color-orange {
  color: #FF9300 !important;
}

.com-bg-orange {
  background-color: #FF9300 !important;
}

.com-color-bg {
  color: #F0F0F0 !important;
}

.com-bg-bg {
  background-color: #F0F0F0 !important;
}

.com-color-border {
  color: #707070 !important;
}

.com-bg-border {
  background-color: #707070 !important;
}

.com-color-border2 {
  color: #989898 !important;
}

.com-bg-border2 {
  background-color: #989898 !important;
}

.com-color-border3 {
  color: #D1D1D1 !important;
}

.com-bg-border3 {
  background-color: #D1D1D1 !important;
}

.com-color-border4 {
  color: #C0C0C0 !important;
}

.com-bg-border4 {
  background-color: #C0C0C0 !important;
}

.com-color-border5 {
  color: #686868 !important;
}

.com-bg-border5 {
  background-color: #686868 !important;
}

.com-color-facebook {
  color: #3b5999 !important;
}

.com-bg-facebook {
  background-color: #3b5999 !important;
}

.com-color-twitter {
  color: #1da1f2 !important;
}

.com-bg-twitter {
  background-color: #1da1f2 !important;
}

.com-color-youtube {
  color: #cd201f !important;
}

.com-bg-youtube {
  background-color: #cd201f !important;
}

.com-color-line {
  color: #18ba07 !important;
}

.com-bg-line {
  background-color: #18ba07 !important;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  color: #333333;
  font-size: 15px;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.2;
}

p {
  margin: 0;
}
p + p {
  margin-top: 1em;
}

ul, dl, figure {
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

ul, li {
  list-style: none;
}

a {
  color: #333333;
  transition: 0.3s;
}
a:before, a:after {
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.6;
}

em {
  font-style: normal;
  font-weight: normal;
  color: inherit;
}

input,
select,
textarea {
  outline: none;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.0666666667rem;
}

input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
  box-sizing: border-box;
  font-size: 16px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
  cursor: pointer;
}

:-ms-input-placeholder {
  color: #D1D1D1;
}

::-moz-placeholder {
  color: #D1D1D1;
}

::placeholder {
  color: #D1D1D1;
}

address {
  margin-bottom: 0;
}

/* uk-container
====================================== */
.uk-container {
  max-width: 960px;
}
.uk-container-small {
  max-width: 375px;
}
.uk-container-large {
  max-width: 1200px;
}
.uk-container-expand {
  max-width: none;
}

.slick-slide,
.slick-slide a {
  outline: none;
}

.slick-prev,
.slick-next {
  cursor: pointer;
}

/* Contact Form 7
====================================== */
.wpcf7 .ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.wpcf7-list-item label {
  cursor: pointer;
}

/* reCAPTCHA
====================================== */
.grecaptcha-badge {
  visibility: hidden;
}

/* #header
====================================== */
/* parts
--------------------------------- */
#header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 100;
  height: 50px;
}
@media (min-width: 960px) {
  #header {
    height: 100px;
  }
}
#header > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 960px) {
  #header + * {
    margin-top: 100px;
  }
}
@media (min-width: 960px) {
  body.admin-bar #header.uk-sticky-fixed {
    top: 32px !important;
  }
}

/* #header-offcanvas-btn
--------------------------------- */
#header-offcanvas-btn {
  background-color: #2E3C6D;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 50px;
  z-index: 100;
}
#header-offcanvas-btn i {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto 0;
  width: 30px;
  height: 4px;
  z-index: 0;
}
#header-offcanvas-btn i:nth-child(1) {
  bottom: 22px;
}
#header-offcanvas-btn i:nth-child(3) {
  top: 22px;
}
@media (min-width: 960px) {
  #header-offcanvas-btn {
    display: none;
  }
}

/* #header-buy-btn
--------------------------------- */
#header-buy-btn {
  background-color: #FF9300;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 48px;
  width: 48px;
  height: 50px;
  z-index: 100;
}
#header-buy-btn img {
  width: 41px;
}
@media (min-width: 960px) {
  #header-buy-btn {
    display: none;
  }
}

/* #header-logo　
--------------------------------- */
#header-logo {
  margin: 0 50px 0 0;
  padding: 5px 0;
  width: 161px;
}
@media (min-width: 960px) {
  #header-logo {
    width: 16.625%;
    max-width: 267px;
  }
}
@media (min-width: 1200px) {
  #header-logo {
    width: 267px;
  }
}
#header-logo a {
  display: flex;
  align-items: center;
}

/* gnav
--------------------------------- */
.gnav {
  flex: 1;
  margin-right: 0;
  margin-left: auto;
}
.gnav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
@media (min-width: 960px) {
  .gnav-item {
    font-size: 15px;
    font-size: 1rem;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .gnav-item {
    font-size: 16px;
    font-size: 1.0666666667rem;
    margin: 0 0 0 35px;
  }
}
.gnav-item:first-child {
  margin: 0;
}
.gnav-item a {
  display: block;
  position: relative;
}
.gnav-item .submenu {
  background-color: #F0F0F0;
  font-weight: normal;
  position: absolute;
  width: 100vw;
  top: 100px;
  left: 0;
  z-index: 1;
  background: #F0F0F0;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
.gnav-item .submenu-inner {
  display: none;
  padding: 32px 0;
  max-height: calc(100vh - 160px);
}
.gnav-item .submenu-panel {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.gnav-item .submenu-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -32px;
}
.gnav-item .submenu-item {
  width: 33.3333%;
  padding-left: 40px;
  padding-bottom: 32px;
}
.gnav-item .submenu-item > * span {
  display: block;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.gnav-item .submenu-item-list {
  margin-top: 20px;
}
.gnav-item .submenu-item-list li {
  background: url(../img/common/parts/icon_arrow_01.svg) no-repeat 0 4px;
  padding-left: 25px;
}
.gnav-item .submenu-item-list li + li {
  margin-top: 5px;
}
.gnav-item .submenu-item-list li > * {
  line-height: 1.5;
}
.gnav-item .submenu-close {
  background-color: #000;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  height: 60px;
}
.gnav-item .submenu-close::before, .gnav-item .submenu-close::after {
  content: "";
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 7px;
  transform: rotate(45deg);
  z-index: 0;
}
.gnav-item .submenu-close::after {
  transform: rotate(-45deg);
}
.gnav-item .submenu.is-active {
  opacity: 1;
  pointer-events: all;
}
.gnav-item .submenu.is-active .submenu-inner {
  overflow-y: auto;
}
.gnav-item.js-crnt a::after {
  content: "";
  background-color: #838FB5;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
@media (min-width: 960px) {
  .gnav-search {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .gnav-search {
    margin: 0 0 0 15px;
  }
}
.gnav-search a {
  padding: 0 15px 2px;
}
@media (min-width: 1200px) {
  .gnav-search a {
    padding: 0 20px 2px;
  }
}
.gnav-search dl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.2rem;
}
.gnav-search dl dt {
  font-weight: bold;
  white-space: nowrap;
}
.gnav-search dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
  position: relative;
}
@media (min-width: 960px) {
  .gnav-contact {
    margin: 0 0 0 10px;
  }
}
@media (min-width: 1200px) {
  .gnav-contact {
    margin: 0 0 0 15px;
  }
}
.gnav-contact a {
  background-color: #FF0000;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.gnav-contact a span {
  color: #fff;
  line-height: 1;
}
.gnav-contact a i {
  display: flex;
  align-items: center;
  margin-right: 9px;
}
.gnav-contact a img {
  vertical-align: top;
}

/* gnav
====================================== */
/* #lnav
====================================== */
/* #footer
====================================== */
/* footer
====================================== */
.footer {
  border-top: 2px solid #989898;
  padding-top: 50px;
}
@media (min-width: 960px) {
  .footer {
    padding-top: 65px;
  }
}
@media (min-width: 960px) {
  .footer-banner {
    display: flex;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.footer-banner li {
  text-align: center;
}
.footer-banner li + * {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .footer-banner li + * {
    margin: 0 0 0 47px;
  }
}
.footer-banner a {
  display: block;
  text-align: center;
}
.footer-banner a span {
  color: #2E3C6D;
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding-bottom: 6px;
}
.footer-banner a span::after {
  content: "";
  background-color: #2E3C6D;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  height: 1px;
  z-index: 0;
}
.footer-banner a img {
  display: block;
  margin: 8px auto 0;
  vertical-align: top;
  height: 30px;
  width: auto;
}
.footer-nav {
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-align: center;
  margin-top: 72px;
}
@media (min-width: 960px) {
  .footer-nav {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
}
.footer-nav li {
  display: inline-block;
  line-height: 1;
  padding-top: 2px;
}
.footer-nav li + * {
  margin-top: 10px;
}
@media (min-width: 960px) {
  .footer-nav li + * {
    border-left: 1px solid #333333;
    display: block;
    padding: 2px 0 0 15px;
    margin: 0 0 0 15px;
  }
}
.footer-nav li:nth-child(1) {
  display: block;
}
.footer-nav li:nth-child(3) {
  border-left: 1px solid #333333;
  padding: 2px 0 0 15px;
  margin: 10px 0 0 15px;
}
@media (min-width: 960px) {
  .footer-nav li:nth-child(3) {
    margin: 0 0 0 15px;
  }
}
.footer-logo {
  text-align: center;
  margin-top: 30px;
}
.footer-logo img {
  max-width: 266px;
}

/* .copyright
--------------------------------- */
.copyright {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  display: block;
  padding: 15px 0;
  margin-top: 27px;
  text-align: center;
}

/* parts
====================================== */
/* pagetop
-------------------------------------- */
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 100;
  width: 70px;
  height: 61px;
  opacity: 0;
  transform: translate(0, 10px);
  pointer-events: none;
  transition: 0.5s ease;
}
@media (min-width: 960px) {
  .pagetop {
    right: 10px;
  }
}
.pagetop::after {
  content: "";
  border-top: 61px solid transparent;
  border-bottom: 61px solid #838FB5;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  position: absolute;
  top: -61px;
  left: 0;
  z-index: 0;
}
.pagetop span {
  color: #fff;
  font-size: 17px;
  font-size: 1.1333333333rem;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  z-index: 1;
}
body.is-scroll .pagetop {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}

/* buy-btn
-------------------------------------- */
#buy-btn {
  display: none;
}
@media (min-width: 960px) {
  #buy-btn {
    background-color: #FF9300;
    border-radius: 10px 0 0 10px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    top: 150px;
    right: 0;
    width: 74px;
    z-index: 99;
  }
}
@media (min-width: 960px) {
  #buy-btn span {
    display: block;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 8px;
  }
}

#offcanvas .sns-list {
  margin-left: 10px;
}
#offcanvas .sns-list li {
  margin-top: 10px;
}
#offcanvas .sns-list li a {
  display: flex;
  align-items: center;
}
#offcanvas .sns-list li a span {
  color: #333333;
  font-size: 13px;
  font-size: 0.8666666667rem;
  margin-left: 7px;
}

.uk-offcanvas-bar {
  background: #fff;
  padding: 0;
}

.uk-nav .uk-nav-header {
  background: #686868;
  color: #fff;
  padding: 0.5em 9px;
  border-bottom: 0;
}
.uk-nav > li {
  border-bottom: 1px solid #DCDCDC;
  font-size: 13px;
  font-size: 0.8666666667rem;
}
.uk-nav > li a {
  padding: 0.85em 9px;
  color: #333333 !important;
}
.uk-nav > li:not(.uk-parent) a {
  background: url(../img/common/header/icon_page.svg) no-repeat 10px 15px;
  padding-left: 28px;
}
.uk-nav .uk-parent > a {
  position: relative;
}
.uk-nav .uk-parent > a::before, .uk-nav .uk-parent > a::after {
  content: "";
  background-color: #808080;
  background-image: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto 0;
  width: 16px;
  height: 2px !important;
}
.uk-nav .uk-parent > a::after {
  transform: rotate(90deg);
}
.uk-nav .uk-parent.uk-open a::after {
  transform: rotate(0);
}
.uk-nav .uk-nav-sub {
  background: #F5F5F5;
  padding: 0;
}
.uk-nav .uk-nav-sub li a {
  background: url(../img/common/header/icon_page.svg) no-repeat 10px 12px;
  padding: 0.5em 1em;
  padding-left: 28px;
}
.uk-nav .uk-nav-sub li + li {
  border-top: 1px solid #fff;
}

#overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  opacity: 0;
  transition: 0.6s ease;
}
#overlay.is-active {
  pointer-events: all;
  opacity: 1;
}

@media (min-width: 960px) {
  #wrapper {
    overflow: hidden;
  }
}

#main {
  opacity: 0;
  transition: opacity 1s ease;
}
body.is-ready #main {
  opacity: 1;
}

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

/* セクション
====================================== */
.com-section-01 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .com-section-01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.com-section-01.large {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (min-width: 960px) {
  .com-section-01.large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.com-section-01.small {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 960px) {
  .com-section-01.small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.com-section-01.close-top {
  padding-top: 0 !important;
}

/* アニメーション
====================================== */
.com-anime-01 {
  opacity: 0;
  transform: translateY(20px);
}
body.is-loaded .is-active .com-anime-01, body.is-loaded .com-anime-01.is-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
}

.com-anime-02 {
  opacity: 0;
}
body.is-loaded .is-active .com-anime-02, body.is-loaded .com-anime-02.is-active {
  opacity: 1;
  transition: opacity 1.2s ease;
}

/* 状態
====================================== */
img[data-src] {
  opacity: 0;
  transition: 0.3s ease;
}
img[data-src].is-imgLoaded {
  opacity: 1;
}

/* section
====================================== */
/* parts
--------------------------------- */
.page-breadcrumb {
  position: relative;
}
.page-breadcrumb-list {
  display: flex;
  align-items: center;
  padding: 10px 0;
  margin: 0;
}
.page-breadcrumb-item {
  position: relative;
  min-width: 0;
  max-width: 50%;
  color: #fff;
  line-height: 1;
}
.page-breadcrumb-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 2px;
}
.page-breadcrumb-item:not(:last-child)::before {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  line-height: 14px;
}
.page-breadcrumb-item:first-child {
  flex: 0 0 auto;
}
.page-breadcrumb-item > * {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.page-breadcrumb-item > a:hover {
  color: #fff;
  opacity: 0.7;
}
.page-breadcrumb > span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 5px;
}

/* title タイトル
--------------------------------- */
.page-tit-01 {
  position: relative;
  height: 150px;
  overflow: hidden;
  background: url(../img/common/parts/page_bg_default.jpg) center no-repeat;
  background-size: cover;
}
@media (min-width: 960px) {
  .page-tit-01 {
    height: 250px;
  }
}
.page-tit-01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-tit-01 .inner {
  position: relative;
  z-index: 1;
  height: 100%;
}
.page-tit-01 .img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-tit-01 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-tit-01 .tit {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.page-tit-01 .tit span {
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  margin-top: 9px;
}
.page-tit-01 .page-breadcrumb {
  position: relative;
  z-index: 3;
}

.com-tit-01 {
  text-align: center;
}
.com-tit-01 + * {
  margin-top: 30px;
}
* + .com-tit-01 {
  margin-top: 50px;
}
.com-tit-01 > .icon {
  margin-bottom: 12px;
}
.com-tit-01 > .tit {
  margin: 0;
  color: #2E3C6D;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: bold;
}
.com-tit-01.light .tit {
  color: #fff;
}
.com-tit-01[data-scroll] > .icon, .com-tit-01[data-scroll-sync] > .icon {
  opacity: 0;
}
.com-tit-01[data-scroll] > .tit, .com-tit-01[data-scroll-sync] > .tit {
  opacity: 0;
  transform: translate(0, 5px);
  transition: 0.5s 0.5s ease;
}
.com-tit-01[data-scroll].is-active > .tit, .com-tit-01[data-scroll-sync].is-active > .tit {
  opacity: 1;
  transform: translate(0, 0);
}
.com-tit-01[data-scroll].is-active > .icon, .com-tit-01[data-scroll-sync].is-active > .icon {
  -webkit-animation: animeTit01Icon 0.8s 0.85s ease alternate forwards;
          animation: animeTit01Icon 0.8s 0.85s ease alternate forwards;
}
@-webkit-keyframes animeTit01Icon {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animeTit01Icon {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
  }
  70% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.com-tit-02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.com-tit-02 .icon {
  margin-right: 10px;
  width: 50px;
}
.com-tit-02 .tit {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
}
.com-tit-02 + * {
  margin-top: 20px;
}

.com-tit-03 {
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
.com-tit-03 + * {
  margin-top: 30px;
}
.com-tit-03::after {
  content: "";
  background-color: #2E3C6D;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 5px;
  z-index: 0;
}

.com-tit-04 {
  position: relative;
  padding-bottom: 15px;
  font-size: 20px;
  font-size: 1.3333333333rem;
  line-height: 1.45;
  font-weight: bold;
}
.com-tit-04::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 150px;
  height: 5px;
  background: #2E3C6D;
  transform: translate(-50%, 0);
}

.com-tit-05 {
  display: block;
  padding-left: 20px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  color: #686868;
  line-height: 1.5;
  border-left: 5px solid #2E3C6D;
}
.com-tit-05 + * {
  margin-top: 15px;
}

/* Gap between sections or blocks
/* セクションやブロック間の隙間
--------------------------------- */
.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .com-mt-s {
    margin-top: 30px;
  }
}

.com-mt-m, * + .catalog-tit-01 {
  margin-top: 40px;
}
@media (min-width: 640px) {
  .com-mt-m, * + .catalog-tit-01 {
    margin-top: 70px;
  }
}

.com-mt-l {
  margin-top: 90px;
}
@media (min-width: 640px) {
  .com-mt-l {
    margin-top: 120px;
  }
}

.com-mt-1em {
  margin-top: 1em;
}

.com-mt-border {
  padding-top: 50px;
  border-top: 1px solid #989898;
}
@media (min-width: 960px) {
  .com-mt-border {
    padding-top: 70px;
  }
}

/* アンカーリンク
--------------------------------- */
.com-anchor-01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-bottom: -10px;
}
@media (min-width: 640px) {
  .com-anchor-01 {
    margin-left: -20px;
  }
}
* + .com-anchor-01 {
  margin-top: 30px;
}
.com-anchor-01 > .item {
  width: 50%;
  padding-left: 10px;
  padding-bottom: 10px;
}
@media (min-width: 640px) {
  .com-anchor-01 > .item {
    width: auto;
    padding-left: 20px;
  }
}
.com-anchor-01 > .item a {
  min-width: 127px;
  border: 1px solid #2E3C6D;
  border-radius: 5px;
  color: #2E3C6D;
  display: block;
  font-size: 14px;
  font-size: 0.9333333333rem;
  text-align: center;
  line-height: 1;
  padding: 8px 20px 18px;
  position: relative;
}
.com-anchor-01 > .item a::after {
  content: "";
  border-left: 2px solid #2E3C6D;
  border-bottom: 2px solid #2E3C6D;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  z-index: 0;
}

/* list style リストスタイル
--------------------------------- */
.com-list-01 li {
  margin-left: 1.2em;
}
.com-list-01 li::before {
  content: "・";
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
.com-list-01.notice li::before {
  content: "※";
}
.com-list-01.circle li::before {
  content: "○";
}
.com-list-01.square li::before {
  content: "■";
}

.com-list-02 {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.com-list-02 li {
  margin-left: 1.8em;
}
.com-list-02 li + li {
  margin-top: 0.4em;
}
.com-list-02 li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  width: 1.5em;
  padding-right: 0.3em;
  margin-left: -1.8em;
  text-align: right;
}

/* text テキスト
--------------------------------- */
p:not([class]),
.com-text-01,
.single-detail p,
.single-detail div {
  font-size: 15px;
  font-size: 1rem;
  line-height: 2;
}
p:not([class]).small,
.com-text-01.small,
.single-detail p.small,
.single-detail div.small {
  font-size: 14px;
  font-size: 0.9333333333rem;
}
p:not([class]) + *,
.com-text-01 + *,
.single-detail p + *,
.single-detail div + * {
  margin-top: 2em;
}

/* アクセント色
--------------------------------- */
/* ラベル
--------------------------------- */
.com-label-01 {
  border: 1px solid #2E3C6D;
  border-radius: 14px;
  color: #2E3C6D;
  display: inline-block;
  font-size: 12px;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.5;
  padding: 4px 10px;
  width: 116px;
}
@media (min-width: 960px) {
  .com-label-01 {
    padding: 5px 10px;
  }
}
.com-label-01.ots {
  border-color: #FF9300;
  color: #FF9300;
}
.com-label-01.order {
  border-color: #FF9300;
  color: #FF9300;
}

/* リンク
--------------------------------- */
.btn-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 24px;
  margin: 30px 0 0;
}

.com-btn-01 {
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-align: center;
  border: 1px solid #2E3C6D;
  border-radius: 10px;
  color: #2E3C6D;
  padding: 0.7em 2em;
  padding-right: 2em;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s ease;
  transform: scale(1.00001);
}
@media (min-width: 960px) {
  .com-btn-01 {
    width: 336px;
  }
}
.com-btn-01::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  position: absolute;
  right: 0.8em;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
}
.com-btn-01.light {
  border: 1px solid #fff;
  color: #fff;
}
.com-btn-01.light::after {
  color: #fff;
}
.com-btn-01:hover {
  transform: scale(0.98) translate(0, 2px);
}

.com-btn-02 {
  background-color: #fff;
  border-radius: 10px;
  display: block;
  padding: 20px 10px 10px;
  text-align: center;
  font-size: 10px;
  font-size: 0.6666666667rem;
}
@media (min-width: 960px) {
  .com-btn-02 {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.com-btn-02 > .img {
  text-align: center;
  height: 69px;
}
@media (min-width: 960px) {
  .com-btn-02 > .img {
    height: 90px;
  }
}
.com-btn-02 > .img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 960px) {
  .com-btn-02 > .img img {
    height: auto;
  }
}
.com-btn-02 > .text {
  margin-top: 10px;
}

.com-btn-03 {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.com-btn-03 > .img {
  overflow: hidden;
  border-radius: 10px;
}
.com-btn-03 > .img img {
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.com-btn-03 > .text {
  color: #2E3C6D;
  margin-top: 8px;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 960px) {
  .com-btn-03 > .text {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
.com-btn-03 > .text span {
  display: inline-block;
  background: url(../img/common/parts/icon_arrow_01.svg) no-repeat 0 1.5px;
  background-size: auto 18px;
  padding-left: 25px;
  line-height: 1.5;
}
@media (min-width: 960px) {
  .com-btn-03 > .text span {
    background-position: 0 0.25em;
  }
}
.com-btn-03.light > .text {
  color: #fff;
}
.com-btn-03.light > .text span {
  background-image: url(../img/common/parts/icon_arrow_02.svg);
}
.com-btn-03:hover > .img img {
  transform: scale(1.04);
}

.com-btn-01.widthAuto,
.com-btn-02.widthAuto,
.com-btn-03.widthAuto {
  width: 100%;
}

.com-link-01 {
  text-decoration: underline;
}
.com-link-01:hover {
  text-decoration: none;
}

/* youtube
--------------------------------- */
.com-youtube-01 {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding-top: 56.25%;
}
.com-youtube-01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-list-01 > * {
  border-bottom: 1px solid #D1D1D1;
  position: relative;
}
@media (min-width: 960px) {
  .info-list-01 > * {
    padding: 20px 50px 20px 0;
  }
}
.info-list-01 > *:first-child {
  border-top: 1px solid #D1D1D1;
}

.info-btn-01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 40px 10px 0;
}
@media (min-width: 960px) {
  .info-btn-01 {
    flex-wrap: nowrap;
    padding: 0;
  }
}
.info-btn-01::after {
  content: "\f054";
  font-family: "FontAwesome", FontAwesome;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: normal;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1;
  margin: auto;
}
@media (min-width: 960px) {
  .info-btn-01::after {
    right: 20px;
  }
}
.info-btn-01 .date {
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 960px) {
  .info-btn-01 .date {
    padding-right: 10px;
    width: 90px;
  }
}
.info-btn-01 .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .info-btn-01 .tit {
    border-left: 1px solid #333333;
    font-size: 16px;
    font-size: 1.0666666667rem;
    padding-left: 17px;
    line-height: 1.2;
    width: auto;
  }
}

/* pagination ページナビ
--------------------------------- */
.com-pagination {
  margin-top: 50px;
}
.com-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
  margin-top: -8px;
}
.com-pagination ul .page-numbers {
  display: block;
  margin-left: 8px;
  margin-top: 8px;
  box-sizing: border-box;
  color: #808080;
  font-size: 17px;
  font-size: 1.1333333333rem;
}
.com-pagination ul .page-numbers:not(.prev):not(.next) {
  display: grid;
  border: 1px solid #C0C0C0;
  width: 64px;
  height: 64px;
  place-items: center;
}
.com-pagination ul .page-numbers.prev, .com-pagination ul .page-numbers.next {
  padding: 1em;
}
.com-pagination ul .page-numbers.prev:hover, .com-pagination ul .page-numbers.next:hover {
  opacity: 0.65;
}
.com-pagination ul .page-numbers.prev .fa-chevron-right:before, .com-pagination ul .page-numbers.next .fa-chevron-right:before {
  content: "\f101";
  color: #707070;
}
.com-pagination ul .page-numbers.prev .fa-chevron-left:before, .com-pagination ul .page-numbers.next .fa-chevron-left:before {
  content: "\f100";
  color: #707070;
}
.com-pagination ul .page-numbers.current {
  border-width: 2px !important;
  border-color: #686868 !important;
}
.com-pagination ul a:not(.prev):not(.next):hover {
  opacity: 0.65;
}

.single-detail .aligncenter {
  text-align: center;
}
.single-detail .alignleft {
  text-align: left;
}
.single-detail .alignright {
  text-align: right;
}

/* post navigation 記事前後ボタン
--------------------------------- */
.single-nav {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #D1D1D1;
}
@media (min-width: 960px) {
  .single-nav {
    margin-top: 50px;
    padding-top: 60px;
  }
}
.single-nav > .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}
.single-nav > .list > * {
  padding-left: 20px;
  padding-bottom: 20px;
}
.single-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 55px;
  padding: 5px 40px;
  border: 1px solid #707070;
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #333333;
}
.single-nav a::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: "FontAwesome", FontAwesome;
  color: inherit;
  font-size: 15px;
  font-size: 1rem;
}
.single-nav .prev {
  width: 50%;
}
.single-nav .prev > *::before {
  content: "\f104";
  left: 20px;
}
.single-nav .next {
  width: 50%;
}
.single-nav .next > *::before {
  content: "\f105";
  right: 20px;
}
.single-nav .back {
  width: 100%;
}
.single-nav .back > * {
  background: #686868;
  border: none;
  color: #fff;
}
.single-nav .back > *::before {
  content: "\f106";
  right: 20px;
}
@media (min-width: 960px) {
  .single-nav .prev, .single-nav .next {
    width: 38%;
  }
  .single-nav .back {
    width: 24%;
  }
}

@media (min-width: 960px) {
  .access-box-01 {
    display: flex;
    margin-left: -40px;
  }
  .access-box-01 > * {
    padding-left: 40px;
  }
}
.access-box-01 > * + * {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .access-box-01 > * + * {
    margin-top: 0;
  }
}
.access-box-01 > .content {
  flex: 1;
}
.access-box-01 > .map {
  width: 100%;
}
@media (min-width: 960px) {
  .access-box-01 > .map {
    width: 60%;
    max-width: 600px;
  }
}
.access-box-01 > .map > * {
  width: 100%;
  height: 392px;
}
.access-box-01 + .access-box-01 {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .access-box-01 + .access-box-01 {
    margin-top: 70px;
  }
}

/* .product
--------------------------------- */
.product-carousel {
  overflow: hidden;
}
@media (min-width: 640px) {
  .product-carousel {
    margin: 30px 0 0;
  }
}
.product-carousel .slick-list {
  overflow: visible;
  margin: 0;
}
.product-carousel-item {
  margin: 0 17px;
}
@media (min-width: 640px) {
  .product-carousel-item {
    display: flex;
    align-items: flex-end;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .product-carousel-item {
    width: 342px;
  }
}
.product-carousel-item:hover, .product-carousel-item:focus, .product-carousel-item:active {
  outline: none;
}
@media (min-width: 640px) {
  .product-carousel-item.slick-center .product-carousel-img {
    transform: scale(1);
  }
}
.product-carousel-item a {
  display: block;
}
.product-carousel-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  position: relative;
}
@media (min-width: 640px) {
  .product-carousel-img {
    transform: scale(0.92);
    transform-origin: center bottom;
    transition: 0.42s ease;
  }
}
@media (min-width: 960px) {
  .product-carousel-img {
    transform: scale(0.7485);
  }
}
.product-carousel-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-carousel-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-carousel-text {
  color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
}
.product-carousel-text span {
  background: url(../img/common/parts/icon_arrow_02.svg) no-repeat 0 4px;
  padding-left: 25px;
}
.product-carousel .slick-arrow {
  display: none;
  background-color: #2E3C6D;
  border-radius: 0 5px 5px 0;
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 0;
  bottom: 110px;
  left: 0;
  margin: auto;
  text-indent: -9999px;
  width: 29px;
  height: 30px;
  z-index: 1;
}
@media (min-width: 960px) {
  .product-carousel .slick-arrow {
    bottom: none;
  }
}
.product-carousel .slick-arrow::before, .product-carousel .slick-arrow::after {
  content: "";
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 3px;
  transform: rotate(45deg);
  z-index: 1;
}
.product-carousel .slick-prev {
  border-radius: 5px 0 0 5px;
  right: auto;
  left: 3px;
}
@media (min-width: 960px) {
  .product-carousel .slick-prev {
    left: 0;
    right: 342px;
  }
}
.product-carousel .slick-prev::before {
  bottom: 6px;
  transform: rotate(-45deg);
}
@media (min-width: 960px) {
  .product-carousel .slick-prev::before {
    bottom: 6px;
  }
}
.product-carousel .slick-prev::after {
  top: 6px;
}
@media (min-width: 960px) {
  .product-carousel .slick-prev::after {
    top: 6px;
  }
}
.product-carousel .slick-next {
  left: auto;
  right: 3px;
}
@media (min-width: 960px) {
  .product-carousel .slick-next {
    right: 0;
    left: 342px;
  }
}
.product-carousel .slick-next::before {
  bottom: 6px;
}
@media (min-width: 960px) {
  .product-carousel .slick-next::before {
    bottom: 6px;
  }
}
.product-carousel .slick-next::after {
  top: 6px;
  transform: rotate(-45deg);
}
@media (min-width: 960px) {
  .product-carousel .slick-next::after {
    top: 6px;
  }
}
.product-carousel .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .product-carousel .slick-dots {
    margin-top: 30px;
  }
}
.product-carousel .slick-dots li + * {
  margin: 0 0 0 15px;
}
@media (min-width: 960px) {
  .product-carousel .slick-dots li + * {
    margin: 0 0 0 10px;
  }
}
.product-carousel .slick-dots li button {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.product-carousel .slick-dots .slick-active button {
  background-color: #707070;
}

@media (min-width: 960px) {
  .product-panel-01 {
    display: flex;
    margin-left: -40px;
  }
  .product-panel-01 > * {
    padding-left: 40px;
  }
}
.product-panel-01 > .img {
  opacity: 0;
  transform: translate(0, 10px);
  transition: 1.2s 0.5s ease;
}
@media (min-width: 960px) {
  .product-panel-01 > .img {
    width: 50%;
  }
}
.product-panel-01 > .img img {
  width: 100%;
}
.product-panel-01 > .img.is-active {
  opacity: 1;
  transform: translate(0, 0);
}
.product-panel-01 > .text {
  flex: 1;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .product-panel-01 > .text {
    margin-top: 0;
  }
}
.product-panel-01 > .text p {
  font-size: 16px;
  font-size: 1.0666666667rem;
}

.product-panel-02 {
  display: flex;
  flex-wrap: wrap;
}
* + .product-panel-02 {
  margin-top: 20px;
}

.product-spec {
  display: flex;
  flex-wrap: wrap;
  margin: 35px 0 -40px -40px;
  margin-top: 35px;
}
@media (min-width: 960px) {
  .product-spec {
    margin-top: 50px;
    margin-bottom: -70px;
  }
}
.product-spec > * {
  width: 100%;
  padding-left: 40px;
  padding-bottom: 40px;
}
@media (min-width: 960px) {
  .product-spec > * {
    width: 50%;
    padding-bottom: 70px;
  }
}
.product-spec-button {
  display: block;
  background-color: #838FB5;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 15px 50px 14px 20px;
  position: relative;
}
.product-spec-button::before, .product-spec-button::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  width: 19px;
  height: 4px;
  z-index: 0;
}
.product-spec-button::after {
  transform: rotate(90deg);
}
.product-spec-button.is-open {
  border-radius: 10px 10px 0 0;
}
.product-spec-button.is-open::after {
  transform: rotate(0deg);
}
.product-spec-tit {
  display: block;
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: bold;
  margin: 1em 0 0.25em;
}
.product-spec-content {
  margin-top: 0;
}
.product-spec-content table {
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.product-spec-content table th,
.product-spec-content table td {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: normal;
  text-align: center;
  padding: 5px 10px;
  white-space: pre-wrap;
  line-height: 1.3;
}
.product-spec-content table th {
  background-color: #FFFFF4;
}
.product-spec-video {
  display: grid;
  row-gap: 16px;
}
.product-spec-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.product-spec-colors {
  width: auto;
  border-radius: 5px;
  background: #F0F0F0;
  padding: 1rem 1.6rem;
}
.product-spec-colors .colors-slider {
  overflow: hidden;
  border-radius: 5px;
}
.product-spec-colors .colors-slider .slick-track {
  overflow: hidden;
}
.product-spec-colors .colors-thumb {
  margin-top: 16px;
}
.product-spec-colors .colors-thumb .slick-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  width: 100% !important;
  transform: unset !important;
}
@media (min-width: 960px) {
  .product-spec-colors .colors-thumb .slick-track {
    grid-template-columns: repeat(4, 1fr);
  }
}
.product-spec-colors .colors-thumb .slick-track:before, .product-spec-colors .colors-thumb .slick-track:after {
  content: none;
  display: none;
}
.product-spec-colors .colors-thumb .color {
  position: relative;
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding: 12px;
  border-radius: 3px;
  cursor: pointer;
}
.product-spec-colors .colors-thumb .color::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #2E3C6D;
  border-radius: 3px;
  pointer-events: none;
  opacity: 0;
}
.product-spec-colors .colors-thumb .color.slick-cloned {
  display: none !important;
}
.product-spec-colors .colors-thumb .color .icon {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 40px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}
.product-spec-colors .colors-thumb .color .icon > * {
  flex: 1 1 0%;
}
.product-spec-colors .colors-thumb .color .name {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 0.8em;
}
.product-spec-colors .colors-thumb .color.slick-current::before {
  opacity: 1;
}
.product-spec-colors .colors-thumb .color.slick-current .name {
  font-weight: bold;
  color: #2E3C6D;
}
@media (min-width: 960px) {
  .product-spec.-expand > * {
    width: 100%;
  }
}
.product-spec.-expand .container {
  display: flex;
  width: 100%;
  row-gap: 32px;
}
@media (max-width: 959px) {
  .product-spec.-expand .container {
    flex-direction: column;
  }
}
@media (min-width: 960px) {
  .product-spec.-expand .container {
    flex-wrap: wrap;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .product-spec.-expand .container > * {
    width: calc(50% - 35px);
  }
}
.product-spec.-expand .right > * + * {
  margin-top: 16px;
}
.product-spec.-expand .right .product-spec-tit {
  margin-top: 0;
}
.product-spec.-expand .product-detailImg {
  display: grid;
  row-gap: 20px;
  width: 100%;
}

.product-detailImg {
  position: relative;
}
.product-detailImg .product-slide {
  overflow: hidden;
  padding-bottom: 20px;
}
.product-detailImg .slick-list {
  border-radius: 15px;
}
.product-detailImg .counter {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-size: 0.9333333333rem;
  line-height: 1;
  padding: 2px 10px;
  border-radius: 100px;
}
.product-detailImg .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.product-detailImg .slick-dots > li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.product-detailImg .slick-dots > li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 11px;
  height: 11px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 100%;
}
.product-detailImg .slick-dots > li.slick-active button {
  background-color: #707070;
}

.product-slide {
  position: relative;
}
.product-slide .item img {
  width: 100%;
}

.product-type {
  display: flex;
  justify-content: center;
  margin-bottom: -10px;
  margin-left: -10px;
}
.product-type > * {
  padding-left: 10px;
  padding-bottom: 10px;
}
.product-type + * {
  margin-top: 20px;
}

.product-online .com-btn-01 {
  display: block;
  text-align: center;
}
.product-online .com-btn-01 span {
  color: #2E3C6D;
  font-size: 14px;
  font-size: 0.9333333333rem;
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding-bottom: 6px;
}
.product-online .com-btn-01 span::after {
  content: "";
  background-color: #2E3C6D;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100% - 30px);
  height: 1px;
  z-index: 0;
}
.product-online .com-btn-01 img {
  display: block;
  margin: 8px auto 0;
}

/* .category
--------------------------------- */
.category-tit {
  color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-tit i {
  margin-right: 25px;
}
.category-tit + * {
  margin-top: 30px;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-bottom: -20px;
}
@media (min-width: 640px) {
  .category-list {
    margin-left: -40px;
    margin-bottom: -40px;
  }
}
.category-list > * {
  width: 50%;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .category-list > * {
    width: 25%;
    padding-left: 40px;
    padding-bottom: 40px;
  }
}
.category-list > * > * {
  height: 100%;
}
.category-img {
  text-align: center;
  height: 69px;
}
@media (min-width: 960px) {
  .category-img {
    height: 90px;
  }
}
.category-img img {
  height: 100%;
}
@media (min-width: 960px) {
  .category-img img {
    height: auto;
  }
}

.catalog-01 {
  background: url(../img/common/parts/bg_catrog.png) no-repeat 0 0;
  background-size: cover;
  padding: 70px 0;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-container {
    display: flex;
    justify-content: center;
  }
}
.catalog-01 .catalog-content {
  position: relative;
  text-align: center;
}
.catalog-01 .catalog-text {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.5;
}
.catalog-01 .catalog-name {
  color: #2E3C6D;
  font-size: 35px;
  font-size: 2.3333333333rem;
  font-weight: bold;
  line-height: 1.11;
  margin-top: 10px;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-name {
    font-size: 36px;
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.catalog-01 .catalog-link {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-link {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.catalog-01 .catalog-link > * {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  width: 262px;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-link > * {
    margin: 0;
  }
}
.catalog-01 .catalog-link > * + * {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-link > * + * {
    margin-top: 0;
  }
}
.catalog-01 .catalog-link > * i {
  margin-right: 15px;
}
.catalog-01 .catalog-link > * p {
  font-size: 16px;
  font-size: 1.0666666667rem;
  line-height: 1.3125;
  text-align: left;
}
.catalog-01 .catalog-img {
  text-align: center;
  opacity: 0;
  transform: translate(0, -15px);
  transition: opacity 0.6s ease, transform 1s ease;
  margin: 30px auto;
}
@media (min-width: 960px) {
  .catalog-01 .catalog-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 35%;
    height: 100%;
    margin: 0;
  }
}
@media (min-width: 960px) {
  .catalog-01 .catalog-img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
}
.catalog-01.is-active .catalog-img {
  opacity: 1;
  transform: translate(0, 0);
}

.catalog-tit-01 {
  background: #2E3C6D;
  color: #fff;
  font-size: 24px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 0.8em 0.5em;
  margin-bottom: 2.5em;
}

.catalog-tit-02 {
  color: #2E3C6D;
  text-align: center;
  border-bottom: 1px solid #2E3C6D;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  padding-bottom: 0.5em;
  margin-bottom: 3em;
}

.catalog-tit-03 {
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1.3em;
}

.catalog-img-01 {
  border-radius: 5px;
  width: 85%;
  margin: auto;
  overflow: hidden;
}

.catalog-icon-01 {
  position: relative;
}
.catalog-icon-01::before {
  content: "NEW";
  display: block;
  width: 140px;
  height: 64px;
  font-size: 18px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #731418;
  box-sizing: border-box;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
  left: -70px;
  transform: rotate(-45deg);
  transform-origin: center top;
}

.catalog-btn-01 {
  background: #838FB5;
  padding: 6px;
  border-radius: 10px;
  display: flex;
  color: #fff;
  font-size: 16px;
  font-size: 1.0666666667rem;
  align-items: center;
  font-weight: bold;
  min-height: 50px;
  gap: 1em;
}
.catalog-btn-01::before {
  content: "";
  display: block;
  width: 54px;
  height: 39px;
  background: url(../img/catalog/ico_download_01.svg) no-repeat center 45%;
  border-right: 1px solid #fff;
}

.contact-panel-01 {
  display: flex;
  align-items: center;
}
.contact-panel-01 .tel {
  width: 40px;
  line-height: 22px;
  margin-right: 0.9em;
  text-align: center;
  color: #686868;
  font-size: 12px;
  font-size: 0.8rem;
  font-weight: 700;
  border: #686868 1px solid;
}
@media (min-width: 640px) {
  .contact-panel-01 .tel {
    width: 52px;
    line-height: 28px;
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.contact-panel-01 .number {
  line-height: 1;
  font-size: 32px;
  font-size: 2.1333333333rem;
  font-weight: 500;
  color: #686868;
}
@media (min-width: 640px) {
  .contact-panel-01 .number {
    font-size: 43px;
    font-size: 2.8666666667rem;
  }
}
.contact-panel-01 .number a {
  color: #686868;
}

.contact-box-01 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry-tit {
  font-size: 25px;
  font-size: 1.6666666667rem;
  font-weight: bold;
}

.entry-list-01 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

.search-area {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  max-width: 868px;
  align-items: center;
  margin: 0 auto;
  padding: 0 50px 0 30px;
  position: relative;
}
.search-area > * {
  width: 100%;
}
.search-area input {
  border: none;
  background-color: #fff;
}
.search-area input[type=text] {
  width: 100%;
  padding: 15px 10px;
}
.search-area input[type=submit] {
  background: url(../img/common/header/icon_search_02.svg) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
}

.search-hit {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .search-hit {
    margin-top: 50px;
  }
}
.search-hit-text {
  border-bottom: 5px solid #2E3C6D;
  display: inline-block;
  font-size: 20px;
  font-size: 1.3333333333rem;
  font-weight: bold;
}

.search-detail {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .search-detail {
    margin-top: 50px;
  }
}

@media (max-width: 639px) {
  .dl-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .dl-table-01 {
    display: grid;
    grid-template-columns: 200px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.dl-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .dl-table-01 > dt {
    padding-top: 1.34em;
    padding-bottom: 1.34em;
    border-top: 2px solid #989898;
  }
  .dl-table-01 > dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.dl-table-01 > dd {
  padding-bottom: 1.34em;
}
@media (min-width: 640px) {
  .dl-table-01 > dd {
    padding-top: 1.34em;
    border-top: 1px solid #989898;
  }
  .dl-table-01 > dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}

/* dl table
--------------------------------- */
@media (max-width: 639px) {
  .form-table-01 {
    border-bottom: 1px solid #989898;
  }
}
@media (min-width: 640px) {
  .form-table-01 {
    display: grid;
    grid-template-columns: 292px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.form-table-01 > dt {
  padding: 1.5em 0 1em;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #989898;
}
@media (min-width: 640px) {
  .form-table-01 > dt {
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 2px solid #989898;
  }
  .form-table-01 > dt:last-of-type {
    border-bottom: 2px solid #989898;
  }
}
.form-table-01 .required:before {
  content: "必須";
  float: right;
  font-size: 11px;
  font-size: 0.7333333333rem;
  background: red;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-left: 1em;
  border-radius: 5px;
}
.form-table-01 > dd {
  padding-bottom: 2em;
}
@media (min-width: 640px) {
  .form-table-01 > dd {
    padding-top: 2em;
    border-top: 1px solid #989898;
  }
  .form-table-01 > dd:last-of-type {
    border-bottom: 1px solid #989898;
  }
}
.form-table-01 input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=submit]):not([type=reset]):not([type=button]):not([type=image]),
.form-table-01 select,
.form-table-01 textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #D1D1D1;
}
.form-table-01 input[type=submit],
.form-table-01 button[type=submit] {
  background-color: #fff;
}

.form-icon-required {
  display: inline-block;
  font-size: 11px;
  font-size: 0.7333333333rem;
  background: red;
  color: #fff;
  padding: 0.2em 0.8em;
  margin-right: 1em;
  border-radius: 5px;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
  margin-bottom: -0.5em;
}
.wpcf7-radio > .wpcf7-list-item,
.wpcf7-checkbox > .wpcf7-list-item {
  margin: 0;
  padding-left: 1em;
  padding-bottom: 0.5em;
}
.wpcf7-radio label,
.wpcf7-checkbox label {
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  font-size: 1rem;
  line-height: 1.2;
}
.wpcf7-radio span,
.wpcf7-checkbox span {
  display: inline-block;
  vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
  margin: 0 5px 0 0;
  width: 18px;
  height: 18px;
  border: 1px solid #686868;
  vertical-align: middle;
  -webkit-appearance: none;
  display: inline-block;
  outline: none;
  border-radius: 2px;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  position: relative;
  background-color: #686868;
}
input[type=radio]:checked:after,
input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  border: 2px solid #fff;
  box-sizing: border-box;
  border-top: none;
  border-left: 0;
  position: absolute;
  top: 0;
  left: 5px;
  transform: rotate(45deg);
}

.wpcf7-select, .form-select {
  position: relative;
}
.wpcf7-select::after, .form-select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 13px;
  color: #555;
  line-height: 1;
  transform: translate(0, -50%);
  pointer-events: none;
}
.wpcf7-select select, .form-select select {
  padding-right: 50px;
}

/* list
--------------------------------- */
.thanks-panel-01 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px solid #989898;
  border-bottom: 1px solid #989898;
}

#calc {
  font-size: 1.3rem;
}
@media (min-width: 960px) {
  #calc .calc-form .form-table-01 {
    grid-template-columns: 200px 1fr;
  }
}
#calc .calc-form:not(.is-complete) .calc-form-submit {
  opacity: 0.25;
  pointer-events: none;
}
#calc .calc-form select {
  font-size: 1.25rem;
}
#calc .calc-form dt {
  display: flex;
  flex-direction: column;
}
#calc .calc-form dt span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3;
  color: #2E3C6D;
}
#calc .calc-form .calc-type {
  display: grid;
  gap: 12px;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-type {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#calc .calc-form .calc-type .calc-type-item {
  display: block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 959px) {
  #calc .calc-form .calc-type .calc-type-item {
    display: flex;
    align-items: center;
  }
  #calc .calc-form .calc-type .calc-type-item .image {
    padding: 16px;
    flex: 1 1 auto;
    text-align: left;
  }
  #calc .calc-form .calc-type .calc-type-item .image img {
    width: min(60%, 300px);
  }
  #calc .calc-form .calc-type .calc-type-item .name {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    margin-top: 0;
    white-space: nowrap;
  }
}
#calc .calc-form .calc-type .calc-type-item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#calc .calc-form .calc-type .calc-type-item input:checked ~ .image::before {
  opacity: 1;
}
#calc .calc-form .calc-type .calc-type-item input:checked ~ .name {
  color: #fff;
  background-color: #2E3C6D;
}
#calc .calc-form .calc-type .calc-type-item .image {
  position: relative;
  padding: 10px;
  background: #F0F0F0;
  border-radius: 5px;
}
#calc .calc-form .calc-type .calc-type-item .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #2E3C6D;
  border-radius: 5px;
  opacity: 0;
}
#calc .calc-form .calc-type .calc-type-item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
}
#calc .calc-form .calc-type .calc-type-item .name {
  display: inline-flex;
  justify-content: center;
  min-width: 5em;
  padding: 0.2em 1em;
  font-size: 15px;
  font-weight: bold;
  border-radius: 100px;
  margin-top: 10px;
}
#calc .calc-form .step4 .result {
  position: relative;
}
#calc .calc-form .step4 .result::after {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
}
@media (min-width: 960px) {
  #calc .calc-form .step4 .result::after {
    width: 80px;
    font-size: 20px;
  }
}
#calc .calc-form .step4 .result input {
  padding: 0 !important;
  border: none !important;
  text-align: center;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-block {
    display: grid;
    gap: 32px;
  }
}
#calc .calc-form .calc-block .image {
  padding: 16px;
  border-radius: 5px;
  background: #F0F0F0;
}
#calc .calc-form .calc-block .image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 320/130;
}
#calc .calc-form .calc-block .field {
  display: flex;
  align-items: top;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#calc .calc-form .calc-block .field > * {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  width: 100%;
}
#calc .calc-form .calc-block .field .char {
  width: 22px;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-block .field .char {
    font-size: 22px;
  }
}
#calc .calc-form .calc-block .field label {
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  min-width: 2em;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-block .field label {
    font-size: 18px;
  }
}
#calc .calc-form .calc-block .field .input {
  position: relative;
  flex: 1 1 auto;
}
#calc .calc-form .calc-block .field .input::after {
  content: attr(data-text);
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 60px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
  text-align: center;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-block .field .input::after {
    width: 80px;
    font-size: 20px;
  }
}
#calc .calc-form .calc-block .field .input input {
  flex: 1 1 auto;
  padding-right: 60px !important;
}
@media (min-width: 960px) {
  #calc .calc-form .calc-block .field .input input {
    padding-right: 80px !important;
  }
}
#calc .calc-form .calc-block .field .input input:not(:disabled):invalid {
  border-color: #FF0000 !important;
}
#calc .calc-form select {
  height: 60px;
}
#calc .calc-form input.size-l {
  height: 60px;
  padding: 0 18px !important;
  font-size: 24px !important;
  font-weight: bold;
}
#calc .calc-form.is-complete .step4 .result::after {
  content: attr(data-text);
}

@media (min-width: 960px) {
  .top-main {
    background: url(../img/top/bg_slider.png) no-repeat center 0;
    background-size: 100% auto;
  }
}

/* .top-slider
====================================== */
.top-slider {
  overflow: hidden;
}
@media (min-width: 640px) {
  .top-slider {
    padding-top: 50px;
  }
}
.top-slider-container {
  position: relative;
  transition: opacity 1s 0.5s ease;
  opacity: 1;
}
.top-slider-container:not(.slick-initialized) {
  opacity: 0;
}
@media (min-width: 640px) {
  .top-slider-item {
    transition: 0.42s 0.3s ease;
    width: 60vw;
    transform: scale(0.8);
  }
}
@media (min-width: 960px) {
  .top-slider-item {
    width: 60vw;
    max-width: 960px;
  }
}
@media (min-width: 640px) {
  .top-slider-item.slick-center {
    transform: scale(1);
  }
}
.top-slider-item:hover, .top-slider-item:focus, .top-slider-item:active {
  outline: none;
}
.top-slider-item a {
  display: block;
  overflow: hidden;
}
@media (min-width: 640px) {
  .top-slider-item a {
    border-radius: 20px;
  }
}
.top-slider-item img {
  width: 100%;
}
.top-slider .slick-arrow {
  display: none;
}
@media (min-width: 640px) {
  .top-slider .slick-arrow {
    background-color: #2E3C6D;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translate(0, -30px);
    text-indent: -9999px;
    width: 57px;
    height: 60px;
    z-index: 1;
  }
}
.top-slider .slick-arrow::before, .top-slider .slick-arrow::after {
  content: "";
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  transform: rotate(45deg);
  z-index: 1;
}
.top-slider .slick-arrow.slick-prev {
  left: 50px;
}
@media (min-width: 960px) {
  .top-slider .slick-arrow.slick-prev {
    left: 10.75%;
  }
}
.top-slider .slick-arrow.slick-prev::before {
  bottom: 12px;
  left: -2px;
  transform: rotate(-45deg);
}
.top-slider .slick-arrow.slick-prev::after {
  top: 12px;
  left: -2px;
}
.top-slider .slick-arrow.slick-next {
  right: 50px;
}
@media (min-width: 960px) {
  .top-slider .slick-arrow.slick-next {
    right: 10.75%;
  }
}
.top-slider .slick-arrow.slick-next::before {
  bottom: 12px;
  right: -2px;
}
.top-slider .slick-arrow.slick-next::after {
  top: 12px;
  right: -2px;
  transform: rotate(-45deg);
}
.top-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .top-slider .slick-dots {
    margin-top: 30px;
  }
}
.top-slider .slick-dots li + * {
  margin: 0 0 0 15px;
}
@media (min-width: 960px) {
  .top-slider .slick-dots li + * {
    margin: 0 0 0 10px;
  }
}
.top-slider .slick-dots li button {
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 50%;
  text-indent: -9999px;
  width: 15px;
  height: 15px;
  padding: 0;
}
@media (min-width: 960px) {
  .top-slider .slick-dots li button {
    width: 20px;
    height: 20px;
  }
}
.top-slider .slick-dots .slick-active button {
  background-color: #707070;
}

/* .company
--------------------------------- */
@media (min-width: 960px) {
  .top-company .company-link {
    display: flex;
  }
}
.top-company .company-link > * {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 250px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .top-company .company-link > * {
    width: 50%;
    min-height: 200px;
    height: auto;
  }
}
.top-company .company-link > *:hover .company-img {
  transform: scale(1.04);
}
.top-company .company-link > *:hover .company-img::after {
  transform: scale(0.92);
}
.top-company .company-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: scale(1.000001);
  transition: transform 0.4s ease;
}
.top-company .company-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-company .company-img::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}
.top-company .company-img::after {
  content: "";
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0.3;
  transition: transform 0.3s ease;
}
.top-company .company-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.top-company .company-text p {
  color: #fff;
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.top-company .company-map iframe {
  width: 100%;
  height: 400px;
}
@media (min-width: 960px) {
  .top-company .company-map iframe {
    height: 600px;
  }
}

/*# sourceMappingURL=front-layout.css.map */