.txt {
   text-align: start;
}

@media only screen and (min-width: 768px) {
   .txt-c .txt {
      text-align: center;
   }
}

/* -- -- */
#key .video {
   pointer-events: none;
   overflow: hidden;
   position: relative;
   height: 100%;
}

#key .video iframe {
   width: 100%;
   height: 125%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
   #key .video {
      padding-top: 56.25%;
   }

   #key .catch {
      margin: -8vw 0 0;
      position: relative;
      z-index: 1;
      text-align: center;
   }

   #key .catch h2 {
      font-weight: 700;
      /* font-size: 20vw; */
      font-size: 27vw;
      letter-spacing: 0.12em;
      line-height: 1;
      text-shadow: 0 0 10px #fff;
   }

   #key .catch h3 {
      font-weight: 700;
      font-size: 5vw;
      line-height: 1.5;
      letter-spacing: 0;
      padding-top: 8vw;
   }

   #key .catch h3 span {
      font-size: 6vw;
   }

   #key .catch figure {
      margin: 0 -40vw 0 -20vw;
      padding-top: 8vw;
   }
   #key .video iframe {
      height: 160%;
   }
}

@media only screen and (min-width: 768px) {
   #key .video {
      padding-top: 56.25%;
   }

   #key .catch {
      text-align: center;
      margin-top: -80px;
      position: relative;
      z-index: 1;
   }

   #key .catch h2 {
      font-weight: 700;
      font-size: 230px;
      letter-spacing: 0.12em;
      line-height: 230px;
      text-shadow: 0 0 10px #fff;
   }

   #key .catch h3 {
      font-weight: 700;
      font-size: 32px;
      line-height: 50px;
      letter-spacing: 0;
      padding-top: 45px;
   }

   #key .catch h3 span {
      font-size: 36px;
   }

   #key .catch figure {
      padding-top: 60px;
   }
}

/* -- -- */
#sec1 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec1 {
      padding: 32.8vw 0 22vw;
   }

   #sec1 .photo1 {
      margin-left: 12vw;
   }

   #sec1 .photo2 {
      width: 47.2vw;
      padding-top: 13.4vw;
   }

   #sec1 .txt {
      width: 86.8vw;
      margin: 0 auto;
      padding-top: 13.4vw;
   }

   #sec1 .txt p+p {
      padding-top: 10vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec1 {
      padding: 342px 0 350px;
   }

   #sec1 .txt {
      width: 400px;
      margin: 0 auto;
   }

   #sec1 .txt p {
      width: 310px;
   }

   #sec1 .txt p+p {
      padding-top: 30px;
   }

   #sec1 .photo1 {
      width: calc(50% - 150px);
      max-width: 500px;
      position: absolute;
      top: 250px;
      right: 0;
   }

   #sec1 .photo2 {
      width: calc(50% - 250px);
      max-width: 400px;
      position: absolute;
      bottom: 202px;
      left: 0;
   }
}

/* -- -- */
#sec2 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec2 {
      padding-bottom: 28vw;
   }

   #sec2 figure {
      width: 100%;
      height: 85vw;
      background-color: #000;
   }

   #sec2 figure img {
      height: 100%;
      object-fit: cover;
      opacity: 0.8;
   }

   #sec2 h2 {
      position: absolute;
      top: 4vw;
      left: 4vw;
      text-shadow: 0 3px 6px rgba(255, 255, 255, 0.5), 0 3px 6px rgba(255, 255, 255, 0.5), 0 3px 6px rgba(255, 255, 255, 0.5), 0 3px 6px rgba(255, 255, 255, 0.5);
   }

   #sec2 .button {
      padding-top: 8vw;
   }

   #sec2 .txt {
      padding-top: 8vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec2 {
      padding-bottom: 194px;
   }

   #sec2 h2 {
      letter-spacing: 0;
      position: absolute;
      top: 50px;
      left: 50px;
   }

   #sec2 figure img {
      width: 100%;
      max-width: inherit;
   }

   #sec2 .button {
      padding-top: 40px;
   }

   #sec2 .txt {
      padding-top: 37px;
   }
}

