@charset "UTF-8";
body {
  color: #fff;
}

.button {
  position: relative;
  display: flex;
  align-items: center;
  width: 230px;
  height: 40px;
  padding-left: 24px;
  background-color: #E9DA59;
  margin-left: auto;
}
.button:hover {
  background-color: #c0b447;
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 4px;
  height: 1.4px;
  width: 50px;
  background-color: #103A4E;
}
.button::after {
  content: "";
  position: absolute;
  bottom: 48%;
  transform: translateY(50%);
  right: 5.5px;
  height: 1.4px;
  width: 7px;
  background-color: #103A4E;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.no-link {
  background-color: #A4A4A4;
}
.no-link:hover {
  background-color: #A4A4A4;
}

.scroll {
  opacity: 0;
  transition: all 0.5s ease;
}

.scroll.show {
  opacity: 1;
  transform: none;
}

.scroll-huwatto {
  transform: translate(0, 20px);
}

.scroll-huwatto2 {
  transform: translate(0, 40px);
}

.scroll-huwatto3 {
  transform: translate(0, 60px);
}

.move-huwa {
  animation: huwa 1s;
}

@keyframes huwa {
  0% {
    transform: translate(0, 30px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.move-purupuru {
  animation: purupuru 30s infinite;
}

@keyframes purupuru {
  0% {
    transform: rotate(0, 0);
    transform-origin: 50% 100%;
  }
  1% {
    transform: rotate(3deg);
    transform-origin: 50% 100%;
  }
  2% {
    transform: rotate(-3deg);
    transform-origin: 50% 100%;
  }
  3% {
    transform: rotate(3deg);
    transform-origin: 50% 100%;
  }
  4% {
    transform: rotate(-3deg);
    transform-origin: 50% 100%;
  }
  5% {
    transform: rotate(3deg);
    transform-origin: 50% 100%;
  }
  6% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  100% {
    transform: rotate(0deg);
  }
}
.shopButton-area {
  background-color: #003654;
  padding: 64px 0;
  margin-bottom: 64px;
}
.shopButton-area.noSpace {
  margin-bottom: 0;
}

.itemShop-button,
.errata-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  height: 50px;
  margin: 0 auto;
}

.itemShop-button {
  background-color: #E9DA59;
}
.errata-button {
  background-color: #e14949;
  margin-top: 20px;
}
.itemShop-button:hover{
  background-color: #c0b447;
}
.errata-button:hover{
  background-color: #cd4747;
}
.itemShop-button::before,
.errata-button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  right: 4px;
  height: 1.4px;
  width: 50px;
  background-color: #103A4E;
}
.itemShop-button::after,
.errata-button::after {
  content: "";
  position: absolute;
  bottom: 48%;
  transform: translateY(50%);
  right: 5.5px;
  height: 1.4px;
  width: 7px;
  background-color: #103A4E;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

.info-noButton {
  font-weight: 500;
  color: #103A4E;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  height: 50px;
  background-color: #d2d2d2;
  margin: 0 auto;
}

.itemDetail-title {
  background-color: #0C2431;
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  .button {
    justify-content: center;
    margin: 0;
    padding-left: 0;
    width: 100%;
    height: 50px;
  }
  .button.pc-no {
    display: flex;
  }
  .scroll-huwatto-spLeft {
    transform: translateY(20px);
  }
  .scroll-huwatto-spRight {
    transform: translateY(50px);
  }
}
h2, h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

a, p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 2;
}

a.underLine {
  text-decoration: underline 0.5px;
  -webkit-text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-text-underline-offset: 0.2em;
}

.globalMenu__list li a {
  line-height: 1;
}

.txtBold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #103A4E;
  font-size: 14px;
}

.globalMenu__list li a {
  font-size: 14px;
}

.slideNav__list li a {
  font-size: 22px;
  line-height: 1;
}

.shopIcon__txt {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-align: center;
  color: #0C2431;
}
.shopIcon__txt p {
  font-size: 14px;
  line-height: 1;
}
.shopIcon__txt p span {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 16px;
}

.shopIcon__txt.iconReserve p {
  font-size: 12px;
}

.secTitle {
  font-size: 14px;
}
.secTitle span {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 44px;
}

.introTitle {
  font-size: 30px;
  line-height: 1.6;
}

.introTxt {
  font-size: 15px;
  line-height: 2;
}

.newsArticle__time {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.06em;
}

.newsArticle__link {
  font-size: 14px;
}

