@charset "utf-8";

/*
*** すき焼のたれ トップページ ***
****/


/* common
共通パーツ*/

@media only screen and (min-width: 641px) {
  .header02 .swipe-nav > ul > li {
      white-space:normal;
    position: relative;
  }
}
a img:hover {
  filter: alpha(opacity=100) !important;
  -ms-filter: "alpha(opacity=100)" !important;
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  opacity: 1 !important;
}
a:hover {
    opacity: 1;
}


.link-btn {
  text-align: center;
}
.link-btn.mtmb {
  margin-block: 30px;
}
@media only screen and (max-width: 640px) {
  .link-btn.mtmb {
    margin-block: 10px;
  }
}
.link-btn a , .link-btn span {
  background: #a72230; /* Old browsers */
  background: -moz-linear-gradient(left,  #a72230 0%, #7d0f1b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #a72230 0%,#7d0f1b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #a72230 0%,#7d0f1b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72230', endColorstr='#7d0f1b',GradientType=1 ); /* IE6-9 */
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  margin: 20px auto 0;
}
.link-btn a:hover , .link-btn span:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}

.link-btn.mild a , .link-btn.mild span {
  background: #eb6526; /* Old browsers */
  background: -moz-linear-gradient(left,  #eb6526 0%, #f4b400 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #eb6526 0%,#f4b400 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #eb6526 0%,#f4b400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb6526', endColorstr='#f4b400',GradientType=1 ); /* IE6-9 */
}
.link-btn.mild a:hover , .link-btn.mild span:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
.link-btn a:hover {
  text-decoration: none;
}
.link-btn a:after , .link-btn span:after {
  content:"";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(/shared/img/svg/ar_side_white.svg) 96% 50% no-repeat;
  background-size: contain;
  margin-left: 5px;
}
.link-btn.mild a:after , .link-btn.mild span:after {
  background: url(/shared/img/svg/ar_side_white.svg) 96% 50% no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  .link-btn a:after , .link-btn span:after ,
  .link-btn.mild a:after , .link-btn.mild span:after{
    width: 8px;
    height: 12px;
  }
}
.spdisplay {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .pcdisplay {
    display: none;
  }
  .spdisplay {
    display: block;
  }
  .spclear {
    clear: both;
  }
}

/*.sukiyaki-top nav ul li:first-of-type a {
    border-color: #d2161a!important;
}
.sukiyaki-lineup nav ul li:nth-of-type(2) a{
  border-color: #d2161a!important;
}*/
.sukiyaki-lineup nav ul li:nth-of-type(1) a{
  border-color: #d2161a!important;
}
.sukiyaki-recipe nav ul li:nth-of-type(2) a{
  border-color: #d2161a!important;
}
.sukiyaki-specialty nav ul li:nth-of-type(3) a{
  border-color: #d2161a!important;
}
.sukiyaki-mild nav ul li:nth-of-type(4) a{
  border-color: #d2161a!important;
}
.sukiyaki-history nav ul li:nth-of-type(5) a{
  border-color: #d2161a!important;
}
.sukiyaki-omotenashi nav ul li:nth-of-type(6) a{
  border-color: #d2161a!important;
}


@keyframes fade-in1 {
  0% {opacity: 0; visibility:hidden; transform: translate3d(0,-20px,0);}
  100% {opacity: 1; visibility:visible;  transform: translate3d(0,0,0);}
}
@-webkit-keyframes fade-in1 {
  0% {opacity: 0; visibility:hidden; transform: translate3d(0,-20px,0);}
  100% {opacity: 1; visibility:visible;  transform: translate3d(0,0,0);}
}

.fadein1 ,
.fadein2 ,
.fadein3 ,
.fadein4 ,
.fadein5 ,
.fadein6{
  /*opacity: 0;*/
  visibility:hidden;
  
  animation-name:fade-in1;
  animation-duration:0.5s;
  animation-timing-function: ease-out;
  animation-iteration-count:1;
  animation-direction:normal;
  animation-fill-mode: forwards;
  
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
.fadein1 {
  animation-delay:1s;
}
.fadein2 {
  animation-delay:1.3s;
}
.fadein3 {
  animation-delay:1.8s;
}
.fadein4 {
  animation-delay:2.2s;
}
.fadein5 {
  animation-delay:2.6s;
}
.fadein6 {
  animation-delay:3s;
}
.contents-main {
  background: url("/sp/sukiyaki/img/bg_loop.jpg") repeat;
  display: block;
}
.contents-inner {
  position: relative;
}
.center-ttl {
  position: relative;
}
.center-ttl img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.body-txt h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  border-bottom: 1px solid #000000;
  padding: 0 30px 10px;
  margin: 30px auto 30px;
}
.body-txt p {
  margin: 0 auto 50px;
  letter-spacing: 0.2em;
  width: 780px;
  line-height: 1.6;
}
.body-txt p strong {
  color: #921825;
}
.body-txt .imgc {
  text-align: center;
  margin-bottom: 40px;
}
.body-txt .visual-l {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.body-txt .visual-r {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.body-txt .visual {
  display:-webkit-flex;
display:flex;
}

.body-txt .visual-l p ,
.body-txt .visual-r p{
  width: 100%;
  text-align: left;
  flex-grow: 1;
  margin-bottom: 30px;
}

.body-txt .visual-l p {
  flex-grow: 0;
}
.body-txt .visual-r p {
  flex-grow: 1;
}

.body-txt .visual-l h4 ,
.body-txt .visual-r h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  margin: 30px auto 20px;
}

.body-txt .visual-l img ,
.body-txt .visual-r img {
  margin: 10px 0;
}

.movieplay {
  padding: 20px;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.movieplay iframe {
  margin-left: auto;
  margin-right: auto;
}

.recipe-btn {
  padding-bottom: 60px;
}
.recipe-btn a {
  width: 25rem;
}

.nikujagaimg {
  position: relative;
  padding-right: 100px !important;
}

.nikujagaimg img {
  position: absolute;
  bottom: -12px;
}

@media only screen and (max-width: 1199px) {
  .body-txt h3 {
    font-size: 20px;
    padding: 0 15px 10px;
  }
  
  .body-txt .visual-l {
  padding-left: 8px;
  padding-right: 8px;
}
.body-txt .visual-r {
  padding-left: 8px;
  padding-right: 8px;
}
  
  .body-txt .visual-l h4 ,
.body-txt .visual-r h4 {
  font-size: 16px;
}
  .body-txt .visual-l p ,
.body-txt .visual-r p{
  font-size: 92%;
}
  
  .body-txt p {
    margin: 0 auto 40px;
    width: 100%;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  
  .nikujagaimg img {
    height: 50px;
    width: auto;
    bottom: -5px;
    right: 0;
}
  
}

/* main-visual
メインビジュアル */

#main-visual{
  /*width: 100%;*/
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-position: center center;
  background-size: cover;
  z-index: 6;
}
#main-visual .mainimage {
  z-index: 7;
  position: relative;
  width: 100%;
  }

.sukiyaki-mild #main-visual {
  margin-bottom: 30px;
}
.sukiyaki-omotenashi #main-visual {
  margin-bottom: 30px;
}

