@charset "utf-8";

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 200;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff2) format('woff2'),
		url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.woff) format('woff'),
		url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Thin.otf) format('opentype');
}
*/
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format("woff2"),
    url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format("woff"),
    url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format("opentype");
}

/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
		url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
		url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}
*/
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format("woff2"),
    url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format("woff"),
    url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format("opentype");
}



/*==============================
	基本設定
==============================*/
body {
  background: #fff;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  margin: 0;
  min-width: 1120px;
  padding: 0;
  position: relative;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

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

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}

img {
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

th {
  font-weight: normal;
  text-align: left;
}

/*font layout*/
.fBold {
  font-weight: bold;
}

.fSerif {
  font-family: "Noto Serif Japanese", serif;
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover {
  filter: alpha(opacity=80);
  opacity: .8;
}

.brt a:hover,
a.brt:hover,
a .brt:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}

.ro a,
a.ro,
a .ro,
.brt a,
a.brt,
a .brt {
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ro .no_ro a:hover,
.ro a.no_ro:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

a:focus {
  outline: none;
}

.spOnly,
.brSp,
.imgSp {
  display: none;
}

.pcNone {
  display: none;
}

@media only screen and (max-width:767px) {

  .spNone,
  .brPc,
  .imgPc {
    display: none;
  }

  .spOnly,
  .pcNone {
    display: block;
  }

  .brSp,
  .imgSp {
    display: inline;
  }

  .imgR {
    height: auto;
    width: 100%;
  }

  .ro .slick-slide a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/*-----------------------------------------------
	色指定
-----------------------------------------------*/
.cmnCl00,
.cmnCl01,
.cmnCl02,
.cmnCl03,
.cmnCl04,
.cmnCl05 {
  background-color: #323232;
}

/*彦根*/
.cmnClModel01 {
  background-color: #690;
}

/*常設展示場*/
.cmnClModel02 {
  background-color: #f90;
}

/*モデルハウス*/

.cmnCl06 {
  background-color: #900002;
}

/*フルパノラマありの物件*/
.cmnCl07 {
  background-color: #2d4278;
}

/*youtubeありの物件*/

.end,
.day2 {
  background-color: #696969;
}

.day1 {
  background-color: #323232;
}

.day0 {
  background-color: #900002;
}

/*-----------------------------------------------
	imgFill
-----------------------------------------------*/
.imgFill {
  position: relative;
}

.imgFill img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  width: auto;
}

/*-----------------------------------------------
	imgCover
-----------------------------------------------*/
.imgCover {
  position: relative;
}

.imgCover img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
.secHeaderTop {
  border-bottom: solid 1px #e1e1e1;
  height: 84px;
}

.secHeaderTop .wrapper {
  margin: 0 auto;
  max-width: 1342px;
}

.secHeaderTop .boxLogo {
  float: left;
  font-size: 0;
  padding: 25px 0 0;
  width: 500px;
}

.secHeaderTop .logo {
  display: inline-block;
  font-size: 12px;
  padding: 2px 20px 0 0;
  vertical-align: top;
}

.secHeaderTop .txtHeader {
  border-left: solid 1px #d6d6d6;
  color: #181818;
  display: inline-block;
  font-size: 10px;
  height: 30px;
  letter-spacing: 1.5px;
  line-height: 1.5;
  padding: 6px 0 0 19px;
  vertical-align: top;
}

.secHeaderTop .boxRight {
  /* width:517px; */
  float: right;
  font-size: 0;
}

.secHeaderTop .btn {
  border-left: solid 1px #e1e1e1;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 79px;
  letter-spacing: .5px;
  padding: 34px 0 0 52px;
  text-decoration: none;
  vertical-align: top;
}

.secHeaderTop .btn.btnModel {
  background: url(../img/common/headerIcon01.gif) 25px center no-repeat;
  background-size: 18px;
  width: 192px;
}

.secHeaderTop .btn.btnCompany {
  background: url(../img/common/headerIcon02.gif) 25px center no-repeat;
  background-size: 18px;
  width: 125px;
}

.secHeaderTop .btn02 {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  height: 80px;
  letter-spacing: .5px;
  padding: 53px 0 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  width: 100px;
}

.secHeaderTop .btn02.btnContact {
  background: url(../img/common/headerContact.gif) #900002 center 18px no-repeat;
}

.secHeaderTop .btn02.btnReserve {
  background: url(../img/common/headerReserve.gif) #2d4278 center 18px no-repeat;
  background-size: 24px;
}

.secHeaderTop .btn02.btnConsult {
  background: url(../img/common/headerConsult.gif?2) #2d7738 center 18px no-repeat;
  background-size: 24px;
  padding: 49px 0 0;
}

/* .secHeaderTop .btn02.btnLogin{
	background:url(../img/common/headerLogin.gif) #2D7738 center 18px no-repeat;
	background-size:24px;
} */
@media only screen and (max-width:1350px) {
  .secHeaderTop .wrapper {
    max-width: 100%;
  }

  .secHeaderTop .logo {
    padding: 2px 20px 0 3%;
  }
}

@media only screen and (max-width:767px) {
  .secHeaderTop {
    height: 54px;
  }

  .secHeaderTop .wrapper {
    max-width: 100%;
  }

  .secHeaderTop .boxLogo {
    padding: 0;
    width: 112px;
  }

  .secHeaderTop .logo {
    padding: 18px 0 0 20px;
  }

  .secHeaderTop .logo img {
    height: 17px;
    width: auto;
  }

  .secHeaderTop .txtHeader {
    display: none;
  }

  .secHeaderTop .boxRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 204px;
  }

  .secHeaderTop .btn {
    font-size: 10px;
    height: 54px;
    letter-spacing: -.5px;
    padding: 22px 0 0 37px;
  }

  .secHeaderTop .btn.btnModel {
    background-position: 13px center;
    width: 144px;
  }

  .secHeaderTop .btn.btnCompany {
    display: none;
  }

  .secHeaderTop .btn02 {
    display: none;
  }

  #sideOpen {
    display: block;
    font-size: 10px;
    padding: 32px 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 60px;
    z-index: 10;
  }
}

