@charset "UTF-8";
/* ==================================================
全体構成

ヘッダー
各項目共通
fadein
ボタン
heroarea
新作
前作
youtube
クレジット
================================================== */
/* レイアウト
-------------------------------------------------- */
body {
  position: relative;
  background: #000;
}

.lp_header {
  position: absolute;
  background: none;
}

.lp_header .tweet {
  margin-top: 10px;
  margin-left: 16px;
}

.lp_header .language {
  margin-left: auto;
}

.lp_header .language select {
  padding: 7px 10px 7px 30px;
  width: 150px;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #fff;
  background-image: url("../img/icon_language.png");
  background-color: rgba(0, 0, 0, 0.7);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left 7px center;
  border: 1px solid #fff;
}

.lp_header .language option {
  background: rgba(0, 0, 0, 0.7);
}

.lp_header .language option.checked {
  position: relative;
}

.lp_header .language option.checked::before {
  position: absolute;
  top: 0;
  left: 10;
  bottom: 0;
  margin: auto;
  display: inline-block;
  content: "";
  width: 8px;
  height: 3px;
  background: #fff;
  z-index: 5;
}

.lp_return_top {
  right: 6px;
  width: 80px;
  height: 84px;
  font-size: 0;
  background: url("../img/backtop.png") no-repeat center/contain;
  transition: opacity 0.2s ease;
}

.lp_return_top::before {
  display: none;
}

.lp_return_top:hover {
  background: url("../img/backtop.png") no-repeat center/contain;
  opacity: 0.7;
}

.lp_footer {
  position: relative;
  background: #5e0018;
  z-index: 100;
}

/* ==================================================
  モーダル用共通スタイル
================================================== */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}

.modal.is_active {
  opacity: 1;
  visibility: visible;
}

.modal_inner {
  position: relative;
  width: 94.666vw;
}

@media screen and (min-width: 1024px) {
  .modal_inner {
    width: 85.5rem;
    border-width: 0.2rem;
  }
}

.modal_player {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal_player iframe,
.modal_player video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal_close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.modal_close:hover {
  opacity: 0.7;
}

.modal_close::before,
.modal_close::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 20px;
  height: 3px;
  background: #888;
}

.modal_close::before {
  transform: rotate(45deg);
}

.modal_close::after {
  transform: rotate(-45deg);
}

/* ローディング・アニメーション
-------------------------------------------------- */
.loader_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: url("../img/loading.png") no-repeat center/cover;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
}

.loader_bg .loader_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
  transition: opacity 0.2s ease;
}

.loader_bg.loaded .loader_box {
  opacity: 0;
}

.mv_wrap .logo {
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.4s ease 0.85s, opacity 0.4s ease 0.85s;
}

.mv_wrap .main,
.mv_wrap .sub,
.mv_wrap .badge_list {
  opacity: 0;
  transition: opacity 0.4s ease 1.2s;
}

.loaded .mv_wrap .logo {
  opacity: 1;
  transform: translateY(0);
}

.loaded .mv_wrap .main,
.loaded .mv_wrap .sub,
.loaded .mv_wrap .badge_list {
  opacity: 1;
}

#particles_js {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 0 3px #ffa800);
}

.mfp-fade.mfp-bg {
  opacity: 0.001;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* 背景
-------------------------------------------------- */
.page_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.page_bg_list {
  height: 100%;
}

.page_bg_list_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page_bg_list_item.bg01 {
  background: url("../img/bg_mv_01.jpg") no-repeat center/cover;
}

.page_bg_list_item.bg02 {
  background: url("../img/bg_mv_02.jpg") no-repeat center/cover;
}

/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ff9c9c;
}

a:active {
  color: #ff9c9c;
}

#isekaitrip {
  position: relative;
  width: 100%;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  z-index: 0;
}

.tw #isekaitrip {
  font-family: "Noto Serif TC", serif;
}

#isekaitrip img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#isekaitrip .wrap {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

#isekaitrip .im {
  font-family: "IM Fell English SC", serif;
}

@media screen and (min-width: 769px) {
  #isekaitrip .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #isekaitrip .pc {
    display: none;
  }
}

#isekaitrip .is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#isekaitrip a.more {
  display: inline-block;
  width: 386px;
  max-width: 100%;
  line-height: 74px;
  text-align: center;
  background-color: #8d0635;
  background-image: url("../img/bg_btn.png");
  background-repeat: no-repeat;
  background-position: left -90% center;
  transition: background-color 0.2s ease;
}

