@charset "utf-8";
[v-cloak] {
  display: none;
}

.select__content, .select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.point__container, .lead__container, .mv__container {
  max-width: 1200px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point__container, .lead__container, .mv__container {
    padding: 0px;
  }
}

#str-main {
  background: #d80c18;
  margin-bottom: 15px;
}

.linknav__link--resume {
  display: none;
}

.linknav__twitter-link {
  display: block;
}

.mv__container {
  padding: 0;
}
.mv__main-visual {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mv__main-visual figure {
  display: block;
  max-width: 640px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 769px) {
  .mv__main-visual figure {
    width: 53.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .mv__main-visual figure {
    width: 100%;
    max-width: 100vw;
    padding-top: 68vw;
  }
}
.mv__main-visual figure::before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 582px;
  height: 399px;
  background-image: url(../images/pc/index-mv-before.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 30px;
  left: -81px;
}
@media screen and (min-width: 769px) {
  .mv__main-visual figure::before {
    width: 90.9375%;
    height: 70%;
    top: 5.2631578947%;
    left: -12.65625%;
  }
}
@media screen and (max-width: 768px) {
  .mv__main-visual figure::before {
    display: none;
  }
}
.mv__main-text {
  position: absolute;
  width: 575px;
  top: 0;
  right: -7px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .mv__main-text {
    width: 47.9166666667%;
    right: -0.5833333333%;
  }
}
@media screen and (max-width: 768px) {
  .mv__main-text {
    width: 100%;
    right: 0;
  }
}
.mv__main-text h2 {
  width: 100%;
  padding: 70px 0 20px;
}
@media screen and (max-width: 1200px) {
  .mv__main-text h2 {
    padding: 12.2807017544% 0 3.5087719298%;
  }
}
@media screen and (max-width: 768px) {
  .mv__main-text h2 {
    padding: 1.3333333333vw 0 1.3333333333vw;
  }
}

.select__container {
  padding: 30px 0 0;
  background-color: #af1118;
}
@media screen and (max-width: 768px) {
  .select__container {
    padding: 4vw 0;
    overflow: hidden;
  }
}
.select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .select__list {
    width: 250%;
  }
}
.select__list .list__item:nth-child(-n+2) {
  margin-right: 15px;
}
@media screen and (max-width: 1200px) {
  .select__list .list__item:nth-child(-n+2) {
    margin-right: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .select__list .list__item:nth-child(-n+2) {
    margin-right: 2vw;
  }
}
.select__list .list__item:nth-child(even) {
  -webkit-box-shadow: 6px 0 10px #510508;
          box-shadow: 6px 0 10px #510508;
}
@media screen and (max-width: 768px) {
  .select__list .list__item:nth-child(even) {
    -webkit-box-shadow: 0.8vw 0 1.3333333333vw #510508;
            box-shadow: 0.8vw 0 1.3333333333vw #510508;
  }
}
.select__list .list__item:nth-child(odd) figure {
  position: relative;
}
.select__list .list__item:nth-child(odd) figure::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  background-color: rgba(188, 18, 25, 0.6);
}
.select__contents {
  width: 100%;
}
.select__content {
  width: 100%;
}
.select__content:hover {
  opacity: 1 !important;
}
.select__thumb {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}
.select__thumb.new::before {
  content: "";
  background-image: url(../images/index-icon-new.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 18.125%;
  height: 32.2222222222%;
  right: 0.625%;
  top: 3.8888888889%;
}
@media screen and (max-width: 768px) {
  .select__thumb.new::before {
    width: 11.2vw;
    height: 11.2vw;
  }
}
.select .swiper-container {
  padding-bottom: 4.0625vw;
}
@media screen and (max-width: 768px) {
  .select .swiper-container {
    padding-bottom: 6.6666666667vw;
  }
}
.select .swiper-container .swiper-slide {
  pointer-events: all;
  cursor: pointer;
  -webkit-box-shadow: 6px 0 10px #510508;
          box-shadow: 6px 0 10px #510508;
}
.select .swiper-container .swiper-slide.soon {
  pointer-events: none;
}
.select .swiper-container .swiper-slide-prev, .select .swiper-container .swiper-slide-next {
  pointer-events: none;
}
.select .swiper-container .swiper-slide-prev a, .select .swiper-container .swiper-slide-next a {
  pointer-events: none;
}
.select .swiper-container .swiper-button-prev, .select .swiper-container .swiper-button-next {
  top: 44%;
}
@media screen and (max-width: 768px) {
  .select .swiper-container .swiper-button-prev {
    left: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .select .swiper-container .swiper-button-next {
    right: 8vw;
  }
}
.select .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 0;
  height: 6.92%;
  max-height: 18px;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .select .swiper-container-horizontal .swiper-pagination-bullets {
    height: 3.2vw;
    max-height: unset;
    margin-bottom: 0;
  }
}
.select .swiper-container-horizontal .swiper-pagination-bullet {
  width: 1.2857142857%;
  max-width: 18px;
  height: 100%;
  opacity: 0.5;
  margin: 0 5px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .select .swiper-container-horizontal .swiper-pagination-bullet {
    width: 3.2vw;
    max-width: unset;
    height: 3.2vw;
  }
}
.select .swiper-container-horizontal .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.file {
  padding: 130px 0 0;
}
@media screen and (max-width: 768px) {
  .file {
    padding: 6.6666666667vw 0;
  }
}
.file__container {
  width: 83.3333333333%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .file__container {
    width: 89.3333333333vw;
  }
}
.file__tabBtn {
  max-width: 106px;
  height: 45px;
  margin-right: 10px;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  float: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #af1118;
  border: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .file__tabBtn {
    width: 28vw;
    max-width: 28vw;
    height: 10.6666666667vw;
    margin-right: 2.6666666667vw;
    margin-bottom: -0.5333333333vw;
    border: 0.5333333333vw solid #fff;
  }
}
.file__tabBtn--03 {
  margin-right: 0;
}
.file__tabBtn:hover {
  cursor: pointer;
}
.file input[name=file__tabBtn] {
  display: none;
}
.file__tabContent {
  display: none;
  padding: 35px 0;
  clear: both;
  overflow: hidden;
  border: 2px solid #e8b119;
  background-color: #af1118;
  -o-border-image: linear-gradient(to bottom, #e8b119 0%, #fff 45%, #e8b119 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#e8b119), color-stop(45%, #fff), to(#e8b119));
     border-image: linear-gradient(to bottom, #e8b119 0%, #fff 45%, #e8b119 100%);
  border-image-slice: 1;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .file__tabContent {
    height: 106.6666666667vw;
    padding: 5.0666666667vw 0;
    border: 0.5333333333vw solid #e8b119;
    -o-border-image: linear-gradient(to bottom, #e8b119 0%, #fff 45%, #e8b119 100%);
       border-image: -webkit-gradient(linear, left top, left bottom, from(#e8b119), color-stop(45%, #fff), to(#e8b119));
       border-image: linear-gradient(to bottom, #e8b119 0%, #fff 45%, #e8b119 100%);
    border-image-slice: 1;
  }
}
.file__tabContent__inner {
  width: 96.3855421687%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .file__tabContent__inner {
    width: 83.7333333333vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .file__tabContent__inner h3 {
    width: 81.3333333333vw;
  }
}
.file__tabContent__inner .soon {
  width: 37.3958333333%;
  padding: 9.064% 0;
}
@media screen and (max-width: 768px) {
  .file__tabContent__inner .soon {
    width: 66.9333333333vw;
    padding: 35.3333333333vw 0;
  }
}
.file input:checked + .file__tabBtn {
  border: 2px solid #e8b119;
  border-bottom: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .file input:checked + .file__tabBtn {
    border: 0.5333333333vw solid #e8b119;
    border-bottom: none;
  }
}
.file #file__tabBtn--01:checked ~ #file__tabContent--01, .file #file__tabBtn--02:checked ~ #file__tabContent--02, .file #file__tabBtn--03:checked ~ #file__tabContent--03, .file #file__tabBtn--04:checked ~ #file__tabContent--04 {
  display: block;
}

.page-file .linknav__resume-link {
  display: block;
}

.kv {
  position: relative;
}
.kv__main-visual figure {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.kv__main-visual figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .kv__main-visual {
    display: none;
  }
}
.kv__main-text picture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.lead__container {
  padding: 50px 20px;
}
@media screen and (max-width: 1200px) {
  .lead__container {
    padding: 4.1666666667vw 20px;
  }
}
@media screen and (max-width: 768px) {
  .lead__container {
    padding: 5.3333333333vw 0 4vw;
  }
}
.lead__text {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .lead__text {
    width: 83.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__text {
    width: 100%;
  }
}

.point {
  position: relative;
}
.point__bg picture {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.point__bg picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .point__bg picture img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}
.point__container {
  padding: 40px 0 100px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .point__container {
    padding: 3.3333333333vw 0 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .point__container {
    padding: 2.6666666667vw 0 9.3333333333vw;
  }
}
.point__ttl {
  width: 1090px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .point__ttl {
    width: 90.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .point__ttl {
    width: 100%;
  }
}
.point__subTtl {
  margin: 60px auto 20px;
}
@media screen and (max-width: 1200px) {
  .point__subTtl {
    margin: 5vw auto 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .point__subTtl {
    margin: 8vw auto 2.6666666667vw;
  }
}
.point__text {
  position: relative;
}
.point__text + .point__text {
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .point__text + .point__text {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .point__text + .point__text {
    margin-top: 0;
  }
}
.point__text .recipeBtn {
  position: absolute;
  width: 458px;
  top: 444px;
  left: 100px;
}
@media screen and (max-width: 1200px) {
  .point__text .recipeBtn {
    width: 38.1666666667vw;
    top: 37vw;
    left: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .point__text .recipeBtn {
    width: 100%;
    top: unset;
    bottom: 0;
    left: 0;
  }
}
.point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .point__list {
    display: block;
    margin-top: 8vw;
  }
}
.point__list li {
  max-width: 100%;
}