/* import */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100..900&family=Noto+Serif+SC:wght@200..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans SC", sans-serif;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  font-size: 14px;
  color: #333;
  font-family: "Noto Sans SC", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

a,
input {
  line-height: 1;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}

a:hover,
input:hover {
  opacity: 0.8;
}
.bold {
  font-weight: bold;
}

.img {
  text-align: center;
}

div {
  font-size: unset;
}

/* common */
.only-pc {
  display: none;
}
.only-sp {
  display: inline;
}

main {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  background-image: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
  overflow: hidden;
}

.raffle {
  width: 96%;
  text-align: center;
  margin: 40px auto 80px;
}

.benefitsWrap {
  width: 750px;
  height: 835px;
  background: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_bg_benefits.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.benefitsList {
  position: relative;
  max-width: 600px;
  margin: 0 auto 40px;
}
.benefitsWrap img {
  width: 80%;
  margin-left: 4%;
}
/* .benefitsList::before {
  content: "";
  position: absolute;
  top: -180px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-image: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_cptop_2.png);
  background-size: contain;
  background-repeat: no-repeat;
} */

.benefits {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin: 0 auto 40px;
  background-color: #f3ece4;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.benefits .benefitsL {
  width: 30%;
  text-align: center;
  color: #b21b1a;
  border-right: 4px dotted #b21b1a;
  margin-right: 2%;
  padding: 8px 0;
}
.benefits .benefitsR {
  width: 68%;
  text-align: center;
}
.benefits .benefitsL,
.benefits .benefitsR {
  font-family: "Noto Serif SC", serif !important;
  font-size: 24px;
  font-weight: 700;
}
.benefits .benefitsR span {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.menuWrap {
  width: 750px;
  height: 1120px;
  margin: 0 auto;
  text-align: center;
  background: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_bg_nav.png) 0 0 no-repeat;
  background-size: contain;
}

.menu {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 400px;
}
.menu .menu-l,
.menu .menu-r {
  width: 46%;
}
.menu .menu-r {
  margin-top: 86px;
}

.menu a {
  display: block;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  background-color: #b21b1a;
}

section {
  max-width: 700px;
  background-color: #faf2ea;
  border-radius: 10px;
  padding: 40px 40px 20px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  margin: 0 auto 40px;
  font-size: 20px;
  position: relative;
  z-index: 10;
}
section h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
section h2 span {
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  color: #c02726;
  border-bottom: 1px solid #c02726;
}

section img {
  display: block;
  margin: 0 auto;
}

section.detail {
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}
section.detail:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 382px;
  height: 223px;
  background-image: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_detail.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

section.detail .box {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

section.detail .box .ttl {
  font-family: "Noto Serif SC", serif;
  font-weight: 700;
  font-size: 24px;
  color: #c02726;
  text-align: center;
  margin-bottom: 20px;
}
section.detail .box::before {
  content: "◆";
  position: absolute;
  background-color: #faf2ea;
  padding: 0 16px;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #c02726;
  z-index: 10;
}
section.detail .box::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 2px;
  background-color: #c02726;
  z-index: 9;
}
section.detail .box.end::before,
section.detail .box.end::after {
  content: none;
}
section.detail .box p {
  margin-bottom: 20px;
}
section.detail .box .note {
  width: 64%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}
section.detail .box .note p {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

section .boxH {
  width: 80%;
  margin: 0 auto 20px;
}
section .boxH span {
  color: #2c66b7;
  padding-left: 1em;
}

section .boxI {
  margin-bottom: 40px;
  position: relative;
}

section .boxI.bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 30%;
  height: 100%;
  background: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_reason.png) 0 bottom no-repeat;
  background-size: contain;
}

section .boxI .ttl {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #b21b1a;
  padding: 8px 20px;
  margin: 0 0 30px 8px;
}

section .boxI .checked {
  color: #b21b1a;
  padding-left: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  z-index: 10;
}

section .boxI .checked::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  border: 2px solid #b21b1a;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  top: 14px;
  left: 5px;
  margin: auto;
  z-index: 10;
}
section .boxI .checked::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #b21b1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

section#staff .staff {
  max-width: 92%;
  margin: 0 auto;
}

.floorWrap {
  position: relative;
  padding-bottom: 240px;
}
.floorWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 620px;
  height: 194px;
  background: url(https://contents.multilingualcart.com/ori/50846/etc_img/ib_shop_5.png) 0 bottom no-repeat;
  background-size: contain;
}
section .floor {
  margin: 0 auto 40px;
}

section .floor .boxR {
  text-align: center;
}