#isekaitrip a.more .txt {
  font-size: 22px;
  letter-spacing: 0.2em;
  color: #fff;
  transform: scaleX(0.95);
}

#isekaitrip a.more:hover {
  background-color: #600010;
}

#isekaitrip .container {
  position: relative;
  z-index: 1;
}

#isekaitrip .sec {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
}

#isekaitrip .sec_ttl {
  position: relative;
  text-align: center;
}

#isekaitrip .sec_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  margin: auto;
  width: 290px;
  height: 210px;
  background: url("../img/bg_ttl.png") no-repeat center/contain;
}

#isekaitrip .sec_ttl .en {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 52px;
  z-index: 1;
}

#isekaitrip .sec_ttl .jp {
  position: relative;
  letter-spacing: 0.3em;
  font-size: 16px;
  z-index: 1;
}

#isekaitrip .mv {
  background-color: transparent;
  background-image: linear-gradient(to bottom, transparent, #050505);
}

#isekaitrip .mv::before,
#isekaitrip .mv::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

#isekaitrip .mv::before {
  top: 0;
  background-image: url("../img/bg_black_bottom_02.png");
  background-position: bottom center;
  z-index: 0;
}

#isekaitrip .mv::after {
  bottom: 0;
  background-image: url("../img/bg_black_top_01.png");
  background-position: top center;
  z-index: 3;
}

#isekaitrip .mv_wrap {
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 880px;
  margin: 0 auto;
  padding-top: 38px;
  z-index: 4;
}

#isekaitrip .mv_wrap .logo {
  text-align: right;
}

.en #isekaitrip .mv_wrap .logo {
  margin-top: 300px;
}

#isekaitrip .mv_wrap .logo img {
  max-width: 34%;
}

.en #isekaitrip .mv_wrap .logo img {
  max-width: 45%;
}

#isekaitrip .mv_wrap .catch {
  position: absolute;
  left: 0;
  bottom: 70px;
}

#isekaitrip .mv_wrap .catch .sub {
  margin: -20px 0 0 50px;
}

#isekaitrip .mv_wrap .badge_list {
  position: absolute;
  top: 57px;
  left: 8px;
}

#isekaitrip .mv_wrap .badge_list_item {
  width: 180px;
}

#isekaitrip .mv_wrap .badge_list_item img {
  width: 17vw;
}

#isekaitrip .mv_wrap .badge_list_item + li {
  margin-top: 10px;
}

#isekaitrip .mv_wrap .more_area {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
}

#isekaitrip .mv .chara_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 880px;
}

#isekaitrip .mv .chara_list_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 880px;
  height: 100%;
}

#isekaitrip .mv .chara_list_item.chara01 {
  background: url("../img/mv_01_pc.png") no-repeat center/cover;
}

#isekaitrip .mv .chara_list_item.chara02 {
  background: url("../img/mv_02_pc.png") no-repeat center/cover;
}

#isekaitrip .movie {
  padding: 140px 0 90px;
  background: #050505;
}

#isekaitrip .movie .wrap {
  width: 900px;
}

#isekaitrip .movie .comingsoon {
  position: relative;
  max-width: 100%;
  width: 900px;
  padding-bottom: 56.25%;
  background: url("../img/ptn_movie.png") center;
}

#isekaitrip .movie .comingsoon_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 70%;
}

#isekaitrip .movie .iframe_box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}

#isekaitrip .movie .iframe_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#isekaitrip .movie .modal_box .modal_box_inner {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

#isekaitrip .movie .modal_box .modal_box_inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.5s ease;
  z-index: 2;
}

#isekaitrip .movie .modal_box ::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
  max-width: 320px;
  height: 50vw;
  max-height: 320px;
  background: url("../img/btn_play.png") no-repeat center/cover;
  z-index: 3;
}

#isekaitrip .movie .modal_box .modal_box_inner img {
  transition: transform 0.5s ease;
}

#isekaitrip .movie .modal_box .modal_box_inner:hover img {
  transform: scale(1.05);
}

#isekaitrip .movie .modal_box .modal_box_inner:hover::before {
  background: rgba(0, 0, 0, 0.7);
}

#isekaitrip .introduction {
  padding: 200px 0 100px;
}

#isekaitrip .introduction::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg_black_bottom_01.png");
  background-position: bottom center;
  z-index: 0;
}

#isekaitrip .introduction .sec_ttl {
  margin-bottom: 80px;
}

#isekaitrip .introduction .txt_box {
  text-align: center;
}