.itemExplan {
  line-height: 1.5;
}
.itemExplan__title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.itemExplan__title span {
  font-size: 16px;
}
.itemExplan__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}

.shopCatch__title__cont {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.65;
}

.aboutHistory .secTitle {
  font-size: 14px;
}
.aboutHistory .secTitle span {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-size: 36px;
}

.year {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #0C2431;
  line-height: 70px;
  letter-spacing: 1px;
}

.aboutHistory__year__cont p {
  line-height: 1.4;
  margin-bottom: 12px;
}

.footAdd__detail {
  font-size: 12px;
}

.copy {
  font-size: 14px;
}

.itemIntro__title {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 48px;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: 3px;
  top: -8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 0.3em;
  text-align: left;
}

.itemIntro__title__ruby {
  display: none;
}

.itemCategory__cont {
  font-size: 15px;
}

.itemShop-button,
.errata-button,
.rulebook-button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #103A4E;
}

.expansionTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 23px;
}

.expansionTxt {
  font-size: 13px;
}
.expansionTxt a {
  font-size: 13px;
}

.itemCredit__title {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-size: 36px;
}
.itemCredit__list th,
.itemCredit .itemCredit__list td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  h2, h3, h4 {
    font-size: 15px;
  }
  a, p {
    font-size: 14px;
    line-height: 2;
  }
  .globalMenu__list li a {
    font-size: 14px;
    line-height: 1;
  }
  .button {
    font-size: 16px;
  }
  .shopIcon__txt p {
    font-size: 13px;
    line-height: 0.9;
  }
  .shopIcon__txt p span {
    font-size: 15px;
  }
  .introTitle {
    font-size: 24px;
  }
  .introTxt {
    font-size: 14px;
    line-height: 1.8;
  }
  .newsArticle__time {
    font-size: 14px;
  }
  .secTitle {
    font-size: 12px;
  }
  .secTitle span {
    font-size: 40px;
  }
  .itemExplan__title {
    font-size: 16px;
    line-height: 1.2;
  }
  .itemExplan__title span {
    font-size: 12px;
  }
  .itemExplan__txt {
    font-size: 14px;
  }
  .shopCatch__title__cont {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.4;
  }
  .aboutHistory__year__cont p,
.aboutHistory__year__cont a {
    line-height: 1.6;
    font-size: 13px;
  }
  .year {
    line-height: 62px;
  }
  .itemIntro__title {
    font-size: 34px;
  }
  #item-fairyconcerto .itemIntro__title {
    font-size: 31px;
  }
  .itemCredit__title {
    font-size: 32px;
  }
  .expansionTitle {
    font-size: 20px;
  }
  .footAdd__border {
    font-size: 18px;
  }
  .footAdd__detail {
    font-size: 14px;
  }
  .copy {
    font-size: 16px;
  }
}
footer {
  background: url(../images/footer-bg.png) no-repeat center top/cover;
}

.footArea {
  padding: 56px 56px 16px;
}

.footRogo {
  display: block;
  width: 84px;
  margin: 0 auto 19px;
}
.footRogo__img {
  width: 100%;
}

.footMenu__list {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 18px;
}
.footMenu__list li:not(:first-child) {
  margin-left: 16px;
  border-left: 1px #fff solid;
  padding-left: 16px;
}

.footArea__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footAdd {
  width: calc(100% - 230px - 5%);
}
.footAdd__border {
  padding-bottom: 8px;
  border-bottom: #fff 1px solid;
  margin-bottom: 8px;
}
.footAdd__detail {
  display: flex;
  flex-wrap: wrap;
}
.footAdd__detail__li {
  width: 50%;
  margin-bottom: 6px;
}

.footLink .button {
  margin-bottom: 10px;
}
.footLink__sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footLink__sns li:not(:last-child) {
  margin-right: 8px;
}
.footLink__sns li {
  height: 20px;
}
.footLink__sns li .snsIcon {
  height: 100%;
}

