@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  color: #000000;
  font-size: 16px;
  background: #ffffff;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2.5;
}

/*リンク */
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

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

.spBreak {
  display: none;
}

@media (min-width: 1025px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

.invalidLink {
  cursor: default;
  color: inherit;
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
@media (min-width: 1025px) {
  .header {
    width: 100%;
    padding: 0 90px;
    z-index: 999;
    background: #ffffff;
  }
  .header .headWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 25px 20px;
  }
  .header .logoBox p {
    margin: 0 0 10px;
    font-size: 14px;
  }
  .header .logoBox .logo {
    width: 160px;
  }
  .header .logoBox .logo a {
    display: block;
  }
  .header .headNav .ul .li {
    display: inline-block;
  }
  .header .headNav .ul .li + .li {
    margin: 0 0 0 2vw;
  }
  .header .headNav .ul .li a {
    display: inline-block;
    font-size: 14px;
  }
  .header .headNav .ul .language .em {
    display: inline-block;
  }
  .header .headNav .ul .language .span {
    display: inline-block;
  }
}
.header .hamburgerBox {
  position: fixed;
  top: 40px;
  right: 35px;
  width: 50px;
  text-align: center;
  z-index: 1000;
}
.header .hamburgerBox .hamburger {
  cursor: pointer;
  display: block;
  position: relative;
  width: 50px;
  height: 20px;
}
.header .hamburgerBox .hamburger .span {
  background: #000000;
  position: absolute;
  left: 50%;
  width: 40px;
  height: 1px;
  transition: 0.4s;
}
.header .hamburgerBox .hamburger .span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%);
}
.header .hamburgerBox .hamburger .span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header .hamburgerBox .hamburger .span:nth-of-type(3) {
  bottom: 0;
  width: 40px;
  transform: translateX(-50%);
}
.header .hamburgerBox .is-open.hamburger .span:nth-of-type(1) {
  transform: translate(-50%, 8px) rotate(-45deg);
}
.header .hamburgerBox .is-open.hamburger .span:nth-of-type(2) {
  opacity: 0;
}
.header .hamburgerBox .is-open.hamburger .span:nth-of-type(3) {
  width: 40px;
  transform: translate(-50%, -8px) rotate(45deg);
}
.header .hamburgerBox .hamburgerTxt {
  opacity: 0;
  margin: 5px 0 0;
  font-size: 12px;
  transition: 0.4s;
}
.header .hamburgerBox .is-open.hamburger + .hamburgerTxt {
  opacity: 1;
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
.navBox {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  padding: 150px 20px;
  z-index: 999;
  background: #ffffff;
  transition: 0.8s;
}
.navBox.active {
  right: 0;
}
.navBox .navInner {
  max-width: 300px;
  margin: 0 auto;
}
.navBox .navList .dl {
  display: flex;
  justify-content: space-between;
}
.navBox .navList .dl + .dl {
  margin: 2vw 0 0;
}
.navBox .navList .dl .dt {
  width: 45%;
}
.navBox .navList .dl .dd {
  width: 45%;
}
.navBox .navList a {
  display: inline-block;
}
.navBox .btnContact {
  margin: 60px auto 50px;
}
.navBox .btnContact a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
}
.navBox .language .em {
  display: inline-block;
}
.navBox .language .span {
  display: inline-block;
}
.navBox .language a {
  display: inline-block;
}
.navBox .snsList {
  margin: 30px 0 0;
}
.navBox .snsList .ul .li {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
}
.navBox .snsList .ul .li a {
  display: inline-block;
}

/* --------------------------------------------------
	main
-------------------------------------------------- */
.main {
  overflow: hidden;
}

.pageTitleContainer {
  padding: 100px 90px 0;
}
.pageTitleContainer .pageTitlePanel {
  display: flex;
  align-items: baseline;
}
.pageTitleContainer .pageTitlePanel .pageTitle {
  margin: 0 20px 0 0;
  font-size: 40px;
  color: #26a7a2;
  line-height: 1.2;
}
.pageTitleContainer .pageTitlePanel .subTitle {
  position: relative;
  bottom: 3px;
}

.pageSecTtl {
  margin: 0 0 60px;
  font-size: 24px;
  font-weight: bold;
  color: #2c2d2d;
}
.pageSecTtl.center {
  text-align: center;
}
.pageSecTtl.white {
  color: #ffffff;
}

.secWrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height:70% !important;
}