#isekaitrip .character {
  padding: 200px 0 150px;
  min-height: 1114px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/bg_character_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1921px) {
  #isekaitrip .character {
    height: 58vw;
    background-size: 100% auto;
  }
}

#isekaitrip .character .sec_ttl {
  margin-bottom: 50px;
}

#isekaitrip .character .chara_list {
  display: flex;
  justify-content: center;
}

#isekaitrip .character .chara_list_item {
  width: 48%;
  text-align: center;
}

#isekaitrip .character .chara_list_item .img_box img {
  filter: drop-shadow(16px 16px 16px rgba(0, 0, 0, 0.25));
}

#isekaitrip .character .chara_list_item .txt_box {
  margin-top: 30px;
}

#isekaitrip .character .chara_list_item .txt_box .name {
  position: relative;
  margin-bottom: 38px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 28px;
}

#isekaitrip .character .chara_list_item .txt_box .name::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background: #fff000;
  transform: rotate(45deg) skew(12deg, 12deg);
}

#isekaitrip .character .chara_list_item .txt_box .txt {
  line-height: 2;
  letter-spacing: 0.18em;
}

.en #isekaitrip .character .chara_list_item .txt_box .txt {
  letter-spacing: 0.02em;
}

#isekaitrip .product {
  padding: 80px 0 0;
}

#isekaitrip .product .sec_ttl {
  margin-bottom: 80px;
}

#isekaitrip .product_list_item {
  position: relative;
  padding: 0 70px;
}

#isekaitrip .product_list_item + li {
  margin-top: 120px;
}

#isekaitrip .product_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #050505;
  z-index: 0;
  transform: skewY(-5deg);
}

#isekaitrip .product_list_item .ttl {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 1;
}

#isekaitrip .product_list_item .ttl .no {
  line-height: 1.2;
  font-size: 52px;
}

#isekaitrip .product_list_item .slide {
  position: relative;
  z-index: 1;
}

#isekaitrip .product_list_item .cover {
  text-align: center;
}

#isekaitrip .product_list_item .cover img {
  width: 760px;
}

#isekaitrip .product_list_item .slide_box {
  max-width: 100%;
  width: 792px;
  overflow: hidden;
  margin: auto;
}

#isekaitrip .product_list_item .slide_list_item {
  height: 570px;
  text-align: center;
}

#isekaitrip .product_list_item .slide_list_item img {
  max-height: 100%;
  width: auto;
}

#isekaitrip .product_list_item .slide .swiper-button-next,
#isekaitrip .product_list_item .slide .swiper-button-prev {
  width: 44px;
  height: 60px;
  background-image: none;
  transition: opacity 0.2s ease;
}

#isekaitrip .product_list_item .slide .swiper-button-next:hover,
#isekaitrip .product_list_item .slide .swiper-button-prev:hover {
  opacity: 0.7;
}

#isekaitrip .product_list_item .slide .swiper-button-next::before,
#isekaitrip .product_list_item .slide .swiper-button-prev::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  border-top: 2px solid #fff000;
  border-right: 2px solid #fff000;
}

#isekaitrip .product_list_item .slide .swiper-button-next::before {
  left: -10px;
  transform: rotate(45deg);
}

#isekaitrip .product_list_item .slide .swiper-button-prev::before {
  right: -10px;
  transform: rotate(-135deg);
}

#isekaitrip .product_list_item .slide .swiper-pagination {
  bottom: -40px;
}

#isekaitrip .product_list_item .slide .swiper-pagination-bullet {
  position: relative;
  margin: 0 2px;
  width: 20px;
  height: 20px;
  background: none;
  opacity: 1;
}

#isekaitrip .product_list_item .slide .swiper-pagination-bullet::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff000;
}

#isekaitrip .product_list_item .slide .swiper-pagination-bullet-active {
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
  border-radius: 0;
}

#isekaitrip .product_list_item .slide .swiper-pagination-bullet-active::before {
  width: 10px;
  height: 10px;
  border-radius: 0;
  transform: rotate(45deg) skew(12deg, 12deg);
}

#isekaitrip .product_list_item .comingsoon {
  position: relative;
  padding: 80px 0 170px;
  text-align: center;
  z-index: 1;
}

#isekaitrip .product_list_item .comingsoon img {
  max-width: 60%;
}

#isekaitrip .product_list_item .more_area {
  position: relative;
  margin-top: 90px;
  text-align: center;
  z-index: 1;
}

#isekaitrip .product_sub {
  position: relative;
  margin-top: 220px;
  padding: 80px 0 180px;
  background: #050505;
}

