/** Shopify CDN: Minification failed

Line 31:13 Expected identifier but found whitespace
Line 31:15 Unexpected "{"
Line 31:24 Expected ":"
Line 31:67 Expected ":"
Line 32:16 Expected identifier but found whitespace
Line 32:18 Unexpected "{"
Line 32:27 Expected ":"
Line 32:73 Expected ":"

**/
  .et-what-eattravel__img__pc-img{
    display: block;
  }
  .et-what-eattravel__img__sp-img{
    display: none;
  }
  @media screen and (max-width:800px) {
    .et-what-eattravel__img__pc-img{
      display: none;
    }
    .et-what-eattravel__img__sp-img{
      display: block;
    }
  }

  
.et-what-eattravel {
  width: 100%;
  margin-top: {{ section.settings.et-what-eattravel-margin_top }}px;
  margin-bottom: {{ section.settings.et-what-eattravel-margin_bottom }}px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
  @media screen and (max-width:800px) {
    .et-what-eattravel {
      margin-top: 15px;
      margin-bottom: 15px;
    }
  }

  .et-what-eattravel__img__pc-img, .et-what-eattravel__img__sp-img {
    margin: 0;
    padding: 0;
  }
  .et-what-eattravel__img img{
    width: 100%;
  }
  

.et-what-eattravel__inner {
  background-image: url('/cdn/shop/files/toppage-whatset.jpg?v=1669791669');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  height: 543px;
}
@media screen and (max-width: 750px) {
  .et-what-eattravel__inner {
    flex-direction: column;
    justify-content: flex-start;
    max-height: 545px;
  }
}

.et-what-eattravel__logo {
  background: url(/cdn/shop/files/toppage-whatset-sankaku.svg?v=1670310681);
  background-repeat: no-repeat;
  background-size: contain;
  align-self: center;
  width: 60%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 75px;
}
.et-what-eattravel__logo img {
  max-width: 456px;
  height: 103px;
}
.et-what-eattravel__sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .et-what-eattravel__logo {
    height: 250px;
  }
  .et-what-eattravel__logo img {
    max-width: 300px;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .et-what-eattravel__sp {
    display: block;
  }
  .et-what-eattravel__pc {
    display: none;
  }
}
.et-what-eattravel__logo svg{
  width: 100%;
  max-height: 127px;
}
/* .et-what-eattravel__logo::before{
  content: '';
  background-image: url('/cdn/shop/files/eattravel_logo2-2x.png?v=1666247535');
  background-repeat: no-repeat;
  background-size: contain;
  width: max(456px);
  height: max(105px);
  position: absolute;
  top: 26%;
  left: 23%;
} */
@media screen and (max-width:1280px) {
  .et-what-eattravel__logo::before{
    width: max(350px);
    height: max(105px);
    left: 30%;
  }
}
@media screen and (max-width:1024px) {
  .et-what-eattravel__logo::before{
    width: max(300px);
    height: max(90px);
    left: 25%;
  }
}
@media screen and (max-width:900px) {
  .et-what-eattravel__logo{
    width: 50%;
  }
  .et-what-eattravel__logo::before{
    width: max(250px);
    height: max(60px);
    left: 24%;
  }
}
@media screen and (max-width: 750px) {
  .et-what-eattravel__logo{
    width: 100%;
    height: 120px;
    background: url(/cdn/shop/files/toppage-whatset-sankaku-sp.svg?v=1670310681);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 16px;
    margin-top: 8px;
  }
  .et-what-eattravel__logo img{
    max-width: 200px;
    text-align: center;
  }
  /* .et-what-eattravel__logo::before{
    width: min(200px);
    display: block;
    margin-top: 1px;
  } */
}

.et-what-eattravel__text{
  width: 35%;
  max-width: 500px;
  padding-right: 3%;
  align-self: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.br-sp {
  display: none;
}
@media screen and (max-width:750px) {
  .br-pc{
    display: none;
  }
  .br-sp{
    display: inline-block;
  }
}
.et-what-eattravel__text::before{
  content: url('/cdn/shop/files/toppage-whatset-lefttop.png?v=1669794175');
  position: absolute;
  top: -22px;
  left: -13%;
}
.et-what-eattravel__text::after{
  content: url('/cdn/shop/files/toppage-whatset-rightbottom.png?v=1669794175');
  position: absolute;
  bottom: -52px;
  right: calc(25 / 1440 * 100vw);
}
@media screen and (max-width:1240px) {
  .et-what-eattravel__text::before{
    transform: scale(0.9);
  }
  .et-what-eattravel__text::after{
    transform: scale(0.9);
  }
}
@media screen and (max-width:1080px) {
  .et-what-eattravel__text::after{
    right: 8%;
  }
}
@media screen and (max-width:900px) {
  .et-what-eattravel__text{
    width: 45%;
  }
}
@media screen and (max-width:750px) {
  .et-what-eattravel__text{
    width: 100%;
    margin: 0rem auto 0 auto;
    text-align: center;
    font-size: clamp(1.2rem, 1vw + 0.75rem, 1.6rem);
    padding: 0 20px;
  }
  .et-what-eattravel__text::before{
    transform: scale(0.5);
    top: -9px;
    left: 0px;
  }
  .et-what-eattravel__text::after{
    transform: scale(0.5);
    right: 0px;
    bottom: -10%;
  }
}

.et-what-eattravel__icon {
  width: 50%;
  position: absolute;
  bottom: 30px;
  left: 9%;
}
@media screen and (max-width:1024px) {
  .et-what-eattravel__icon {
    width: 45%;
    bottom: 50px;
    left: 10%;
  }
}
@media screen and (max-width:900px) {
  .et-what-eattravel__icon {
    left: 2%;
  }
}
.et-what-eattravel__icon ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.et-what-eattravel__icon ul li {
  list-style-type: none;
}
.et-what-eattravel__icon ul li img {
  width: 100%;
  max-width: 145px;
}
@media screen and (max-width:750px) {
  .et-what-eattravel__icon {
    position: relative;
    width: 90%;
    margin: 2rem auto 0 auto;
    left: 0;
    bottom: 0;
  }
  .et-what-eattravel__icon ul li img {
    max-width: 90px;
  }
}