.btnMore a {
  display: inline-block;
  padding: 5px 50px 5px 0;
  background: url(https://ecom-home.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat;
  background-size: 30px auto;
}
@media (min-width: 1025px) {
  .btnMore a:hover {
    background: url(https://ecom-home.com/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
    background-size: 30px auto;
  }
}

.btnMoreWhite a {
  display: inline-block;
  padding: 5px 50px 5px 0;
  color: #ffffff;
  background: url(https://ecom-home.com/system_panel/uploads/images/btn_more_arrow_white.png) right 10px center no-repeat;
  background-size: 30px auto;
}
@media (min-width: 1025px) {
  .btnMoreWhite a:hover {
    background: url(https://ecom-home.com/system_panel/uploads/images/btn_more_arrow_white.png) right center no-repeat;
    background-size: 30px auto;
  }
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer .footContact {
  position: relative;
  padding: 100px 90px;
  color: #ffffff;
  background: #26a7a2;
}
.footer .footContact .pagetop {
  position: absolute;
  top: 50px;
  right: 5%;
  width: 40px;
  cursor: pointer;
}
.footer .footContact .secBox .leftBox .tel a {
  display: inline-block;
  color: #ffffff;
}
.footer .footContact .secBox .leftBox .tel a .span {
  display: inline-block;
}
.footer .footContact .secBox .leftBox .tel a .em {
  display: inline-block;
  font-size: 30px;
}
.footer .footContact .secBox .rightBox .contactTxt {
  margin: 0 0 20px;
}
.footer .footContact .secBox .rightBox .contactTxt .dl .dt {
  margin: 0 0 10px;
  font-size: 20px;
}
.footer .footContact .secBox .rightBox .contactLink .contactBtn a {
  display: block;
  padding: 10px 30px;
  background: #fdfdfe;
}
.footer .footContact .secBox .rightBox .contactLink .contactBtn .dl {
  background: url(https://ecom-home.com/system_panel/uploads/images/icon_list_arrow.png) right 10px center no-repeat;
  background-size: 20px auto;
  transition: 0.6s;
}
.footer .footContact .secBox .rightBox .contactLink .contactBtn .dl .dt {
  font-size: 18px;
  font-weight: bold;
}
.footer .footContact .secBox .rightBox .contactLink .contactBtn .dl .dd {
  font-size: 14px;
}
@media (min-width: 1025px) {
  .footer .footContact .secBox {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .secBox .leftBox {
    width: 30%;
  }
  .footer .footContact .secBox .rightBox {
    width: 55%;
  }
  .footer .footContact .secBox .rightBox .contactLink {
    display: flex;
    justify-content: space-between;
  }
  .footer .footContact .secBox .rightBox .contactLink .contactBtn {
    width: 49%;
  }
  .footer .footContact .secBox .rightBox .contactLink .contactBtn a:hover .dl {
    background: url(https://ecom-home.com/system_panel/uploads/images/icon_list_arrow.png) right center no-repeat;
    background-size: 20px auto;
  }
}
.footer .footPanel {
  padding: 120px 90px 50px;
}
.footer .footPanel .footBox .leftBox .logoBox {
  margin: 0 0 60px;
}
.footer .footPanel .footBox .leftBox .logoBox p {
  margin: 0 0 10px;
  font-size: 14px;
}
.footer .footPanel .footBox .leftBox .logoBox .logo {
  max-width: 260px;
}
.footer .footPanel .footBox .leftBox .snsList {
  margin: 20px 0 0;
}
.footer .footPanel .footBox .leftBox .snsList .ul .li {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
}
.footer .footPanel .footBox .leftBox .snsList .ul .li a {
  display: inline-block;
}
.footer .footPanel .footBox .rightBox .footNav {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footBox .rightBox .footNav .navList {
  width: 45%;
}
.footer .footPanel .footBox .rightBox .footNav .navList .dl {
  display: flex;
  justify-content: space-between;
}
.footer .footPanel .footBox .rightBox .footNav .navList .dl + .dl {
  margin: 2vw 0 0;
}
.footer .footPanel .footBox .rightBox .footNav .navList .dl .dt {
  width: 45%;
}
.footer .footPanel .footBox .rightBox .footNav .navList .dl .dd {
  width: 45%;
}
.footer .footPanel .footBox .rightBox .footNav .navList a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .footer .footPanel .footBox {
    display: flex;
    justify-content: space-between;
  }
  .footer .footPanel .footBox .leftBox {
    width: 35%;
  }
  .footer .footPanel .footBox .rightBox {
    width: 55%;
  }
}
.footer .footPanel .btnContactBox {
  margin: 20px 0 0;
  padding: 0 60px 0 0;
  text-align: right;
}
.footer .footPanel .btnContactBox .btnContact {
  display: inline-block;
  width: 220px;
}
.footer .footPanel .btnContactBox .btnContact a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #000000;
}
.footer .footPanel .copy {
  margin: 60px 0 0;
  font-size: 14px;
  text-align: center;
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}