﻿@charset "UTF-8";
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
}
.img_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.img_center img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
html {
  font-size: 62.5%;
}
body {
  background: #fff;
}
.bold {
  font-weight: bold;
}
.oishiine {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 1.6rem;
}
.oishiine .contents-area {
  max-width: 1200px;
  margin: 0 auto;
}
.oishiine .isBold {
  font-weight: 700;
}
.oishiine img {
  width: 100%;
  margin-bottom: -1px;
}
.oishiine .pc-noneStyle {
  display: none;
}
.oishiine .inner {
  width: 75%;
  margin: 0 auto;
}
.oishiine .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oishiine .flex-reverce {
  -ms-flex-wrap: wrap-reverce;
      flex-wrap: wrap-reverce;
}
.oishiine .j-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oishiine .fv {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 50%;
/*  padding-bottom: 45%;*/
  margin: auto;
  overflow: hidden;
  z-index: 0;
}
.oishiine .fv-bgImg {
  position: absolute;
  background-size: 100% 122%;
/*  background-size: 100% 125%;*/
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-animation: bgAnime 20s infinite;
          animation: bgAnime 20s infinite;
}
.oishiine .fv-bg1 {
  background-image: url("../../oishiine/img/fv/back1pc.png");
}
.oishiine .fv-bg2 {
  background-image: url("../../oishiine/img/fv/back2pc.png");
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.oishiine .fv-bg3 {
  background-image: url("../../oishiine/img/fv/back1pc.png");
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.oishiine .fv-bg4 {
  background-image: url("../../oishiine/img/fv/back2pc.png");
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.oishiine .fv-bg5 {
  background-image: url("../../oishiine/img/fv/back2024_1_pc.jpg");
}
.oishiine .fv-bg6 {
  background-image: url("../../oishiine/img/fv/back2024_4_pc.jpg");
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.oishiine .fv-bg7 {
  background-image: url("../../oishiine/img/fv/back2024_1_pc.jpg");
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
.oishiine .fv-bg8 {
  background-image: url("../../oishiine/img/fv/back2024_4_pc.jpg");
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}
.oishiine .fv-logo {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.oishiine .fv-logo a:before {
  position: absolute;
  content: "";
  background-image: url("../../oishiine/img/sitelogo.png");
  width: 15vw;
  height: 4.5vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 10%;
  top: 8%;
  z-index: 11;
}

.oishiine .fv-logo2 {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10;
}
.oishiine .fv-logo2 a:before {
  position: absolute;
  content: "";
  background-image: url("../../oishiine/img/sitelogo.png");
  width: 15vw;
  height: 4.5vw;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: 10%;
  top: 8%;
  z-index: 11;
}

@media (max-width:767px){
.oishiine .fv-logo a:before {
width: 34vw;
height: 12vw;
left: 3%;
top: 3%;
}
.oishiine .fv-logo2 a:before {
width: 34vw;
height: 12vw;
left: 3%;
top: 3%;
}
}

.oishiine .fv-logo:after {
  position: absolute;
  content: "";
  background-image: url("../../oishiine/img/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 11;
  width: 21vw;
  height: 21vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@-webkit-keyframes bgAnime {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgAnime {
  0% {
    opacity: 1;
  }
  5% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.oishiine .fv .fvItem:after {
  position: absolute;
  content: "";
  background-image: url("../../oishiine/img/fv/item-pc_2308.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 72.5vw;
  height: 50vw;
  top: 0;
  left: 50%;
  z-index: 11;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.oishiine .fv .fvTxt:after {
  position: absolute;
  content: "";
  background-image: url("../../oishiine/img/fv/moji.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 72.5vw;
  height: 50vw;
  top: 0;
  left: 50%;
  z-index: 11;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.oishiine .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  background: #fff;
  margin: 0 auto;
}
.oishiine .navigation ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  font-size: 2.25rem;
  line-height: 1.5;
}
.oishiine .navigation ul li:first-of-type:before {
  position: absolute;
  content: "◆";
  color: #00114a;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oishiine .navigation ul li:after {
  position: absolute;
  content: "◆";
  color: #00114a;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.oishiine .navigation ul li a {
  display: block;
  color: #00114a;
  line-height: 1.8;
  border-bottom: solid 2px #00114a;
}
.oishiine .navigation ul li a:hover {
  text-decoration: none;
}
.oishiine .concept {
  background-image: url("../../oishiine/img/y-bg.png");
  background-position: center;
  padding: 150px 0 0;
}
.oishiine .concept-area {
  padding: 40px 0;
  background-image: url("../../oishiine/img/miso-logo.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.oishiine .concept h1 {
  color: #00114a;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.oishiine .concept-txt {
  font-size: 2.25rem;
  margin-top: 40px;
  color: #504a42;
  font-weight: 600;
  line-height: 2;
}
.oishiine .concept-img {
  margin: 40px auto 0;
  width: 675px;
  height: 544.5px;
}
.oishiine .strengths {
  background-image: url("../../oishiine/img/w-bg.png");
  padding: 60px 0 20px 0;
  background-position: center;
  color: #00114a;
}
.oishiine .strengths-area {
  width: 75%;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oishiine .strengths-img {
  width: 40%;
}
.oishiine .strengths-img.img_logo {
  margin-top: 5px;
  margin-right: 20px;
  width: 40%;
  height: auto;
}
.oishiine .strengths-img.img_misoshiru {
  margin-top: -30px;
  margin-left: 30px;
  width: 40%;
  height: auto;
}
.oishiine .strengths-txt {
  text-align: left;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 2;
}
.oishiine .strengths-txt h2 {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1.1;
  padding: 0;
}
.oishiine .strengths-txt p {
  padding-top: 20px;
}
.oishiine .strengths .s-right {
  width: 60%;
  padding-left: 40px;
  white-space: nowrap;
}
.oishiine .strengths .s-left {
  padding-right: 40px;
}
.oishiine .feelings {
  background-image: url("../../oishiine/img/or-bg.png");
  padding: 60px 0 0;
  background-size: 100% 100%;
  color: #60210b;
  text-align: left;
}
.oishiine .feelings-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.oishiine .feelings-left {
  width: 65%;
  padding-left: 8%;
}
.oishiine .feelings-right {
  width: 35%;
}
.oishiine .feelings-headWrap {
  border-right: solid 3px #60210b;
  padding-right: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.oishiine .feelings-head {
  width: 54px;
  height: auto;
  padding-right: 37.5px;
}
.oishiine .feelings-head img {
  width: 100%;
  height: 100%;
}
.oishiine .feelings-txt {
  font-weight: 500;
  padding-left: 6%;
  font-weight: 400;
  line-height: 2;
  font-size: 2.25rem;
}
.oishiine .feelings-txt h3 {
  font-weight: bold;
  font-size: 4.8rem;
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 1.1;
}
.oishiine .feelings-imgWrap {
  margin-top: 40px;
  margin-left: 18%;
}
.oishiine .feelings-img {
  width: 200px;
  height: auto;
}
.oishiine .feelings-itemRight {
  margin-left: 40px;
  width: 180px;
}
.oishiine .feelings-head {
  letter-spacing: 10px;
}
.oishiine .lineup {
  background-image: url("../../oishiine/img/w-bg.png");
  background-position: center;
  padding: 100px 0 50px;
  color: #00114a;
}
.oishiine .lineup h2 {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  margin-right: 4%;
}
.oishiine .lineup h2 .head-img {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-right: 2%;
}
.oishiine .lineup h2 .head-img img {
  width: 100%;
  height: 100%;
}
.oishiine .lineup h3 {
  font-size: 2.25rem;
  font-weight: bold;
  text-align: center;
  padding: 30px 0;
  margin: 60px 0 30px;
}
.oishiine .lineup-area {
  width: 100%;
  margin: 0 auto;
}
.oishiine .lineup-item p {
  width: 100px;
}
.oishiine .lineup-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5%;
}
.oishiine .lineup-more a {
  position: relative;
  font-weight: bold;
  font-size: 2.25rem;
  color: #00114a;
  padding: 4px 40px 4px 10px;
  border-bottom: solid 3px #00114a;
}
.oishiine .lineup-more a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.oishiine .lineup-more a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 18px;
  right: 10px;
  bottom: -7px;
  border-top: solid 1px #00114a;
  border-right: solid 3px #00114a;
  -webkit-transform: skew(225deg) rotate(-45deg);
      -ms-transform: skew(225deg) rotate(-45deg);
          transform: skew(225deg) rotate(-45deg);
}
.oishiine .bg4 img {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}
.oishiine .media {
  background-image: url("../../oishiine/img/y-bg.png");
  background-position: center;
  padding: 0 0 100px;
  color: #00114a;
}
.oishiine .media .inner {
  width: 80%;
  margin: 0 auto;
}
.oishiine .media h2 {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  margin-right: 4%;
}
.oishiine .media h2 .head-img {
  display: inline-block;
  width: 125px;
  height: 125px;
  margin-right: 2%;
}
.oishiine .media h2 .head-img img {
  width: 100%;
  height: 100%;
}
.oishiine .media-area {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .oishiine .media-area {
    width: 100%;
  }
}
.oishiine .media-area li {
  width: 45%;
}
.oishiine .media-txt {
  padding: 20px 0;
  font-size: 3rem;
  font-weight: bold;
}
.oishiine .media-item {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 72%;
  background-image: url("../../oishiine/img/waku_pc.png");
  background-size: contain;
}
.oishiine .media-item .media-item_link {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2% 6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
.oishiine .media-item .media-item_inr {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.oishiine .media-item .media-item_inr img {
  width: auto;
}
.oishiine .media-item .media-item_inr.is_comic {
  /* align-items: flex-start;
  justify-content: flex-end; */
}
.oishiine .media-item .media-item_inr.is_comic img {
  /* max-width: 277%;
  max-height: initial;
  margin-right: -17px;
  margin-top: -1px; */
}
.oishiine .swiper-container {
  position: relative;
  width: 100%;
  height: 400px;
  margin: 40px 0;
  padding: 45px 0;
  overflow: hidden;
}
.oishiine .swiper-wrapper {
  margin-left: -30px;
}
.oishiine .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: static;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: 0.3 all;
  transition: 0.3 all;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 transparent;
          box-shadow: 0 0 10px 0 transparent;
  border-radius: 20px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.oishiine .swiper-slide:hover {
  text-decoration: none;
  opacity: 0.8;
}
.oishiine .swiper-slide p {
  width: auto;
}
.oishiine .swiper-slide img {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
.oishiine .swiper-slide .slideItem {
  display: none;
}
.oishiine .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  height: auto;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px #777;
          box-shadow: 0px 0px 10px 0px #777;
}
.oishiine .swiper-slide-active img {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
}
.oishiine .swiper-slide-active .slideItem {
  text-align: center;
  display: block;
  font-size: 1.35rem;
  font-weight: bold;
  color: #00114a;
}
.oishiine .swiper-slide-active .slideItem span {
  display: block;
}
.oishiine .swiper-button-next,
.oishiine .swiper-button-prev {
  color: #fff;
  font-weight: bold;
  background: #00114a;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.oishiine .swiper-button-next:hover,
.oishiine .swiper-button-prev:hover {
  opacity: 0.7;
}
.oishiine .swiper-button-next:after,
.oishiine .swiper-button-prev:after {
  content: "▼";
  color: #fff;
  font-size: 2.8rem;
}
.oishiine .swiper-button-next {
  right: calc(50% - 150px);
}
.oishiine .swiper-button-next:after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.oishiine .swiper-button-prev {
  left: calc(50% - 150px);
}
.oishiine .swiper-button-prev:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.oishiine .slideImg {
  width: 200px;
  height: 250px;
}
.oishiine .slideImg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.oishiine .slideItem {
  margin-top: 10px;
}
@media screen and (max-width: 1280px) {
  .oishiine .strengths h2 {
    font-size: 5rem;
  }
  .oishiine .strengths-txt {
    font-size: 2rem;
  }
  .oishiine .feelings h3 {
    font-size: 5rem;
  }
  .oishiine .feelings-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .oishiine {
    font-size: calc((14 / 375) * 100vw);
  }
  .oishiine .inner {
    width: 95%;
  }
  .oishiine .pc-noneStyle {
    display: block;
  }
  .oishiine .sp-noneStyle {
    display: none;
  }
  .oishiine .fv {
    height: 545px;
/*    height: 500px;*/
    padding-bottom: 0;
  }
  .oishiine .fv-bgImg {
    background-size: cover;
    background-position: center;
  }
  .oishiine .fv-bg1 {
    background-image: url("../../oishiine/img/fv/back1sp-min_2308.png");
  }
  .oishiine .fv-bg2 {
    background-image: url("../../oishiine/img/fv/back2sp-min_2308.png");
  }
  .oishiine .fv-bg3 {
    background-image: url("../../oishiine/img/fv/back1sp-min_2308.png");
  }
  .oishiine .fv-bg4 {
    background-image: url("../../oishiine/img/fv/back2sp-min_2308.png");
  }
  .oishiine .fv-bg5 {
    background-image: url("../../oishiine/img/fv/back2024_1_sp.jpg");
  }
  .oishiine .fv-bg6 {
    background-image: url("../../oishiine/img/fv/back2024_4_sp.jpg");
  }
  .oishiine .fv-bg7 {
    background-image: url("../../oishiine/img/fv/back2024_1_sp.jpg");
  }
  .oishiine .fv-bg8 {
    background-image: url("../../oishiine/img/fv/back2024_4_sp.jpg");
  }
  .oishiine .fv .fvTxt {
    width: 100%;
  }
  .oishiine .fv .fvTxt:after {
    position: absolute;
    background-image: url("../../oishiine/img/fv/moji-sp.png");
    background-position: bottom;
    width: 100%;
    top: 25%;
    left: 48%;
    -webkit-transform: translateX(-50%) scale(0.9);
        -ms-transform: translateX(-50%) scale(0.9);
            transform: translateX(-50%) scale(0.9);
  }
  .oishiine .fv .fvItem {
    width: 100%;
  }
  .oishiine .fv .fvItem:after {
    position: absolute;
    background-image: url("../../oishiine/img/fv/item-sp_2308.png");
    background-position: bottom;
    width: 100%;
    top: 41%;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1.15);
        -ms-transform: translateX(-50%) scale(1.15);
            transform: translateX(-50%) scale(1.15);
  }
  .oishiine .fv-logo {
    width: 100%;
  }
  .oishiine .fv-logo:before {
    content: none;
  }
  .oishiine .fv-logo:after {
    width: 33vw;
    height: 33vw;
  }
  .oishiine .fv-logo2 {
    width: 100%;
  }
  .oishiine .fv-logo2:before {
    content: none;
  }
  .oishiine .fv-logo2:after {
    width: 33vw;
    height: 33vw;
  }
  .oishiine .navigation ul {
    padding: 10px;
  }
  .oishiine .navigation ul li {
    font-size: calc((12 / 375) * 100vw);
    padding: 0 calc((7 / 375) * 100vw);
    margin: 0 calc((7 / 375) * 100vw);
  }
  .oishiine .navigation ul li:first-of-type {
    margin: 0 calc((7 / 375) * 100vw) 0 0;
  }
  .oishiine .navigation ul li:first-of-type:before {
    left: -15px;
  }
  .oishiine .navigation ul li:last-of-type {
    margin: 0 0 0 calc((7 / 375) * 100vw);
  }
  .oishiine .navigation ul li:last-of-type:after {
    right: -15px;
  }
  .oishiine .navigation ul li a {
    font-size: calc((11 / 375) * 100vw);
    line-height: 1.2;
    padding: 0 0 calc((3 / 375) * 100vw) 0;
  }
  .oishiine .concept {
    padding: 20px 0;
    text-align: center;
  }
  .oishiine .concept-area {
    padding: 20px 0;
    background-image: none;
  }
  .oishiine .concept-area h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .oishiine .concept-txt {
    font-size: calc((14 / 375) * 100vw);
    margin-top: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
    background-image: url("../../oishiine/img/miso-logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .oishiine .concept-img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .oishiine .strengths {
    padding: 40px 0 80px;
  }
  .oishiine .strengths-area {
    width: 95%;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oishiine .strengths-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40%;
  }
  .oishiine .strengths-img.img_logo {
    width: calc((175 / 375) * 100vw);
    height: calc((175 / 375) * 100vw);
    margin-top: 0;
    margin-right: 0;
  }
  .oishiine .strengths-img.img_misoshiru {
    margin-top: 0;
    margin-left: 0;
    width: calc((214 / 375) * 100vw);
    height: calc((225 / 375) * 100vw);
  }
  .oishiine .strengths-txt {
    text-align: center;
    font-size: calc((14 / 375) * 100vw);
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .oishiine .strengths-txt h2 {
    padding: 20px 0 0;
    font-size: 30px;
  }
  .oishiine .strengths .s-right {
    width: auto;
    padding-left: 0;
    white-space: normal;
  }
  .oishiine .strengths .s-left {
    padding-right: 0;
  }
  .oishiine .feelings {
    position: relative;
    background-image: url("../../oishiine/img/feeling_bg_sp.png");
    background-position: center;
    padding: 60px 0 20px;
    z-index: 10;
    overflow-x: hidden;
    margin-top: -80px;
  }
  .oishiine .feelings:after {
    content: none;
  }
  .oishiine .feelings-right {
    display: none;
  }
  .oishiine .feelings-left {
    width: 97%;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 300px;
  }
  .oishiine .feelings-leftarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .oishiine .feelings-Wrap {
    display: block;
  }
  .oishiine .feelings-headWrap {
    width: 100%;
    border-bottom: solid 2px #60210b;
    border-right: none;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oishiine .feelings-head {
    display: block;
    width: calc((214 / 375) * 100vw);
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }
  .oishiine .feelings-txt {
    padding-left: 0;
    text-align: center;
    line-height: 1.8;
    font-size: calc((14 / 375) * 100vw);
  }
  .oishiine .feelings-txt h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 17px 0 10px 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: calc((28 / 375) * 100vw);
    font-weight: 500;
    text-indent: -3em;
  }
  .oishiine .feelings .feelings-img {
    width: calc((79 / 375) * 100vw);
    height: calc((119 / 375) * 100vw);
    margin: 0;
  }
  .oishiine .feelings .feelings-itemLeft {
    width: calc((100 / 375) * 100vw);
  }
  .oishiine .feelings-imgWrap {
    width: 55%;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .oishiine .lineup {
    position: relative;
    z-index: 0;
    margin-top: -20px;
    padding: 40px 0 20px;
  }
  .oishiine .lineup h2 {
    font-size: 30px;
    margin-right: 8%;
  }
  .oishiine .lineup h2 .head-img {
    width: 80px;
    height: 80px;
    margin-right: 4%;
  }
  .oishiine .lineup-area h3 {
    font-size: 20px;
    padding: 40px 0 0;
    margin: 0 0 30px;
  }
  .oishiine .lineup-area h3 span {
    font-size: 16px;
  }
  .oishiine .lineup-more {
    margin-top: 20px;
    padding-right: 10px;
  }
  .oishiine .lineup-more a {
    font-size: calc((14 / 375) * 100vw);
    line-height: 1;
  }
  .oishiine .media {
    padding: 30px 0 100px;
  }
  .oishiine .media h2 {
    font-size: 30px;
    margin-right: 8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oishiine .media h2 .head-img {
    width: 80px;
    height: 80px;
    margin-right: 4%;
  }
  .oishiine .media-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
  .oishiine .media-area li {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .oishiine .media-item {
/*    width: calc((225 / 375) * 100vw);*/
/*    height: calc((153 / 375) * 100vw);*/
/*    padding: 5px 0 0 0;*/
/*    background-size: contain;*/
/*    margin: 0 auto;*/
/*    padding: 10px;*/
  }
  .oishiine .media-txt {
    padding: 20px 0 0 0;
    font-size: calc((19 / 375) * 100vw);
  }
  .oishiine .swiper-container {
    height: 280px;
    margin: 0 0 20px;
    padding: 0 0 25px;
  }
  .oishiine .swiper-wrapper {
    padding-top: 10px;
    margin-left: calc((15 / 375) * -100vw);
  }
  .oishiine .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .oishiine .swiper-slide-active {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    padding: 10px calc((15 / 375) * 100vw);
  }
  .oishiine .swiper-button-next,
  .oishiine .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 25px;
  }
  .oishiine .swiper-button-next:hover,
  .oishiine .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .oishiine .swiper-button-next:after,
  .oishiine .swiper-button-prev:after {
    content: "▼";
    color: #fff;
    font-size: 20px;
  }
  .oishiine .swiper-button-next {
    right: 20%;
  }
  .oishiine .swiper-button-prev {
    left: 20%;
  }
  .oishiine .slideItem {
    margin-top: 0;
    font-size: calc((15 / 375) * 100vw);
    line-height: 1.3;
  }
  .oishiine .slideImg {
    width: 200px;
    height: 150px;
  }
  .oishiine .slideImg img {
    width: auto;
  }
}


/* 20220518 SHINSYUICHI-72 */
.oishiine .mediamodal{
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform:translateZ(0);
  z-index: 1;
  transition:visibility 0.3s, opacity 0.3s;
}
.oishiine .mediamodal.is_show{
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.oishiine .mediamodal.is_loaded .mediamodal_loading{
  display: none;
}
.oishiine .mediamodal_overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
}
.oishiine .mediamodal_loading{
  margin: auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  animation: loader 1.1s infinite ease;
  transform: translate3d(-50%,-50%,0) scale(0.25);
}
.oishiine .mediamodal_close{
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  cursor: pointer;
  z-index: 99;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.oishiine .mediamodal_close:hover,
.oishiine .mediamodal_overlay:hover ~ .mediamodal_close{
  opacity: 1;
}
.oishiine .mediamodal_close::before,
.oishiine .mediamodal_close::after{
  position: absolute;
  top: 50%;
  left: 50%;
  content:"";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.oishiine .mediamodal_close::before{
  transform:translate(-50%,-50%) rotate(-45deg)
}
.oishiine .mediamodal_close::after{
  transform:translate(-50%,-50%) rotate(45deg)
}
.oishiine .mediamodal_wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  max-height: calc(100vh - 120px);
  max-width: calc(100vw - 120px);
  pointer-events: none;
}
.oishiine .mediamodal_container{
  max-height: 100%;
  overflow: auto;
  pointer-events: auto;
}
.oishiine .mediamodal_container_inner{
}
.oishiine .mediamodal_box{
  max-width: 720px;
}
.oishiine .mediamodal_box.is_movie iframe{
  max-width: 100%;
  aspect-ratio:16/9;
  height: auto;
}
@media screen and (max-width: 767px) {
  .oishiine .mediamodal_close{
    top: 0;
    right: 0;
  }
  .oishiine .mediamodal_close::before,
  .oishiine .mediamodal_close::after{
    height: 2px;
    width: 18px;
  }
  .oishiine .mediamodal_wrap{
    padding: 50px 0;
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    max-width: 100vw;
  }
}
@keyframes loader {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

@media (min-width: 768px){.bn_new_{margin: 30px auto;}.bn_new_ img{width: auto;}}
@media (max-width: 767px){.bn_new_{margin: 20px auto;padding: 0 15px;}.bn_new_ img{width: auto;}}