@media only screen and (max-width: 580px) {
/*.sukiyaki-top #main-visual {
    background-image: url("/sp/sukiyaki/img/top_header_bg_sp.jpg");
  }
  .sukiyaki-lineup #main-visual {
    background-image: url("/sp/sukiyaki/img/lineup_header_sp.jpg");
  }
  .sukiyaki-specialty #main-visual {
    background-image: url("/sp/sukiyaki/img/specialty_header_sp.jpg");
  }
  .sukiyaki-mild #main-visual {
    background-image: url("/sp/sukiyaki/img/mild_header_sp.jpg");
  }
  .sukiyaki-history #main-visual {
    background-image: url("/sp/sukiyaki/img/history_header_sp.jpg");
  }
  .sukiyaki-omotenashi #main-visual {
    background-image: url("/sp/sukiyaki/img/omotenashi_header_sp.jpg");
  }*/
}
  
@media only screen and (max-width: 580px) {
  #main-visual {
    /*height: 600px;*/
    width: 100%;
    text-align: center;
    position: relative;
  }
  /*#main-visual .mainimage {
    display: none;
  }*/
}

@media only screen and (min-width: 1919px) {
  #main-visual{
    height: auto;
  }
  #main-visual .mainimage {
    height: auto;
    width: 100%;
  }
}


/* top
トップページ */

.sukiyaki-top .sukiyaki-ttl {
  position: absolute;
  left: 0;
  margin-left: 3%;
  margin-right: 0;
  width: 47%;
  text-align: left;
  /*top: 21%;
  -webkit-transform: translateY(21%);
  transform: translateY(21%);*/
  z-index: 8;
  padding-top: 120px;

}
.sukiyaki-top .sukiyaki-img {
  position: absolute;
  right: 0;
  margin-right: 3%;
  width: 47%;
  text-align: right;
  /*top: 58%;
  -webkit-transform: translateY(58%);
  transform: translateY(58%);*/
  z-index: 8;
  padding-top: 200px;
}

.sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
  position: absolute;
  bottom: 65%;
  right: 7.5%;
  display: flex;
  flex-direction: row;
  column-gap: 96px;
}
.sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
  width: 77px;
}

@media only screen and (max-width: 1900px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 100px;
    margin-left: 10%;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 160px;
    margin-right: 10%;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 320px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 290px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 67%;
    right: 5.5%;
    display: flex;
    flex-direction: row;
    column-gap: 76px;
  }
}


@media only screen and (max-width: 1500px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 80px;
    margin-left: 15%;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 160px;
    margin-right: 15%;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 280px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 250px;
  }

  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 63%;
    right: 4.5%;
    display: flex;
    flex-direction: row;
    column-gap: 50px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 77px;
  }
}



@media only screen and (max-width: 1199px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 60px;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 140px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 240px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 200px;
  }

  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 63%;
    right: 3.1%;
    display: flex;
    flex-direction: row;
    column-gap: 38px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 67px;
  }
}

@media only screen and (max-width: 1000px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 50px;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 120px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 220px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 180px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 63%;
    right: 3.1%;
    display: flex;
    flex-direction: row;
    column-gap: 25px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 67px;
  }
}

@media only screen and (max-width: 900px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 30px;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 90px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 200px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 160px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 66%;
    right: 3.1%;
    display: flex;
    flex-direction: row;
    column-gap: 23px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 57px;
  }
}


@media only screen and (max-width: 800px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 20px;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 80px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 180px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 140px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 66%;
    right: 3.1%;
    display: flex;
    flex-direction: row;
    column-gap: 22px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 50px;
  }
}


@media only screen and (max-width: 700px) {
  .sukiyaki-top .sukiyaki-ttl {
    padding-top: 15px;
  }
  .sukiyaki-top .sukiyaki-img {
    padding-top: 70px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 160px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 120px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: absolute;
    bottom: 66%;
    right: 1%;
    display: flex;
    flex-direction: row;
    column-gap: 13px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 50px;
  }
}


@media only screen and (max-width: 640px) {
  .sukiyaki-top .sukiyaki-ttl {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .sukiyaki-top .sukiyaki-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 280px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 200px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 160px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    column-gap: 28px;
    justify-content: center;
    margin-bottom: 2%;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 55px;
  }
}


@media only screen and (max-width: 375px) {
  .sukiyaki-top .sukiyaki-img {
    padding-top: 250px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 180px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 140px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    justify-content: center;
    margin-bottom: 2%;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 55px;
  }
}


