@charset "UTF-8";
/* reset */
body, h1, h2, h3, h4, h5, h6, h7, div, p, dl, dt, dd, ol, ul, li, header, footer, table, th, td, fieldset, form, input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, h7, dt, dd, th, td, em, address, label {
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
}

ol, ul {
  list-style-type: none;
}

.disp_pc {
  display: block;
}

.disp_sp {
  display: none;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb140 {
  margin-bottom: 140px;
}

.mb160 {
  margin-bottom: 160px;
}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin: 0 auto;
  padding: 0;
  background: #fff;
}

a img:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

.l-inner {
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1140px;
}

.p-header {
  display: grid;
  place-content: center;
  padding-block: min(2.8vw, 40px);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header {
    padding-block: 15px;
  }
}
.p-header h1.po {
  width: min(18vw, 257px);
}
@media screen and (max-width: 767px) {
  .p-header h1.po {
    width: 60px;
  }
}
.p-header h1.jp {
  width: min(20vw, 304px);
}
@media screen and (max-width: 767px) {
  .p-header h1.jp {
    width: 60px;
  }
}
.p-header h1 img {
  width: 100%;
  height: auto;
}

.p-kv {
  width: 100%;
}
.p-kv img {
  width: 100%;
  height: auto;
}

.sec01 {
  margin-top: min(5vw, 70px);
}
@media screen and (max-width: 767px) {
  .sec01 {
    margin-top: 30px;
  }
}
.sec01 img {
  width: 100%;
  height: auto;
}

.sec02 {
  margin-top: min(13vw, 180px);
  padding-bottom: min(8.5vw, 120px);
  background-image: url("../images/po/sec02-bg.png");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .sec02 {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.sec02 img {
  width: 100%;
  height: auto;
}

.sec03 {
  margin-top: min(13vw, 180px);
}
@media screen and (max-width: 767px) {
  .sec03 {
    margin-top: 60px;
  }
}
.sec03.jp {
  margin-top: min(4vw, 60px);
  padding-top: min(5.7vw, 80px);
  padding-bottom: min(8.5vw, 120px);
  background-image: url("../images/jp/sec02-bg.png");
  background-size: cover;
}
.sec03 img {
  width: 100%;
  height: auto;
}
.sec03_list {
  margin-top: min(5.7vw, 80px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(3.5vw, 50px) min(2.1vw, 30px);
}
@media screen and (max-width: 767px) {
  .sec03_list {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.sec03_img img {
  width: 100%;
  height: auto;
}
.sec03_bottom {
  margin-top: min(5.7vw, 80px);
}

.sec04 {
  margin-top: min(10vw, 140px);
}
@media screen and (max-width: 767px) {
  .sec04 {
    margin-top: 60px;
  }
}

.sec05_logo {
  margin-top: min(6.4vw, 90px);
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .sec05_logo {
    margin-top: 40px;
  }
}
.sec05_logo img {
  width: 156px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .sec05_logo img {
    width: 100px;
  }
}
.sec05_logo img.jp {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .sec05_logo img.jp {
    width: 150px;
  }
}

.sec06 {
  margin-top: min(10vw, 120px);
}
.sec06 img {
  width: 100%;
  height: auto;
}

/* ---------- イベント詳細 ---------- */
/* 店舗 */
.shop_box_wrap {
  background: #ffffff;
  padding: 20px 0;
}

.shop_box_wrap.shop_box_wrap-even {
  background: #efefef;
}

.shop_box {
  padding: 60px 0;
}

.brand_logo {
  text-align: center;
}

.brand_logo img {
  text-align: center;
  width: 550px;
}

ul.shop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
  color: #231815;
  margin: 10px auto 0;
  gap: 20px;
  max-width: 1280px;
}

ul.shop li {
  text-align: center;
  padding: 0;
  width: 45%;
}

ul.shop li:last-child {
  margin-bottom: 0;
}

ul.shop.shop_wide li {
  width: 40%;
}

ul.shop li .store {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

ul.shop li .store .name {
  font-size: min(2vw, 21px);
  font-weight: bold;
  line-height: 1.5;
  margin-right: 1em;
}

ul.shop li .store .address {
  font-size: min(2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
  margin-right: 1em;
}

ul.shop li .store .tel_no {
  font-size: min(2vw, 22px);
  font-weight: bold;
  line-height: 1.2;
}

ul.shop li .store .tel_no span {
  font-size: 26px;
}

ul.shop li .tel {
  padding: 40px 0;
}

ul.shop li .tel img {
  width: 100%;
  max-width: 394px;
  height: auto;
}

ul.shop li .tel img:hover {
  opacity: 0.8;
}

ul.shop li .gmap {
  margin: auto;
  max-width: 510px;
  width: 100%;
}

ul.shop li .link {
  margin: 2em auto;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .shop_box_wrap {
    padding: 20px 0;
  }
  /* 店舗 */
  .shop_box {
    padding: 4vw 0 9vw;
  }
  .brand_logo img {
    width: 100px;
  }
  ul.shop {
    flex-wrap: wrap;
  }
  ul.shop li {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  ul.shop.shop_wide li {
    width: 100%;
  }
  ul.shop li + li {
    margin: 60px 0 0 0;
  }
  ul.shop .gmap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  ul.shop li .store {
    display: block;
    margin-bottom: 20px;
  }
  ul.shop li .store .name {
    font-size: 16px;
    display: block;
    margin-right: 0;
  }
  ul.shop li .store .tel_no {
    font-size: 16px;
    font-weight: bold;
  }
  ul.shop li .store .tel_no span {
    font-size: 20px;
  }
  ul.shop li .tel {
    padding: 10px 0;
  }
  ul.shop li .tel img {
    height: auto;
    width: 70%;
  }
  ul.shop li .tel img:hover {
    opacity: 0.8;
  }
  ul.shop li .gmap {
    margin: auto;
    max-width: 510px;
    width: 100%;
  }
}
/* footer */
footer {
  background: #231815;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}

footer .foot_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
}

.footer_logo {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    width: 120px;
  }
}
.footer_logo.jp {
  width: 90%;
  max-width: 680px;
}
.footer_logo a {
  display: block;
  width: 100%;
}
.footer_logo a img {
  width: 100%;
  height: auto;
}

footer .copyright {
  font-size: 0.8em;
  text-align: center;
  margin-top: 5px;
  padding: 10px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    font-size: 10px;
  }
}

/* pagetop btn */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ccc;
  border-radius: 10px;
}

#page_top:hover {
  opacity: 0.6;
  transition: all ease-in-out 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 0;
  left: 0px;
  margin: auto;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}