@charset "UTF-8";

#ajiwaiosaka {
  background: #fff;
}

#fv {
  background: center / cover no-repeat url(../../img/front/ajiwaiosaka/fv_bg.jpg);
  height: 560px;
}

#fv .container {
  position: relative;
  max-width: 900px;
  height: 100%;
  margin: auto;
}

#fv h3 {
  text-align: center;
  padding-top: 30px;
}

#fv .beer {
  position: absolute;
  left: 0;
  bottom: -34px;
}

#fv .bottle {
  position: absolute;
  right: 0;
  bottom: -44px;
}

#fv .logo {
  position: absolute;
  bottom: -112px;
  left: 0;
  right: 0;
  width: 225px;
  margin: auto;
}

#intro {
  background: center bottom / 100% auto no-repeat url(../../img/front/ajiwaiosaka/lead_bg_pc.png);
  /*height: 642px;*/
  padding-top: 128px;
  padding-bottom: 230px;
  margin-bottom: -30px;
}

#intro .container {
  max-width: 650px;
  margin: auto;
}

#intro p {
  position: relative;
  height: 96px;
  line-height: 2;
  text-align: justify;
  transition: ease all 0.3s;
  overflow: hidden;
}

.en #intro p {
  text-align: left;
}

#intro p::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  transition: all ease 0.3s;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100% );
}

#intro p.is_open::before {
  display: none;
}

#intro .btn_area {
  margin-top: 20px;
  text-align: center;
}
#intro .btn_area button {
  padding: 5px 20px;
  border-radius: 6px;
  cursor: pointer;
}

.item + .item {
  padding-top: 4em;
}

.item h4 {
  text-align: center;
  margin-bottom: 58px;
}

.item h4 picture:last-child img {
  margin-top: 10px;
}

#item3.item h4 picture:last-child img {
  margin-top: 20px;
}

.item .top {
  display: flex;
  max-width: 1110px;
  margin: auto;
}

.item .top h5 {
  font-size: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 10px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.item .top .text .ico1 {
  background: no-repeat url(../../img/front/ajiwaiosaka/text_ico01.png);
  background-position: top 8px left;
  background-size: 20px 24px;
}

.item .top .text .ico2 {
  background: no-repeat url(../../img/front/ajiwaiosaka/text_ico02.png);
  background-position: top 8px left;
  background-size: 20px 24px;
}

.item .top .text > section + section {
  margin-top: 40px;
}

.item .text p {
  line-height: 2;
  text-align: justify;
}

.en .item .text p {
  text-align: left;
}

.item .bg {
  background: #FFF7E2;
  padding: 60px 0;
}

.item .bg-top {
  padding-top: 20px;
}

.item .bg-top img,
.item .bg-bottom img {
  width: 100%;
}

.item .bg-top img {
  vertical-align: bottom;
}

.item .bg-bottom img {
  vertical-align: top;
}

.item .bottom {
  display: flex;
  justify-content: space-between;
  /* gap: 34px; */
  margin: auto;
  max-width: 1100px;
}

.item .point {
  background: #fff;
  border-radius: 8px;
  border: solid 4px #FFD71F;
}

.item .building {
  background: #fff;
  border-radius: 8px;
  border: solid 4px #FFA101;
}

.item .bottom > div {
  position: relative;
  padding: 50px 10px 10px 10px;
}

.item .bottom > div::before {
  content: "";
  width: 200px;
  height: 4px;
  background: #FFF7E2;
  display: inline-block;
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
}

.item .bottom > div.point::before {
  width: 330px;
}

.en .item .bottom > div.point::before {
  width: 480px;
}

.cn .item .bottom > div.point::before,
.tw .item .bottom > div.point::before {
  width: 100px;
}

.ko .item .bottom > div.point::before {
  width: 280px;
}

.item .bottom > div.building::before {
  width: 190px;
}

.en .item .bottom > div.building::before {
  width: 240px;
}

.item .bottom h5 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 44px;
  text-align: center;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 1;
}

.en .item .bottom h5 {
  font-size: 42px;
}

.item .bottom .row {
  display: flex;
  align-items: center;
}

.item .bottom .row.vtop {
  align-items: stretch;
}

.item .bottom .row .img {
  width: 60px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item .bottom .row .text span {
  font-weight: bold;
}

.item .bottom .row .text .big {
  font-size: 18px;
}

.item .link {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 60px;
}

.item .link a {
  display: inline-block;
  border-radius: 4em;
  text-decoration: none;
  background: #FFD71F;
  color: #000;
  font-size: 18px;
  padding: 1.5em 5.5em;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

#other {
  margin-top: 50px;
  padding: 0 20px;
}

#other h4 {
  padding: 0 20px;
  text-align: center;
}

#other h4 img {
  max-width: 100%;
}

#other .pics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1150px;
  margin: auto;
}

#other .pics img {
  width: calc(27300% / 1150);
}