@media only screen and (max-width: 320px) {
  .sukiyaki-top .sukiyaki-img {
    padding-top: 180px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 130px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 110px;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons {
    position: relative;
    right: 0;
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    justify-content: center;
    margin-bottom: 2%;
  }
  .sukiyaki-top .sukiyaki-img .sukiyaki-renewal-icons img {
    width: 45px;
  }
}


.top-cm {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 0 0;
}

.top-cm-title {
  text-align: center;
  margin-bottom: 20px;
}

.top-cm-text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.top-cm-modal{
  margin: 20px 0;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.top-cm-modal::after {
  content: "";
  background: url(../img/play_icon.png)no-repeat center/100%;
  position: absolute;
  width: 74px;
  height: 74px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.top-cm-modal img {
  object-fit: cover;
  aspect-ratio: 380 / 213;

  /* 動画1個用の時 */
  /* aspect-ratio: 760 / 428; */
  width: 100%;
}

.top-cm-modal:hover {
  opacity: 0.65;
}

.top-cm-youtube{
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin: 20px 0;
}

.top-cm-youtube iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.top-cm-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-cm-list-item {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 110%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 641px) {

  .top-cm-list {
    flex-direction: row;
    justify-content: center;
  }

  .top-cm-list-item {
    width: 30%;

    /* ↓動画1個の時用 */
    /* width: 100%; */
  }
}

.mv-btn {
  position: absolute;
  display: block;
  bottom: 20%;
  z-index: 1000;
  right: 0;
}


@media only screen and (min-width: 641px) {
  .mv-btn {
    right: 40px;
  }
}



/*@media only screen and (min-width: 1500px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 22%;
    -webkit-transform: translateY(22%);
    transform: translateY(22%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 60%;
    -webkit-transform: translateY(60%);
    transform: translateY(60%);
  }
}

@media only screen and (min-width: 1600px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 26%;
    -webkit-transform: translateY(26%);
    transform: translateY(26%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 65%;
    -webkit-transform: translateY(65%);
    transform: translateY(65%);
  }
}

@media only screen and (min-width: 1700px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 31%;
    -webkit-transform: translateY(31%);
    transform: translateY(31%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 70%;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}

@media only screen and (min-width: 1800px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 35%;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 75%;
    -webkit-transform: translateY(75%);
    transform: translateY(75%);
  }
}

@media only screen and (min-width: 1900px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 39%;
    -webkit-transform: translateY(39%);
    transform: translateY(39%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 80%;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
  }
}

@media only screen and (min-width: 2000px) {
  .sukiyaki-top .sukiyaki-ttl {
    top: 43%;
    -webkit-transform: translateY(43%);
    transform: translateY(43%);
  }
  .sukiyaki-top .sukiyaki-img {
    top: 85%;
    -webkit-transform: translateY(85%);
    transform: translateY(85%);
  }
}

@media only screen and (max-width: 1600px) {
  .sukiyaki-top .sukiyaki-ttl img {
    width: 320px;
    margin-left: 70px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 290px;
  } 
}

@media only screen and (max-width: 1500px) {
  .sukiyaki-top .sukiyaki-ttl img {
    width: 320px;
    margin-left: 100px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 300px;
  } 
}

@media only screen and (max-width: 1400px) {
  .sukiyaki-top .sukiyaki-ttl img {
    width: 280px;
    margin-left: 160px;
}
.sukiyaki-top .sukiyaki-img img {
  width: 260px;
  margin-right: 80px;
  } 
}
@media only screen and (max-width: 1300px) {
  .sukiyaki-top .sukiyaki-ttl img {
    width: 280px;
}
.sukiyaki-top .sukiyaki-img img {
  width: 260px;
  } 
}
@media only screen and (max-width: 1200px) {
  .sukiyaki-top .sukiyaki-ttl img {
    width: 280px;
}
.sukiyaki-top .sukiyaki-img img {
  width: 230px;
  } 
}

@media only screen and (max-width: 1199px) {
  .sukiyaki-top .sukiyaki-ttl {
    margin-left: 2%;
    width: 100%;
    text-align: center;
    top: 0;
    -webkit-transform: translateY(23px);
    transform: translateY(23px);
  }
  .sukiyaki-top .sukiyaki-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    top: 230px;
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 390px;
    margin-left: 0;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 332px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .sukiyaki-top #main-visual {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .sukiyaki-top .sukiyaki-img {
    top: 10px;
  }
  .sukiyaki-top .sukiyaki-ttl img {
    width: 220px;
  }
  .sukiyaki-top .sukiyaki-img img {
    width: 180px;
  }
}*/

#main-visual .visual-r {
  float: right;
}
#main-visual p {
  text-shadow: 5px 5px 10px rgba(0,0,0,0.6);
  line-height: 1.8em;
}

@media only screen and (max-width: 1199px) {
  #main-visual .visual-r p {
    font-size: 86%;
  }
}
.visual-l , .visual-r {
  text-align: center;
  width: 50%;
}
.visual-l {
  float: left;
}
.visual-r {
  float: right;
}