/*-----------------------------------------------
	gNavi
-----------------------------------------------*/
#gNavi {
  font-size: 0;
  margin: 0 auto;
  text-align: left;
  width: 1100px;
}

#gNavi li {
  display: inline-block;
  padding-right: 1px;
  position: relative;
  vertical-align: top;
}

#gNavi li:last-child {
  padding-right: 0;
}

#gNavi li:last-child::after {
  display: none;
}

#gNavi li a {
  display: inline-block;
  font-size: 14px;
  height: 49px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 12px 24px 0 24px;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  #gNavi {
    display: none;
  }
}

/*-----------------------------------------------
	contents
-----------------------------------------------*/
#container {
  overflow: hidden;
  width: 100%;
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
#secTop .titTopTxt {
  color: #fff;
  font-family: "Noto Serif Japanese", serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 6px;
  line-height: 47px;
  padding-top: 79px;
  text-align: center;
}

#secTop .titTopTxt span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 200;
}

#secTop .titTopTxt .min {
  font-family: "Noto Serif Japanese", serif !important;
}

/* #secTop .titTopTxt.titTop,
.details_top .titTopTxt.titTop {
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 8px;
	color: #fff;
	text-align: center;
	padding-top: 79px;
	font-family: 'Noto Serif Japanese';
	font-weight: 400;
} */
/* #secTop .titTopTxt.titTop {
	padding-top: 194px;
} */
.details_top .titTopTxt.titTop {
  padding-top: 180px;
}

.sec_tit .tit.titTxt {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 9px;
  line-height: 30px;
  width: auto !important;
}

.sec_tit .tit.titTxt span {
  display: block;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 6px;
}

@media only screen and (max-width:767px) {

  #secTop .titTopTxt,
  .details_top .titTopTxt.titTop {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 27px;
    padding-top: 0;
  }

  #secTop .titTopTxt.titTop {
    /* width: 93.75%; */
    margin: auto;
    padding: 40px 0;
  }

  .details_top .titTopTxt.titTop {
    margin: auto;
    padding: 40px 0;
    width: 93.75%;
  }

  #secTop .titTopTxt span {
    font-size: 10px;
    letter-spacing: 2px;
  }

  #secTop .titTopTxt.titTop {
    font-size: 18px;
    letter-spacing: 4px;
    line-height: 27px;
  }

  .sec_tit .tit.titTxt {
    font-size: 22px;
  }

  .sec_tit .tit.titTxt span {
    font-size: 11px;
  }
}

