@charset "UTF-8";
@keyframes roate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
.txt-vertical2 {
  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;
}
#header{
  padding: 30vw 0 30vw;
}
#key{
  position: relative;
}
#key h2{
  position: absolute;
  top: 35vw;
  left: 9%;
  z-index: 2;
}
#key h2 .t {
  display: inline-block;
  position: relative;
}
#key h2 .t .text{
    display: inline-block;
    font-size: 6.5vw;
    color: #48281d;
    background: #fff;
    font-weight: 500;
    letter-spacing: .1em;
    padding: 5vw 2%;
    text-align: center;
    white-space: nowrap;
    display: block;
}
#key h2 .t2 {
  margin: 8vw 1.5vw 0 0;
}
#key h2 .t .color{
  color: #ab2a16;
  font-weight: 900;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  #key{
    height: 980px;
    background: url(../img/hamburg/key.jpg) no-repeat center top/cover;
  }
  #key h2{
    top: 170px;
    left: auto;
    right: calc(50% - 453px);
  }
  #key h2 .t .text{
    font-size: 54px;
    padding: 40px 21px 15px;
  }
  #key h2 .t2{
    margin: 61px 11px 0 0;
  }
  #key .catch{
    position: absolute;
    top: 168px;
    left: calc(50% - 287px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  #key h2{
    right: calc(55% - 453px);
  }
}
#sec1 {
  position: relative;
  padding: 0px 0px;
}
#sec1 .slick-initialized .slick-slide {
  opacity: 1 !important;
}
#sec1 h2 {
  width: 70%;
  margin: -8vw auto 85vw;
  position: relative;
  z-index: 1;
}
#sec1 .sec1-slide {
  position: absolute;
  top: -10vw;
  left: 50%;
  transform: translateX(-50%);
  width: 130%;
}
#sec1 .sec1-slide::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 80vw;
  background: url("../img/hamburg/sec1_catch.png") center/cover;
  z-index: 1;
}
#sec1 .sec1-row {
  background: url("../img/shared/bg4.png") repeat top left;
  box-sizing: border-box;
  padding: 12vw 7%;
  border-radius: 10px;
  color: #fff;
  margin: 0px -10%;
}
#sec1 h3 {
  font-size: 8vw;
  font-weight: 900;
}
#sec1 h3 span {
  display: inline-block;
  padding: 0px 4vw;
  line-height: 1.5;
  background: #fff;
  color: #ab2a16;
  margin-bottom: 8px;
}
#sec1 .sec1-txt1 {
  font-size: 5vw;
  margin: 2vw 0px 3vw;
  font-weight: 400;
}
#sec1 .sec1-txt1 small {
  font-size: 4vw;
}
#sec1 .sec1-txt1 span {
  padding: 0px 4vw;
  line-height: 1.5;
  background: #fff;
  display: inline-block;
  color: #48281d;
  margin-bottom: 8px;
}
#sec1 .sec1-txt2 {
  margin: 0px 5%;
}
#sec1 .sec1-txt3 {
  margin: 8vw 0px 0px;
}
#sec1 .wrap {
  z-index: 2;
}
#sec1::before {
  content: "";
  position: absolute;
  top: 8vw;
  left: 0px;
  width: 100%;
  height: 100vw;
  background: url("../img/hamburg/sec1_bg.jpg") center/cover;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0px 0px 51px;
  }
  #sec1::before {
    height: 688px;
    top: 103px;
  }
  #sec1::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50%;
    height: calc(100% - 791px);
    background: rgba(71, 71, 71, 0.69);
  }
  #sec1 h2 {
    margin: -103px auto 550px;
    width: 479px;
  }
  #sec1 .sec1-slide {
    top: -84px;
    width: 1066px;
  }
  #sec1 .sec1-slide::before {
    width: 852px;
    height: 715px;
    bottom: 0px;
  }
  #sec1 .sec1-row {
    width: 1220px;
    margin: 0px -110px;
    padding: 144px 110px 52px;
    display: flex;
    justify-content: space-between;
  }
  #sec1 .sec1-box1 {
    width: 430px;
    margin: 0px 0px 0px 47px;
  }
  #sec1 .sec1-txt3 {
    width: 480px;
    margin: 79px 0px 0px;
  }
  #sec1 h3 {
    font-size: 53px;
  }
  #sec1 h3 span {
    line-height: 75px;
    padding: 0px 30px;
  }
  #sec1 .sec1-txt1 {
    font-size: 30px;
    margin: 1px 0px 9px;
  }
  #sec1 .sec1-txt1 small {
    font-size: 22px;
  }
  #sec1 .sec1-txt1 span {
    padding: 0px 30px;
    line-height: 60px;
  }
  #sec1 .sec1-txt2 {
    margin: 0px 35px;
  }
}

