header .logo {
  top: 17vw;
  left: 53%;
  transform: translateX(-50%);
}

/*=============================================
******************* sec1  **********************
*=============================================*/
#sec1 {
  padding: 26vw 0 39vw;
  position: relative;
  background: url(../img/index/sec1_bg.png) repeat-x center top 20vw;
  background-size: auto 90%;
}
#sec1:before {
  content: "";
  position: absolute;
  top: 109vw;
  left: 0;
  width: 100%;
  height: 2px;
  border-top: 1px solid #dddddb;
  border-bottom: 1px solid #dddddb;
}
#sec1 .photo1 {
  margin: 0 -60% -28vw 7%;
}
#sec1 h2 {
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-right: 26%;
}
#sec1 h2 span {
  color: #fff;
  background: transparent;
}
#sec1 h2 .bg {
  background: url(../img/shared/w_bg.jpg) repeat;
  color: #000;
  padding: 0 2%;
}
#sec1 .photo2 {
  position: absolute;
  margin-top: -51vw;
  width: 27%;
  margin-left: -4%;
}
#sec1 .txt {
  margin: 10vw 0 9vw;
}
#sec1 .photo3 {
  margin: 0 -9% 11vw 11%;
}
#sec1 .set2 {
  text-align: center;
}
#sec1 .set2 h3 {
  display: inline-block;
  position: relative;
  letter-spacing: 5px;
  font-size: 4.5vw;
  padding-left: 4%;
  margin-bottom: 4vw;
}
#sec1 .set2 h3:before, #sec1 .set2 h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: url(../img/index/sec1_line.png) no-repeat center top;
  background-size: 100% 100%;
}
#sec1 .set2 h3:after {
  top: auto;
  bottom: 0;
}
#sec1 .set2 .row .item {
  width: 44%;
  position: relative;
  height: 60vw;
  margin: 0 auto 2vw;
  display: flex;
}
#sec1 .set2 .row .item:nth-child(2), #sec1 .set2 .row .item:nth-child(3) {
  display: inline-flex;
}
#sec1 .set2 .row .item .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sec1 .set2 .row .item h4 {
  position: relative;
  z-index: 2;
  letter-spacing: 4px;
  margin-bottom: -2vw;
  padding: 0vw 4%;
  background: url(../img/index/sec1_txt_bg.png) no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
  height: 90%;
  align-self: center;
}
#sec1 .set2 .button {
  margin: 5vw 6% 0 9%;
}

/*=============================================
******************* sec2  **********************
*=============================================*/
#sec2 {
  padding-bottom: 13vw;
  background: url(../img/shared/y_bg.jpg) repeat;
  position: relative;
}
#sec2:before {
  content: "";
  position: absolute;
  top: 102vw;
  right: 0;
  width: 82%;
  height: 54vw;
  background: url(../img/index/sec2_deco.png) no-repeat center top;
  background-size: contain;
}
#sec2 .photo1 {
  margin: -18vw -2% 7vw;
}
#sec2 h2 {
  margin: 0 auto 11vw;
}
#sec2 h2 span {
  display: block;
  margin-top: 14vw;
}
#sec2 h2 span:last-child {
  font-size: 6.5vw;
  margin: 16vw 3% 0 -4%;
  letter-spacing: 6px;
}
#sec2 .button {
  margin: 7vw 5% 9vw 14%;
}
#sec2 .photos {
  margin: 0 -2%;
  display: flex;
  justify-content: space-between;
}
#sec2 .photos p {
  width: 44%;
}
#sec2 .photos p:nth-child(2) {
  margin-top: 14vw;
  width: 51%;
}

/*=============================================
******************* sec3  **********************
*=============================================*/
#sec3 {
  padding: 14vw 0 21vw;
}
#sec3 .parallax {
  position: relative;
  min-height: 62vw;
  margin: 0 -2% 6vw;
}
#sec3 .parallax .img-para {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#sec3 .parallax .img-para img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  display: block !important;
}
#sec3 h2 {
  text-align: center;
}
#sec3 h2 span {
  display: block;
}
#sec3 .txt {
  margin: 3vw 0 4vw;
}
#sec3 .button {
  margin: 0 3% 10vw 11%;
}
#sec3 .photo {
  margin: 0 8%;
}

/*=============================================
******************* shopinfo  *****************
*=============================================*/
#shopinfo {
  padding: 13vw 0 24vw;
  background: #0c1f31;
  color: #fff;
}
#shopinfo .btn-common a {
  display: block;
  height: 100%;
  border: 1px solid;
  text-decoration: none;
}
#shopinfo .btn-common a:hover {
  opacity: 0.8;
  text-decoration: none;
}
#shopinfo h2 {
  margin-left: 16%;
  position: relative;
}
#shopinfo h2:before {
  content: "";
  position: absolute;
  top: 51%;
  right: calc(100% + 11px);
  width: 100%;
  height: 2px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