.gochiso {
  padding-left: 1.7%;
  padding-right: 1.7%;
  padding-top: 40px;
}
.gochiso .btn-motion {
  width: 500px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #000000;
}
.gochiso .btn-motion img:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
.gochiso .btn-motion:hover img {
  transform: scale(1.05);
}
.gochiso .txt-r {
  width: 636px;
  float: right;
}
.gochiso .tac {
  margin-bottom: 10px;
}
.gochiso .txt-box {
  color: #FFFFFF;
}
.gochiso .txt-box h4 {
  font-size: 20px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  margin-bottom: 7px;
  padding-bottom: 5px;
}
.gochiso .txt-box h4 em {
  font-size: 14px;
  font-style: normal;
  margin-left: 1em;
  vertical-align: top;
}
.gochiso .txt-box p {
  line-height: 1.8em;
}
.gochiso .txt-box table {
  width: 100%;
}
.gochiso .txt-box tr {
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.gochiso .txt-box th , .gochiso .txt-box td {
  vertical-align: top;
  padding: 1px 0;
}
.gochiso .txt-box th {
  font-weight: normal;
  text-align: left;
}
.gochiso .txt-box td {
  text-align: right;
}
.gochiso .txt-box.b1 {
  float: left;
  width: 59%;
  margin-right: 1%;
}
.gochiso .txt-box.b2 {
  float: right;
  width: 39%;
  margin-left: 1%;
}

@media only screen and (max-width: 1270px) {
  .gochiso .txt-r {
    width: 54%;
    margin-left: 1px;
  }
    .gochiso .btn-motion {
    width: 44%;
    margin-right: 1px;
  }
}

@media only screen and (max-width: 1199px) {
  .gochiso .btn-motion {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .gochiso .txt-r {
    width: 100%;
    float: none;
  }
  .gochiso .txt-r h3 {
    text-align: center;
    padding-top: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .gochiso .txt-box h4 {
    font-size: 16px;
  }
  .gochiso .txt-box h4 em {
    font-size: 12px;
  }
  .gochiso .txt-box p , .gochiso .txt-box table {
    font-size: 14px;
  }
  .gochiso .txt-box.b1 {
    width: 54%;
    margin-right: 1%;
  }
  .gochiso .txt-box.b2 {
    width: 44%;
    margin-left: 1%;
  }
}

@media only screen and (max-width: 640px) {
.gochiso .btn-motion {
  width: 260px;
}
  
}

@media only screen and (max-width: 640px) {

  .gochiso .txt-box.b1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .gochiso .txt-box.b2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
  
}

#top-lineup {
  margin-bottom: 80px;
}

.lineup-higashi {
  width: 50%;
  float: left;
  overflow: inherit;
  position: relative;
  background: url("/sp/sukiyaki/img/top_lineup_bg_higashi.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}
.lineup-nishi {
  width: 50%;
  float: right;
  overflow: inherit;
  position: relative;
  background: url("/sp/sukiyaki/img/top_lineup_bg_nishi.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 390px;
}


@media only screen and (min-width: 1920px) {

  .lineup-higashi {
    height: 500px;
  }
  .lineup-nishi {
    height: 500px;
  }
  
}

@media only screen and (max-width: 1175px) {
  .lineup-higashi {
    background-position: right -50px center;
  }
  .lineup-nishi {
   background-position: right -50px center;
  }
}

.lineup-higashi div {
  /*float: right;
  width: 600px;*/
  width: 100%;
  text-align: center;
}
.lineup-nishi div {
  /*float: left;
  width: 600px;*/
  width: 100%;
  text-align: center;
}
.lineup-higashi div a ,
.lineup-nishi div a{
    display: block;
  }

.lineup-higashi div a:hover ,
.lineup-nishi div a:hover{
    display: block;
  }


.lineup-higashi a img:hover ,
.lineup-nishi a img:hover {
  filter: alpha(opacity=90) !important;
  -ms-filter: "alpha(opacity=90)" !important;
  -moz-opacity: 0.9 !important;
  -khtml-opacity: 0.9 !important;
  opacity: 0.9 !important;
}
.lineup-higashi a:hover ,
.lineup-nishi a:hover {
  filter: alpha(opacity=90) !important;
  -ms-filter: "alpha(opacity=90)" !important;
  -moz-opacity: 0.9 !important;
  -khtml-opacity: 0.9 !important;
  opacity: 0.9 !important;
}

.sukiyaki-top .center-ttl {
  padding-top: 40px;
}

@media only screen and (max-width: 840px) {

  .lineup-higashi {
    background-position: center center;
    height: auto;
    padding-bottom: 10px;
    width: 100%;
  }
  .lineup-higashi div {
    width: 100%;
  }
  .lineup-nishi {
    background-position: center center;
    height: auto;
    padding-bottom: 10px;
    width: 100%;
  }
  .lineup-nishi div {
    width: 100%;
  }
  .sukiyaki-top .center-ttl {
    padding-top: 20px;
  }
  .sukiyaki-top .center-ttl img {
    width: 169px;
  }
}


@media only screen and (max-width: 640px) {
  .lineup-higashi {
    background-position: right -45px center;
  }
  .lineup-nishi {
   background-position: right -45px center;
  }
}


#tab-menu .tabbox p {
  margin-bottom: 20px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
#tab-menu .tabbox .img-l {
  float: left;
  margin: 0 40px 40px 0;
}

#tab-menu .tabbox .txt-r {
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  #tab-menu .tabbox .img-l {
    float: none;
    margin: 0 auto 20px auto;
    display: block;
  }
}
#tabtop {
  position: absolute;
}

#warishita {
  padding: 0 0 50px 0;
  clear: both;
}

#warishita a img:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}

#specialty {
  padding-top: 80px;
  margin-bottom: 50px;
}

#specialty .box {
  width: 360px;
  height: 347px;
  position: relative;
  margin: 0 0 40px;
}
#specialty .box.ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
#specialty .box.cl {
  clear: both;
}
#specialty .box.ttl .read {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  max-width: 760px;
}
#specialty .box.btn {
  overflow: hidden;
  background: #000000;
}
#specialty .box.btn a:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}
#specialty .box h3 {
  text-align: center;
  margin-bottom: 30px;
}
#specialty .box.btn .ttl {
  position: absolute;
  font-size: 24px;
  color: #FFFFFF;
  display: block;
  font-weight: bold;
  z-index: 8;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 1px 1px 5px rgba(0,0,0,1);
}
#specialty .box.btn .ttl span:after {
  content:"";
  display: inline-block;
  width: 10px;
  height: 16px;
  color: #FFF;
  background: url(../img/arr_sp.png) 96% 50% no-repeat;
  background-size: contain;
  margin-left: 10px;
}
#specialty .box.btn .txt {
  position: absolute;
  color: #FFFFFF;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 8;
  font-weight: normal !important;
  padding: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background: rgba(0,0,0,0.5);
}
#specialty .btn-motion:hover img{
  transform: scale(1.05);
}

#specialty .specialty_group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 40px;
}


@media only screen and (max-width: 1270px) {
  #specialty .box {
    width: 30%;
    height: auto;
    margin: 0 1.5% 40px;
  }
}
@media only screen and (max-width: 959px) {
  #specialty .box h3 {
    margin-left: 0;
    margin-bottom: 15px;
}
  #specialty .box {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
  }
  #specialty .box.btn {
    width: 50%;
    margin-bottom: 0;
    
  }
  #specialty .box.btn.last {
    width: 100%;
  }
  #specialty .box.btn .ttl {
    font-size: 20px;
  }
  #specialty .box.btn .txt {
    font-size: 10px;
    padding: 5px 6px;
  }
  #specialty .box.btn {
    height: 160px;
    text-align: center;
  }
  #specialty .box.btn img {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  #specialty .box.btn .ttl {
    top: 40%;
  }
  #specialty .specialty_group {
    column-gap: 0;
  }
}
@media only screen and (max-width: 640px) {

  #specialty .box.btn {
    height: 130px;
    text-align: center;
  }

}

#recipe {
  background-image: url("/sp/sukiyaki/img/recipe_bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sukiyaki-top #recipe {
  padding-bottom: 40px!important;
}
#recipe .recipe-inner {
  overflow: inherit;
  position: relative;
  height: 930px;
}
.sukiyaki-top #recipe .recipe-inner {
  height: auto;
}

@media only screen and (max-width: 1199px) {
  #recipe .recipe-inner {
    height: auto;
    padding-bottom: 20px;
  }
  .sukiyaki-top ul.recipe-list li {
    margin-bottom: 0;
  }
  .sukiyaki-top ul.recipe-list li .ttl {
    margin-bottom: 0;
  }
}

