html {
  scroll-behavior: smooth;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
#tataki_lp {
  margin: 137px auto 0;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}
#tataki_lp img {
  width: 100%;
  height: auto;
}
#area-1, #area-2, #area-3, #area-4 {
  margin-top: -137px;
  padding-top: 137px;
  z-index: -1;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.bg01 {
  padding: 3em 0;
  background: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/bg01.webp");
  background-size: 100%;
}
.bg02 {
  padding: 3em 0;
  background: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/bg02.webp");
  background-size: 100%;
  color: #fff;
}
/* lineup */
.tataki_lineup_ttl {
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 1.4;
}
.tataki_lineup_ttl span {
  display: block;
  color: #A50000;
  font-size: 30px;
  margin: 0 auto 5px;
}
.tataki_lineup {
  width: 85%;
  margin: auto;
}
.tataki_lineup li {
  margin: 1.5em auto 0;
}
.tataki_lineup li p {
  font-size: 32px;
  margin: 0.3em auto;
}
.tataki_lineup li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #A50000;
  color: #fff;
  font-size: 30px;
  padding: 8px 70px 8px 50px;
  border-radius: 50px;
  text-align: center;
  outline: none;
  transition: ease .2s;
}
.tataki_lineup li a:hover {
  background: #fff;
  color: #A50000;
}
.tataki_lineup li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  display: block;
  content: '\f0da';
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all .3s;
}
.tataki_lineup li a:hover::after {
  color: #A50000;
}
/* title */
.tataki_title {
  position: relative;
  color: #fff;
  text-align: left;
}
.tataki_title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
}
.tataki_title img {
  height: 480px !important;
  object-fit: cover;
}
.tataki_title_inner.bottom {
  top: auto;
  bottom: 40px;
}
.tataki_title_inner {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  line-height: 1.5;
  letter-spacing: 2px;
}
.tataki_title_inner p {
  font-size: 35px;
  padding: 0 0 0 40px;
  margin: 0.3em auto;
}
.tataki_title_inner p span {
  color: #C9B458;
  font-size: 50px;
  line-height: 1.4;
}
.tataki_title_inner h2 {
  display: inline-block;
  position: relative;
  font-size: 65px;
  padding: 5px 40px;
}
.tataki_title_inner h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #A50000 0%, rgba(0, 0, 0, 0)100%);
}
.tataki_title_inner h2 span {
  position: relative;
  z-index: 1;
}
/* feature01 */
.feature01_ttl {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
}
.feature01_ttl::before {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 318px;
  height: 35px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/line_red.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.feature01_ttl span {
  display: block;
  position: relative;
  font-size: 55px;
}
.feature01 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 2em auto 0em;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.feature01 div {
  width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 45px;
  line-height: 1.6;
  letter-spacing: 4px;
  margin: 0 auto;
}
.feature01 div span {
  display: inline-block;
  border-left: 1px solid #fff;
}
.feature01 img {
  width: 60% !important;
  height: 600px !important;
  object-fit: cover;
  margin: 0;
}
.feature01 p {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: left;
}
.feature01 p span {
  background: linear-gradient(90deg, #A50000 0%, rgba(0, 0, 0, 0)100%);
  display: inline-block;
  margin: 0 0px 10px;
  padding: 3px 15px;
  font-size: 30px;
}
.feature01_list {
  width: 85%;
  margin: auto;
}
.feature01_list li {
  background: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/bg01.webp");
  background-size: 100%;
  margin: 3.5em auto 0;
  position: relative;
  padding: 30px 40px;
  color: #000;
  border-radius: 10px;
}
.feature01_list li::before {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 200px;
  height: 65px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/line_gold.webp");
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}
.feature01_list li h4 {
  font-weight: bold;
  margin: 0 auto 0.3em;
  color: #A50000;
  font-size: 45px;
  line-height: 1.4;
}
.feature01_list li h4 span {
  display: inline-block;
}
.feature01_list li div {
  font-weight: 500;
  margin: 0.7em auto 0.7em;
  position: relative;
  font-size: 33px;
  line-height: 1.5;
}
.feature01_list li div span {
  display: inline-block;
}
.feature01_list li div::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  background: #A50000;
}
.feature01_list li p {
  text-align: left;
  font-size: 23px;
}
.feature01_list li p:first-of-type {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: block;
  width: 200px;
  line-height: 65px;
  color: #fff;
  font-size: 33px;
  text-align: center;
}
/* feature02 */
.feature02_txt {
  width: 85%;
  margin: auto;
  text-align: left;
  font-size: 25px;
  line-height: 1.8;
}
.feature02_list {
  width: 85%;
  margin: auto;
}
.feature02_list li {
  position: relative;
  margin: 2em auto 0;
  counter-increment: mycounter;
}
.feature02_list li::before {
  position: absolute;
  top: 28px;
  right: 15px;
  content: counter(mycounter, decimal);
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  z-index: 3;
  width: 93px;
  text-align: center;
}
.feature02_list li::after {
  position: absolute;
  top: -5px;
  right: 15px;
  width: 93px;
  height: 96px;
  content: '';
  background: #A50000;
  clip-path: polygon(100% 0, 100% 100%, 50% 95%, 0 100%, 0 0);
  padding: 10px 0 0;
}
.feature02_list li:nth-of-type(even)::before {
  right: auto;
  left: 15px;
}
.feature02_list li:nth-of-type(even)::after {
  right: auto;
  left: 15px;
}
.feature02_list_ttl {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 93px;
  color: #fff;
  font-size: 25px;
  z-index: 3;
}
.feature02_list li:nth-of-type(even) .feature02_list_ttl {
  left: 15px;
  right: auto;
}
.feature02_list_img {
  position: relative;
}
.feature02_list_img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  content: '';
  background: linear-gradient(-90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0)100%);
  opacity: 0.7;
  border-radius: 10px 10px 0 0;
}
.feature02_list li:nth-of-type(even) .feature02_list_img::before {
  right: auto;
  left: 0;
  transform: scale(-1, 1);
}
.feature02_list_img img {
  height: 300px !important;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.feature02_list_img h3 {
  position: absolute;
  top: 110px;
  right: 10px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 3px;
}
.feature02_list li:nth-of-type(even) .feature02_list_img h3 {
  right: auto;
  left: 10px;
}
.feature02_list_txt {
  background: #F2E5CD;
  padding: 20px 30px;
  border-radius: 0 0 10px 10px;
}
.feature02_list_txt div {
  color: #A50000;
  font-weight: bold;
  line-height: 1.4;
  font-size: 25px;
  margin: 0 auto 0.3em;
}
.feature02_list_txt div span {
  display: block;
  font-size: 35px;
}
.feature02_list_txt p {
  text-align: left;
  font-size: 23px;
}
.feature02_list_txt p span {
  color: #A50000;
}
.feature02_list_txt img {
  margin: 1em auto 0.5em;
}
.point_list {}
.point_list li {
  margin: 3em auto 0;
}
.point_list li:first-child {
  margin: 0 auto;
}
.point_list_inner {
  position: relative;
}
.point_list_inner div {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  margin: 0 auto 0.5em;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 3px;
}
.point_list_inner div span {
  position: relative;
  display: inline-block;
  justify-content: center; /* 横（行内）中央 */
  align-items: flex-start; /* ← 天基準 */
  font-size: 100px;
  padding: 25px 0 0;
  letter-spacing: 10px;
  z-index: 1;
}
.point_list_inner div span::before {
  content: '';
  position: absolute;
  top: 0; /* ← 天 */
  left: 0;
  right: 0;
  margin: auto; /* ← 中央 */
  width: 160px;
  height: 160px;
  background-image: url("https://file003.shop-pro.jp/PA01425/809/img/tataki/circle.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.point_list_inner img {
  width: 90% !important;
  margin: 0 10% 0 0;
  height: 500px !important;
  object-fit: cover;
}
.point_list_inner p {
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  text-align: left;
  font-size: 38px;
  letter-spacing: 2px;
}
.point_list_inner p span {
  position: relative;
  display: inline-block;
  margin: 0 0px 10px;
  padding: 3px 35px 3px 50px;
  background: linear-gradient(90deg, rgba(165, 0, 0, 0.9) 0%, rgba(165, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0)100%);
}
.point_list li > p {
  width: 85%;
  margin: 2.5em auto 0;
  text-align: left;
  font-size: 23px;
}
.scene {
  width: 90%;
  margin: auto;
}
.scene li {
  position: relative;
  margin: 2em auto 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.scene li:first-child {
  margin: 0 auto;
}
.scene li:nth-of-type(even) {
  flex-direction: row;
}
.scene li img {
  width: calc(100% - 150px) !important;
  height: 400px !important;
  object-fit: cover;
}
.scene li:nth-of-type(even) p {
  margin: 0 20px 0 0;
  width: 130px;
}
.scene li p {
  width: 150px;
  margin: 0 auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  color: #fff;
  font-size: 30px;
  letter-spacing: 3px;
  box-sizing: border-box;
}
.scene li p span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 10px 2px 60px 2px;
  background: linear-gradient(180deg, rgba(165, 0, 0, 0.9) 0%, rgba(165, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0)100%);
}
.gift_bg {
  background: #EFF0F4;
  position: relative;
  padding: 45px 0 40px;
}
.gift_ribbon {
  overflow: hidden;
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  display: grid;
  place-items: center;
  place-content: center;
}
.gift_ribbon img {
  width: auto !important;
  height: 40px !important;
}
.gift_inner {
  width: 88%;
  margin: auto;
}
.gift_inner div {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 2px;
}
.gift_inner div span {
  color: #A50000;
}
.gift_inner p {
  font-size: 20px;
  margin: 0.5em auto 1em;
}
.gift_img {
  display: none;
}
/* ------------------------------------ */
/* PC用 */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  #tataki_lp {
    margin: 0px auto 0;
    text-align: center;
  }
  #area-1, #area-2, #area-3, #area-4 {
    margin-top: 0px;
    padding-top: 0px;
  }
  .bg01 {
    padding: 4em 0;
  }
  .bg02 {
    padding: 5em 0;
  }
  /* lineup */
  .tataki_lineup_ttl {
    font-size: 35px;
  }
  .tataki_lineup_ttl span {
    font-size: 30px;
  }
  .tataki_lineup {
    width: 90%;
    margin: 1.5em auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
  }
  .tataki_lineup li {
    margin: 0 15px;
    width: 450px;
  }
  .tataki_lineup li p {
    font-size: 25px;
    margin: 0.3em auto;
  }
  .tataki_lineup li a {
    font-size: 22px;
  }
  /* title */
  .tataki_title::before {
    width: 60%;
  }
  .tataki_title img {
    height: 550px !important;
  }
  .tataki_title_inner.bottom {
    bottom: 60px;
  }
  .tataki_title_inner {
    top: 50px;
  }
  .tataki_title_inner p {
    font-size: 40px;
    padding: 0 0 0 60px;
  }
  .tataki_title_inner p span {
    font-size: 60px;
  }
  .tataki_title_inner h2 {
    font-size: 75px;
    padding: 5px 60px;
  }
  /* feature01 */
  .feature01_ttl {
    font-size: 35px;
    line-height: 1.4;
  }
  .feature01_ttl::before {
    bottom: -8px;
  }
  .feature01_ttl span {
    font-size: 62px;
  }
  .feature01 {
    margin: 3em auto 0em;
  }
  .feature01 div {
    width: auto;
    letter-spacing: 6px;
    font-size: 50px;
    margin: 0 auto;
  }
  .feature01 img {
    width: calc(100% - 400px) !important;
    height: 650px !important;
  }
  .feature01 p {
    bottom: 40px;
    letter-spacing: 2px;
  }
  .feature01 p span {
    padding: 2px 55px 2px 15px;
    font-size: 35px;
  }
  .feature01_list {
    width: 90%;
    max-width: 1100px;
    margin: auto;
  }
  .feature01_list li {
    margin: 6em auto 0;
    letter-spacing: 2px;
    padding: 50px 100px;
  }
  .feature01_list li h4 {
    margin: 0 auto 0.3em;
    font-size: 55px;
  }
  .feature01_list li div {
    line-height: 1.6;
    margin: 0.7em auto 0.7em;
    font-size: 35px;
  }
  .feature01_list li p {
    font-size: 19px;
    line-height: 2;
  }
  /* feature02 */
  .feature02_txt {
    width: 90%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 2;
  }
  .feature02_list {
    width: 90%;
    max-width: 900px;
  }
  .feature02_list li {
    margin: 4em auto 0;
  }
  .feature02_list li::before {
    right: 25px;
  }
  .feature02_list li::after {
    right: 25px;
    width: 93px;
  }
  .feature02_list li:nth-of-type(even)::before {
    right: auto;
    left: 25px;
  }
  .feature02_list li:nth-of-type(even)::after {
    right: auto;
    left: 25px;
  }
  .feature02_list_ttl {
    right: 25px;
  }
  .feature02_list li:nth-of-type(even) .feature02_list_ttl {
    left: 25px;
    right: auto;
  }
  .feature02_list_img img {
    height: 400px !important;
  }
  .feature02_list_img h3 {
    top: 120px;
    right: 3px;
    font-size: 80px;
    letter-spacing: 4px;
  }
  .feature02_list li:nth-of-type(even) .feature02_list_img h3 {
    right: auto;
    left: 3px;
  }
  .feature02_list_txt {
    padding: 30px 80px;
  }
  .feature02_list_txt div {
    font-size: 30px;
  }
  .feature02_list_txt div span {
    font-size: 40px;
  }
  .feature02_list_txt p {
    font-size: 18px;
    line-height: 2;
  }
  .feature02_list_txt img {
    max-width: 600px;
    margin: 1em auto 0.5em;
  }
  .point_list {}
  .point_list li {
    margin: 7em auto 0;
  }
  .point_list li:nth-of-type(even) .point_list_inner {
    flex-direction: row;
  }
  .point_list_inner {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .point_list_inner div {
    width: 250px;
    margin: 0 auto 0.5em;
    font-size: 50px;
    letter-spacing: 4px;
  }
  .point_list_inner div span {
    font-size: 115px;
  }
  .point_list_inner img {
    width: calc(90% - 250px) !important;
    margin: 0;
    height: 550px !important;
    object-fit: cover;
  }
  .point_list li:nth-of-type(even) .point_list_inner p {
    right: auto;
    left: 50px;
  }
  .point_list_inner p {
    bottom: 20px;
    left: auto;
    right: 60px;
    display: inline-block;
    width: auto;
  }
  .point_list_inner p span {
    padding: 3px 55px 3px 20px;
  }
  .point_list li > p {
    width: 90%;
    max-width: 1000px;
    margin: 2.5em auto 0;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 2;
  }
  .scene {
    width: 90%;
    max-width: 1100px;
  }
  .scene li {
    margin: 4em auto 0;
  }
  .scene li img {
    width: calc(100% - 200px) !important;
    height: 550px !important;
    object-fit: cover;
  }
  .scene li:nth-of-type(even) p {
    margin: 0 40px 0 0;
    width: 160px;
  }
  .scene li p {
    width: 200px;
    font-size: 35px;
  }
  .gift_bg {
    padding: 60px 0 60px;
  }
  .gift_ribbon {
    top: -15px;
  }
  .gift_inner {
    position: relative;
    z-index: 1;
    width: 700px;
    margin: 0 40% 0 auto;
  }
  .gift_inner div {
    font-size: 45px;
  }
  .gift_inner p {
    font-size: 20px;
    letter-spacing: 2px;
    margin: 0.5em auto 1em;
  }
  .gift_img {
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    left: 22%;
    width: 78%;
    text-align: right;
  }
  .gift_img img {
    width: auto !important;
    height: 570px !important;
    margin: 0 -22% 0 0;
  }
}