#shopinfo .logo {
  width: 58%;
  margin: 10vw auto 7vw;
  padding-left: 2%;
}
#shopinfo .fax,
#shopinfo .tel {
  text-align: center;
  letter-spacing: 0px;
  font-size: 5vw;
}
#shopinfo .fax small,
#shopinfo .tel small {
  font-size: 4vw;
  margin-right: 8px;
  margin-left: -8px;
}
#shopinfo .fax span,
#shopinfo .tel span {
  font-size: 6vw;
}
#shopinfo .btn-l {
  margin: 2vw 11% 9vw;
}
#shopinfo .btn-l a {
  padding: 2vw 0;
  text-align: center;
  position: relative;
}
#shopinfo .btn-l a::before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4%;
}
#shopinfo .photo {
  margin: 0 7%;
}
#shopinfo .info {
  margin-top: 9vw;
}
#shopinfo .info dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  letter-spacing: 0px;
  padding-bottom: 2vw;
  margin-bottom: 2vw;
  border-bottom: 1px solid #3d4c5a;
}
#shopinfo .info dl dt {
  width: 37%;
}
#shopinfo .info dl dd {
  width: 63%;
}
#shopinfo .info dl dd .btn-common {
  margin-top: 2vw;
  display: block;
}
#shopinfo .info dl dd .btn-common a {
  height: auto;
  line-height: 26px;
  text-align: center;
}

/*=============================================
******************* #gmap  **********************
*=============================================*/
#gmap {
  color: #fff;
  position: relative;
}
#gmap h2 {
  margin-top: -10vw;
  font-size: 5vw;
  letter-spacing: 2px;
  margin-bottom: 2vw;
}
#gmap .g-map {
  margin: 0 -5%;
}
#gmap .g-map iframe {
  width: 100%;
  height: 480px;
}
#gmap .g-btn {
  position: absolute;
  top: 1vw;
  right: 2%;
}
#gmap .g-btn .button a {
  text-align: right;
  font-size: 14px;
  text-decoration: none !important;
}
#gmap .g-btn .button a:hover {
  opacity: 0.8;
}

/*=============================================
******************* access  **********************
*=============================================*/
#access {
  padding: 19vw 0 9vw;
}
#access h2 {
  text-align: center;
  position: relative;
  margin-bottom: 7vw;
}
#access h2:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/shared/icon_car.png) no-repeat center top;
  width: 19px;
  height: 26px;
  background-size: contain;
}
#access h3 {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 3px;
}
#access h3 span {
  border: 1px solid;
  display: inline-block;
  margin-right: 7px;
  margin-left: 9px;
}
#access .row {
  margin: 5vw 2% 9vw;
}
#access .row .g-map {
  margin-bottom: 1vw;
}
#access .row iframe {
  width: 100%;
  height: 190px;
}