#isekaitrip .product_sub::before {
  display: block;
  content: "";
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bg_black_top_02.png");
  background-position: bottom center;
  z-index: 0;
}

#isekaitrip .product_sub_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#isekaitrip .product_sub_list_item {
  width: 28%;
  margin-left: 8%;
  margin-bottom: 70px;
  text-align: center;
}

#isekaitrip .product_sub_list_item:nth-child(3n+1) {
  margin-left: 0;
}

#isekaitrip .product_sub_list_item .txt_box {
  margin-top: 20px;
}

#isekaitrip .product_sub_list_item .txt_box .ttl {
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-size: 15px;
}

#isekaitrip .product_sub_list_item .txt_box .more_area {
  margin-top: 20px;
}

#isekaitrip .product_sub_list_item .txt_box .more_area .more {
  width: 248px;
  line-height: 48px;
  background-size: 200px;
  background-position: left -80% center;
}

#isekaitrip .product_sub_list_item .txt_box .more_area .more .txt {
  font-size: 16px;
}

/* max-width: 1280px
-------------------------------------------------- */
@media screen and (max-width: 1280px) {
  #isekaitrip .mv_wrap {
    min-height: 700px;
  }

  .en #isekaitrip .mv_wrap .logo {
    margin-top: 210px;
  }

  #isekaitrip .mv_wrap .logo img {
    max-width: 24%;
  }

  .en #isekaitrip .mv_wrap .logo img {
    max-width: 36%;
  }

  #isekaitrip .mv_wrap .catch .sub {
    max-width: 90%;
  }

  #isekaitrip .mv_wrap .badge_list_item {
    width: 150px;
  }

  #isekaitrip .mv .chara_list {
    height: 700px;
  }

  #isekaitrip .mv .chara_list_item.chara01 {
    background-position: left 42% center;
  }

  #isekaitrip .mv .chara_list_item.chara02 {
    background-position: left 38% center;
  }
}