#other .btn_area {
  margin-top: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  #ajiwaiosaka {
    font-size: 16px;
  }

  #ajiwaiosaka .sp {
    display: none;
  }

  .item:nth-child(2n) .top {
    flex-direction: row-reverse;
  }

  .item .top .text {
    max-width: 45%;
  }

  .item:nth-child(2n) .top .text {
    max-width: 43%;
    margin-left: 1em;
  }

  .item .top .text > section {
    margin: 20px 20px 20px 0;
  }

  .item .text p {
    line-height: 1.8;
  }

  .item .bottom > div {
    width: 50%;
    padding-bottom: 30px;
  }

  .item .bottom > div + div {
    margin-left: 34px;
  }

  .item .point .row + .row {
    margin-top: 30px;
  }

  .item .building .row + .row {
    margin-top: 20px;
  }

  .en .item .bottom h5 {
    line-height: 1.1;
  }

  .en .item .bottom .point h5 {
    top: -48px;
  }

  .en .item .bottom .building h5 {
    top: -24px;
  }

  .en .item .bottom > div.point::before {
    width: 380px;
  }

  #ajiwaiosaka.en .item .bottom h5 .sp {
    display: inline;
  }
}

@media (min-width: 1000px) {

  .en .item .bottom .point h5,
  .en .item .bottom .building h5 {
    top: -34px;
  }

  #ajiwaiosaka.en .item .bottom h5 .sp {
    display: none;
  }

  .en .item .bottom > div.point::before {
    width: 480px;
  }
}

@media (max-width: 767px) {
  #ajiwaiosaka {
    font-size: 15px;
  }

  #ajiwaiosaka .pc {
    display: none;
  }

  #fv {
    height: 280px;
  }

  #fv h3 img {
    width: 340px;
  }

  .en #fv h3 img {
    width: 376px;
  }

  .cn #fv h3 img,
  .tw #fv h3 img {
    width: 235px;
  }

  .ko #fv h3 img {
    width: 406px;
  }

  #fv .beer {
    bottom: -17px;
  }

  #fv .beer img {
    width: 85px;
    height: 141px;
  }

  #fv .bottle {
    bottom: -22px;
  }

  #fv .bottle img {
    width: 108px;
    height: 149px;
  }

  #fv .logo {
    width: 113px;
    bottom: -56px;
  }

  #fv .logo img {
    width: 113px;
  }

  #intro {
    background-image: url(../../img/front/ajiwaiosaka/lead_bg_sp.png);
    background-size: contain;
    background-position: bottom center;
    padding-top: 64px;
    padding-bottom: 130px;
    margin-bottom: 1em;
  }

  #intro .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  #intro p {
    height: 81px;
    line-height: 1.8;
  }

  .en #intro p {
    line-height: 1.6;
    font-size: 14px;
  }

  .item {
    margin-top: 3em;
  }

  .item h4 {
    padding-left: 4%;
    padding-right: 4%;
    margin-bottom: 1em;
  }

  .item h4 img {
    width: 90%;
    height: auto;
  }

  #item3.item h4 img {
    width: 80%;
  }

  #item3.item h4 picture:last-child img {
    width: 100%;
  }

  .en .item h4 picture:first-child img,
  .cn .item h4 picture:first-child img,
  .tw .item h4 picture:first-child img {
    width: 70%;
  }

  .en .item h4 picture:last-child img {
    margin-top: 30px;
  }

  .item .top {
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .en .item .top h5 {
    line-height: 1.2;
  }

  .item .top .text > section {
    margin: 20px 0;
  }

  .en .item .text p {
    line-height: 1.6;
    font-size: 14px;
  }

  .item .bottom {
    flex-direction: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .item .bottom > div {
    padding: 40px 20px 20px 10px;
  }

  .item .bottom > div + div {
    margin-top: 54px;
  }

  .item .bottom h5 {
    font-size: 38px;
  }

  .en .item .bottom h5 {
    font-size: 34px;
    line-height: 1.1;
  }

  .en .item .bottom .building h5 {
    top: -20px;
  }

  .item .point .row + .row {
    margin-top: 20px;
  }

  .item .building .row + .row {
    margin-top: 20px;
  }

  .item .bottom > div.point::before {
    width: 290px;
  }

  .en .item .bottom > div.point::before {
    width: 320px;
  }

  .ko .item .bottom > div.point::before {
    width: 240px;
  }

  .item .bottom > div.building::before {
    width: 160px;
  }

  .en .item .bottom > div.building::before {
    width: 210px;
  }

  .cn .item .bottom > div.building::before,
  .tw .item .bottom > div.building::before {
    /* width: 160px; */
  }

  .ko .item .bottom > div.building::before {
    width: 180px;
  }

  .item .link {
    margin-top: -35px;
  }

  .item .link a {
    padding: 1em 3.6em;
  }

  #other {
    margin-top: 50px;
    padding: 0 20px;
  }

  #other h4 {
    padding: 0 20px;
    text-align: center;
  }

  #other h4 img {
    max-width: 100%;
  }

  #other .pics {
    max-width: 600px;
    gap: 20px calc(2000% / 600);
  }

  #other .pics img {
    width: calc(29000% / 600);
  }

  #other .btn_area {
    margin-top: 20px;
    text-align: center;
  }
}