/*-----------------------------------------------
	spNavi
-----------------------------------------------*/
#spNavi {
  background: rgba(51, 51, 51, .98);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  padding: 54px 0 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}

#spNavi .btnClose.top {
  display: block;
  font-size: 0;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
}

#spNavi .btnClose.top::before,
#spNavi .btnClose.top::after {
  background: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 10px;
  position: absolute;
  top: 27px;
  width: 33px;
}

#spNavi .btnClose.top::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spNavi .btnClose.top::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spNavi .boxBtn [class^="btn"] {
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  height: 70px;
  letter-spacing: 1.5px;
  line-height: 24px;
  padding: 23px 0 0;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

#spNavi .btnContact {
  /* background:#900002; */
  background: #2d7738;
  position: relative;
}

#spNavi .btnReserve {
  background: #2d4278;
}

#spNavi .btnReserve::before {
  background: url(../img/common/headerReserve.gif) left top no-repeat;
  background-size: 22px;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 9px;
  vertical-align: top;
  width: 24px;
}

#spNavi .btnContact::before {
  background: url(../img/common/headerConsult.gif) left top no-repeat;
  background-size: 24px;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 9px;
  vertical-align: top;
  width: 24px;
}

#spNavi .boxList {
  margin: 0 auto;
  padding: 11px 0 30px;
  width: 84%;
}

#spNavi .boxList li {
  border-bottom: solid 1px #666;
  text-align: left;
}

#spNavi .boxList li a {
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: 21px 20px 19px 0;
  position: relative;
  text-decoration: none;
}

#spNavi .boxList li a::after {
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 10px;
  margin: auto 0;
  position: absolute;
  right: 12px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

#spNavi .btnClose.btm {
  background: #474748;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 21px 0;
  text-align: center;
  text-decoration: none;
  width: 115px;
}

/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz.borderBtm {
  background: #323232;
  color: #fff;
}

#pnkz .wrapper {
  height: 52px;
  margin: 0 auto;
  width: 1200px;
}

#pnkz.w1100 .wrapper {
  width: 1100px;
}

#pnkz li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 20px;
  max-width: 250px;
  overflow: hidden;
  padding: 14px 3px 0 0;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

#pnkz li::before {
  content: "/";
  display: inline-block;
  padding-right: 7px;
}

#pnkz li:first-child::before {
  display: none;
}

#pnkz li a {
  color: #fff;
  text-decoration: none;
}

#pnkz .swiper-wrapper {
  white-space: nowrap !important;
}

#pnkz .swiper-slide {
  cursor: default;
  display: inline-block;
  float: none !important;
}

#pnkz h1 {
  display: inline;
}

@media only screen and (max-width:767px) {
  #pnkz {
    height: 40px;
    overflow: hidden;
    width: 100%;
  }

  #pnkz .wrapper {
    height: auto;
    width: 100%;
  }

  #pnkz.w1100 .wrapper {
    width: 100%;
  }

  #pnkz li {
    letter-spacing: .5px;
    max-width: 150px;
    overflow: hidden;
    padding: 10px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #pnkz li::before {
    color: #999;
    content: "／";
    padding-right: 3px;
  }

  #pnkz li:first-child {
    padding-left: 10px;
  }

  #pnkz li:last-child {
    max-width: 100%;
  }

  #pnkz.pnkzPosition {
    left: 0;
    position: absolute;
    top: 0;
  }
}

/*-----------------------------------------------
	bnrCommon
-----------------------------------------------*/
.bnrModel {
  display: block;
  margin: 0 auto 110px;
  width: 1100px;
}

.bnrReserve {
  display: block;
  margin: 0 auto 40px;
  width: 1000px;
}

.conBnr {
  margin: 0 auto 150px;
  width: 1100px;
}

.conBnr .bnrWorks {
  display: block;
  float: left;
}

.conBnr .bnrEvent {
  display: block;
  float: right;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .bnrModel {
    margin: 0 auto 50px;
    width: 93.75%;
  }

  .bnrReserve {
    margin: 0 auto 30px;
    width: 93.75%;
  }

  .conBnr {
    margin: 0 auto 50px;
    width: 93.75%;
  }

  .conBnr .bnrWorks {
    float: none;
    margin-bottom: 20px;
  }

  .conBnr .bnrEvent {
    float: none;
  }
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer {
  background: #323232;
  padding: 75px 0 95px;
  position: relative;
  z-index: 10;
}

.noFixed #footer {
  padding-bottom: 50px;
}

