.title-common {
  letter-spacing: 0.1em;
}

#keyvisual {
  background: url(../img/onlineshop/slide01.jpg) no-repeat center top/cover;
  height: 650px;
}

@media screen and (min-width: 767px) {
  #keyvisual {
    height: 975px;
  }
}
@media screen and (max-width: 479px) {
  header .logo {
    top: 225px;
    width: 35%;
  }
  #keyvisual {
    height: 350px;
  }
}
#blog-add {
  position: relative;
  background: url(../img/onlineshop/blog_bg.jpg) no-repeat right top, url(../img/onlineshop/blog_bg1.jpg) no-repeat right bottom;
  background-size: 60% auto;
  text-align: center;
  padding: 2vw 0 15vw;
  color: #FFF;
}
#blog-add h2 {
  font-size: 6vw;
  margin-bottom: 5vw;
}
#blog-add .photo {
  background: url(../img/onlineshop/blog_dummy.jpg) no-repeat center;
  background-size: cover;
  width: 300px;
  height: 175px;
  margin: auto;
}
#blog-add .photo a, #blog-add .photo span {
  width: 100% !important;
  height: 100% !important;
}
#blog-add dl {
  margin-top: 5vw;
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  #blog-add {
    position: relative;
    background: url(../img/onlineshop/blog_bg.jpg) no-repeat right top, url(../img/onlineshop/blog_bg1.jpg) no-repeat right bottom;
    background-size: auto;
    text-align: center;
    padding: 5px 0 95px;
    color: #FFF;
  }
  #blog-add h2 {
    font-size: 38px;
    margin-bottom: 25px;
    line-height: 44px;
  }
  #blog-add .photo {
    background: url(../img/onlineshop/blog_dummy.jpg) no-repeat center;
    background-size: cover;
    width: 600px;
    height: 413px;
    margin: auto;
    transition: all 0.3s ease;
  }
  #blog-add .photo:hover {
    opacity: 0.75;
  }
  #blog-add dl {
    margin-top: 25px;
    font-size: 25px;
  }
  #blog-add dl dd {
    padding-top: 5px;
  }
  #blog-add dl dd a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  #blog-add dl dd a:hover {
    border-bottom: 1px solid white;
  }
}
/*================== sec1 ====================*/
#sec1 {
  background: url(../img/onlineshop/sec1_bg1.jpg) no-repeat bottom right, url(../img/onlineshop/sec1_bg.jpg) repeat bottom right;
  background-size: 100% auto;
  padding: 15vw 0 15vw;
  color: #000;
}

#sec1 h2 {
  text-align: center;
  margin: 0 5% 6vw;
}

#sec1 .txt {
  text-align: justify;
  margin-top: 6vw;
}

@media screen and (min-width: 767px) {
  #sec1 {
    background: url(../img/onlineshop/sec1_bg1.jpg) no-repeat bottom right, url(../img/onlineshop/sec1_bg.jpg) repeat bottom right;
    background-size: auto;
    padding: 95px 0 115px;
    color: #000;
  }
  #sec1 h2 {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #sec1 .txt {
    text-align: left;
    margin-top: 0;
    position: absolute;
    top: 165px;
    right: 77px;
    height: 500px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    font-size: 17px;
    letter-spacing: 0.2px;
    line-height: 35px;
  }
  #sec1 .photo {
    margin-left: -140px;
    padding-top: 38px;
  }
}
/*================== sec2 ====================*/
#sec2 {
  position: relative;
  padding: 15vw 0 10vw;
  background: url(../img/onlineshop/s2_bg.jpg) no-repeat top center;
  background-size: 100% auto;
  color: #fff;
}

#sec2 h2 {
  margin: 0 25% 10vw;
}

#sec2 .txt {
  text-align: justify;
  margin-bottom: 8vw;
}

#sec2 .box {
  position: relative;
  padding-bottom: 20vw;
}

#sec2 .box::before {
  background: url(../img/onlineshop/dt_1.png) no-repeat top right;
  background-size: 45% auto;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: -20vw;
  right: 0;
  content: "";
}

#sec2 .box dl {
  position: relative;
  z-index: 3;
}

#sec2 .box dl dt {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 5vw;
}

#sec2 .box dl dd {
  text-align: justify;
  margin-bottom: 8vw;
}

#sec2 .box .photo {
  position: relative;
  z-index: 2;
}

#sec2 .box .photo::before {
  background: url(../img/onlineshop/d1.jpg) no-repeat top left;
  width: 352px;
  height: 453px;
  background-size: 120px auto;
  content: "";
  position: absolute;
  top: -120vw;
  left: -6%;
  z-index: -1;
}

#sec2 .box1 {
  position: relative;
}

#sec2 .box1::before {
  background: url(../img/onlineshop/dt_1.png) no-repeat top left;
  background-size: 45% auto;
  width: 100%;
  height: 50vw;
  position: absolute;
  top: -20vw;
  left: 0;
  content: "";
}