.copy {
  text-align: center;
  padding-bottom: 16px;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  footer {
    background: none;
  }
  .footArea {
    padding: 0;
  }
  .sp-footRogoBG {
    background: url(../images/footer-bg-sp.png) no-repeat center top/cover;
    width: 100%;
    padding: 40px 0 21px;
  }
  .footRogo {
    margin: 0 auto 0;
  }
  .footMenu__list {
    flex-wrap: wrap;
    background-color: #0C2431;
    text-align: center;
    padding: 42px 30px;
    margin-bottom: 0;
  }
  .footMenu__list li:nth-child(-n+3) {
    margin-bottom: 18px;
  }
  .footMenu__list li:not(:first-child) {
    margin-left: 20px;
    padding-left: 20px;
  }
  .footMenu__list li:nth-child(4) {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    width: 37%;
  }
  .footMenu__list li:last-child {
    width: 41%;
  }
  .footArea__contents {
    flex-direction: column-reverse;
  }
  .footAdd {
    width: 100%;
    padding: 40px 16px 44px;
    background-color: #0B1A22;
  }
  .footAdd__border {
    padding: 0 40px 16px;
    margin-bottom: 16px;
  }
  .footAdd__detail {
    display: flex;
    flex-wrap: wrap;
  }
  .footAdd__detail li {
    width: 100%;
    padding: 0 40px 0;
    margin-bottom: 12px;
  }
  .footLink {
    background-color: #0C2431;
    width: 100%;
    padding: 0 16px 40px;
  }
  .footLink .button {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .footLink .button:first-of-type {
    margin-bottom: 16px;
  }
  .footLink .button:nth-of-type(2) {
    margin-bottom: 32px;
  }
  .footLink__sns li:not(:last-child) {
    margin-right: 18px;
  }
  .footLink__sns li {
    height: 30px;
  }
  .copy {
    background-color: #0B1A22;
    padding-bottom: 22px;
  }
}
.globalMenu {
  background-color: #0C2431;
  display: flex;
  align-items: center;
  height: 54px;
  z-index: 10;
}

.uchibacoya-rogo {
  width: 150px;
  margin-left: 48px;
}

.globalMenu__list {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-right: 48px;
}
.globalMenu__list li:not(:first-child) {
  margin-left: 16px;
  border-left: 1px #fff solid;
  padding-left: 16px;
}

.sp-globalMenu {
  display: none;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  .globalMenu {
    display: none;
  }
  .sp-globalMenu {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0C2431;
    display: flex;
    align-items: center;
    height: 48px;
    z-index: 3;
  }
  .uchibacoya-rogo {
    margin-left: 16px;
    z-index: 4;
  }
  .hamburger {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    z-index: 4;
  }
  .hamburger__button {
    position: relative;
    width: 26px;
    margin-right: 16px;
  }
  .hamburger__button span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #fff;
    width: 100%;
    height: 1.2px;
    margin: 0 auto;
    transition: 0.5s;
  }
  .hamburger__button span:nth-of-type(1) {
    top: -9px;
  }
  .hamburger__button span:nth-of-type(3) {
    top: 9px;
  }
  .hamburger-close .hamburger__button span:nth-of-type(1) {
    top: 12px;
    transform: rotate(45deg) translateX(-64%);
  }
  .hamburger-close .hamburger__button span:nth-of-type(2) {
    top: 12px;
    transform: rotate(45deg) translateX(-64%);
  }
  .hamburger-close .hamburger__button span:nth-of-type(3) {
    top: -11.4px;
    transform: rotate(-45deg) translateX(-64%);
  }
  .slideNav {
    background-color: #0C2431;
    position: absolute;
    z-index: 3;
    top: 0;
    right: -100%;
    overflow-x: hidden;
    width: 100%;
    height: 100vh;
    transition: 0.5s; /* この１行だけでスライドインするようになる */
  }
  .slideNav-open {
    right: 0;
  }
  .slideNav__list {
    text-align: center;
    margin-top: 30%;
  }
  .slideNav__list li {
    margin-top: 32px;
  }
  .slideNav__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
  }
  .slideNav__sns li:not(:last-child) {
    margin-right: 16px;
  }
  .slideNav__sns li {
    height: 26px;
  }
  .slideNav__sns li .snsIcon {
    height: 100%;
  }
  .slideNav__wave {
    width: 260px;
    opacity: 0.4;
    position: absolute;
    bottom: 84px;
  }
  .slideNav__shopIcon .shopIcon__txt {
    position: absolute;
    bottom: 55px;
    right: 31px;
    z-index: 2;
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 14px;
  }
  .slideNav__shopIcon .shopIcon__txt p {
    display: block;
  }
  .slideNav__shopIcon .shopIcon__top {
    position: absolute;
    bottom: 35px;
    right: 48px;
    z-index: 2;
    width: 96px;
  }
}
.intro {
  position: relative;
}
.intro::before {
  content: "";
  position: absolute;
  top: 56px;
  left: 10%;
  width: 210px;
  height: 1px;
  background-color: #5590b2;
}
.intro::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 10%;
  width: 1px;
  height: 120px;
  background-color: #5590b2;
}