#footer .wrapper {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

#footer .secTop {
  color: #fff;
  text-align: center;
}

#footer .secTop .txt1 {
  font-size: 14px;
  letter-spacing: 1.5px;
  margin-bottom: 17px;
}

#footer .secTop .boxTel {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 18px;
  text-decoration: none;
}

#footer .secTop .boxTel .iconTel {
  margin-right: -8px;
}

#footer .secTop .txt2 {
  font-size: 13px;
  letter-spacing: 1.5px;
}

#footer .boxMenu {
  padding: 70px 0 50px;
}

#footer .boxMenu .boxList {
  border-right: 1px solid #504d4d;
  /* height: 200px; */
  float: left;
  padding: 30px 0 30px 45px;
  width: 300px;
}

#footer .boxMenu .boxList:first-child {
  border-left: 1px solid #504d4d;
}

#footer .boxMenu .boxList li {
  margin-bottom: 12px;
}

#footer .boxMenu .boxList li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: -.5px;
  line-height: 2;
  text-decoration: none;
}

#footer .boxMenu .boxList:last-child li a {
  line-height: 1.8;
}

#footer .boxMenu02 {
  font-size: 0;
  padding: 0 0 38px;
}

#footer .boxMenu02 li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1px;
  vertical-align: top;
}

#footer .boxMenu02 li::after {
  color: #fff;
  content: "|";
  display: inline-block;
  margin: 0 18px;
  vertical-align: top;
}

#footer .boxMenu02 li:last-child::after {
  display: none;
}

#footer .boxMenu02 a {
  color: #fff;
  text-decoration: none;
}

#footer .secUnder {
  color: #fff;
  text-align: center;
}

#footer .secUnder .txt1 {
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 26px;
  margin-top: 20px;
}

#footer .secUnder .copy {
  font-size: 11px;
  letter-spacing: .5px;
  margin-top: 45px;
}

#footer .secBtnBox {
  bottom: -90px;
  position: fixed;
  right: 0;
  z-index: 9999;
}

#footer .secBtnBox a:last-child {
  float: left;
}

.noFixed #footer .secBtnBox {
  display: none !important;
}

#footer .secBtnBox .btn1 {
  background: #900002;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  height: 70px;
  letter-spacing: 2px;
  padding: 28px 0 0 92px;
  position: relative;
  text-decoration: none;
  width: 200px;
}

#footer .secBtnBox .btn1 .img {
  left: -48px;
  position: absolute;
  top: -14px;
  ;
}

#footer .secBtnBox .btn2 {
  background: #2d4278;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  height: 70px;
  letter-spacing: 2px;
  margin-right: 5px;
  padding: 28px 0 0 36px;
  position: relative;
  text-decoration: none;
  width: 170px;
}

#footer .secBtnBox .btn2 .icon {
  margin-right: 8px;
  vertical-align: -4px;
}

#footer .secBtnBox .btn2 .img {
  left: 5px;
  position: absolute;
  top: -20px;
  ;
}

#footer .secBtnBox .btn2 .img img {
  height: 40px;
  width: 80px;
}

#footer .secBtnBox .btnTop {
  display: block;
  float: left;
}

@media only screen and (max-width:767px) {
  .btnTopSp {
    background: #ddd;
    color: #1a1a1a;
    display: block;
    font-size: 14px;
    height: 60px;
    letter-spacing: 2px;
    padding: 23px 0 0 37%;
    position: relative;
    text-decoration: none;
    width: 100%;
  }

  #footer {
    padding: 35px 0 110px;
    position: relative;
  }

  .noFixed #footer {
    padding-bottom: 50px;
  }

  #footer .wrapper {
    width: 93.75%;
  }

  #footer .secTop .txt1 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
    margin-bottom: 17px;
  }

  #footer .secTop .boxTel {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 18px;
  }

  #footer .secTop .boxTel .iconTel {
    display: inline-block;
    margin-right: -2px;
    width: 26px;
  }

  #footer .secTop .txt2 {
    font-size: 11px;
    letter-spacing: 1px;
  }

  #footer .btnCompany {
    border: #fff solid 1px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    height: 56px;
    letter-spacing: 1px;
    margin: 35px auto;
    padding-top: 21px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 215px;
  }

  #footer .btnCompany::after {
    border-right: solid 3px #fff;
    border-top: solid 3px #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    margin: auto 0;
    position: absolute;
    right: 22px;
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }

  #footer .secUnder .txt1 {
    line-height: 24px;
  }

  #footer .secUnder .copy {
    font-size: 11px;
    letter-spacing: .5px;
    margin-top: 30px;
  }
}