ul.recipe-list li{
  margin-top: 80px;
  margin-bottom: 20px;
  width: 35%;
  float: left;
  position: relative;
  text-align: center;
  color: #FFFFFF;
}
ul.recipe-list li .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  ul.recipe-list li .ttl {
    margin-bottom: 0;
  }
}
ul.recipe-list li.icn .ttl {
  font-size: 18px;
  margin-left: 15px;
  margin-right: 15px;
}
ul.recipe-list li .ttl , ul.recipe-list li .txt {
  display: block;
}
ul.recipe-list li .txt {
  text-align: left;
  font-weight: normal;
}
ul.recipe-list li.icn {
  width: 16.66666666666667%;
}
ul.recipe-list li.recipe01 {
  margin-right: 12%;
  margin-left: 1.7%;
}
ul.recipe-list li.recipe02 {
  margin-left: 14.7%;
  margin-right: 0.3%;
}
ul.recipe-list li h4{
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 8;
}
ul.recipe-list li div{
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
ul.recipe-list li.icn div{
  width: 160px;
  height: 160px;
  margin: 0 auto 15px;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;

}
ul.recipe-list li.icn div img {
  transform: scale(2.4);
}
@media only screen and (max-width: 1199px) {
  .sukiyaki-top #recipe .center-ttl img {
    width: 10%;
  }
}
@media only screen and (max-width: 1000px) {
  .sukiyaki-top #recipe .center-ttl img {
    width: 11%;
  }
  .sukiyaki-recipe #recipe .center-ttl img {
    width: 4%;
  }
  ul.recipe-list li .txt {
    font-size: 12px;
}
  ul.recipe-list li .ttl {
  font-size: 16px;
}
ul.recipe-list li.icn .ttl {
  font-size: 14px;
}
  ul.recipe-list li h4{
  left: -40px;
  top: -15px;
}
  ul.recipe-list li h4 img {
    width: 40%;
}
  ul.recipe-list li{
  width: 40%;
}
  ul.recipe-list li.recipe01 {
  margin-right: 10%;
  margin-left: 0%;
}
ul.recipe-list li.recipe02 {
  margin-left: 10%;
  margin-right: 0;
}
  ul.recipe-list li.icn {
    margin-top: 10px;
}
}
@media only screen and (max-width: 1199px) {
  ul.recipe-list li.icn div{
    width: 140px;
    height: 140px;
  }
  .sukiyaki-top ul.recipe-list li.icn div{
    width: 100px;
    height: 100px;
  }
}


@media only screen and (max-width: 768px) {
  ul.recipe-list li.icn {
    width: 33.33333333333333%;
  }
  ul.recipe-list li.icn div{
    width: 120px;
    height: 120px;
  }
  .sukiyaki-top ul.recipe-list li.icn div{
    width: 80px;
    height: 80px;
  }
}

/*btn-motion*/
ul.recipe-list li div.btn-motion:hover img{
  
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  
  transform: scale(1.05);
}
ul.recipe-list li.icn div.btn-motion:hover img{
  
  -webkit-transform: scale(2.6);
  -moz-transform: scale(2.6);
  -o-transform: scale(2.6);
  -ms-transform: scale(2.6);
  
  transform: scale(2.6);
}


ul.recipe-list li div.btn-motion {
  background: #000000;
}
ul.recipe-list li div.btn-motion img:hover {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}


#linkbtn .left>a , #linkbtn .right>a {
  display: block;
}
#linkbtn .left {
  text-align: left;
}
#linkbtn .right {
  text-align: right;
}
#linkbtn .txtpic {
  display: block;
  width: 70%;
}
#linkbtn .txtbox {
  display: block;
  width: 30%;
}
#linkbtn .right .txtpic {
  float: right;
}
#linkbtn .left .txtpic {
  float: left;
}
#linkbtn .right .txtbox {
  float: left;
}
#linkbtn .left .txtbox {
  float: right;
}

#linkbtn .txtpic {
  position: relative;
}
#linkbtn .txtpic h3 {
  position: absolute;
  z-index: 8;
}
#linkbtn .txtpic span {
  position: absolute;
  z-index: 8;
}
#linkbtn .txtpic .txt {
  position: absolute;
  z-index: 8;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
  width: 74%;
  text-align: left;
  padding: 2% 3%;
  left: 0;
}
#linkbtn .txtpic .txt strong {
  margin-bottom: 6px;
  display: block;
}


.sukiyaki-top #linkbtn .left {
  padding-bottom: 80px;
}
.sukiyaki-top #linkbtn .right {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sukiyaki-top #linkbtn .txtpic h3 {
  top: 40px;
}
.sukiyaki-top #linkbtn .left .txtpic h3 {
  right: -300px;
}
.sukiyaki-top #linkbtn .right .txtpic h3 {
  left: -280px;
}
.sukiyaki-top #linkbtn .txtpic .txt {
  bottom: 0;
}
.sukiyaki-top #linkbtn .txtbox {
  margin-top: 150px;
}
.sukiyaki-top #linkbtn .left .txtpic .txt {
  right: 0;
}
.sukiyaki-top #linkbtn .txtpic img {
  width: 100%;
}
.sukiyaki-top #linkbtn .left .txtbox img {
  margin-left: 80px;
}
.sukiyaki-top #linkbtn .right .txtbox img {
  margin-right: 80px;
}
.sukiyaki-top #linkbtn a:hover img.more {
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
  -moz-opacity: 0.8 !important;
  -khtml-opacity: 0.8 !important;
  opacity: 0.8 !important;
}


.sukiyaki-lineup #linkbtn .left {
  padding-top: 120px;
}
.sukiyaki-lineup #linkbtn .right {
  padding-top: 140px;
  padding-bottom: 60px;
}
.sukiyaki-lineup #linkbtn .txtpic h3 {
  top: -60px;
}
.sukiyaki-lineup #linkbtn .txtpic span {
  top: -40px;
}

.sukiyaki-lineup #linkbtn .left .txtpic h3 {
  right: 30%;
}