.intro__copy {
  padding-top: 136px;
  padding-bottom: 86px;
  padding-left: 24px;
  width: 480px;
  margin: 0 auto;
}
.intro__copy .introTitle {
  margin-bottom: 26px;
}

.intro__img {
  position: relative;
  margin-bottom: 200px;
}
.intro__img::before {
  content: "";
  position: absolute;
  bottom: -140px;
  right: 10%;
  width: 120px;
  height: 1px;
  background-color: #5590b2;
}
.intro__img::after {
  content: "";
  position: absolute;
  bottom: -140px;
  right: 10%;
  width: 1px;
  height: 210px;
  background-color: #5590b2;
}
.intro__img .imgPlay {
  position: relative;
  width: 75%;
  z-index: 1;
}
.intro__img .imgPlay-shadow {
  position: absolute;
  top: 28px;
  right: 5%;
  width: 80%;
  height: 100%;
  background-color: #0C2431;
}

.news {
  display: flex;
  margin-bottom: 72px;
}
.news .newsTitle {
  width: 22%;
  position: relative;
}
.news .newsArticle {
  width: 78%;
}

.newsTitle .secTitle {
  position: absolute;
  transform: rotate(90deg);
  top: 7%;
  right: 6%;
}

.newsArticle {
  padding-right: 10%;
}
.newsArticle .arrival-new,
.newsArticle .arrival-2nd {
  border-bottom: 1px #0C2431 solid;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.newsArticle .arrival-3rd {
  margin-bottom: 40px;
}
.newsArticle__time {
  margin-bottom: 8px;
}
.newsArticle__link {
  line-height: 2em;
}

.illustArea {
  position: relative;
  height: 260px;
}
.illustArea * {
  position: absolute;
}

.wavyline-left {
  width: 40%;
  top: 0;
  left: 0;
}

.wavyline-right {
  width: 40%;
  top: 50%;
  right: 0;
}

.dolphin {
  width: 36%;
  top: 5%;
  left: 15%;
}

.jellyfish1 {
  width: 6.2%;
  top: 16%;
  right: 13%;
}

.jellyfish2 {
  width: 6.5%;
  top: 39%;
  right: 9%;
}

.jellyfish3 {
  width: 4.5%;
  top: 53%;
  right: 19%;
}

.move-dolphin {
  animation: moveDolphin backwards 12s infinite ease;
}