/* -- -- */
#sec3 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec3 {
      padding-bottom: 32.4vw;
   }

   #sec3 .wrap {
      display: flex;
      flex-direction: column;
   }

   #sec3 h2 {
      text-align: center;
      order: 1;
   }

   #sec3 .block {
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 25vw;
      left: 0;
   }

   #sec3 .slider {
      width: 300vw;
   }

   #sec3 .button {
      padding-top: 8vw;
      order: 3;
   }

   #sec3 .txt {
      padding-top: 64vw;
      order: 2;
   }
}

@media only screen and (min-width: 768px) {
   #sec3 {
      padding-bottom: 196px;
   }

   #sec3 .wrap {
      text-align: right;
   }

   #sec3 h2 {
      text-indent: 0.2em;
      margin-right: -1%;
   }

   #sec3 .button {
      margin-right: -0.5%;
      padding-top: 36px;
      padding-bottom: 98px;
   }

   #sec3 .txt {
      text-align: right;
      padding-top: 43px;
   }

   #sec3 .block {
      overflow: hidden;
      margin-left: -300px;
   }

   #sec3 .block .slider {
      width: 3240px;
   }
}

/* -- -- */
#sec4 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec4 {
      display: flex;
      flex-direction: column;
      padding-bottom: 32.4vw;
   }

   #sec4 h2 {
      text-align: center;
      order: 1;
   }

   #sec4 .photo1 {
      width: 93.6vw;
      margin-left: auto;
      order: 2;
      padding-top: 13.4vw;
   }

   #sec4 .photo2 {
      width: 56vw;
      height: 85.3vw;
      order: 3;
      padding-top: 12vw;
   }

   #sec4 .photo2 img {
      height: 100%;
      object-fit: cover;
   }

   #sec4 .button {
      width: 86.8vw;
      margin: 0 auto;
      padding-top: 4vw;
      order: 5;
   }

   #sec4 .txt {
      width: 86.8vw;
      margin: 0 auto;
      padding-top: 13.4vw;
      order: 4;
   }
}

@media only screen and (min-width: 768px) {
   #sec4 {
      padding-bottom: 195px;
   }

   #sec4 .button {
      padding-top: 40px;
   }

   #sec4 .txt {
      width: 520px;
      padding-top: 37px;
   }

   #sec4 .photo1 {
      width: calc(100% - 550px);
      max-width: 700px;
      position: absolute;
      top: 145px;
      right: 0;
   }

   #sec4 .photo2 {
      width: calc(50% - 230px);
      max-width: 420px;
      padding-top: 95px;
   }
}

@media only screen and (min-width: 1480px) {
   #sec4 .photo1 {
      width: calc(50% + 50px);
   }
}

/* -- -- */
#sec5 {
   position: relative;   
   color: #fff;
}
#sec5 .sec5-box{
   background: #000;
   border: 2px solid #b72e00;
   padding: 6vw 7.5% 10vw;
}
#sec5 .sec5-box h3{
   text-align: center;
   font-size: 6vw;
   line-height: 1.7;
   margin: 0 -7%;
}
#sec5 .sec5-box h3 span{
   color: #ff2323;
}
#sec5 .sec5-txt{
   font-weight: 400;
   line-height: 1.8;
   margin: 4vw 0 6vw;
}

@media only screen and (max-width: 767px) {
   #sec5 {
      padding-bottom: 21vw;
      background: #000;
   }
   .sec5-top{
      position: relative;
      margin-bottom: 4vw;
   }
   .sec5-top h2{
      position: absolute;
      z-index: 1;
      width: 87%;
      top: 10vw;
      left: 6%;      
   }
   #sec5 .btn-global{
      display: block;
      text-align: center;
      padding-bottom: 15px;
   }
   #sec5 .btn-global, #sec5 .btn-global i{
      position: static;
   }
   #sec5 .btn-global i{
      margin: 0 auto;
   }
}

@media only screen and (min-width: 768px) {
   #sec5 {
      padding: 77px 30px 123px;
      background: #000 url("../img/index/horuchan_bg2.jpg") no-repeat top center;
   }
   .sec5-top h2{
      margin: 0 auto;
      width: 80%;
   }
   #sec5 .sec5-box{
      margin: 588px auto 0;
      max-width: 675px;
      padding: 35px 30px 35px;
   }
   #sec5 .sec5-box h3{
      font-size: 36px;
      line-height: 52px;
   }
   #sec5 .sec5-txt{      
      line-height: 30px;
      margin: 20px auto;
      max-width: 534px;
      text-align: center;
   }
   #sec5 .btn-global{
      margin: 0 auto;
      max-width: 534px;
   }
}