.sukiyaki-lineup #linkbtn .right .txtpic h3 {
  left: 20%;
}
.sukiyaki-lineup #linkbtn .left .txtbox {
  width: 28%;
  margin-left: 2%;
  padding-top: 30px;
  display: block;
}
.sukiyaki-lineup #linkbtn .right .txtbox {
  width: 28%;
  margin-right: 2%;
  padding-top: 30px;
  display: block;
}
.sukiyaki-lineup #linkbtn .txtbox ,
.sukiyaki-lineup #linkbtn .txtbox .link-btn {
  text-align: left;
}
.sukiyaki-lineup #linkbtn .txtbox .link-btn a {
  width: 100%;
}

@media only screen and (max-width: 960px) {
  .sukiyaki-lineup #linkbtn .left .txtpic h3 {
    top: -30px;
  }
  .sukiyaki-lineup #linkbtn .right .txtpic h3 {
    top: -30px;
  }
  .sukiyaki-lineup #linkbtn .left .txtpic h3 img {
    width: 64px;
  }
  .sukiyaki-lineup #linkbtn .right .txtpic h3 img {
    width: 105px;
  }
  
  .sukiyaki-lineup #linkbtn .left {
  padding-top: 60px;
}
.sukiyaki-lineup #linkbtn .right {
  padding-top: 100px;
  padding-bottom: 40px;
}
  
  
}


@media only screen and (max-width: 768px) {
  .sukiyaki-lineup #linkbtn .left .txtbox {
    padding-top: 0;
    margin-left: 0;
  }
  .sukiyaki-lineup #linkbtn .right .txtbox {
    padding-top: 0;
  }
  
  .sukiyaki-lineup #linkbtn .left .txtpic h3 img {
    width: 56px;
  }
  .sukiyaki-lineup #linkbtn .right .txtpic h3 img {
    width: 96px;
  }
  
}
  
  
@media only screen and (max-width: 640px) {
  .sukiyaki-lineup  #linkbtn .txtpic {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }
  .sukiyaki-lineup #linkbtn .txtbox {
    width: 100% !important;
    float: none;
  }
  .sukiyaki-lineup #linkbtn .left {
    padding-top: 60px;
  }
  .sukiyaki-lineup #linkbtn .right {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .sukiyaki-lineup #linkbtn .txtpic h3 img {
    height: 240px !important;
    width: auto !important;
  }
  .sukiyaki-lineup #linkbtn .txtpic h3 {
    right: auto !important;
    left: 10% !important;
  }
  .sukiyaki-lineup #linkbtn .left .txtpic span {
    left: auto !important;
    right: 10% !important;
  }
  .sukiyaki-lineup #linkbtn .right .txtpic span {
    left: auto !important;
    right: 10% !important;
  }
  .sukiyaki-lineup #linkbtn .txtpic span img {
    width: 42%;
  }
  .sukiyaki-lineup #linkbtn .txtpic h3 {
    bottom: -16px;
    top: auto;
  }
  .sukiyaki-lineup #linkbtn .txtpic {
    margin-bottom: 25px;
  }
  .sukiyaki-lineup #linkbtn .txtpic span {
    text-align: right;
    bottom: -16px;
    top: auto;
  }
  .sukiyaki-lineup #linkbtn .txtbox .link-btn {
    text-align: center;
  }
  #linkbtn .txtpic .txt {
    position: absolute;
    z-index: 8;
    background: rgba(0,0,0,0.5);
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    padding: 2% 0;
  }
}


@media only screen and (max-width: 500px) {

  .sukiyaki-lineup #linkbtn .txtpic h3 img {
    height: 200px !important;
  }
 
}


@media only screen and (max-width: 414px) {

  .sukiyaki-lineup #linkbtn .txtpic h3 img {
    height: 160px !important;
  }
 
}


@media only screen and (max-width: 1199px) {
 .sukiyaki-top #linkbtn .txtpic h3 {
    top: 30px;
  }
  .sukiyaki-top #linkbtn .txtpic h3 img {
    height: 60px;
    width: auto;
  }
  .sukiyaki-top #linkbtn .left .txtpic h3 {
    right: -19%;
  }
  .sukiyaki-top #linkbtn .right .txtpic h3 {
    left: -19%;
  }
  .sukiyaki-top #linkbtn .txtpic {
    display: block;
    width: 85%;
  }
  .sukiyaki-top #linkbtn .txtbox {
    width: 15%;
  }
  .sukiyaki-top #linkbtn .txtbox img {
    margin-top: 15px;
  }
  .sukiyaki-top #linkbtn .left .txtbox img {
    margin-left: 5px;
  }
  .sukiyaki-top #linkbtn .right .txtbox img {
    margin-right: 5px;
  }
  #linkbtn .txtpic .txt {
    box-sizing: border-box;
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .sukiyaki-top #linkbtn .txtpic h3 {
    left: 0 !important;
    top: auto;
    position: relative;
    text-align: left;
  }
  .sukiyaki-top #linkbtn .txtpic h3 img {
    width: 100%;
    height: auto;
  }
  .sukiyaki-top #linkbtn .txtpic .txt {
    font-size: 12px;
    position: relative;
    display: block;
  }
  .sukiyaki-top #linkbtn .txtpic {
    display: block;
    width: 100%;
  }
  .sukiyaki-top #linkbtn .txtbox {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    margin: 10px;
    text-align: center;
  }
  .sukiyaki-top #linkbtn .txtbox img {
    width: 90px !important;
    margin: 10px auto 0 !important;
  }
    .sukiyaki-top #linkbtn .left {
    padding-top: 0;
      padding-bottom: 0;
  }
  .sukiyaki-top #linkbtn .right {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .sukiyaki-top #linkbtn {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}


/* lineup
商品ラインナップ */


/* recipe
アレンジレシピ */

.sukiyaki-recipe #recipe {
  padding-top: 20px;
  padding-bottom: 40px;
}

.sukiyaki-recipe #recipe .recipe-inner {
  height: auto;
  background-repeat: repeat-y;
}
.sukiyaki-recipe .center-ttl {
  padding-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .sukiyaki-recipe .center-ttl {
    padding-top: 60px;
  }
}
.sukiyaki-recipe ul.recipe-list li {
    margin-top: 0;
}
.recipe-ttl {
  text-align: center;
  margin-bottom: -55px;
  z-index: 8;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .recipe-ttl {
    padding: 0 10px;
    margin-bottom: -35px
  }
  .recipe-ttl img {
    height: 90px;
    width: auto;
  }
  .sukiyaki-recipe #recipe {
    margin-top: 2px;
  }
}
@media only screen and (max-width: 768px) {
  .recipe-ttl img {
    height: 63px;
  }
}