@keyframes moveDolphin {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20px, -4px) rotate(4deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.move-jellyfish1 {
  animation: moveJellyfish-revers backwards 15s infinite ease;
}

.move-jellyfish2 {
  animation: moveJellyfish backwards 15s infinite ease 2s;
}

.move-jellyfish3 {
  animation: moveJellyfish backwards 15s infinite ease 5s;
}

@keyframes moveJellyfish {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(5px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes moveJellyfish-revers {
  0% {
    transform: translate(0, 0) scale(-1, 1) rotate(-65deg);
  }
  30% {
    transform: translate(5px, -10px) scale(-1, 1) rotate(-65deg);
  }
  100% {
    transform: translate(0, 0) scale(-1, 1) rotate(-65deg);
  }
}
.item {
  background-color: #0C2431;
  padding: 120px 56px 160px;
  position: relative;
}
.item .secTitle {
  margin-bottom: 40px;
}

.itemGrid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
.itemGrid__parts {
  position: relative;
}
.itemGrid img {
  width: 100%;
}

.itemGrid__parts .itemExplan {
  opacity: 0;
}
.itemGrid__parts:hover .itemExplan {
  opacity: 1;
}
.itemGrid__parts:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 38, 53, 0.7);
  pointer-events: none;
}
.itemGrid__parts:hover::after {
  content: "［ 詳しく見る ］";
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 126px;
  pointer-events: none;
}

.itemExplan {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  margin: auto;
  padding: 0 24px;
}
.itemExplan__title {
  padding-bottom: 8px;
  border-bottom: #fff 1px solid;
  margin-bottom: 8px;
}

.itemBg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.kurione1 {
  position: absolute;
  bottom: 9%;
  left: 13%;
  width: 6%;
}

.kurione2 {
  position: absolute;
  bottom: 6%;
  left: 8%;
  width: 5.5%;
}

.kurione3 {
  position: absolute;
  bottom: 4%;
  left: 20%;
  width: 6%;
}

.move-kurione1 {
  animation: moveKurione backwards 15s infinite ease;
}

.move-kurione2 {
  animation: moveKurione-revers backwards 15s infinite ease 2s;
}

.move-kurione3 {
  animation: moveKurione backwards 15s infinite ease 5s;
}

@keyframes moveKurione {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(-5px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes moveKurione-revers {
  0% {
    transform: translate(0, 0) scale(-1, 1) rotate(15deg);
  }
  30% {
    transform: translate(-5px, -10px) scale(-1, 1) rotate(15deg);
  }
  100% {
    transform: translate(0, 0) scale(-1, 1) rotate(15deg);
  }
}
.shop {
  background-color: rgba(185, 0, 0, 0.2);
  padding: 174px 56px;
}

.shopView {
  width: 100%;
  margin-bottom: 32px;
}

.shopCatch {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.shopCatch__title {
  width: 45%;
}
.shopCatch__title__cont {
  display: inline-block;
  text-align: left;
}
.shopCatch__txt {
  width: 55%;
}

.about {
  padding: 192px 56px;
  position: relative;
}

.aboutView {
  display: block;
  width: 65%;
  margin: 0 auto 64px;
  position: relative;
}
.aboutView__main {
  width: 100%;
}
.aboutView__decoLeft {
  display: block;
  position: absolute;
  bottom: -35%;
  left: -19%;
  width: 37%;
}
.aboutView__decoRight {
  display: block;
  position: absolute;
  top: -36%;
  right: -16%;
  width: 37%;
}

.aboutRogo {
  display: block;
  width: 40%;
  margin: 0 auto 32px;
}

.aboutTxt {
  width: 68%;
  display: block;
  margin: 0 auto;
}
.aboutTxt:first-of-type {
  margin-bottom: 8px;
}
.aboutTxt:last-of-type {
  margin-bottom: 40px;
}

.aboutSns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 112px;
}
.aboutSns li:not(:last-child) {
  margin-right: 14px;
}
.aboutSns li {
  height: 36px;
}
.aboutSns li .snsIcon {
  height: 100%;
}

.aboutHistory {
  margin: 0 56px;
}
.aboutHistory .secTitle {
  margin-bottom: 24px;
}
.aboutHistory__year {
  display: flex;
}
.aboutHistory__year__left {
  width: 16%;
  margin-right: auto;
  position: relative;
}
.aboutHistory__year__left::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.aboutHistory__year__left.noLine::before {
  content: none;
}
.aboutHistory__year__right {
  width: 80%;
}
.aboutHistory__year__cont {
  margin-top: 22px;
}

.chicken, .cat, .dog, .donkey {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.chicken {
  background: url(../images/about-history-chicken.png) no-repeat center/100%;
}

.cat {
  background: url(../images/about-history-cat.png) no-repeat top center/100%;
}

.dog {
  background: url(../images/about-history-dog.png) no-repeat top center/100%;
}

.donkey {
  background: url(../images/about-history-donkey.png) no-repeat top center/100%;
}

.aboutHistory__deco {
  position: absolute;
  bottom: 4%;
  right: 9%;
  width: 11%;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  .intro::before {
    display: none;
  }
  .intro::after {
    display: none;
  }
  .intro__copy {
    padding: 64px 24px 60px;
    width: 100%;
    margin: 0 auto;
  }
  .introTxt {
    margin-bottom: 12px;
  }
  .intro__img {
    margin-bottom: 104px;
  }
  .intro__img::before {
    display: none;
  }
  .intro__img::after {
    display: none;
  }
  .intro__img .imgPlay {
    width: 85%;
  }
  .intro__img .imgPlay-shadow {
    top: 20px;
    width: 85%;
  }
  .news {
    display: block;
    margin: 0 16px 54px;
  }
  .news .newsTitle {
    width: 100%;
  }
  .news .newsArticle {
    width: 100%;
  }
  .newsBanner {
    margin: 16px;
    padding-top: 0;
  }
  .newsTitle .secTitle {
    position: static;
    transform: rotate(0deg);
    margin-bottom: 24px;
  }
  .newsArticle {
    padding-right: 0;
  }
  .newsArticle__time {
    margin-bottom: 0;
  }
  .newsArticle__link {
    line-height: 1;
  }
  .illustArea {
    height: 220px;
  }
  .wavyline-left {
    width: 70%;
  }
  .wavyline-right {
    width: 70%;
    top: 40%;
  }
  .dolphin {
    width: 46%;
    left: 5%;
  }
  .jellyfish1 {
    width: 10%;
    top: 14%;
    right: 12%;
  }
  .jellyfish2 {
    width: 11%;
    top: 32%;
    right: 7%;
  }
  .jellyfish3 {
    width: 9%;
    top: 41%;
    right: 26%;
  }
  .item {
    padding: 116px 16px 160px;
  }
  .item .secTitle {
    margin-bottom: 32px;
    line-height: 2em;
  }
  .item .secTitle span {
    line-height: 1em;
  }
  .itemGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 40px;
  }
  .itemGrid__parts:hover::after {
    content: "［ 詳しく見る ］";
    display: none;
  }
  .itemExplan {
    padding: 0 12px;
  }
  .itemExplan__title {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .kurione1 {
    position: absolute;
    bottom: 5%;
    left: 13%;
    width: 9.5%;
  }
  .kurione2 {
    position: absolute;
    bottom: 3%;
    left: 7%;
    width: 9%;
  }
  .kurione3 {
    position: absolute;
    bottom: 2%;
    left: 23%;
    width: 9%;
  }
  .shop {
    padding: 125px 16px;
  }
  .shopView {
    width: 100%;
    margin-bottom: 24px;
  }
  .shopView__sp {
    height: 190px;
    object-fit: cover;
  }
  .shopCatch {
    display: block;
    align-items: stretch;
    margin-bottom: 0;
  }
  .shopCatch__title {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
  }
  .shopCatch__txt {
    width: 100%;
    margin-bottom: 24px;
  }
  .about {
    padding: 125px 16px 154px;
  }
  .aboutView {
    width: 100%;
    margin: 0 auto 48px;
  }
  .aboutView__decoLeft {
    bottom: -24%;
    left: -8%;
    width: 32%;
  }
  .aboutView__decoRight {
    top: -22%;
    right: -8%;
    width: 32%;
  }
  .aboutRogo {
    width: 54%;
    margin: 0 auto 16px;
  }
  .aboutTxt {
    width: 100%;
  }
  .aboutTxt:first-of-type {
    margin-bottom: 12px;
  }
  .aboutTxt:last-of-type {
    margin-bottom: 40px;
  }
  .aboutSns {
    margin-bottom: 72px;
  }
  .aboutSns li:not(:last-child) {
    margin-right: 18px;
  }
  .aboutSns li {
    height: 30px;
  }
  .aboutHistory {
    margin: 0;
  }
  .aboutHistory .secTitle {
    margin-bottom: 16px;
  }
  .aboutHistory__year {
    justify-content: space-between;
  }
  .aboutHistory__year__left {
    width: 20%;
    margin-right: 0;
  }
  .aboutHistory__year__right {
    width: 78%;
  }
  .aboutHistory__year__cont {
    margin-top: 19px;
  }
  .chicken, .cat, .dog, .donkey {
    width: 100%;
    height: 100%;
    background-position: 0px -4px;
  }
  .aboutHistory__deco {
    bottom: 2.5%;
    right: 14%;
    width: 14%;
  }
}
.gallery {
  width: 100%;
  padding: 0 56px;
}

.itemGallery {
  margin: 0 0 8px;
}
.itemGallery__img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 2;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 25px;
  width: 25px;
}

.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}

.itemChoice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 20% !important;
}
.itemChoice-btn li.slick-current img {
  opacity: 1;
}
.itemChoice-btn__img {
  opacity: 0.4;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.itemChoice-btn .slick-track {
  transform: unset !important;
}

.itemIntro {
  margin: 40px 56px 56px;
}
.itemIntro__title {
  margin-bottom: 16px;
}
.itemIntro__txt {
  margin-bottom: 14px;
}

.itemCategory {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.itemCategory__cont {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0C2431;
  width: 23%;
  height: 34px;
}

.itemComment {
  margin: 0 80px 96px;
}
.itemComment iframe {
  display: block;
  margin: 0 auto 32px;
  width: 100%;
}
.itemComment__txt {
  margin-bottom: 32px;
}

.itemCont {
  margin: 0 80px 96px;
}

.itemGameflow {
  margin: 0 80px 40px;
}
.itemGameflow__txt {
  margin-bottom: 18px;
}

h4.itemGameflow__txt {
  margin-bottom: 4px;
}

.itemGameflow__2col {
  display: flex;
}
.itemGameflow__2col__left {
  width: 15%;
}
.itemGameflow__2col__right {
  width: 85%;
}

.indent {
  display: inline-block;
  padding-left: 1em;
}

.rulebookButton-area {
  margin: 0 80px 64px;
}

.rulebook-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 416px;
  height: 40px;
  background-color: #E9DA59;
  margin: 0 auto;
}
.rulebook-button:hover {
  background-color: #c0b447;
}
.rulebook-button:first-child {
  margin-bottom: 10px;
}

.itemExpansion {
  margin: 96px 80px 96px;
}
.itemExpansion__various__cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}
.itemExpansion__various__cont__left {
  width: 35%;
  padding-left: 5%;
}
.itemExpansion__various__cont__left img {
  width: 75%;
}
.itemExpansion__various__cont__right {
  width: 65%;
}

.expansionTitle {
  margin-bottom: 16px;
}

.expansionTxt {
  margin-bottom: 12px;
}

.itemCredit {
  margin: 56px 80px 64px;
}
.itemCredit__title {
  margin-bottom: 8px;
}
.itemCredit__list {
  width: 100%;
  border-collapse: collapse;
}
.itemCredit__list__bg {
  background-color: #275B78;
  height: 30px;
}
.itemCredit__list__bgWithout {
  background-color: transparent;
  height: 30px;
}
.itemCredit__list th {
  padding-left: 26%;
  width: 50%;
}
.itemCredit__list td {
  padding-left: 4%;
  width: 50%;
}

#item-arctic .itemCredit__list th {
  padding-left: 20%;
}
#item-arctic .itemCredit__list td {
  padding-left: 0;
}

