header .logo {
  position: relative;
  inset: 0;
  margin: 4vw 3% 3vw;
}
header h1 {
  top: auto;
  bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  header h1 {
    bottom: 54px;
  }
  header .logo {
    margin: 51px 0px 30px 4%;
  }
  header .header-nav {
    color: #000;
    position: relative;
    inset: 0;
    margin: 19px 4% 0px auto;
  }
  header .header-nav .header-nav2 li.nav-sub ul {
    /* display: block; */
  }
  header .header-nav .header-nav2 li.nav-sub ul li a:hover {
    color: #000;
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  header #key {
    height: 700px;
  }
  header #key h2 {
    position: absolute;
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 0.1em;
    z-index: 2;
    top: 308px;
    left: 4%;
    color: #fff;
    text-align: center;
  }
  header #key h2 span {
    font-size: 18px;
  }
  header #key .kv li {
    height: 700px !important;
  }
  header #key .kv li img {
    width: 100%;
    min-height: auto;
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.btn-dow {
  position: relative;
  text-align: center;
  width: 85%;
  font-size: 5.5vw;
  color: #000;
  font-family: "Shippori Mincho", serif;
  line-height: 3;
}
.btn-dow::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
  width: 27px;
  height: 27px;
  background: url("../img/shared/arrow3.png") center/cover;
  transition: all 0.4s;
}
.btn-dow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #b5b5b5;
  transition: all 0.4s;
}
.btn-dow:hover::before {
  background: url("../img/shared/arrow3_on.png") center/cover;
  transition: all 0.4s;
}
.btn-dow:hover::after {
  height: 4px;
  background: #000;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .btn-dow {
    line-height: 72px;
    font-size: 30px;
    width: 380px;
  }
  .btn-dow::after {
    bottom: -8px;
  }
  .btn-dow::before {
    top: 54%;
  }
}

.btn-red {
  border: 2px solid #b04335;
  color: #b04335;
}
.btn-red::before {
  background: #b04335;
}
.btn-red::after {
  background: url("../img/shared/arrow1.png") center/cover;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:hover::after {
  background: url("../img/shared/arrow1_on.png") center/cover;
}
.btn-red:hover i img {
  content: url("../img/shared/icon_calander3_on.png");
}
.btn-red i {
  display: inline-block;
  width: 23px;
  margin: 0px 8px 0px 0px;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .btn-red {
    padding: 0px 40px 0px 0px;
  }
  .btn-red i {
    margin: 0px 26px 0px 0px;
  }
}

.btn-black::before {
  background: #000;
}

.ttl {
  font-size: 5.5vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 30px;
  }
}

.ttl2 {
  font-size: 5.5vw;
}
@media only screen and (min-width: 768px) {
  .ttl2 {
    font-size: 24px;
  }
}

#sec1 {
  margin: 16vw 0px;
}
#sec1 h2 {
  margin: 0px 0px 4vw;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin: 117px 0px 74px;
  }
  #sec1 h2 {
    line-height: 56px;
    margin: 0px 0px 18px;
  }
  #sec1 .sec1-txt {
    text-align: center;
  }
}

#sec2 {
  margin: 0px 0px 16vw;
  padding: 20vw 0px;
  background: #ede5df;
}
#sec2 h2 {
  position: relative;
  margin: 0px 0px 8vw;
}
#sec2 h2::before {
  content: "";
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 31px;
  background: url("../img/onlineshop/sec2_icon.png") center/cover;
}
#sec2 h3 {
  font-size: 5.5vw;
}
#sec2 h3 span {
  font-size: 5vw;
}
#sec2 h3 span span {
  font-size: 4vw;
}
#sec2 .sec2-txt1 {
  margin: 4vw 0px 6vw;
}
#sec2 .btn-red:hover i img {
  content: url("../img/onlineshop/icon_arrow_on.png");
}
#sec2 .sec2-btn {
  margin: 0px auto 10vw;
}
#sec2 .sec2-img3 {
  margin: 12vw auto 1vw;
  width: 90%;
}
#sec2 .sec2-btn2 {
  margin: 12vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    max-width: 1200px;
    margin: 0px auto 152px;
    padding: 104px 0px 152px;
  }
  #sec2 h2 {
    margin: 0px 0px 101px;
  }
  #sec2 h2::before {
    top: -38px;
  }
  #sec2 h3 {
    font-size: 24px;
  }
  #sec2 h3 span {
    font-size: 20px;
  }
  #sec2 h3 span span {
    font-size: 16px;
  }
  #sec2 .sec2-box1 {
    width: 390px;
    margin: 0px 47px 0px 0px;
  }
  #sec2 .sec2-txt1 {
    letter-spacing: 0;
    margin: 17px 0px 26px;
  }
  #sec2 .sec2-btn {
    margin: 0px;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
    margin: 138px 0px 0px;
  }
  #sec2 .sec2-box2 {
    margin: -7px 0px 0px 39px;
  }
  #sec2 .sec2-list {
    margin: 148px 0px 0px;
  }
  #sec2 .sec2-img3 {
    margin: 0px 0px 12px;
    width: 310px;
  }
  #sec2 .sec2-btn2 {
    margin: 60px auto 0px;
  }
}