.recipe-inner {
  z-index: 1;
  position: relative;
}
.sukiyaki-recipe ul.recipe-list li {
    width: 42%;
  margin-bottom: 40px;
}
.sukiyaki-recipe ul.recipe-list li.recipe01 {
  margin-right: 7%;
  margin-left: 1%;
}
.sukiyaki-recipe ul.recipe-list li.recipe02 {
  margin-left: 7%;
  margin-right: 1%;
}
.sukiyaki-recipe ul.recipe-list li.icn {
    width: 21%;
  margin: 0 2% 40px;
}

@media only screen and (max-width: 768px) {
  .sukiyaki-recipe ul.recipe-list li.icn {
    width: 46%;
    margin: 0 2% 40px;
  }
  .sukiyaki-recipe ul.recipe-list li.icn.cl {
    clear: both;
  }
  .sukiyaki-top ul.recipe-list li.icn.cl {
    clear: both;
  }
}

/* specialty
すき焼のたれのこだわり */

.tabbtn {
  padding: 40px 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabbtn li {
  float: left;
  width: 18%;
  margin: 0 1%;
  display: block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 24px;
}
@media only screen and (max-width: 640px) {
  .tabbtn {
    padding: 20px 0;
  }
  .tabbtn li {
    font-size: 12px;
  }
}
.tabbtn li a {
  box-sizing: border-box;
  border-bottom: 1px solid #000000;
  text-align: center;
  display: block;
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  height: 100%;
  vertical-align: middle;
}
.tabbtn li a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color:  transparent transparent #a72230 transparent;
  border-width: 0 5px 5px 5px;
}
.tabbtn li a:after {
  display: none;
}
.tabbtn li a:hover {
  text-decoration: none;
  background: rgba(0,0,0,0.1);
}
.pagetab01 .tabbtn li.tab01 a ,
.pagetab02 .tabbtn li.tab02 a ,
.pagetab03 .tabbtn li.tab03 a ,
.pagetab04 .tabbtn li.tab04 a ,
.pagetab05 .tabbtn li.tab05 a {
  border-bottom: 2px solid #a72230;
}
.pagetab01 .tabbtn li.tab01 a:after ,
.pagetab02 .tabbtn li.tab02 a:after ,
.pagetab03 .tabbtn li.tab03 a:after ,
.pagetab04 .tabbtn li.tab04 a:after ,
.pagetab05 .tabbtn li.tab05 a:after {
  display: block;
}

.tabbtn li.inactive {
  pointer-events: none;
}

.tabbtn li.active {
  border-bottom: 1px solid #F00004;
}
#tab-menu .tabbox {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
  padding: 70px 0;
}
@media only screen and (max-width: 1199px) {
  #tab-menu .tabbox {
    padding: 40px 0;
  }
}

.sukiyaki-specialty #tab-menu .tabcon01 {
  background-image: url("/sp/sukiyaki/img/specialty_tab01.jpg");
}
.sukiyaki-specialty #tab-menu .tabcon02 {
  background-image: url("/sp/sukiyaki/img/specialty_tab02.jpg");
}
.sukiyaki-specialty #tab-menu .tabcon03 {
  background-image: url("/sp/sukiyaki/img/specialty_tab03.jpg");
}
.sukiyaki-specialty #tab-menu .tabcon04 {
  background-image: url("/sp/sukiyaki/img/specialty_tab04.jpg");
}
.sukiyaki-specialty #tab-menu .tabcon05 {
  background-image: url("/sp/sukiyaki/img/specialty_tab05.jpg");
}


/* mild
「マイルド」の誕生秘話！ */

.sukiyaki-mild .visual-l .ttl , .sukiyaki-mild .visual-r .ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
.sukiyaki-mild .visual-l .ttl , .sukiyaki-mild .visual-r .ttl {
  margin-bottom: 10px;
}
}
.sukiyaki-mild .txt-r {
  float: right;
  width: 680px;
  padding-top: 30px;
}
.sukiyaki-mild .txt-r h4 {
  font-weight: bold;
  color: #921825;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.4em;
}
.sukiyaki-mild .txt-r p {
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.sukiyaki-mild .txt-r h4 em {
  display: block;
  float: left;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  color: #FFFFFF;
  font-style: normal;
  text-align: center;
  background: #6F6F6F;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sukiyaki-mild .img-l {
  float: left;
  width: 490px;
  margin-right: 30px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1266px) {
  .sukiyaki-mild .txt-r {
  float: none;
  width: 100%;
    margin-bottom: 20px;
}
.sukiyaki-mild .img-l {
  float: none;
  width: 100%;
  margin-right: 0;
  text-align: center;
}
}

@media only screen and (max-width: 960px) {
  .sukiyaki-mild .txt-r p {
    letter-spacing: 0em;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 920px) {
  .sukiyaki-mild .body-txt .visual-l ,
  .sukiyaki-mild .body-txt .visual-r {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}


/* history
わりしたの歴史 */

.sukiyaki-history #tab-menu .tabcon01 {
  background-image: url("/sp/sukiyaki/img/history_tab01.jpg");
}
.sukiyaki-history #tab-menu .tabcon02 {
  background-image: url("/sp/sukiyaki/img/history_tab02.jpg");
}
.sukiyaki-history #tab-menu .tabcon03 {
  background-image: url("/sp/sukiyaki/img/history_tab03.jpg");
}
.sukiyaki-history #tab-menu .tabcon04 {
  background-image: url("/sp/sukiyaki/img/history_tab04.jpg");
}
.sukiyaki-history #main-visual .visual-l {
  padding-top: 150px;
}
.sukiyaki-history #main-visual .visual-r {
  padding-top: 150px;
  text-align: left;
}
.sukiyaki-history #main-visual .visual-r p {
  width: 400px;
  margin: 0 auto;
}
.sukiyaki-history .tabbtn li {
    width: 23%;
    margin: 0 1%;
}


/* omotenashi
一歩上のわりした */