.bg-sec {
  position: relative;
}
.bg-sec .sec2-para {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 680px);
  z-index: -1;
}

#sec2 {
  position: relative;
  padding: 0px 0px 16vw;
}
#sec2 .sec2-para1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#sec2 .wrap {
  z-index: 2;
}
#sec2 .sec2-slide1 {
  background: url(../img/hamburg/sec2_txtslide.png) repeat-x 0 0 / 270% auto;
  position: relative;
  height: 20vw;
  animation: slidein 10s linear infinite;
  z-index: 2;
}
#sec2 .sec2-slide1 img {
  width: auto;
  max-width: unset;
  height: 80px;
}
#sec2 h2 {
  text-align: center;
  width: 90%;
  background: #fff;
  margin: 0vw auto 30vw;
  font-size: 6.5vw;
  font-weight: 500;
  color: #48281d;
  line-height: 1.6;
}
#sec2 h2 span {
  font-weight: 700;
  color: #ab2a16;
}
#sec2 h3 {
  width: 70%;
  margin: 0px auto 2vw;
}
#sec2 .sec2-slide2 {
  width: 127px;
  margin: 0px auto 16vw;
}
#sec2 .sec2-slide2 .slick-list {
  overflow: unset;
}
#sec2 .sec2-slide2 p {
  width: 128px !important;
  position: relative;
  cursor: pointer;
}
#sec2 .sec2-slide2 p::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 76px;
  bottom: -60px;
  background: url("../img/hamburg/sec2_line.png") bottom center/cover;
}
#sec2 .sec2-slide2 p::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("../img/hamburg/sec2_txtdeco1.png") center/cover;
  animation: 5s roate infinite linear;
}
#sec2 .sec2-slide2 p.sec2-btn2::after {
  background-image: url("../img/hamburg/sec2_txtdeco2.png");
}
#sec2 .sec2-slide2 p.sec2-btn3::after {
  background-image: url("../img/hamburg/sec2_txtdeco3.png");
}
#sec2 .sec2-slide2 .slick-current .sec2-btn1 img {
  content: url("../img/hamburg/sec2_button1_on.png");
}
#sec2 .sec2-slide2 .slick-current .sec2-btn2 img {
  content: url("../img/hamburg/sec2_button2_on.png");
}
#sec2 .sec2-slide2 .slick-current .sec2-btn3 img {
  content: url("../img/hamburg/sec2_button3_on.png");
}
#sec2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 51%;
  background: url("../img/hamburg/sec2_bgdeco.png") repeat top left;
  z-index: 1;
}
#sec2 .sec2-txt {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  width: 90%;
  margin: 0px auto;
}
#sec2 .sec2-slide3 .slick-arrow {
  position: absolute;
  top: -12vw;
  left: 0px;
  background: none;
  border: none;
  font-size: 0px;
}
#sec2 .sec2-slide3 .slick-arrow::before {
  content: "<";
  font-size: 14vw;
  font-weight: 800;
  color: #ffcc00;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec2 .sec2-slide3 .slick-arrow.slick-next {
  left: auto;
  right: 0px;
}
#sec2 .sec2-slide3 .slick-arrow.slick-next::before {
  content: ">";
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0px 0px 236px;
  }
  #sec2::before {
    width: 50%;
    height: calc(100% + 522px);
    background: url("../img/hamburg/sec2_deco1.png") no-repeat bottom right 30%, url("../img/hamburg/sec2_bgdeco.png") repeat top left;
  }
  #sec2 .sec2-slide1 img {
    height: 134px;
  }
  #sec2 .sec2-ttl {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
  }
  #sec2 .sec2-ttl::before {
    content: "";
    position: absolute;
    bottom: -52px;
    right: -78px;
    width: 114px;
    height: 126px;
    background: url("../img/hamburg/sec2_deco2.png") center/cover;
    z-index: 1;
  }
  #sec2 .sec2-slide1{
    height: 134px;
    background: url(../img/hamburg/sec2_txtslide.png) repeat-x;
    animation: slidein 25s linear infinite;
  }
  #sec2 h2 {
    width: auto;
    margin: 0px;
    height: 545px;
    line-height: 78px;
    font-size: 50px;
  }
  #sec2 .sec2-row {
    display: flex;
    justify-content: space-between;
    margin: 55px 0px 0px;
  }
  #sec2 .sec2-slide3 {
    width: 386px;
    margin: 28px -30px 0px 0px;
  }
  #sec2 .sec2-slide2 {
    width: 400px;
    margin: 0px;
  }
  #sec2 .sec2-slide2 .slick-slide {
    float: unset !important;
  }
  #sec2 .sec2-slide2 p {
    display: block !important;
    width: 148px !important;
  }
  #sec2 .sec2-slide2 p::before {
    width: 24px;
    height: 94px;
    bottom: -75px;
  }
  #sec2 .sec2-slide2 p:hover {
    opacity: 0.8;
  }
  #sec2 .sec2-slide2 .sec2-btn1 {
    margin: 0px 0px 0px 176px;
  }
  #sec2 .sec2-slide2 .sec2-btn2 {
    margin: -62px 0px 0px -32px;
  }
  #sec2 .sec2-slide2 .sec2-btn3 {
    margin: 71px 0px 0px 80px;
  }
  #sec2 h3 {
    width: 100%;
    margin: 0px auto -2px;
  }
  #sec2 .sec2-txt {
    width: 313px;
    margin: 0px auto;
  }
}