.back-itemlist {
  margin-bottom: 88px;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  .gallery {
    padding: 0;
    margin-top: 40px;
  }
  .itemGallery__img {
    height: 100%;
  }
  .slick-list {
    width: 100%;
    height: 100%;
  }
  .itemGallery .slick-track {
    height: 240px;
  }
  .itemChoice-btn__img {
    height: 48px;
  }
  .itemIntro {
    margin: 40px 16px 48px;
  }
  .itemCategory {
    flex-wrap: wrap;
  }
  .itemCategory .itemCategory__cont {
    width: 48%;
    margin-bottom: 8px;
  }
  .shopButton-area {
    padding: 64px 16px;
  }
  .itemShop-button,
  .errata-button,
  .info-noButton {
    width: 100%;
  }
  .errata-button {
    text-align: center;
    line-height: 1.2em;
    padding-top: 8px;
  }
  .itemComment {
    margin: 0 16px 80px;
  }
  .itemComment iframe {
    height: 250px;
  }
  .itemComment__txt {
    margin-bottom: 20px;
  }
  .itemCont {
    margin: 0 16px 88px;
  }
  .itemGameflow {
    margin: 0 16px 40px;
  }
  .itemGameflow__2col {
    display: block;
  }
  .itemGameflow__2col__left {
    width: 100%;
  }
  .itemGameflow__2col__left .itemGameflow__txt {
    margin-bottom: 0;
  }
  .itemGameflow__2col__right {
    width: 95%;
    margin: 0 0 16px auto;
  }
  .rulebookButton-area {
    margin: 0 16px 60px;
  }
  .rulebook-button {
    width: 100%;
  }
  .itemExpansion {
    margin: 64px 16px 60px;
  }
  .itemExpansion__various {
    margin-bottom: 72px;
  }
  .itemExpansion__various__cont {
    margin-bottom: 12px;
  }
  .itemExpansion__various__cont__left {
    padding-left: 0;
  }
  .itemExpansion__various__cont__left img {
    width: 85%;
  }
  .itemCredit {
    margin: 36px 16px 40px;
  }
  .itemCredit__list th {
    padding-left: 12%;
  }
  #item-arctic .itemCredit__list th {
    padding-left: 14%;
  }
  .back-itemlist {
    margin: 0 16px 70px;
  }
}
.pc-no {
  display: none;
}