/* -- -- */
#sec6 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec6 {
      display: flex;
      flex-direction: column;
      width: 86.8vw;
      margin: 0 auto;
      padding-bottom: 32.4vw;
      padding-top: 28vw;
   }

   #sec6 h2 {
      text-align: center;
      letter-spacing: 0.1em;
      order: 1;
      margin: 0 -4vw;
   }

   #sec6 .photo1 {
      order: 2;
      padding-top: 13.3vw;
   }

   #sec6 .photo2 {
      width: 53.3vw;
      order: 3;
      padding-top: 13.3vw;
   }

   #sec6 .txt {
      order: 4;
      padding-top: 13.3vw;
   }

   #sec6 .button {
      order: 5;
      padding-top: 6vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec6 {
      padding-bottom: 200px;
      padding-top: 145px;
   }

   #sec6 .button {
      padding-top: 43px;
   }

   #sec6 .txt {
      width: 520px;
      padding-top: 37px;
   }

   #sec6 .photo1 {
      width: calc(100% - 550px);
      max-width: 650px;
      position: absolute;
      top: 145px;
      right: 0;
   }

   #sec6 .photo2 {
      width: calc(50% - 230px);
      max-width: 420px;
      padding-top: 95px;
   }
}

@media only screen and (min-width: 1480px) {
   #sec6 .photo1 {
      width: calc(50% + 50px);
      max-width: 650px;
      position: absolute;
      top: 145px;
      right: 0;
   }
}

/* -- -- */
#sec7 {
   position: relative;
}

@media only screen and (max-width: 767px) {
   #sec7 {
      display: flex;
      flex-direction: column;
      background: url("../img/index/sp_sec7-photo.jpg") no-repeat center top/cover;
      color: #fff;
      padding: 16vw 6.6vw 6vw;
   }

   #sec7 h2 {
      width: 16vw;
      height: 60vw;
      margin: 0 auto;
      order: 1;
   }

   #sec7 .txt {
      order: 2;
   }

   #sec7 .button {
      order: 3;
      padding-top: 3.2vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec7 {
      background: url("../img/index/sec7-photo.jpg") no-repeat center top/cover;
      color: #fff;
      margin-right: 4%;
      padding: 180px 0 217px 50px;
      margin-bottom: 200px;
   }

   #sec7 h2 {
      text-indent: -12px;
   }

   #sec7 .button {
      padding-top: 45px;
   }

   #sec7 .txt {
      max-width: 520px;
      padding-top: 35px;
   }
}

/* -- -- */
#sec8 {
   position: relative;
}
#sec8 .txt .cl-red {
   color: #ff2323;
   font-weight: bold;
}

@media only screen and (max-width: 767px) {
   #sec8 {
      background: url("../img/index/sp_sec8-photo.jpg") no-repeat center top/cover;
      color: #fff;
      padding: 14vw 6.6vw 6vw;
   }

   #sec8 h2 {
      width: 56vw;
      height: 100vw;
      line-height: 1.5;
   }

   #sec8 .button {
      padding-top: 3.2vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec8 {
      background: url("../img/index/sec8-photo.jpg") no-repeat center top/cover;
      color: #fff;
      margin-right: 4%;
      padding: 180px 0 217px 50px;
      margin-bottom: 0;
   }

   #sec8 .button {
      padding-top: 45px;
   }

   #sec8 .txt {
      max-width: 520px;
      padding-top: 35px;
   }
}

/* -- -- */
#sec9 {
   position: relative;
}

#sec9 iframe {
   display: block;
   width: 100%;
   height: 100%;
   /*filter: grayscale(100%);*/
}

@media only screen and (max-width: 767px) {
   #sec9 {
      height: 480px;
      margin-top: 26.8vw;
      padding-bottom: 20vw;
   }
}

@media only screen and (min-width: 768px) {
   #sec9 {
      height: 500px;
   }
}