/*=============================================
******************* PC  **********************
*=============================================*/
@media screen and (min-width: 768px) {
  h1 {
    font-size: 12px;
    padding: 10px;
    text-align: left;
    position: absolute;
  }
  .header-box::before {
    background: url(../img/shared/key_shadow_pc.png);
    width: 704px;
    height: 900px;
    display: block;
  }
  header .logo {
    top: 93px;
    transform: none;
    left: 114px;
    width: auto;
  }
  /*=============================================
  ******************* rss  **********************
  *=============================================*/
  #rss {
    width: 463px;
    height: 169px;
    box-sizing: border-box;
    position: absolute;
    right: 48px;
    margin-top: -215px;
    background: rgba(0, 0, 0, 0.59);
    color: #fff;
    padding: 22px 36px;
  }
  #rss h2 {
    font-size: 21px;
    letter-spacing: 4px;
  }
  #rss #feed {
    border-top: 1px solid #6b6867;
    margin: 8px -9px 0;
    padding: 10px 12px;
    font-size: 16px;
    letter-spacing: 0px;
  }
  #rss #feed dl {
    line-height: 32px;
    display: flex;
    margin-bottom: 4px;
  }
  #rss #feed dl dd {
    margin-left: 14px;
    width: 286px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #rss .button {
    position: absolute;
    font-size: 16px;
    top: 22px;
    right: 38px;
    letter-spacing: 3px;
  }
  #rss .button a {
    text-decoration: none !important;
  }
  #rss .button a:hover {
    opacity: 0.8;
  }
  /*=============================================
  ******************* sec1  **********************
  *=============================================*/
  #sec1 {
    padding: 143px 0 290px;
    background-position-y: 63px;
    background-size: auto 2379px;
  }
  #sec1:before {
    top: 772px;
    height: 4px;
    border-width: 2px;
  }
  #sec1 .photo1 {
    margin: 0 calc(50% - 50vw) -141px calc(50% - 368px);
    height: 550px;
    min-height: 550px;
  }
  #sec1 .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec1 h2 {
    line-height: 65px;
    margin-right: 0;
    margin-left: calc(50% - 287px);
    width: 130px;
    /*height: 432px;*/
    height: 450px; 
  }
  #sec1 h2 .bg {
    padding: 0 29px;
  }
  #sec1 .photo2 {
    width: auto;
    margin: -543px 0 0 calc(50% - 50vw);
    left: 0;
  }
  #sec1 .row {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #sec1 .row .txt {
    margin: -148px -35px 0 0;
    min-width: 468px;
  }
  #sec1 .row .txt span {
    display: block;
    margin-top: 36px;
  }
  #sec1 .row .photo3 {
    margin: 70px 0 0 -202px;
  }
  #sec1 .set2 {
    margin-top: 96px;
  }
  #sec1 .set2 h3 {
    padding-left: 0;
    font-size: 24px;
    width: 438px;
    line-height: 50px;
    margin-bottom: 31px;
  }
  #sec1 .set2 .row {
    display: flex;
    flex-direction: row;
    width: 1033px;
    margin: 0 auto;
  }
  #sec1 .set2 .row .item {
    width: 332px;
    margin: 0;
    height: 451px;
    padding-top: 16px;
  }
  #sec1 .set2 .row .item:nth-child(2), #sec1 .set2 .row .item:nth-child(3) {
    display: flex;
  }
  #sec1 .set2 .row .item h4 {
    height: 404px;
    font-size: 24px;
    padding: 0 26px;
  }
  #sec1 .set2 .button {
    width: 426px;
    margin: 30px auto;
    padding-left: 18px;
  }
  /*=============================================
   ******************* sec2  **********************
   *=============================================*/
  #sec2 {
    padding-top: 1px;
    padding-bottom: 140px;
  }
  #sec2::before {
    width: 602px;
    height: 400px;
    top: 263px;
  }
  #sec2 .wrap {
    margin-top: -130px;
    max-width: 1400px;
  }
  #sec2 .photo1 {
    margin: 0;
    width: calc(63% - 2px);
    height: 540px;
    min-height: 540px;
  }
  #sec2 .photo1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #sec2 .row {
    display: flex;
  }
  #sec2 .row h2 {
    margin: 235px 20px 0 126px;
    line-height: 65px;
    width: 191px;
    height: 354px;
  }
  #sec2 .row h2 span {
    margin-top: 70px;
  }
  #sec2 .row h2 span:last-child {
    font-size: 35px;
    margin: 96px 4px 0 -8px;
    letter-spacing: 8px;
  }
  #sec2 .row2 {
    flex-direction: row-reverse;
    margin-top: 15px;
    justify-content: start;
  }
  #sec2 .row2 .content {
    max-width: 384px;
    margin: 117px 0 0 117px;
  }
  #sec2 .row2 .content .button {
    margin: 80px 0 0 7px;
  }
  #sec2 .row2 .photos {
    margin: 0 0 0 60px;
    width: calc(53% - 6px);
  }
  #sec2 .row2 .photos p {
    width: 43%;
  }
  #sec2 .row2 .photos p:nth-child(2) {
    width: 50%;
    margin-top: 102px;
  }
  /*=============================================
  ******************* sec3  **********************
  *=============================================*/
  #sec3 {
    padding: 173px 0 195px;
  }
  #sec3 .wrap {
    max-width: 1300px;
  }
  #sec3 .parallax {
    min-height: 500px;
    margin: 0 0 88px 0;
  }
  #sec3 .row {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #sec3 .row .content .txt {
    max-width: 390px;
    margin: 13px 0 53px;
  }
  #sec3 .row .content h2 {
    margin-top: 19px;
    line-height: 60px;
    text-align: left;
    margin-left: 4px;
  }
  #sec3 .row .content h2 span {
    text-align: right;
    margin-right: 20px;
  }
  #sec3 .row .content .button {
    margin: 0 0 0 -14px;
  }
  #sec3 .row .photo {
    margin: 0 -54px 0 0;
  }
  /*=============================================
  ******************* shopinfo  *****************
  *=============================================*/
  #shopinfo {
    padding: 130px 0px 330px;
  }
  #shopinfo h2 {
    margin-left: 20px;
  }
  #shopinfo h2:before {
    top: 54%;
    right: calc(100% + 27px);
    width: 2000px;
  }
  #shopinfo .row {
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .row .left .logo {
    width: 313px;
    margin: 90px auto 40px;
    padding-left: 25px;
  }
  #shopinfo .row .left .logo img {
    width: 100%;
    height: auto;
  }
  #shopinfo .row .left .tel span {
    font-size: 32px;
    letter-spacing: 2px;
  }
  #shopinfo .row .left .tel span small {
    font-size: 18px;
  }
  #shopinfo .row .left .fax {
    font-size: 24px;
    margin-top: 9px;
    letter-spacing: 1px;
  }
  #shopinfo .row .left .fax small {
    font-size: 18px;
  }
  #shopinfo .row .left .btn-l {
    margin: 33px 9px 43px 13px;
  }
  #shopinfo .row .left .btn-l a {
    padding: 20px 0;
    letter-spacing: 4px;
  }
  #shopinfo .row .left .btn-l a:before {
    top: 47%;
    right: 13px;
    font-size: 24px;
  }
  #shopinfo .row .left .photo {
    margin: 0 0 0 7px;
  }
  #shopinfo .row .info {
    margin-top: 0;
    width: 475px;
  }
  #shopinfo .row .info dl {
    padding-left: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    padding-bottom: 17px;
    margin-bottom: 12px;
    justify-content: start;
  }
  #shopinfo .row .info dl dt {
    width: 177px;
  }
  #shopinfo .row .info dl dd {
    min-width: 286px;
    text-align: left;
    margin-right: -20px;
  }
  #shopinfo .row .info dl dd span {
    margin: 7px 0 -8px -2px;
    width: 261px;
  }
  #shopinfo .row .info dl dd span a {
    line-height: 29px;
    letter-spacing: 0px;
  }
  #shopinfo .row .info .txt {
    margin: -5px 0 0 17px;
    line-height: 30px;
  }
  /*=============================================
  ******************* gmap  **********************
  *=============================================*/
  #gmap .wrap {
    max-width: 1200px;
  }
  #gmap h2 {
    font-size: 24px;
    margin-top: -210px;
    letter-spacing: 5px;
    margin-left: 70px;
  }
  #gmap .g-map {
    margin: -17px 0px 0;
  }
  #gmap .g-map iframe {
    height: 450px;
  }
  #gmap .g-btn {
    top: 0px;
    right: 19px;
  }
  #gmap .g-btn div {
    display: flex;
    gap: 27px;
  }
  #gmap .g-btn .btn2 {
    color: #c1c1c1;
    font-size: 16px;
  }
  #gmap .g-btn .button a {
    font-size: 20px;
  }
  /*=============================================
  ******************* access  *******************
  *=============================================*/
  #access {
    padding: 144px 0 98px;
  }
  #access .wrap {
    max-width: 1188px;
  }
  #access h2 {
    margin-bottom: 65px;
  }
  #access h2:before {
    width: 32px;
    top: -24px;
    height: 26px;
  }
  #access h3 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  #access h3 span {
    margin-right: 9px;
    margin-left: 9px;
    padding: 0 7px;
  }
  #access .row {
    display: flex;
    justify-content: space-between;
    margin: 38px 0 54px;
  }
  #access .row iframe {
    height: 335px;
  }
  #access .row > div {
    width: calc(50% - 12px);
  }
  #access .row1 {
    margin-top: 44px;
  }
}
/*=============================================
******************* fix respon  ***************
*=============================================*/
@media (min-width: 999px) and (max-width: 1200px) {
  #sec1 .photo1 {
    margin-left: calc(50% - 280px);
  }
  #sec1 h2 {
    margin-left: calc(50% - 227px);
  }
}

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

#sec1 .txt-box{
  width: 90%;
  margin:2vw auto 8vw;
  display: block;
  padding: 5vw 5vw;
  border: 1px solid #555;
  text-align: left;
}

@media screen and (min-width: 768px) {
#sec1 .txt-box{
  width: 800px;
  margin:50px auto 0;
  display: block;
  padding: 20px 0;
  border: 1px solid #555;
  text-align: center;
}
}

#shopinfo .border-box{
  width:90%;
  margin:3vw auto auto;
  padding: 3vw 5vw;
  border: 1px solid #3d4c5a;  
}

#shopinfo .border-box .txt{
  padding: 3vw auto;
  text-align: center;
  border-bottom:1px solid #3d4c5a;

}
#shopinfo .row2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}



@media screen and (min-width: 768px) {
  #shopinfo .border-box{
    width:700px;
    padding: 2vw 5vw;
  }
  #shopinfo .row2 {
    flex-direction: row;
    text-align: left;
    margin-top:1vw;
  }
  #shopinfo .row2 li {
    margin-right:30px;
    }
  
}