section .floor .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 30px;
}
section .floor .box .box-l,
section .floor .box .box-r {
  width: 48%;
  text-align: center;
}
section .floor .box span {
  display: block;
}
section .floor .box .sub {
  font-size: 14px;
}
section .floor .box .main {
  font-size: 30px;
  padding: 0 10px;
  font-weight: 600;
  display: inline-block;
  background: linear-gradient(transparent 40%, #fff000 40%);
}
section .floor .box .main span {
  display: inline-block;
  background: none;
  font-size: 12px;
}
section .access .box {
  margin-bottom: 10px;
}
section .access .box .red {
  display: inline-block;
  color: #b21b1a;
  margin-bottom: 8px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b21b1a;
}

section .box,
section .boxR {
  margin-bottom: 20px;
}
section .boxR {
  color: #b21b1a;
  font-weight: 700;
}

section .sns {
  display: flex;
  justify-content: center;
}
section .sns a {
  width: 35px;
  height: 35px;
  margin-left: 2%;
}

/* video */
.videoWrap.first {
  margin: 0 auto 40px;
}

.videoWrap {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.videoWrap video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.videoWrap .playBtn {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.9);
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.videoWrap .playBtn::before {
  content: "▶";
  font-size: 36px;
  color: rgba(255, 255, 255, 0.8);
}

/* map */
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 20px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.boxEnd {
  text-align: center;
}

.circleL,
.circleR {
  position: absolute;
  width: 500px;
  height: 500px;
  background-color: rgba(240, 240, 48, 0.6);
  border-radius: 50%;
  left: -30%;
  z-index: 1;
}
.circleR {
  left: auto;
  right: -30%;
}
.circleR.n01 {
  top: 16%;
}
.circleL.n01 {
  top: 21%;
}
.circleR.n02 {
  top: 26%;
}
.circleL.n02 {
  top: 42%;
}
.circleR.n03 {
  top: 46%;
}
.circleL.n03 {
  top: 53%;
}
.circleR.n04 {
  top: 58%;
}
.circleL.n04 {
  top: 62%;
}
.circleR.n05 {
  top: 72%;
}
.circleL.n05 {
  top: 77%;
}
.circleR.n06 {
  top: 83%;
}
.circleL.n06 {
  top: 88%;
}
.circleR.n07 {
  top: 95%;
}

/* font-size */
/* .videoWrap .playBtn::before {
  font-size: 40px !important;
}
section h2,
section .floor .box .main {
  font-size: 30px;
}
.benefits,
.menu a,
section.detail .box .ttl {
  font-size: 24px !important;
}
section,
section .boxI .ttl {
  font-size: 20px !important;
}
section.detail .box .note {
  font-size: 16px !important;
}
.benefits .benefitsR span,
section .floor .box .sub {
  font-size: 14px !important;
}
section .floor .box .main span {
  font-size: 12px !important;
}
section.detail .box::before {
  font-size: 10px !important;
} */

@media screen and (max-width: 768px) {
  main {
    max-width: 100%;
    margin: 0 auto;
  }
  .raffle {
    margin: 40px auto 0;
  }

  .benefitsWrap {
    width: 100%;
    height: 100vh;
    background-size: cover;
    padding: 10vh 0 0;
  }
  .benefitsList {
    width: 80%;
    margin: 0 auto 40px;
  }
  /* .benefitsList::before {
    top: -24%;
  } */
  .benefits {
    padding: 20px 0;
    margin: 0 auto 40px;
  }

  .benefits .benefitsL,
  .benefits .benefitsR {
    font-size: 20px;
  }

  section {
    max-width: 92%;
    padding: 40px 3% 20px;
    font-size: 16px;
  }
  section h2 {
    font-size: 20px;
  }

  section.detail {
    position: relative;
    padding-bottom: 80px;
    text-align: center;
  }
  section.detail:after {
    width: 72%;
    height: 100%;
  }
  section.detail .box .note {
    width: 80%;
  }

  section.detail .box .ttl {
    font-size: 20px;
  }
  section .boxH {
    width: 92%;
  }
  .menuWrap {
    width: 100%;
    height: calc(100vw * (1120 / 750));
    background-size: cover;
  }
  .menu {
    padding-top: 45%;
  }
  .menu a {
    font-size: 20px;
  }
  section .boxI.bg::after {
    right: -5%;
  }
  section .boxI .checked::before {
    top: 10px;
  }
  section .boxI .checked::after {
    top: 12px;
  }

  .floorWrap {
    padding-bottom: 32%;
  }
  .floorWrap::after {
    width: 92%;
    height: 100vh;
  }
  section .floor .box {
    width: 92%;
  }
  section .floor .box .main {
    font-size: 24px;
  }

  section#staff .boxR,
  section#interview .boxR {
    width: 92%;
    margin: 0 auto 20px;
  }
  .boxEnd {
    width: 72%;
    margin: 0 auto;
  }

  /* video */
  .videoWrap {
    max-width: 92%;
  }
  .circleL,
  .circleR {
    width: 300px;
    height: 300px;
  }

  .circleR.n01 {
    top: 17%;
  }
  .circleL.n01 {
    top: 22%;
  }
  .circleR.n02 {
    top: 29%;
  }
  .circleL.n02 {
    top: 42%;
  }
  .circleR.n03 {
    top: 47%;
  }
  .circleL.n03 {
    top: 53%;
  }
  .circleR.n04 {
    top: 60%;
  }
  .circleL.n04 {
    top: 64%;
  }
  .circleR.n05 {
    top: 70%;
  }
  .circleL.n05 {
    top: 76%;
  }
  .circleR.n06 {
    top: 82%;
  }
  .circleL.n06 {
    top: 88%;
  }
  .circleR.n07 {
    top: 94%;
  }

  /* font-size */
  /* section {
    font-size: 16px !important;
  }
  section h2,
  section .floor .box .main {
    font-size: 23px !important;
  }
  .benefits,
  section.detail .box .ttl,
  .menu a {
    font-size: 20px !important;
  } */
}