#press{
   background: url("../img/index/press_bg_sp.jpg") no-repeat center / cover;
   padding: 32vw 5% 13vw;
}
#press .wrap{
   background-color: rgba(255,255,255,0.77);
   padding: 18vw 6vw 11vw;
}
#press h2{
   color: #fff;
   background-color: #b72e00;
   text-align: center;
   font-size: 6vw;
   line-height: 1.5;
   padding: 4vw 0 11vw;
   position: absolute;
   top: -20vw;
   left: 50%;
   transform: translateX(-50%);
   width: 87%;
   clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
}
#press .press-ttl{
   text-align: center;
   font-weight: 600;
   font-size: 6.7vw;
   line-height: 1.44;
   display: flex;
   justify-content: center;
   margin-bottom: 4vw;
}
#press .press-ttl p{
   position: relative;
   padding: 0 2vw;
}
#press .press-ttl p:before, #press .press-ttl p:after{
   content: "";
   display: block;
   width: 20px;
   height: 30px; 
   position: absolute;
   bottom: 0;   
}
#press .press-ttl p:before{
   background: url("../img/index/press_deco1.png") no-repeat center / 100% auto;
   left: 0;
   transform: translateX(-100%);
}
#press .press-ttl p:after{
   background: url("../img/index/press_deco2.png") no-repeat center / 100% auto;
   right: 0;
   transform: translateX(100%);
}
#press .press-txt1{
   font-weight: 400;
   line-height: 1.5;
   margin-bottom: 3vw;
}
#press .press-txt2{
   text-align: center;
   margin-bottom: 6vw;
}
#press .press-txt2 p{
   border: 1px solid #000;
   background-color: #fff;
   font-weight: 600;
   font-size: 3.9vw;
   line-height: 1.7;
   padding: 2vw 0;
   position: relative;
}
#press .press-txt2 p:after{
   content: "";
   display: block;
   width: 16px;
   height: 16px;
   background: url("../img/index/press_arrow.png") no-repeat center / 100% auto;
   position: absolute;
   bottom: 3px;
   left: 50%;
   transform: translate(-50%,100%);
   z-index: 1;
}
#press .press-img{
   flex-wrap:wrap;
}
#press .press-img figure{
   width: 50%;
}
#press .tel{
   text-align: center;
   color: #b72e00;
   font-size: 16px;
   font-weight: 500;
   margin: 10px 0 20px;
}
#press .tel .df{
   justify-content: center;
   align-items: center;
   font-size: 38px;
   font-weight: 700;
}
#press .tel .df i{
   width: 25px;   
}

@media only screen and (min-width: 768px) {
   #press{
      background: url("../img/index/press_bg.jpg") no-repeat center / cover;
      padding: 150px 30px 110px;
   }
   #press .wrap{      
      padding: 80px 30px 60px;
      max-width: 1000px;
      text-align: center;
   }
   #press h2{
      font-size: 37px;      
      padding: 20px 0 45px;      
      top: -55px;      
      width: 786px;
      clip-path: polygon(0% 0%, 100% 0, 100% 75%, 50% 100%, 0 75%);
   }
   #press .press-ttl{      
      font-size: 34px;      
      margin-bottom: 20px;
   }
   #press .press-ttl p{      
      padding: 0 15px;
   }
   #press .press-ttl p:before, #press .press-ttl p:after{      
      width: 25px;      
   }
   #press .press-txt1{
      line-height: 30px;
      margin-bottom: 30px;
   }
   #press .press-txt2{
      margin-bottom: 23px;
      display: flex;
      justify-content: center;
   }
   #press .press-txt2 p{
      font-size: 18px;
      padding: 0 40px;
      line-height: 35px;
   }
   #press .press-img{
      margin: 0 auto;
      max-width: 804px;
   }
   #press .press-img figure{
      width: 25%;
   }
   #press .tel{
      justify-content: center;   
      align-items: center;    
      margin: 30px 0 25px;
      line-height: 26px;
      text-align: left;
   }
   #press .tel .df{      
      font-size: 70px;
      line-height: 1;
      margin-left: 10px;
   }
   #press .tel .df i{
      width: 42px;   
   }
   #press .tel > p:nth-child(1){
      margin-top: 20px;
   }
   #press .btn-global{
      margin: 0 auto;
      max-width: 415px;
   }
}