#sec3 {
  position: relative;
  padding: 16vw 0px;
  z-index: 1;
}
#sec3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 50%;
  background: url("../img/hamburg/sec3_bg2.jpg") repeat top left;
}
#sec3 .sec3-bg {
  position: absolute;
  top: 90vw;
  left: -8vw;
  width: 110%;
}
#sec3 .wrap {
  z-index: 1;
}
#sec3 ul {
  display: flex;
  justify-content: space-between;
  margin: 0px -4%;
}
#sec3 ul li {
  width: 32.6%;
  position: relative;
}
#sec3 ul li p {
  font-size: 5vw;
  background: #fff;
  margin: 6vw auto 0px;
  font-weight: 700;
  color: #48281d;
  height: 33vw;
  text-align: center;
  line-height: 2;
}
#sec3 ul li img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#sec3 .sec3-deco {
  width: 60%;
  margin: 130vw 0px 2vw;
}
#sec3 h2 {
  font-weight: 900;
  color: #ab2a16;
  text-align: center;
  line-height: 1.6;
  font-size: 6.5vw;
  display: inline-block;
  padding: 0px 3vw;
  background: #fff;
}
#sec3 h2 span {
  color: #48281d;
  font-weight: 500;
}
#sec3 .sec3-txt {
  color: #48281d;
  margin: 6vw 0px 0px;
}
#sec3 .sec3-txt span {
  color: #ab2a16;
}
#sec3 .sec3-txt p + p {
  margin: 3vw 0px 0px;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding: 102px 0px 174px;
  }
  #sec3::before {
    width: 727px;
    height: 100%;
  }
  #sec3 .sec3-bg {
	  position: absolute;
    top: 451px;
    width: 1038px;
    left: 0px;
  }
  #sec3 .sec3-bg::before{
    content: '';
    position: absolute;
    bottom: 174px;
    right: 100px;
    width: 312px;
    height: 151px;
    background: url('../img/hamburg/sec3_txtdeco2.png') center/cover;
    z-index: 1;
  }
  #sec3 ul {
    width: 970px;
    margin: 0px auto;
  }
  #sec3 ul li {
    width: 309px;
    z-index: 1;
  }
  #sec3 ul li p {
    position: absolute;
    top: -29px;
    left: 43px;
    font-size: 40px;
    line-height: 62px;
    height: 235px;
    margin: 0px;
  }
  #sec3 ul li:nth-child(2) {
    margin-top: 78px;
  }
  #sec3 ul li:nth-child(3) {
    margin-top: 169px;
  }
  #sec3 .sec3-deco {
    width: 282px;
    margin: -46px 0px 4px;
  }
  #sec3 .sec3-box {
    width: 575px;
    margin: 0px 0px 0px auto;
  }
  #sec3 h2 {
    font-size: 50px;
    text-align: right;
    padding: 0px 20px;
    line-height: 74px;
  }
  #sec3 .sec3-txt {
    width: 430px;
    margin: 31px 0px 0px auto;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
  }
  #sec3 .sec3-txt p + p {
    margin: 18px 0px 0px;
  }
}

@media screen and (max-width: 767.98px) {
  #sec4 .js{
    transform: rotate(-10deg);
    margin-top: 5vw;
  }
  #sec4 .js img{
    width: auto !important;
    height: 37vw;
  }
}
#sec4 {
  position: relative;
  background: url("../img/shared/bg2.jpg") repeat top left;
  padding: 12vw 0px;
}

#sec4 .photo {
  transform: rotate(0deg);
  position: absolute;
  top: 200px;
  left: 0px;
  z-index: 2;
}