img {
  width: 100%;
}

.container {
  overflow-x: hidden;
  display: flex;
  background: url(../images/bg.jpg) repeat left top/400px;
}
.container .leftArea {
  height: 100%;
  width: 60%;
  overflow-x: hidden;
}
.container .leftArea .globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
}
.container .leftArea main {
  padding-top: 54px;
}
.container .rightArea {
  position: fixed;
  right: 0;
  height: 100vh;
  width: 40%;
  background: url(../images/bg.jpg) repeat left top/400px;
}

/* ----- スライドエリア ----- */
.rightArea {
  position: relative;
}

.swipeRogo {
  position: absolute;
  top: 20%;
  right: 50%;
  transform: translateX(50%);
  z-index: 2;
  width: 320px;
}
.swipeRogo img {
  width: 100%;
  filter: drop-shadow(0px 0px 14px rgba(0, 0, 0, 0.4));
}

.swipeShopicon .shopIcon__txt {
  position: absolute;
  bottom: 45px;
  right: 21px;
  z-index: 2;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14px;
}
.swipeShopicon .shopIcon__txt:hover {
  background-color: #ffffcd;
}
.swipeShopicon .shopIcon__txt p {
  display: block;
}
.swipeShopicon .shopIcon__txt.iconReserve {
  background-color: #d2d2d2;
}
.swipeShopicon .shopIcon__top {
  position: absolute;
  bottom: 25px;
  right: 38px;
  z-index: 2;
  width: 96px;
}
.swipeShopicon .shopIcon__amalfi {
  position: absolute;
  bottom: 23px;
  right: 55px;
  z-index: 2;
  width: 76px;
}
.swipeShopicon .shopIcon__arctic {
  position: absolute;
  bottom: 27px;
  right: 58px;
  z-index: 2;
  width: 56px;
}
.swipeShopicon .shopIcon__ageofhunting {
  position: absolute;
  bottom: 29px;
  right: 55px;
  z-index: 2;
  width: 70px;
}
.swipeShopicon .shopIcon__bremen {
  position: absolute;
  bottom: 16px;
  right: 47px;
  z-index: 2;
  width: 76px;
}
.swipeShopicon .shopIcon__aquagarden {
  position: absolute;
  bottom: 25px;
  right: 38px;
  z-index: 2;
  width: 96px;
}
.swipeShopicon .shopIcon__sapporo1876 {
  position: absolute;
  bottom: 16px;
  right: 55px;
  z-index: 2;
  width: 80px;
}
.swipeShopicon .shopIcon__ostia {
  position: absolute;
  bottom: 23px;
  right: 71px;
  z-index: 2;
  width: 76px;
}
.swipeShopicon .shopIcon__fairyconcerto {
  position: absolute;
  bottom: 19px;
  right: 67px;
  z-index: 2;
  width: 65px;
}
.swipeShopicon .shopIcon__biohack {
  position: absolute;
  bottom: 30px;
  right: 71px;
  z-index: 2;
  width: 45px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

/* 全スライド共通スタイル */
.swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100vh;
}
.swiper-slide .swiper-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  background-color: rgb(74, 78, 117);
}