#takeout{   
   margin: 14vw 5.5% 25vw;
}
#takeout h2{
   font-size: 6.1vw;
   text-align: center;
}
#takeout h2 span{
   color: #b72e00;
}
#takeout .wrap{
   border: 1px solid #bfbfbf;
   padding: 8vw 0;
}
.takeout-txt1{
   text-align: center;
   padding: 3vw 3% 5vw;
   font-weight: 400;
   line-height: 2.1;
}
.takeout-img{
   margin: 0 auto 6vw;
   width: 156px;
}
.takeout-img p:nth-child(1){
   width: 81%;
   margin: 0 auto 2vw;
}
.takeout-btn{
   display: flex;
   justify-content: center;
   border: 1px solid #bfbfbf;
   font-size: 11px;
   font-weight: 500;
   line-height: 25px;
}
.takeout-btn i{
   width: 13px;
   margin-right: 10px;
}
.takeout-left{
   margin: 0 5%;
}
.takeout-left h3{
   color: #fff;
   background-color: #000;
   clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);
   font-weight: 500;
   padding-left: 3vw;
}
.takeout-list{
   font-weight: 500;
   font-size: 13px;
   line-height: 30px;
   padding-right: 5vw;
   margin: 3vw 0 0;
}
.takeout-txt2{
   text-align: center;
   font-size: 11px;
}
#takeout .tel{
   border-top: 2px solid #b72e00;
   border-bottom: 2px solid #b72e00;
   text-align: center;
   margin: 5vw 8% 0;
   color: #b72e00;
   font-weight: 500;
   padding: 2px 0 10px;
}
#takeout .tel .df{
   justify-content: center;
   align-items: center;
   font-size: 33px;
   font-weight: 700;   
}
#takeout .tel i{
   width: 22px;
   margin-right: 5px;
}
#takeout .btn-global{
   border: 2px solid #b72e00;
   margin: 7vw 8% 0;
}
@media only screen and (min-width: 768px) {
   #takeout{
      margin: 100px auto 200px;
      padding: 0 30px;
   }
   #takeout .wrap{
      max-width: 1000px;
      padding: 90px 30px 100px;
   }
   #takeout h2{
      font-size: 60px;
      font-weight: 900;      
      letter-spacing: 0;
      line-height: 1;
   }
   .takeout-txt1{
      padding: 10px 0 35px;
   }
   #takeout .wrap > .df-pc{
      max-width: 700px;
      margin: 0 auto;
   }
   .takeout-img{
      order:2;
      width: 36%;
      margin-bottom: 0;
   }
   .takeout-img p:nth-child(1){
      width: 100%;
      margin: 0 auto 10px;
   }
   .takeout-btn{      
      font-size: 14px;      
      line-height: 30px;
      max-width: 190px;
      margin: 0 auto;
   }
   .takeout-btn i{
      width: 17px;
   }
   .takeout-left{
      width: 53%;
      margin: 0;
   }
   .takeout-left h3{
      font-size: 20px;
      padding-left: 15px;
   }
   .takeout-list{      
      font-size: 16px;
      line-height: 36px;
      padding-right: 0;
      margin-top: 13px;
   }
   .takeout-txt2{
      text-align: left;
      font-size: 13px;
   }
   #takeout .tel{      
      margin: 40px auto 0;
      max-width: 550px;
      font-size: 1.2vw;
      padding: 10px 0 10px;
   }
   #takeout .tel .df-pc{
      align-items: center;
      justify-content: center;
   }
   #takeout .tel .df{      
      font-size: 40px;      
      margin-left: 25px;
   }
   #takeout .tel i{
      width: 27px;
      margin-right: 5px;
   }
   #takeout .btn-global{      
      margin: 16px auto 0;
      width: 416px;
   }
   #takeout .btn-global i{
      top: calc(50% - 12px);
   }
}

#shop h2{
   font-size: 13.3vw;
   text-align: center;
   letter-spacing: 0;
   margin: 0 -4% 5vw;
   line-height: 1;
}
#shop h2 span{
   color: #b72e00;
}
.shop-info{
   font-size: 14px;
   font-weight: 400;
   line-height: 1.75;
   margin-top: 5vw;
}
.shop-info p{
   margin-bottom: 6vw;
}
.shop-info p.button{
   margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
   #shop{
      margin-bottom: 190px;
   }
   #shop h2{
      float: right;
      font-size: 80px;
      text-align: right;
      width: 58%;
      margin: 0;
   }
   .shop-img{
      float: left;
      width: calc(50% - 100px);
   }
   .shop-info{
      float: right;
      text-align: right;
      font-size: 15px;
      line-height: 30px;
      width: 60%;
      margin-top: 45px;
   }
   .shop-info p{
      margin-bottom: 25px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 1550px) {
   #shop h2{
      font-size: 4vw;
   }
}