#sec4 .wrap {
  width: 95%;
  margin: 0px auto;
  background: url("../img/shared/bg5.jpg") repeat top left;
  padding: 24vw 5% 12vw;
}
#sec4 .sec4-ttl {
  position: relative;
}
#sec4 .sec4-ttl .sec4-txtdeco {
  position: absolute;
  top: -20vw;
  left: 0px;
  width: 55vw;
  z-index: 1;
}
#sec4 .sec4-ttl h2 {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #fff;
  font-size: 7vw;
  color: #48281d;
  padding: 0px 4vw;
  line-height: 1.6;
  font-weight: 500;
}
#sec4 .sec4-ttl h2 span {
  color: #ab2a16;
  font-weight: 900;
}
#sec4 .sec4-btn a {
  position: relative;
  text-align: center;
  width: 50%;
  border-radius: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  display: block;
  margin: 8vw auto 0px;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.4;
  padding: 4vw 0px 8vw;
}
#sec4 .sec4-btn a span {
  font-weight: 900;
  color: #ffcc00;
}
#sec4 .sec4-btn a i {
  display: block;
  width: 43px;
  margin: 0px auto;
}
#sec4 .sec4-btn a::before {
  content: "";
  position: absolute;
  bottom: 2vw;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 10px;
  background: url("../img/shared/icon_arr1.png") center/cover;
}
#sec4 .sec4-txt {
  margin: 5vw 0px 0px;
  text-shadow:  0 0 10px #48281d;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 62px 0px 72px;
  }
  #sec4 .wrap {
    width: 100%;
    max-width: 1340px;
    padding: 180px 8% 53px;
  }
  #sec4 .photo {
    top: 214px;
    left: 68px;
  }
  #sec4 .photo img {
  transform: rotate(-15deg);
  width: 100%;
  height: auto;
  }
  #sec4 .sec4-ttl h2 {
    font-size: 50px;
    line-height: 64px;
    padding: 0px 39px;
    margin-left: 12px;
    z-index: 2;
  }
  #sec4 .sec4-ttl{
    position: relative;
    z-index: 5;
  }
  #sec4 .sec4-ttl .sec4-txtdeco {
    top: -125px;
    width: 320px;
    left: 26px;
    z-index: 4;
  }
  #sec4 .sec4-row {
    width: 747px;
    margin: 246px 22px 0px auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
  }
  #sec4 .sec4-txt {
    width: 530px;
    margin: 0px;
  }
  #sec4 .sec4-btn {
    margin-top: 8px;
  }
  #sec4 .sec4-btn a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0px 34px;
    width: 190px;
    margin: 0px;
  }
  #sec4 .sec4-btn a:hover span{
    color: #ab2a16;
  }
  #sec4 .sec4-btn a::before {
    bottom: 12px;
  }
}

#sec5 {
  background: url("../img/hamburg/sec5_bg.jpg") repeat top left;
  padding: 16vw 0px;
}
#sec5 .sec5-box {
  box-sizing: border-box;
  width: 92%;
  margin: 0px auto;
  border: 3px solid #cdb7b1;
  background: url("../img/hamburg/sec5_bg2.png") repeat top left;
  padding: 10vw 6%;
}
#sec5 .sec5-box .sec5-deco {
  width: 100%;
  margin: 0px auto;
}
#sec5 .sec5-box h2 {
  text-align: center;
  font-size: 6.5vw;
  margin: -24vw 0px 16vw;
  position: relative;
}
#sec5 .sec5-box h2 span {
  display: inline-block;
  background: #fff;
  color: #48281d;
  margin-bottom: 8px;
  padding: 0px 3vw;
  line-height: 1.8;
  font-weight: 500;
}
#sec5 .sec5-box h2 span small {
  color: #ab2a16;
  font-weight: 900;
}
#sec5 .sec5-box .sec5-listbtn li a {
  margin: 0px auto 6vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding: 158px 0px 120px;
  }
  #sec5 .sec5-box {
    width: 100%;
    max-width: 1000px;
    padding: 104px 0px 72px;
  }
  #sec5 .sec5-box .sec5-deco {
    width: 755px;
  }
  #sec5 .sec5-box h2 {
    font-size: 50px;
    margin: -195px 0px 83px;
  }
  #sec5 .sec5-box h2 span {
    line-height: 72px;
  }
  #sec5 .sec5-box .sec5-listbtn .btn-link a{
    width: 280px;
    padding: 14px 0 9px 59px;
  }
  #sec5 .sec5-box .sec5-listbtn {
    display: flex;
    justify-content: space-between;
    width: 610px;
    margin: 0px auto;
  }
  #sec5 .sec5-box .sec5-listbtn li a {
    width: 283px;
    margin: 0px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  #sec4 .photo{
    top: 275px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #sec4 .photo {
    top: 290px;
}
}