/* ------ 下層パッケージ ----- */
.package {
  width: 58%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.package__item {
  width: 100%;
}

.package.package__square {
  width: 72%;
  top: 56%;
}

/* ------------------------------------ */
/* モバイル */
/* ------------------------------------ */
@media (max-width: 560px) {
  .pc-no {
    display: block;
  }
  .sp-no {
    display: none;
  }
  .sp-globalMenu {
    width: 100%;
  }
  .container {
    flex-direction: column-reverse;
  }
  .container .leftArea {
    width: 100%;
  }
  .container .leftArea main {
    padding-top: 0;
  }
  .container .rightArea {
    width: 100%;
    height: 80vh;
    position: relative;
  }
  .container .swiper {
    height: 100%;
  }
  .container .swiper-container {
    height: 100%;
  }
  .container .swiper-slide {
    height: 100%;
  }
  /* ------ ファーストビュー ----- */
  .package {
    width: 67%;
  }
  .swipeShopicon .shopIcon__txt {
    width: 60px;
    height: 60px;
  }
  .swipeShopicon .shopIcon__amalfi {
    bottom: 27px;
    width: 62px;
  }
  .swipeShopicon .shopIcon__arctic {
    bottom: 26px;
    width: 51px;
    right: 57px;
  }
  .swipeShopicon .shopIcon__ageofhunting {
    bottom: 27px;
    width: 62px;
  }
  .swipeShopicon .shopIcon__bremen {
    bottom: 23px;
    width: 62px;
  }
  .swipeShopicon .shopIcon__sapporo1876 {
    bottom: 17px;
    width: 77px;
  }
  .swipeShopicon .shopIcon__ostia {
    bottom: 27px;
    width: 66px;
    right: 68px;
  }
  .swipeShopicon .shopIcon__fairyconcerto {
    bottom: 20px;
    right: 63px;
    width: 60px;
  }
  .swipeShopicon .shopIcon__biohack {
    right: 66px;
  }
}