#sec3 {
  margin: 0px 0px 16vw;
}
#sec3 .btn-red:hover i img {
  content: url("../img/onlineshop/icon_lock_on.png");
}
#sec3 h2 {
  text-align: left;
}
#sec3 .sec3-txt1 {
  margin: 1vw 0px 4vw;
}
#sec3 .sec3-txt1 span {
  font-size: 4vw;
	color: #971113;
	font-weight: bold;
}
#sec3 .sec3-btn {
  margin: 8vw auto 0px;
}
#sec3 .sec3-box {
  margin: 8vw 0px 0px;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin: 0px 0px 127px;
  }
  #sec3 .sec3-img {
    margin: 0px 0px 0px -250px;
    width: 749px;
  }
  #sec3 h2 {
    line-height: 56px;
  }
  #sec3 .sec3-box {
    width: 385px;
    margin: 46px 56px 0px 0px;
  }
  #sec3 .sec3-txt2 {
    letter-spacing: 0;
  }
  #sec3 .sec3-txt1 {
    margin: 15px 0px 20px;
  }
  #sec3 .sec3-txt1 span {
    font-size: 20px;
	  color: #971113;
	font-weight: bold;
  }
  #sec3 .sec3-btn {
    margin: 46px 0px 0px;
  }
}

#sec4 {
  margin: 0px 0px 20vw;
  background: #ede5df;
  padding: 16vw 0px;
}
#sec4 .btn-red:hover i img {
  content: url("../img/onlineshop/icon_lock_on.png");
}
#sec4 h2 {
  position: relative;
}
#sec4 h2::before {
  content: "";
  position: absolute;
  top: -20vw;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 10vw;
  background: #a99e95;
}
#sec4 .sec4-txt1 {
  margin: 4vw 0px 8vw;
}
#sec4 .sec4-box {
  margin: 0px 0px 10vw;
  padding: 10vw 6%;
  box-sizing: border-box;
  background-color: #fff;
}
#sec4 .sec4-box h3 {
  text-align: center;
}
#sec4 .sec4-box .sec4-tel {
  font-size: 8vw;
  text-align: center;
  margin: 0vw 0px;
}
#sec4 .sec4-box .sec4-tel i {
  display: inline-block;
  width: 20px;
}
#sec4 .sec4-box .sec4-tel i img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec4 .sec4-box .sec4-txt2 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
#sec4 .sec4-box ul {
  border: 1px solid #000;
  width: 80%;
  margin: 4vw auto 0px;
  box-sizing: border-box;
  padding: 3vw 3%;
}
#sec4 .sec4-box .sec4-txt3 {
  text-align: center;
  margin: 2vw 0px 6vw;
}
#sec4 .sec4-box .sec4-btn {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    margin: 0px auto 124px;
    max-width: 1200px;
    padding: 120px 0px;
  }
  #sec4 h2::before {
    height: 60px;
    top: -147px;
  }
  #sec4 .sec4-txt1 {
    margin: 32px 0px 73px;
    text-align: center;
  }
  #sec4 .sec4-box {
    margin: 0px;
    width: 410px;
    padding: 36px 28px 45px;
  }
  #sec4 .sec4-box .sec4-tel {
    margin: 7px 0px 2px;
    font-size: 30px;
    letter-spacing: 0;
  }
  #sec4 .sec4-box .sec4-txt2 {
    font-size: 14px;
  }
  #sec4 .sec4-box ul {
    width: 250px;
    margin: 16px auto 0px;
    padding: 9px 12px 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #sec4 .sec4-box .sec4-txt3 {
    margin: 16px 0px 32px;
    line-height: 30px;
  }
  #sec4 .sec4-box .sec4-btn {
    margin: 0px;
  }
  #sec4 .sec4-row {
    margin: 0px 75px;
  }
}/*# sourceMappingURL=onlineshop.css.map */