@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
  hanging-punctuation: allow-end;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.jsBody.noScroll {
  overflow-y: hidden;
}

.top {
  padding-bottom: 1000px;
  padding-top: 86px;
}

/* -----
  PC
  ----- */
@media print, screen and (min-width: 769px) {
  main {
    position: relative;
    overflow: hidden;
  }

  .head {
    width: 500px;
    width: 450px;
  }

  .frame {
    position: relative;
  }
  .frame--sub {
    background-image: url(../img/july/mv_bg.png);
    background-color: #24b7ff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    z-index: 99;
    left: 0;
    height: 100vh;
    width: calc(100% - 450px);
    max-width: 1300px;
    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;
    padding-right: 0px;
  }
  .frame--sub > div {
    width: 90%;
    margin: 0 auto;
  }
  .frame--sub img {
    width: 100%;
  }
  .frame--sub .pc_image {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .frame--sub .pc_image2 {
    width: 13.3%;
    position: absolute;
    top: 55.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6.7%;
    max-width: 126px;
  }
  .frame--sub .pc_image3 {
    width: 14%;
    position: absolute;
    top: 67%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20.7%;
    max-width: 133px;
  }
  .frame--sub .pc_image4 {
    width: 13%;
    position: absolute;
    top: 66%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12%;
    max-width: 123px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .frame--sub .pc_image2 {
    left: 1.7%;
  }
  .frame--sub .pc_image3 {
    top: 66%;
    left: 8.7%;
  }
  .frame--sub .pc_image4 {
    right: 4%;
    top: 61%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  .frame--sub .pc__navArea {
    margin-top: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1025px) {
  .frame--sub .pc__navArea {
    margin-top: 10px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--listArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .frame--sub .pc__navArea--listArea--list {
    width: 40%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .frame--sub .pc__navArea--listArea--list:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .frame--sub .pc__navArea--listArea--list:hover a {
    opacity: 1;
  }
  .frame--sub .pc__navArea--listArea--list:hover img {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .frame--sub .pc__navArea--listArea--list {
    width: 43%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--listArea--list:first-of-type {
    margin-left: 0%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--listArea--list:nth-of-type(2) {
    margin-left: 0%;
    margin-top: 0px;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--listArea--list:last-of-type {
    margin-top: 0px;
    margin-left: 0%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--listArea--list--image {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--sub .pc__navArea--linkArea {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .frame--sub .pc__navArea--linkArea--image {
    margin-left: auto;
    display: block;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .frame--main {
    max-width: 1750px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .frame--main .contents {
    width: 450px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  }
}
/* -----
  SP
  ----- */
@media screen and (max-width: 768px) {
  .head {
    width: 100%;
  }

  .frame--main.hidden {
    overflow: hidden;
    height: 100vh;
  }
  .frame--sub {
    display: none;
  }
}
/* SP End */
.mvslide {
  overflow: hidden;
}

.slick-dots {
  bottom: 20px !important;
  left: 20px;
  text-align: left !important;
}

.slick-dots li button:before,
.slick-dots li button {
  color: #fff !important;
  opacity: 1 !important;
}

.slick-arrow {
  display: none !important;
}

.frame--main {
  position: relative;
}
.frame--main .contents_orange {
  position: absolute;
  content: "";
  position: fixed;
  top: 0;
  left: 1600px;
  width: 100%;
  height: 100vh;
  z-index: -10;
  background-color: #24b7ff;
}
.frame--main .contents {
  background: #fff;
}
.frame--main .contents .head {
  background: #ff5959;
  position: fixed;
  top: 0;
  z-index: 999;
}
.frame--main .contents .head .logo {
  display: block;
  padding: 17px 0 18px 35px;
  width: 61%;
  background-color: #fff;
  max-height: 90px;
  padding: 12.5px 0 12.5px 15px;
  width: 70%;
}
.frame--main .contents .head .logo img {
  width: 177px;
}
.frame--main .contents .head .logo .header_logo_svg {
  width: 135px;
  max-height: 70px;
}
.frame--main .contents .head .link {
  padding: 28px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #444;
  margin: 0 auto;
  width: 86%;
}
.frame--main .contents .head .link__blk {
  width: 100%;
}
.frame--main .contents .head .link__blk p {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  letter-spacing: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.frame--main .contents .head .link__blk a {
  display: block;
}
.frame--main .contents .head .link__blk.LFT a {
  padding-top: 5px;
  width: 140px;
  margin: auto;
}
.frame--main .contents .head .link__blk.LFT img {
  width: 100%;
}
.frame--main .contents .head .link__blk.RGT {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.frame--main .contents .head .link__blk.RGT a {
  width: 45px;
}
.frame--main .contents .head .link__blk.RGT a:first-of-type {
  margin-right: 12px;
}
.frame--main .contents .head .link__blk.RGT a img {
  width: 100%;
}
.frame--main .contents #area_mv {
  overflow: hidden;
  position: relative;
  padding-top: 0;
  z-index: 0;
  border: 6px solid #f0ff00;
  background-image: url(../img/july/top_image_bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.frame--main .contents #area_mv:after {
  position: absolute;
  bottom: -6px;
  left: -2px;
  content: "";
  background-image: url(../img/july/top_image_bg1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
}
.frame--main .contents .product {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
}
.frame--main .contents .product__blk {
  position: relative;
  padding-bottom: 50px;
  width: 86%;
}
.frame--main .contents .product__blk.right {
  margin-left: auto;
}
.frame--main .contents .fotter--area {
  background-color: #FFF58C;
  background-position: center;
  background-size: contain;
  text-align: center;
  padding: 21px 0 21px;
  margin: 0 auto;
}
.frame--main .contents .fotter--area a.issue {
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}
.frame--main .contents .fotter--area img {
  width: 300px;
}
.frame--main .contents .fotter--area .text_image {
  width: 230px;
}
.frame--main .contents .fotter--area .btn_image {
  width: 250px;
}
.frame--main .contents .ftsns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.frame--main .contents .ftsns p {
  width: 100%;
  color: #000;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.2rem;
  margin-top: 10px;
}
.frame--main .contents .ftsns a {
  width: 35px;
}
.frame--main .contents .ftsns a:first-of-type {
  margin-right: 12px;
}
.frame--main .contents .ftsns a img {
  width: 100%;
}
.frame--main .contents .footer {
  padding: 15px 0;
  background: #ff5959;
  position: relative;
}
.frame--main .contents .footer__logo {
  padding-bottom: 12px;
  text-align: center;
}
.frame--main .contents .footer__logo img {
  width: 180px;
}
.frame--main .contents .footer svg {
  width: 135px;
}
.frame--main .contents .footer__copy {
  text-align: center;
}
.frame--main .contents .footer__copy img {
  height: 5px;
}
.frame--main .contents .footer .pt01 {
  position: absolute;
  top: -45px;
  left: 45px;
}
.frame--main .contents .footer .pt01 img {
  width: 65px;
}

#totop {
  position: fixed;
  right: 1.5%;
  bottom: 1.5%;
  z-index: 999;
}
#totop img {
  width: 40px;
}

.intro {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 0px !important;
  position: relative;
  z-index: 10;
  margin-top: 65px;
}
.intro__treatment {
  position: absolute;
  bottom: 20px;
  right: 3%;
  width: 15%;
  max-width: 124px;
}
.intro__container--main--image {
  display: block;
  padding-top: 12px;
  margin: 0 auto;
  width: 95%;
}
.intro__container--textArea {
  margin: 0 auto;
  width: 75%;
  padding-top: 23px;
  padding-bottom: 59px;
}
.intro__container--textArea--text {
  font-size: 1.7rem;
  letter-spacing: 0em;
  line-height: 1.8;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #ffffff;
  text-shadow: 3px 3px 2px #1a79c6;
}
.intro__container--textArea--smallText {
  font-size: 1.1rem;
  letter-spacing: 0em;
  margin-top: 2px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.2;
}
.intro__container--textArea--smallText.first {
  padding-top: 10px;
}

.products .description {
  padding: 20px 33px !important;
  background-color: transparent !important;
  margin-top: -108px;
  position: relative;
}
.products .description.sushideri {
  padding: 20px 30px 20px 50px !important;
}
.products .description.tai {
  padding: 6px 30px 20px 38px !important;
}
.products .description.ippinsan {
  margin-top: -128px;
  margin-left: 6px;
}
.products .description.tea {
  margin-left: 16px;
}
.products .description.iicot {
  margin-left: 16px;
}
.products .description.bioral {
  margin-top: -50px !important;
}
.products .description:after {
  display: none;
}
.products .description.left {
  padding: 12px 13% 20px 13% !important;
}
.products .description.right {
  padding: 12px 15% 20px 0 !important;
}
.products .description.flexLeft {
  padding: 0 0 0 13% !important;
  width: 60%;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.products .description.flexRight {
  padding: 0 13% 0 0% !important;
  width: 50%;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.products .description.hanko {
  margin-top: -11%;
}
.products .description.motsu {
  padding: 7px 10% 20px 14% !important;
}
.products .description.harami {
  padding: 0px 3% 20px 15% !important;
}
.products .description.tea18 {
  margin-top: 10px;
}
.products .description.mentai {
  margin-top: -20px;
}
.products .description.utsuwa {
  margin-top: -7px;
}
.products .description__title {
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
  position: relative;
  padding-right: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.05em !important;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  line-height: 1.2;
  margin-top: 12px;
}
.products .description__title .white_text {
  color: #108dfe;
}
.products .description__title .white_text.section2 {
  color: #41b900;
}
.products .description__title .white_text.section3 {
  color: #ff6540;
}
.products .description__title .white_text.section4 {
  color: #30BFBF;
}
.products .description__title .white_text .brText {
  font-size: 1.4rem;
  padding-left: 63px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .products .description__title .white_text .brText {
    padding-left: 51px;
    font-size: 1.1rem;
  }
}
.products .description__title--link:after {
  content: "";
  background: url(../img/ico-link.png) no-repeat;
  width: 30px;
  height: 22px;
  position: absolute;
  background-size: contain;
  background-position: 8px;
  top: 50%;
  margin-top: -11px;
}
.products .description__title--link.sn:after {
  margin-left: 30px;
}
.products .description__time {
  margin-top: 4px;
}
.products .description__time .attention {
  padding-left: 7%;
}
.products .description__time--text {
  color: #fff;
  background-color: #C69500;
  border-radius: 5px;
  padding: 1px 0px 2px 5px;
}
.products .description__time--number {
  font-size: 1.5rem !important;
  padding-left: 25px;
  letter-spacing: -0.2px !important;
  position: relative;
  margin-top: 2px;
  color: #333 !important;
}
.products .description__time--number.second::before {
  display: none;
}
.products .description__time--number .small_text {
  font-size: 1.1rem;
}
.products .description__time--number .smallText {
  font-size: 1.1rem;
}
.products .description__time--number .timeBreak {
  display: inline-block;
  padding-left: 25px;
}
.products .description__time--number::before {
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  background-image: url(../img/july/time.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.products .description__name {
  font-size: 2rem !important;
  font-weight: bold;
  letter-spacing: 0em;
  padding-top: 7px;
  padding-left: 0px;
  color: #108dfe;
  line-height: 1.1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.products .description__name.section2 {
  color: #41b900;
}
.products .description__name.section3 {
  color: #ff6540;
}
.products .description__name.section4 {
  color: #30BFBF;
}
.products .description__name .small_text {
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-top: 0px;
}
.products .description__price {
  font-size: 1.1rem;
  letter-spacing: 0.07em;
  padding-left: 0px;
  padding-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  color: #333;
}
.products .description__price--smallText {
  font-size: 1rem;
}
.products .description__price .small_text {
  font-size: 1rem;
  letter-spacing: -0.1em;
  display: block;
}
.products .description__price .twoLow {
  display: block;
}
.products .description__description {
  padding-top: 5px;
  font-size: 1.4rem !important;
  text-align: justify;
  padding-top: 11px !important;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-bottom: 0px;
  letter-spacing: 0.07em;
  color: #333;
}
.products .description__description.flexLeft {
  padding-right: 20%;
}
.products .description__description.flexRight {
  padding-left: 20%;
}
.products .description__description .small_text {
  font-size: 1.2rem !important;
}
.products .description .infoBox {
  margin-top: 32px;
  position: relative;
  padding: 17px 15px 13px;
  background-color: #fff;
  border: 2px solid #fd333d;
  border-radius: 4px;
}
.products .description .infoBox--titleImage {
  width: 135px;
  position: absolute;
  top: -14px;
  left: 5%;
}
.products .description .infoBox__text {
  font-size: 1.4rem;
  color: #fd333d;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.products .titleList--item {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: bold;
  text-align: center;
}
.products .pdimg img {
  width: 100%;
}
.products .flexRightImage {
  width: 100%;
  margin-top: 0px;
}
.products .rightImage {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.products .leftImage {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.products .priceBreak {
  display: block;
}
.products .section1 {
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
  margin-top: 0%;
  z-index: 9;
}
.products .section1__container {
  background-image: url(../img/july/section1_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  padding-bottom: 3%;
}
.products .section1__container--titleArea {
  position: relative;
  top: 0px;
  padding-top: 0px;
}
.products .section1__container--titleArea--image {
  width: 100%;
  display: block;
  margin-left: auto;
  padding-left: 0px;
}
.products .section1__container--titleArea--list {
  margin-top: 18px;
}
.products .section1__container--item {
  width: 100% !important;
  padding-bottom: 17px !important;
}
.products .section1__container--item.first {
  margin-top: 0px;
}
.products .section1__container--item.second {
  margin-top: 0px;
}
.products .section1__container--item.third {
  margin-top: 0px;
}
.products .section1__container--item.fourth {
  margin-top: 0px;
}
.products .section1__container--item.fourth .itemFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.products .section1__container--item.fifth {
  margin-top: 50px;
}
.products .section1__container--item--imageArea {
  position: relative;
}
.products .section1__container--item--imageArea--image.takeout {
  position: absolute;
  top: 10px;
  left: 8%;
  width: 10%;
  height: auto;
}
.products .section1__container--item--imageArea--image.exclusive {
  position: absolute;
  top: 93%;
  left: 5%;
  width: 33%;
}
.products .section1__container--item--imageArea--image.smallImage {
  position: absolute;
  top: 76%;
  right: -4%;
  width: 45%;
}
.products .section1__container--item--imageArea--image.takeoutSecond {
  position: absolute;
  top: 13px;
  left: 5.3%;
  width: 10%;
  height: auto;
}
.products .section1__container--item--imageArea--image.takeoutThird {
  position: absolute;
  top: -6px;
  left: 7.9%;
  width: 10%;
  height: auto;
}
.products .section1__container--item--imageArea--image.itemTai {
  display: block;
  width: 100%;
  margin-top: -11px;
  padding-left: 16px;
}
.products .section1__container--item--imageArea--image.supple1 {
  position: absolute;
  top: unset;
  bottom: -49px;
  left: unset;
  right: -4%;
  width: 33%;
  height: auto;
}
.products .section1__container--item--imageArea--image.eat_takeout {
  position: absolute;
  top: unset;
  bottom: -2%;
  left: unset;
  right: 24%;
  width: 40%;
  height: auto;
  display: none;
}
.products .section1__container--item--imageArea--image.ichigo {
  display: block;
  width: 83%;
  margin: 0 auto;
}
.products .section1__container--item--name.bioral {
  line-height: 1.3;
}
.products .section1__container--item--title--link {
  color: #333333;
}
.products .section2 {
  position: relative;
  z-index: 10;
  padding-bottom: 0px;
  margin-top: 0%;
  z-index: 9;
}
.products .section2__container {
  background-image: url(../img/july/section2_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  padding-bottom: 0%;
}
.products .section2__container--titleArea {
  position: relative;
  top: 0px;
  padding-top: 0px;
}
.products .section2__container--titleArea--image {
  width: 100%;
  display: block;
  margin: 0;
  padding-right: 0px;
}
.products .section2__container--titleArea--list {
  margin-top: 18px;
}
.products .section2__container--titleArea--list--item {
  padding-bottom: 20px !important;
}
.products .section2__container--item {
  margin-top: 0px !important;
  width: 100% !important;
  padding-bottom: 20px !important;
}
.products .section2__container--item.first {
  margin-top: 10px !important;
}
.products .section2__container--item.second {
  margin-top: 0px !important;
}
.products .section2__container--item.third {
  margin-top: 0px !important;
}
.products .section2__container--item.fourth {
  margin-top: 0px !important;
}
.products .section2__container--item.fifth {
  margin-top: 0px !important;
}
.products .section2__container--item.yamaya {
  margin-top: 45px !important;
}
.products .section2__container--item.ippinsan {
  margin-top: 68px !important;
}
.products .section2__container--item.sn {
  margin-top: -42px !important;
}
.products .section2__container--item.tea {
  margin-top: -39px !important;
}
.products .section2__container--item--imageArea {
  position: relative;
}
.products .section2__container--item--imageArea.hanko {
  width: 97%;
  margin-left: 4%;
}
.products .section2__container--item--imageArea--image.eatIn {
  position: absolute;
  top: 3.8% !important;
  left: 8% !important;
  width: 10% !important;
  height: auto;
}
.products .section2__container--item--imageArea--image.exclusive {
  position: absolute;
  top: 93%;
  left: 7%;
  width: 33%;
}
.products .section2__container--item--imageArea--image.itemIppinsan {
  width: 44% !important;
  margin-top: -75px;
  margin-left: auto;
  margin-right: 14.7%;
  display: block;
}
.products .section2__container--item--imageArea--image.takeoutIppinsan {
  position: absolute;
  top: 24.3% !important;
  right: 17% !important;
  left: unset !important;
  width: 10%;
  height: auto;
}
.products .section2__container--item--imageArea--image.apple {
  position: absolute;
  top: 39% !important;
  left: 18% !important;
  width: 15%;
  height: auto;
}
.products .section2__container--item--imageArea--image.takeoutSn {
  position: absolute;
  top: 3.8% !important;
  left: 8% !important;
  width: 10%;
  height: auto;
}
.products .section2__container--item--imageArea--image.takeoutTea {
  position: absolute;
  top: 3.4% !important;
  left: 15.2% !important;
  width: 10%;
  height: auto;
}
.products .section2__container--item--imageArea--image.eatinTea {
  position: absolute;
  top: 4.4% !important;
  left: 4.5% !important;
  width: 10% !important;
  height: auto;
}
.products .section2__container--item--imageArea--image.takeoutMitarasi {
  position: absolute;
  top: unset !important;
  left: -2.6% !important;
  bottom: -5px;
  width: 10.5% !important;
  height: auto;
  display: none;
}
.products .section2__container--item--imageArea--image.takeoutReminyon {
  position: absolute;
  top: unset !important;
  left: unset !important;
  right: -3% !important;
  bottom: -4%;
  width: 10.5% !important;
  height: auto;
  display: none;
}
.products .section2__container--item--imageArea--image.supple2 {
  position: absolute;
  top: unset !important;
  left: -3% !important;
  right: unset !important;
  bottom: -4px;
  width: 34% !important;
  height: auto;
}
.products .section2__container--item--title--link {
  color: #333333;
}
.products .section2__container--btnArea {
  background-color: #fce557;
  border-radius: 999px;
  width: 73%;
  margin: 0 auto;
  margin-top: 5px;
  max-width: 350px;
}
.products .section2__container--btnArea--btn {
  display: block;
  font-size: 1.7rem;
  line-height: 1.1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  padding: 15px 28px;
  position: relative;
  letter-spacing: -0.07em;
}
.products .section2__container--btnArea--btn:after {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background-image: url(../img/july/anker.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 28px;
  height: 28px;
}
.products .section3 {
  position: relative;
  z-index: 9;
  margin-top: 0%;
}
.products .section3__container {
  background-image: url(../img/july/section3_bg.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  padding-bottom: 2%;
  margin-bottom: 0px;
}
.products .section3__container--titleArea {
  position: relative;
  top: 0px;
  padding-top: 0px;
}
.products .section3__container--titleArea--image {
  width: 100%;
  display: block;
  margin-left: auto;
  padding-left: 0px;
}
.products .section3__container--titleArea--list {
  margin-top: 18px;
}
.products .section3__container--item {
  width: 100% !important;
  margin-top: 0px !important;
  padding-bottom: 20px !important;
}
.products .section3__container--item.first {
  margin-top: 10px !important;
}
.products .section3__container--item.second {
  margin-top: 0px !important;
}
.products .section3__container--item.third {
  width: 100% !important;
  margin-top: 0px !important;
  padding-bottom: 5px;
}
.products .section3__container--item.third .section3__container--item--image {
  width: 97%;
  display: block;
  margin-left: 3%;
}
.products .section3__container--item.fourth {
  width: 100% !important;
  margin-top: 0px !important;
  padding-bottom: 0px;
}
.products .section3__container--item.utsuwa {
  margin-top: 17px !important;
}
.products .section3__container--item--description.iicot {
  padding-top: 3px !important;
}
.products .section3__container--item--description.bioral {
  padding-top: 0 !important;
}
.products .section3__container--item--title--link {
  color: #333333;
}
.products .section3__container--item--imageArea {
  position: relative;
}
.products .section3__container--item--imageArea.harami {
  width: 89%;
  margin-left: 11%;
}
.products .section3__container--item--imageArea--image.takeoutSouzai {
  position: absolute;
  top: unset !important;
  left: unset !important;
  right: -3% !important;
  bottom: -2%;
  width: 11% !important;
  height: auto;
  display: none;
}
.products .section3__container--item--imageArea--image.takuoutAhijo {
  position: absolute;
  top: unset !important;
  left: -3% !important;
  right: unset !important;
  bottom: -5px;
  width: 11% !important;
  height: auto;
  display: none;
}
.products .section3__container--item--imageArea--image.takuoutMotsu {
  position: absolute;
  top: unset !important;
  left: unset !important;
  right: 13% !important;
  bottom: 12%;
  width: 9.6% !important;
  height: auto;
  display: none;
}
.products .section3__container--item--imageArea--image.takuoutHarami {
  position: absolute;
  top: unset !important;
  left: unset !important;
  right: 5% !important;
  bottom: 15%;
  width: 11% !important;
  height: auto;
  display: none;
}
.products .section4 {
  position: relative;
  z-index: 8;
  margin-top: 0%;
}
.products .section4__container {
  background-image: url(../img/july/section4_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 11%;
  margin-bottom: 0px;
}
.products .section4__container--titleArea {
  position: relative;
  top: 0px;
  padding-top: 0px;
}
.products .section4__container--titleArea--image {
  width: 100%;
  display: block;
  margin-left: auto;
  padding-left: 0px;
}
.products .section4__container--titleArea--list {
  margin-top: 18px;
}
.products .section4 .sectionAttention {
  margin-top: 8px;
  padding: 0px 13% !important;
}
.products .section4 .sectionAttention .intro__container--textArea--smallText.first {
  padding-top: 0;
}

.menuContainer {
  background-image: url(../img/july/menu_bg_sp.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 100px !important;
  padding-top: 200px !important;
}
.menuContainer__imageWrap {
  padding: 20px 0;
}
.menuContainer__image {
  display: block;
  width: 81%;
  margin: 0 auto;
  max-width: 450px;
}
.menuContainer__ankerLinkWrap {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  width: 100%;
}
.menuContainer__contentsArea {
  top: -38px;
  position: relative;
}
.menuContainer__contentsArea--image {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.menuContainer__ankerLinkArea {
  width: 100%;
  margin-top: 0px;
}
.menuContainer__ankerLinkArea--item {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px !important;
  margin-top: 8px;
}
.menuContainer__ankerLinkArea--item:not(:last-of-type) {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.menuContainer__ankerLinkArea--item:not(:first-of-type) {
  margin-top: 0px;
}
.menuContainer__ankerLinkArea--item--link {
  display: block;
}
.menuContainer__ankerLinkArea--item--link--image.first {
  width: 100%;
}
.menuContainer__ankerLinkArea--item--link--image.second {
  width: 100%;
}
.menuContainer__ankerLinkArea--item--link--image.third {
  width: 100%;
}
.menuContainer__imageArea {
  margin-bottom: 20px;
}
.menuContainer__imageArea--image {
  width: 70%;
  display: block;
  margin: 0 auto;
  max-width: 380px;
}
.menuContainer__bottomLink {
  background-color: #fff;
  width: 100% !important;
}

.footer_image0202 {
  width: 193px !important;
  display: block;
  margin: 0 auto;
  margin-top: 0px;
}

@media screen and (max-width: 768px) and (min-width: 500px) {
  .intro__container--main--image {
    max-width: 500px;
  }
  .pdimg img {
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }

  .section2__container--item--imageArea.hanko {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .frame--main .contents #area_mv:after {
    height: 167vw;
  }

  .intro {
    padding-bottom: 0px !important;
  }
  .intro__container--main--image {
    width: 94%;
  }
  .intro__container--textArea {
    padding-top: 29px;
    padding-bottom: 49px;
  }
  .intro__container--textArea--text {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
  .intro__container--textArea--smallText {
    font-size: 1rem;
  }
  .intro__container--textArea--smallText.first {
    padding-top: 5px;
  }

  .products .description {
    margin-top: -75px;
  }
  .products .description.wasai {
    padding-top: 5% !important;
  }
  .products .description.ippinsan {
    padding: 60px 33px 20px 10px !important;
  }
  .products .description.station {
    padding: 20px 0px 20px 30px !important;
    padding-top: 5% !important;
  }
  .products .description.bioral {
    margin-top: -30px !important;
  }
  .products .description.hoikoro {
    padding: 12px 15% 11px 0 !important;
  }
  .products .description.harami {
    padding: 5px 3% 20px 15% !important;
  }
  .products .description.utsuwa {
    margin-top: 3px;
  }
  .products .description__title {
    font-size: 1.3rem !important;
    margin-top: 7px;
  }
  .products .description__title .brText {
    font-size: 1.1rem;
    display: inline-block;
    padding-left: 54px;
  }
  .products .description__time--number {
    font-size: 1.2rem !important;
    padding-left: 20px;
  }
  .products .description__time--number:before {
    top: 11%;
  }
  .products .description__time--number .timeBreak {
    padding-left: 20px;
  }
  .products .description__name {
    font-size: 1.7rem !important;
    padding-top: 0px;
  }
  .products .description__name .small_text {
    font-size: 1.1rem;
  }
  .products .description__price {
    font-size: 1.2rem;
  }
  .products .description__description {
    font-size: 1.2rem !important;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
    padding-top: 7px !important;
  }
  .products .description__description .small_text {
    font-size: 1.1rem !important;
  }
  .products .description .infoBox {
    margin-top: 26px;
    padding: 13px 15px 13px;
  }
  .products .description .infoBox--titleImage {
    width: 135px;
  }
  .products .description .infoBox__text {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
  .products .titleList {
    margin-top: 14px;
  }
  .products .titleList--item {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .products .section1 {
    margin-top: 0%;
  }
  .products .section1__container {
    padding-bottom: 2%;
  }
  .products .section1__container--titleArea {
    top: 0px;
    padding-top: 0px;
  }
  .products .section1__container--titleArea--image {
    max-width: 600px;
  }
  .products .section1__container--item {
    padding-bottom: 10px !important;
  }
  .products .section1__container--item.first {
    margin-top: 0px;
  }
  .products .section1__container--item.second {
    margin-top: 0px;
  }
  .products .section1__container--item.third {
    margin-top: 0px;
  }
  .products .section1__container--item.fifth {
    margin-top: 0px;
  }
  .products .section1__container--item--imageArea--image.eat_takeout {
    bottom: 8%;
  }
  .products .section2__container--titleArea {
    top: 0px;
    padding-top: 0px;
  }
  .products .section2__container--titleArea--image {
    max-width: 600px;
  }
  .products .section2__container--item.second {
    margin-top: 0px !important;
  }
  .products .section2__container--item.tea {
    margin-top: 0px !important;
  }
  .products .section2__container--item--imageArea--image.itemIppinsan {
    width: 42% !important;
  }
  .products .section2__container--item--time--number.station {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .products .section2__container--btnArea--btn {
    padding: 12px 24px;
    font-size: 1.4rem;
  }
  .products .section2__container--btnArea--btn:after {
    right: 15px;
    width: 25px;
    height: 25px;
  }
  .products .section3 {
    margin-top: 0%;
  }
  .products .section3__container--titleArea--image {
    max-width: 600px;
  }
  .products .section3__container--item.second {
    margin-top: 0px !important;
  }
  .products .section3__container--item.third {
    margin-top: 0px !important;
  }
  .products .section3__container--item.fourth {
    margin-top: 10px !important;
  }
  .products .section3__container--item--title .white_text {
    letter-spacing: 0em;
  }
  .products .event__container--box {
    padding: 0px 26px 34px;
  }
  .products .event__container--box--image {
    padding-top: 26px;
  }
  .products .event__container--box--title {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .products .event__container--box--subTitle {
    font-size: 1.65rem;
    margin-top: 21px;
  }
  .products .event__container--box--name {
    padding: 5px 9px 9px 9px;
  }
  .products .event__container--box--name--smallText {
    font-size: 1rem;
  }
  .products .event__container--box--name--bigText {
    font-size: 1.65rem;
    line-height: 1.3;
    margin-top: 7px;
  }
  .products .event__container--box--listArea {
    margin-top: 18px;
  }
  .products .event__container--box--listArea--list:not(:first-of-type) {
    margin-top: 1px;
  }
  .products .event__container--box--listArea--list--term {
    width: 47px;
    font-size: 1.3rem;
    padding: 0px 0px 0px 3px;
  }
  .products .event__container--box--listArea--list--term.third {
    padding: 0px 0px 0px 0px;
    height: 20px;
  }
  .products .event__container--box--listArea--list--definition .day {
    padding: 0px 3px;
    font-size: 1.2rem;
  }
  .products .event__container--box--text {
    margin-top: 8px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif !important;
  }
  .products .event__container--box--btn {
    padding: 12px 0;
  }

  .footer_image0202 {
    width: 160px !important;
  }
}
@media screen and (max-width: 360px) {
  .products .description.ippinsan {
    margin-left: 0;
    padding-left: 10px !important;
  }
  .products .description.bioral {
    padding-top: 35px !important;
  }
  .products .description__title {
    padding-right: 10px !important;
  }
  .products .description__title.ippinn {
    padding-right: 0 !important;
  }
  .products .description__name {
    font-size: 1.5rem !important;
  }
  .products .description__name .small_text {
    font-size: 1rem !important;
  }
  .products .section2__container--item--title--link.station {
    font-size: 1.8rem;
  }
  .products .section2__container--item--title--link.sn {
    font-size: 1.7rem !important;
  }
  .products .section2__container--btnArea--btn {
    font-size: 1.2rem;
  }
  .products .section3__container--item--title--link .white_text.sakana {
    font-size: 1.2rem;
  }
  .products .event__container--box--subTitle {
    font-size: 1.4rem;
  }
  .products .event__container--box--name--bigText {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  .products .event__container--box--listArea--list--definition {
    font-size: 1.6rem;
  }
  .products .section2__container--item.yamaya {
    margin-top: 95px !important;
  }

  .products .section2__container--item.fourth {
    margin-top: 50px !important;
  }
}
@-moz-document url-prefix() {
  /* ここに書く */
  .snParallel {
    padding-right: 20px !important;
  }

  .ippinn {
    padding-right: 20px !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}

.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
/*# sourceMappingURL=style.css.map */