/*-----------------------------------------------
	fNavSp
-----------------------------------------------*/
#fNavSp {
  display: none;
}

@media only screen and (max-width:767px) {
  #fNavSp {
    bottom: 0;
    display: table;
    height: 60px;
    left: 0;
    position: fixed;
    table-layout: fixed;
    width: 100%;
    z-index: 1000;
  }

  .noFixed #fNavSp {
    display: none !important;
  }

  #fNavSp a {
    background-color: rgba(144, 0, 2, .9);
    background-position: center 12px;
    background-repeat: no-repeat;
    border-right: solid 1px #333;
    color: #fff;
    display: table-cell;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 37px 0 0;
    text-align: center;
    text-decoration: none;
  }

  #fNavSp a:nth-child(1) {
    background-image: url(../img/common/footerIcon01.png);
    background-size: 17px;
  }

  #fNavSp a:nth-child(2) {
    background-image: url(../img/common/footerIcon02.png);
    background-size: 18px 17px;
  }

  #fNavSp a:nth-child(3) {
    background-image: url(../img/common/footerIcon04.png);
    background-size: 23px 17px;
  }

  #fNavSp a:nth-child(4) {
    background-image: url(../img/common/footerIcon06.png);
    background-size: 18px 18px;
    line-height: 11px;
    padding: 0 0 5px 0;
  }

  /* #fNavSp a:nth-child(4){
		background-image:url(../img/common/footerIcon05.png);
		background-size:20px 17px;
	} */
  #fNavSp a:last-child {
    border-right: none;
  }
}

.pc .member_link {
  color: #fff;
  font-size: 12px;
  left: 12vw;
  position: absolute;
  text-decoration: none;
  top: 3.2vw;
  z-index: 5;
}

.mobile .member_link {
  color: #fff;
  font-size: 10px;
  left: 28vw;
  position: absolute;
  text-decoration: none;
  top: 5.5vw;
  z-index: 5;
}

/*-----------------------------------------------
alert
-----------------------------------------------*/


.alert,
.alert-primary,
.alert-secondary,
.alert-success,
.alert-info,
.alert-warning,
.alert-danger {
  border: 1px solid transparent;
  border-radius: 3px;
  margin: 1rem auto;
  max-width: 1100px;
  padding: .75rem 1.25rem;
  position: relative;
  text-align: center;
}

.alert-primary {
  background-color: #dae5f5;
  border-color: #cbdbf2;
  color: #24426c;
}

.alert-primary hr {
  border-top-color: #b7cded;
}

.alert-primary .alert-link {
  color: #172b46;
}

.alert-secondary {
  background-color: #e7e8ea;
  border-color: #dddfe2;
  color: #464a4e;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  background-color: #dff1cc;
  border-color: #d2ecb8;
  color: #316100;
}

.alert-success hr {
  border-top-color: #c5e7a4;
}

.alert-success .alert-link {
  color: #172e00;
}

.alert-info {
  background-color: #daeefc;
  border-color: #cbe7fb;
  color: #24587e;
}

.alert-info hr {
  border-top-color: #b3dcf9;
}

.alert-info .alert-link {
  color: #193c56;
}

.alert-warning {
  background-color: #fcf3cf;
  border-color: #fbeebc;
  color: #7d6608;
}

.alert-warning hr {
  border-top-color: #fae8a4;
}

.alert-warning .alert-link {
  color: #4d3f05;
}

.alert-danger {
  background-color: #f5d2d2;
  border-color: #f1c1c0;
  color: #6b1110;
}

.alert-danger hr {
  border-top-color: #ecacab;
}

.alert-danger .alert-link {
  color: #3f0a09;
}

.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}