.sukiyaki-omotenashi #main-visual {
  overflow: inherit;
  background-position: center center;
  background-size: cover;
}
.sukiyaki-omotenashi #recipe .recipe-inner {
  background: none;
  height: auto;
}
.shiage {
  margin: 20px 0 50px 0;
  display:flex;
}
.shiage li {
  float: left;
  width: 26%;
  background: #FFFFFF;
  margin: 0 3%;
  padding: 3% 2% 2%;
  position: relative;
}
.shiage li h4 {
  position: absolute;
  left: -20px;
  top: -25px;
}
.sukiyaki-omotenashi ul.recipe-list {
  padding-bottom: 90px;
}
.sukiyaki-omotenashi ul.recipe-list li {
    width: 21%;
  margin: 0 2%;
  color: #000000;
}
.sukiyaki-omotenashi #recipe {
  background-image: none;
}


@media only screen and (max-width: 1199px) {
  .sukiyaki-omotenashi .omotenashi-ttl {
    left: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .sukiyaki-omotenashi ul.recipe-list li {
    width: 46%;
    margin: 0 2%;
    margin-bottom: 20px;
  }
  .sukiyaki-omotenashi ul.recipe-list li.cl {
    clear: both;
  }
}

@media only screen and (max-width: 960px) {
  .shiage {
    display: block;
  }
  .shiage li {
    width: 94%;
    float: none;
    padding: 5% 3% 3%;
  }
  .shiage li h4 {
    left: -10px;
    top: -10px;
  }
  .shiage li h4 img {
    height: 21px;
    width: auto;
  }
  .shiage li {
    margin-bottom: 30px;
  }
}


/* area-cp-banner
----------------------------------------------------------- */

.cp-banner {
	position: relative; 
  width: 600px;
  display: none;
  z-index: 10;
  position: fixed;
  bottom: 10px;
	left: 10px;
}

@media only screen and (max-width: 640px) {
	.cp-banner {
		bottom: 0;
		left: 0.5%;
		width: 99%;
	}
}

.cp-banner .cp-banner-img {
	width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
}
.cp-banner .cp-banner-inner {
  width: 600px;
  height: 154px;
	position: relative; 
}
.cp-banner .cp-banner-inner img {
  width: 100%;
}

@media only screen and (max-width: 640px) {
	.cp-banner .cp-banner-inner {
		width: 100%;
		height: auto;
	}
}

.cp-banner .cp-banner-inner a {
  display: block;
}
.cp-banner .cp-banner-img .close {
  position: absolute;
  top: -20px;	
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
	font-weight: bold;
	line-height: 20px;
  text-align: center;
  overflow: hidden;
	background: #FFFFFF;
	cursor: pointer;
}





/* header
ドロップダウン追加用
------------------------------------------------------------ */

body {
    overflow: hidden;
}

.brand-header-wrap {
  position: relative;
  height: 83px;
}

.brand-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 9px 0 8px;
  background-color: #fff;
}
.brand-header.is-fixed {
  position: fixed;
}
@media only screen and (max-width: 640px) {
  .brand-header {
    padding: 0 10px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
  }
}

.brand-header_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding-left: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_inner {
    max-width: none;
    width: auto;
    padding-left: 130px;
  }
}

.brand-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo {
    width: 130px;
  }
}

.brand-header_logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-header_logo > a:hover,
.brand-header_logo > a:active {
  opacity: .8;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo > a:hover,
  .brand-header_logo > a:active {
    opacity: 1;
  }
}

.brand-header_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo img {
    max-width: 76.15%;
  }
}

.brand-header_logo img:hover,
.brand-header_logo img:active {
  opacity: 1;
}

.brand-header_body {
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .brand-header_body {
    padding: 0;
  }
}

.brand-header_navi {
}

.brand-header_navi_inner {
  display: table;
  margin-right: 0;
  margin-left: auto;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.8) 5%);
}

.brand-header_navi_inner.is-moving {
  cursor: w-resize;
}

.brand-header_navi_inner.is-moving a {
  pointer-events: none;
}

.brand-header_navi_inner > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.brand-header_navi_item {
  display: table;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item {
    font-size: 14px;
    white-space: nowrap;
  }
}

.brand-header_navi_item a {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item a {
    padding: 11px 9px;
  }
}

.brand-header_navi_item a:hover,
.brand-header_navi_item a:active,
.brand-header_navi_item a.is-current {
  text-decoration: none;
  border-bottom-color: #d2161a;
}

.brand-header_lower-navi {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  padding-top: 12px;

  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi {
    padding-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 97px);
  }
  .is-fixed .brand-header_lower-navi {
    max-height: calc(100vh - 50px);
  }
}
.brand-header_lower-navi.is-current {
  pointer-events: auto;
  opacity: 1;
}
.brand-header_lower-navi::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #d2161a transparent;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi::after {
    display: none;
  }
}

.brand-header_lower-navi_item {
  border: solid 1px #d2161a;
  border-top: none;
  font-size: 15px;
  text-align: left;
  background-color: #d2161a;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item {
    border: solid 1px #e5e5e5;
    border-top: none;
  }
}

.brand-header_lower-navi_item:first-child {
  border-top: solid 1px #d2161a;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item:first-child {
    border-top: solid 1px #d2161a;
  }
}

.brand-header_lower-navi_item > a {
  display: block;
  padding: 12px 28px 12px 12px;
  background: #d2161a url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item > a {
    padding: 10px 28px 10px 10px;
  }
}

.brand-header_lower-navi_item > a:hover,
.brand-header_lower-navi_item > a:active {
  background-color: #fff;
  background-image: url(/shared/img/svg/ar01.svg);
  color: #231815;
  text-decoration: none;
}

.sec-video {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

@media only screen and (min-width: 641px) {
  .sec-video {
    width: 100%;
    max-width: 1000px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

.video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*202312追加*/

#recipetop {
  margin-top: 50px;
}

#recipetop h3 {
  text-align: center;
  margin-bottom: 30px;
}

#recipetop p {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}

#recipe h3 {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 20px;
}

#recipe .recipe-group {
  display: flex;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: wrap;
}

#recipe .recipe-item {
  width: 32%;
}

#recipe .recipe-item .link-btn a {
  width: 100%;
  margin: 10px auto 0;
}

@media only screen and (max-width: 640px) {
  #recipe .recipe-group {
    row-gap: 20px;
  }
  
  #recipe .recipe-item {
    width: 100%;
    padding: 10px;
  }
}

.sukiyaki-recipe .contents-inner.amauma-inner {
  padding-bottom: 66px;
}

@media only screen and (max-width: 640px) {
  .sukiyaki-recipe .contents-inner.amauma-inner {
    padding-bottom: 0;
  }
}