#sec2 .box1 dl {
  position: relative;
  z-index: 3;
}

#sec2 .box1 dl dt {
  font-size: 7vw;
  text-align: center;
  margin-bottom: 5vw;
}

#sec2 .box1 dl dd {
  text-align: justify;
  margin-bottom: 8vw;
}

#sec2 .box1 .photo {
  position: relative;
  z-index: 2;
}

#sec2 .box1 .photo::before {
  background: url(../img/onlineshop/d2.jpg) no-repeat bottom right;
  width: 533px;
  height: 334px;
  background-size: 130px auto;
  content: "";
  position: absolute;
  bottom: -18vw;
  right: -6%;
  z-index: -1;
}

@media screen and (min-width: 767px) {
  #sec2 {
    position: relative;
    padding: 165px 0 30px;
    background: url(../img/onlineshop/s2_bg.jpg) no-repeat top center;
    background-size: auto;
  }
  #sec2 h2 {
    margin: 0 auto 45px;
    width: 352px;
  }
  #sec2 .txt {
    text-align: justify;
    margin-bottom: 8vw;
  }
  #sec2 .box {
    position: relative;
    padding-bottom: 0;
    min-height: 557px;
  }
  #sec2 .box::before {
    background: url(../img/onlineshop/dt_1.png) no-repeat top right;
    background-size: auto;
    width: 377px;
    height: 337px;
    position: absolute;
    top: -289px;
    right: -205px;
    content: "";
  }
  #sec2 .box dl {
    position: absolute;
    z-index: 3;
    top: -144px;
    right: -98px;
  }
  #sec2 .box dl dt {
    margin-bottom: 0;
    margin-right: 150px;
  }
  #sec2 .box dl dd {
    text-align: left;
    margin-bottom: 0;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    height: 275px;
    top: 385px;
    right: 170px;
    position: absolute;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }
  #sec2 .box .photo {
    position: relative;
    z-index: 2;
    margin-left: -250px;
    width: 998px;
  }
  #sec2 .box .photo::before {
    background: url(../img/onlineshop/d1.jpg) no-repeat top left;
    width: 439px;
    height: 453px;
    background-size: auto;
    content: "";
    position: absolute;
    top: -453px;
    left: -100px;
    z-index: -1;
  }
  #sec2 .box1 {
    position: relative;
    min-height: 965px;
  }
  #sec2 .box1::before {
    background: url(../img/onlineshop/dt_1.png) no-repeat top left;
    background-size: auto auto;
    width: 377px;
    height: 337px;
    position: absolute;
    top: 628px;
    left: 40px;
    content: "";
  }
  #sec2 .box1 dl {
    position: absolute;
    z-index: 3;
    top: 295px;
    left: 281px;
  }
  #sec2 .box1 dl dt {
    text-align: center;
    margin-bottom: 0;
  }
  #sec2 .box1 dl dd {
    text-align: left;
    margin-bottom: 0;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    height: 366px;
    position: absolute;
    top: 208px;
    right: 128px;
    font-size: 17px;
    line-height: 35px;
    letter-spacing: 0.5px;
  }
  #sec2 .box1 .photo {
    position: relative;
    z-index: 2;
    width: 998px;
    margin-left: 250px;
  }
  #sec2 .box1 .photo::before {
    background: url(../img/onlineshop/d2.jpg) no-repeat bottom right;
    width: 619px;
    height: 334px;
    background-size: auto;
    content: "";
    position: absolute;
    bottom: -334px;
    right: -100px;
    z-index: -1;
  }
}
/*================== sec3 ====================*/
#sec3 {
  padding: 15vw 0 5vw;
  background: url(../img/onlineshop/s2_deco.jpg) no-repeat bottom right;
  background-size: 60% auto;
  color: #fff;
}

#sec3 .box {
  margin-bottom: 15vw;
  display: flex;
  flex-wrap: wrap-reverse;
}

#sec3 .box dl {
  display: flex;
  justify-content: space-between;
  font-size: 5.8vw;
  padding: 7vw 0 4vw;
}

#sec3 .box dl span {
  font-size: 4vw;
}

#sec3 .btn {
  width: 335px;
  margin: 8vw auto 0;
}

#sec3 .btn a {
  background: url(../img/onlineshop/w.png) no-repeat bottom right;
  width: 335px;
  height: 43px;
  background-size: 100% auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 50px;
  justify-content: center;
}