@media only screen and (max-width:767px) {

  .alert,
  .alert-primary,
  .alert-secondary,
  .alert-success,
  .alert-info,
  .alert-warning,
  .alert-danger {
    margin: 15px 4% 15px;
    width: auto;
  }
}


/*-----------------------------------------------
  popup close-btn
-----------------------------------------------*/

.popup-login {
  left: 50%;
  opacity: 0;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  /* height: 90%; */
  z-index: 9999;
}

.popup-login.is-show {
  opacity: 1;
  visibility: visible;
}

.popup-content {
  background-color: #000c;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  line-height: 300%;
  padding: 50px;
  text-align: center;
  z-index: 10;
}

.mobile .popup-content {
  font-size: 16px;
  padding: 50px 10px;
}

.close-btn {
  background: rgba(255, 255, 255, .6);
  border: 3px solid #4a4a4a;
  border-radius: 50%;
  cursor: pointer;
  padding: 20px 5px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 19px;
  z-index: 10;
}

.close-btn span {
  background: currentColor;
  border-radius: .1em;
  /* vertical-align: middle; */
  color: #4a4a4a;
  display: block;
  height: 2px;
  line-height: 1;
  position: relative;
  transform: rotate(45deg);
  width: 30px;
}

.close-btn span::before {
  background: inherit;
  border-radius: inherit;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
  width: 100%;
}


/*-----------------------------------------------
	index
-----------------------------------------------*/

.contact #secTop {
  background: url(../img/contact/bgTop.jpg) no-repeat center top;
  box-sizing: border-box;
  height: 240px;
}

#secTop .titTop {
  padding-top: 90px;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .contact #secTop {
    background-size: cover;
    height: auto;
    padding: 40px 0;
  }

  #secTop .titTop {
    margin: 0 auto;
    padding: 0;
    width: 34%;
  }
}

/*-----------------------------------------------
  ハッシュタグ用
-----------------------------------------------*/

.secHashtag {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}

.secHashtag div {
  display: inline-block;
  width: 100%;
  max-width: 1100px;
  border: solid 1px #666666;
  padding: 30px;
}

.secHashtag div a {
  color: #000000;
  text-decoration: none;
  line-height: 1.5;
  word-break: break-word;
}

@media only screen and (max-width:767px) {
  .secHashtag {
    padding: 15px;
  }

  .secHashtag div {
    padding: 15px;
  }
}

/*
 * alpine用
 * --------------------------------------------------
 */
[x-cloak] {
  display: none;
}

/*
 * alpineメニュー用
 * --------------------------------------------------
 */
body.stop {
  overflow: hidden;
}

.menu-hamburger {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  background: none;
}

.hamburger-btn {
  width: 40px;
  height: 10px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburger-btn .line {
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.hamburger-btn .menu {
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: 0px;
  height: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.menu-main {
  position: fixed;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100vh;
  background-color: rgba(50, 50, 50, 0.8);
  transition: all 0.5s ease;
  padding: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-main ul {
  display: flex;
  display: inline-block;
  width: 30%;
  margin: 0px;
  padding: 0px;
  overscroll-behavior-y: contain;
  height: auto;
}

.menu-main>ul>li {
  display: inline-block;
  width: 100%;
  padding: 15px 0px;
  border-bottom: 1px solid #ffffff;
  text-align: center;
}

.menu-main>ul>li>a {
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0px;
  text-decoration: none;
}

.open .line:nth-child(1) {
  transform: rotate(45deg) translate(4px, 3px);
  background-color: #ffffff;
}

.line:nth-child(2) {
  opacity: 0;
}

.open .line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -3px);
  color: #ffffff;
  background-color: #ffffff;
}

.menu-main.active {
  right: 0;
}

/* オーバーレイのスタイル */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 500;
}

@media(max-width: 767px) {
  .menu-hamburger {
    top: 22px;
    right: 20px;
  }

  .hamburger-btn {
    width: 30px;
    height: 10px;
  }

  .open .line:nth-child(1) {
    transform: rotate(45deg) translate(4px, 3px);
    background-color: #ffffff;
  }

  .open .line:nth-child(2) {
    opacity: 0;
  }

  .open .line:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -2px);
    background-color: #ffffff;
  }

  .menu-main {
    right: -90vw;
    width: 90vw;
  }

  .menu-main ul {
    width: 80%;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 500;
  }
}