/* max-width: 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .lp_return_top {
    width: 68px;
    height: 64px;
    right: 0;
  }

  .lp_header {
    padding: 0 8px;
  }

  .lp_header .logo img {
    width: 120px;
    height: auto;
  }

  .lp_header .tweet {
    margin-top: 4px;
    margin-left: 8px;
  }

  .lp_header .language select {
    margin-left: 5px;
    padding: 4px 7px 4px 20px;
    width: 104px;
    min-width: 110px;
    font-size: 12px;
    background-size: 12px;
    background-position: left 5px center;
  }
  /* レイアウト
-------------------------------------------------- */
  #isekaitrip a.more {
    width: 220px;
    line-height: 45px;
    background-size: 170px;
    background-position: left -40% center;
  }

  #isekaitrip a.more .txt {
    font-size: 14px;
  }

  #isekaitrip .sec_ttl::before {
    width: 160px;
    height: 120px;
  }

  #isekaitrip .sec_ttl .en {
    font-size: 28px;
  }

  #isekaitrip .sec_ttl .jp {
    font-size: 12px;
  }

  #isekaitrip .mv::before,
  #isekaitrip .mv::after {
    height: 14vw;
  }

  #isekaitrip .mv_wrap {
    min-height: 124vw;
  }

  #isekaitrip .mv_wrap .logo {
    position: absolute;
    right: 2vw;
    bottom: 0;
    width: 34vw;
  }

  .en #isekaitrip .mv_wrap .logo {
    width: 55vw;
    bottom: 9vw;
    margin-top: 0;
  }

  #isekaitrip .mv_wrap .logo img {
    max-width: 100%;
  }

  .en #isekaitrip .mv_wrap .logo img {
    max-width: 100%;
  }

  #isekaitrip .mv_wrap .catch {
    position: unset;
  }

  #isekaitrip .mv_wrap .catch .main {
    position: absolute;
    top: 42px;
    left: 0;
  }

  #isekaitrip .mv_wrap .catch .sub {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13vw;
    margin: 0 auto;
    width: 90vw;
    max-width: 100%;
  }

  #isekaitrip .mv_wrap .badge_list {
    top: auto;
    left: 15px;
    bottom: 11vw;
    display: flex;
  }

  #isekaitrip .mv_wrap .badge_list_item {
    width: 25vw;
  }

  #isekaitrip .mv_wrap .badge_list_item img {
    width: 100%;
  }

  #isekaitrip .mv_wrap .badge_list_item + li {
    margin-top: 0;
    margin-left: 2vw;
  }

  #isekaitrip .mv_wrap .more_area {
    bottom: calc(-18vw - 45px);
  }

  #isekaitrip .mv .chara_list_item {
    height: 124vw;
  }

  #isekaitrip .mv .chara_list_item.chara01 {
    background: url("../img/mv_01_sp.png") no-repeat center/cover;
  }

  #isekaitrip .mv .chara_list_item.chara02 {
    background: url("../img/mv_02_sp.png") no-repeat center/cover;
  }

  #isekaitrip .movie {
    padding-top: calc(28vw + 45px);
    padding-bottom: 40px;
  }

  #isekaitrip .introduction {
    padding: 140px 0 40px;
  }

  #isekaitrip .introduction::before {
    height: 14vw;
  }

  #isekaitrip .introduction .sec_ttl {
    margin-bottom: 40px;
  }

  #isekaitrip .introduction .txt_box {
    max-width: 500px;
    margin: auto;
  }

  #isekaitrip .character {
    padding: 120px 0;
    background-image: url("../img/bg_character_sp.png");
    background-size: 100% 100%;
  }

  #isekaitrip .character .chara_list {
    display: block;
  }

  #isekaitrip .character .chara_list_item {
    width: 100%;
  }

  #isekaitrip .character .chara_list_item .img_box {
    max-width: 52vw;
    margin: auto;
  }

  #isekaitrip .character .chara_list_item .txt_box {
    margin-top: 20px;
  }

  #isekaitrip .character .chara_list_item .txt_box .name {
    margin-bottom: 35px;
    font-size: 22px;
  }

  #isekaitrip .character .chara_list_item .txt_box .txt {
    font-size: 12px;
  }

  #isekaitrip .character .chara_list_item + li {
    margin-top: 40px;
  }

  #isekaitrip .product {
    padding-top: 40px;
  }

  #isekaitrip .product .wrap {
    padding: 0;
  }

  #isekaitrip .product_list_item {
    padding: 0 20px;
  }

  #isekaitrip .product_list_item .ttl {
    margin-bottom: 20px;
    font-size: 14px;
  }

  #isekaitrip .product_list_item .ttl .no {
    font-size: 34px;
  }

  #isekaitrip .product_list_item .slide_box {
    overflow: hidden;
  }

  #isekaitrip .product_list_item .slide_list_item {
    height: auto;
  }

  #isekaitrip .product_list_item .slide_list_item img {
    width: 100%;
    height: auto;
  }

  #isekaitrip .product_list_item .slide .swiper-button-next,
  #isekaitrip .product_list_item .slide .swiper-button-prev {
    width: 30px;
    height: 50px;
  }

  #isekaitrip .product_list_item .slide .swiper-button-next::before,
  #isekaitrip .product_list_item .slide .swiper-button-prev::before {
    width: 26px;
    height: 26px;
  }

  #isekaitrip .product_list_item .slide .swiper-button-next {
    right: -16px;
  }

  #isekaitrip .product_list_item .slide .swiper-button-prev {
    left: -16px;
  }

  #isekaitrip .product_list_item .comingsoon {
    padding: 50px 0 130px;
  }

  #isekaitrip .product_list_item .more_area {
    margin-top: 70px;
  }

  #isekaitrip .product_list_item + li {
    margin-top: 80px;
  }

  #isekaitrip .product_sub {
    margin-top: 120px;
    padding: 60px 0 150px;
  }

  #isekaitrip .product_sub::before {
    top: -14vw;
    height: 14vw;
  }

  #isekaitrip .product_sub_list {
    padding: 0 15px;
    display: block;
  }

  #isekaitrip .product_sub_list_item {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
  }

  #isekaitrip .product_sub_list_item:nth-child(3n+1) {
    margin: 48px auto 0;
  }

  #isekaitrip .product_sub_list_item:first-child {
    margin-top: 0;
  }

  #isekaitrip .product_sub_list_item + li {
    margin-top: 48px;
  }

  #isekaitrip .product_sub_list_item .txt_box {
    margin-top: 15px;
  }

  #isekaitrip .product_sub_list_item .txt_box .ttl {
    font-size: 14px;
  }

  #isekaitrip .product_sub_list_item .txt_box .more_area {
    margin-top: 15px;
  }

  #isekaitrip .product_sub_list_item .txt_box .more_area .more {
    width: 200px;
    background-size: 160px;
    background-position: left -80% center;
  }

  #isekaitrip .product_sub_list_item .txt_box .more_area .more .txt {
    font-size: 14px;
  }
}