@media screen and (min-width: 767px) {
  #sec3 {
    padding: 50px 0 50px;
    background: url(../img/onlineshop/s2_deco.jpg) no-repeat bottom right;
    background-size: auto;
  }
  #sec3 .box {
    margin-bottom: 30px;
    display: block;
    position: relative;
  }
  #sec3 .box .photo {
    position: absolute;
    left: -200px;
    top: 0;
  }
  #sec3 .box .text {
    margin-left: 620px;
    padding: 113px 0 148px;
    font-size: 17px;
  }
  #sec3 .box dl {
    display: flex;
    justify-content: space-between;
    font-size: 25px;
    padding: 37px 0 21px;
    letter-spacing: 0.2px;
  }
  #sec3 .box dl span {
    font-size: 16px;
  }
  #sec3 .box p {
    line-height: 35px;
    letter-spacing: 0.5px;
    margin-left: 5px;
  }
  #sec3 .btn {
    width: 360px;
    margin: 60px auto 0;
  }
  #sec3 .btn a {
    background: url(../img/onlineshop/w.png) no-repeat bottom right;
    width: 360px;
    height: 43px;
    background-size: 100% auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 50px;
    justify-content: center;
    margin-left: 5px;
  }
  #sec3 .btn a:hover {
    opacity: 0.7;
  }
}
/*================== sec4 ====================*/
#sec4 {
  position: relative;
  background: url(../img/onlineshop/sec4_bg.jpg) no-repeat center;
  background-size: cover;
  color: #000;
  padding: 14vw 0 10vw;
}

#sec4 h2 {
  margin: 0 5% 10vw;
}

#sec4 .item {
  background: #FFF;
  margin-bottom: 7vw;
  text-align: center;
  padding: 25px 20px;
}

#sec4 .item h3 {
  margin: 0 2% 7vw;
}

#sec4 .item .icon {
  padding-bottom: 18vw;
  background: url(../img/onlineshop/i_pc.png) no-repeat bottom center;
  background-size: 30% auto;
  margin-bottom: 7vw;
}

#sec4 .item .btn {
  width: 300px;
  margin: 8vw auto 5vw;
}

#sec4 .item .btn a {
  background: url(../img/onlineshop/bg_btn.png) no-repeat bottom right;
  width: 300px;
  height: 37px;
  background-size: 100% auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  padding-right: 35px;
  justify-content: center;
  color: #FFF;
}

#sec4 .item dl {
  margin-top: 7vw;
  background: url(../img/onlineshop/i_tel.png) no-repeat top center;
  background-size: 30% auto;
  padding-top: 18vw;
}

#sec4 .item dl dt {
  font-weight: bold;
  font-size: 18px;
}

#sec4 .item dl dt span {
  font-size: 24px;
}

#sec4 .item dl dd {
  font-size: 11px;
  letter-spacing: 0;
}

@media screen and (min-width: 767px) {
  #sec4 {
    position: relative;
    background: url(../img/onlineshop/sec4_bg.jpg) no-repeat center;
    background-size: cover;
    color: #000;
    padding: 88px 0 150px;
  }
  #sec4 h2 {
    margin: 0 auto 45px;
    width: 498px;
  }
  #sec4 .list {
    display: flex;
    justify-content: space-between;
  }
  #sec4 .item {
    background: #FFF;
    margin-bottom: 0;
    text-align: center;
    width: 470px;
    padding: 42px 20px;
    box-sizing: border-box;
  }
  #sec4 .item h3 {
    margin: 0 0 40px;
  }
  #sec4 .item:first-child h3 {
    margin-left: -5px;
  }
  #sec4 .item:last-child h3 {
    margin-left: 10px;
  }
  #sec4 .item:last-child .text {
    margin-left: 5px;
  }
  #sec4 .item .icon {
    padding-bottom: 100px;
    background: url(../img/onlineshop/i_pc.png) no-repeat bottom center;
    background-size: auto;
    margin-bottom: 20px;
    font-size: 17px;
    letter-spacing: 0.5px;
  }
  #sec4 .item .text {
    font-size: 17px;
    letter-spacing: 0.5px;
  }
  #sec4 .item .btn {
    width: 360px;
    margin: 48px auto 0;
    padding-left: 20px;
  }
  #sec4 .item .btn a {
    background: url(../img/onlineshop/bg_btn.png) no-repeat bottom right;
    width: 360px;
    height: 42px;
    background-size: 100% auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: center;
    padding-right: 35px;
    justify-content: center;
    color: #FFF;
  }
  #sec4 .item .btn a:hover {
    opacity: 0.7;
  }
  #sec4 .item dl {
    margin-top: 25px;
    background: url(../img/onlineshop/i_tel.png) no-repeat top left 126px;
    background-size: auto;
    padding-top: 115px;
  }
  #sec4 .item dl dt {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2px;
    margin-bottom: 2px;
  }
  #sec4 .item dl dt span {
    font-size: 30px;
  }
  #sec4 .item dl dd {
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1309px) and (min-width: 767px) {
  #sec2 .box .photo::before {
    left: 0;
  }
  #sec2 .box1 .photo::before {
    right: 0;
  }
}/*# sourceMappingURL=takeout.css.map */