/* ヘッダー
-------------------------------------------------- */
.lp_header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  background: #e5d162;
}

.logo img {
  width: 74px;
}

.lp_footer {
  position: relative;
  z-index: 10;
}

.lp_footer.type_yellow {
  background: #e5d162;
}

.link_weibo {
  width: 74px;
  top: 10px;
  position: relative;
}

/* 各項目共通
-------------------------------------------------- */
#newyear2022_tw {
  overflow: hidden;
  width: 100%;
}

a:hover {
  opacity: 0.8;
}

a {
  display: block;
}

img {
  width: 100%;
  display: block;
  vertical-align: bottom;
}

.pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

strong {
  font-weight: 400;
}

/* fadein
-------------------------------------------------- */
.fadein {
  animation: fadein 1s ease 0 1 both;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadein_up {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1s;
}

.fadein_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}


/* ボタン
-------------------------------------------------- */
.lang_btn {
  width: 220px;
  height: 30px;
	position: relative;
	margin: 0 auto;
	display: block;
	border-radius: 40px;
	overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .lang_btn {
    margin: 0 35px 0 auto;
  }
}

.lang_btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.lang_btn img:nth-of-type(2) {
	left: 150%;
}

.lang_btn a:hover img:nth-of-type(2) {
  left: 50%;
}

#newyear2021_cn .lang_btn a:hover {
  opacity: 1;
}

.btn {
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 266px;
    margin-top: 6%;
    margin-bottom: 3%;
  }
}


/* heroarea
-------------------------------------------------- */
.container {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .container {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.main_logo_warp {
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-top: 5%;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .main_logo_warp {
    position: relative;
    margin-top: 0;
  }
}

.main_logo {
  width: 70%;
  margin: 0 5%;
}
@media screen and (min-width: 769px) {
  .main_logo {
    width: 478px;
    margin: 0 1%;
  }
}

.catch_01 {
  width: 10%;
}
@media screen and (min-width: 769px) {
  .catch_01 {
    width: 342px;
    padding-top: 10%;
  }
}

.catch_02 {
  width: 10%;
}
@media screen and (min-width: 769px) {
  .catch_02 {
    width: 342px;
  }
}

.limited_warp {
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
  margin-top: 5%;
}

.limited_01 {
  width: 30%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) {
  .limited_warp {
    margin-top: 40px;
  }
}

.hero_text {
  font-family: adobe-song-std, sans-serif;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.5em;
  text-align: center;
  background-color: #d60000;
  padding: 1%;
  width: fit-content;
  margin: 0 auto;
  margin-top: 2%;
}
@media screen and (min-width: 769px) {
  .hero_text {
    font-size: 17px;
    padding: 0;
    margin-top: 1%;
  }
}

a.hero_text_link {
  color: #ffe65b;
  text-decoration: underline;
  display: inline;
}


/* content
-------------------------------------------------- */
.content {
  margin-top: 20%;
}
@media screen and (min-width: 769px) {
  .content {
    margin-top: 10%;
  }
}

.decoration {
  width: 10%;
  max-width: 83px;
  margin: 0 auto;
}

.content_wrap {
  background-color: rgba(255,255,255,0.9);
  background-image: url(../img/bg_section_2x.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;
  box-shadow: 0 0 15px -8px #000;
  border-radius: 11px;
  margin: 0 5% 0 5%;
  padding: 5%;
  max-width: 930px;
}
@media screen and (min-width: 769px) {
  .content_wrap {
    padding: 2%;
    margin: 0 auto;
  }
}

/* content 共通テキスト */
.text_S {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #01354e;
  font-size: 3vw;
  line-height: 1.7em;
  display: block;
  text-align: center;
  margin-top: 5%;
}
@media screen and (min-width: 769px) {
  .text_S {
    font-size: 14px;
  }
}

.text_M {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #01354e;
  font-size: 3vw;
  line-height: 1.7em;
  text-align: center;
  margin-top: 5%;
}
@media screen and (min-width: 769px) {
  .text_M {
    font-size: 16px;
  }
}

.text_L {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #01354e;
  font-size: 4vw;
  line-height: 1.7em;
  display: block;
  text-align: center;
  margin-top: 5%;
}
@media screen and (min-width: 769px) {
  .text_L {
    margin-top: 1rem;
    font-size: 16px;
  }
}

.text_price {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #01354e;
  font-size: 4vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .text_price {
    margin-top: 1%;
    font-size: 18px;
  }
}

.text_price_big {
  font-weight: bold;
  font-size: 6vw;
}
@media screen and (min-width: 769px) {
  .text_price_big {
    font-size: 24px;
  }
}


/* content 共通タイトル */
.title {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
}

.reserv_new {
  width: 75%;
  margin-top: 11%;
}

@media screen and (min-width: 769px) {
  .title {
    margin-top: 2%;
  }
  .reserv {
    max-width: 538px;
  }
  .reserv_new {
    max-width: 400px;
    margin-top: 8%;
  }
  .coupon {
    max-width: 497px;
  }
  .game {
    max-width: 415px;
  }
  .comic {
    max-width: 496px;
  }
  .doujin {
    max-width: 476px;
  }
  .title_faq {
    max-width: 160px;
  }
}

/* pre */
.content_pre_wrap {
  background-image: url(../img/pre_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 10vw;
}
@media screen and (min-width: 769px) {
  .content_pre_wrap {
    padding-bottom: 3%;
  }
}

@media screen and (min-width: 769px) {
  .content_pre_area {
    margin: 0 auto;
    max-width: 930px;
  }
}

.pre_catch_txt_A {
  font-family: source-han-serif-sc,serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #01354e;
  font-size: 4vw;
  padding-top: 12%;
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_A {
    font-size: 30px;
    padding-top: 8%;
  }
}

.pre_catch_txt_B {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #d60000;
  font-size: 6vw;
  padding-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_B {
    font-size: 48px;
    padding-bottom: 2%;
  }
}

.pre_catch_txt_B span {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  font-size: 8vw;
}
@media screen and (min-width: 769px) {
  .pre_catch_txt_B span {
    font-size: 62px;
  }
}

.pre_exe_wrap {
  padding-top: 2%;
  padding-bottom: 2%;
  margin: 0 auto;
  width: 90%;
  border-top: solid 1px #b48438;
  border-bottom: solid 1px #b48438;
}
@media screen and (min-width: 769px) {
  .pre_exe_wrap {
    padding-top: 1%;
    padding-bottom: 1%;
    width: 654px;
  }
}

.pre_exe_txt {
  font-family: source-han-serif-sc,serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #01354e;
  font-size: 2.9vw;
  line-height: 6vw;
}
@media screen and (min-width: 769px) {
  .pre_exe_txt {
    font-size: 21px;
    line-height: 173%;
  }
}

.pre_exe_txt span {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  color: #d60000;
  font-size: 4vw;
  padding-top: 4%;
}
@media screen and (min-width: 769px) {
  .pre_exe_txt span {
    font-size: 30px;
    padding-top: 4%;
  }
}

.pre_main_wrap {
  display: flex;
  padding: 5%;
}
@media screen and (min-width: 769px) {
  .pre_main_wrap {
    justify-content: center;
    padding: 0%;
  }
}

.pre_main_img {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .pre_main_img {
    max-width: 235px;
  }
}

.pre_main_area {
  margin-left: 5%;
}

.pre_main_box {
  display: flex;
  padding-top: 5%;
}

.pre_icon {
  width: 18%;
}
@media screen and (min-width: 769px) {
  .pre_icon {
    max-width: 63px;
    padding-top: 1%;
    padding-right: 2%;
  }
}

.pre_main_txt_area {
  margin-left: 5%;
}
@media screen and (min-width: 769px) {
  .pre_main_txt_area {
    display: contents;
  }
}

.pre_main_txt {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  color: #d60000;
  font-size: 6vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pre_main_txt {
    font-size: 48px;
    text-align: left;
  }
}

.pre_main_txt span {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  color: #d60000;
  font-size: 5vw;
}
@media screen and (min-width: 769px) {
  .pre_main_txt span {
    font-size: 37px;
  }
}

.pre_sub_txt {
  font-family: source-han-serif-sc,serif;
  font-weight: 400;
  font-style: normal;
  color: #01354e;
  font-size: 3vw;
  line-height: 5vw;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .pre_sub_txt {
    font-size: 16px;
    line-height: 177%;
    text-align: left;
    margin-top: 5%;
  }
}

.pre_catch_img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pre_catch_img {
    max-width: 512px;
  }
}


/* reserv */
.img_reserv {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 769px) {
  .img_reserv {
    max-width: 320px;
    margin-top: 5%;
  }
}

.reserv_new_wrap {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-top: 3%;
  max-width: 468px;
}

.reserv_new_item {
  width: 45%;
}

@media screen and (min-width: 769px) {
  .btn_reserv_wrap {
    display: flex;
    width: 70%;
    margin: 0 auto;
  }
}


/* coupn */
.coupon_block {
  display: flex;
  margin-top: 10%;
}
@media screen and (min-width: 769px) {
  .coupon_block {
    max-width: 677px;
    margin: 0 auto;
    margin-top: 5%;
  }
}

.coupon_img {
  width: 44%;
  margin: 0 auto;
}

.coupon_textbox {
  text-align: center;
  margin-top: 10%;
}
@media screen and (min-width: 769px) {
  .coupon_textbox {
    max-width: 730px;
    padding: 1%;
    margin: 0 auto;
    margin-top: 5%;
  }
}

.coupon_text {
  margin-top: 0;
  text-align: center;
  border: solid 1px #000;
  display: inline-block;
  padding: 1% 3% 1% 3%;
}


/* game comic doujin 共通 */
.text_catch {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  color: #01354E;
  font-size: 6vw;
  line-height: 1.5em;
  text-align: center;
  margin-top: 10%;
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .text_catch {
    font-size: 30px;
    margin-top: 3%;
    margin-bottom: 0%;
  }
}

.text_red {
  font-family: source-han-serif-sc,serif;
  font-weight: 900;
  font-style: normal;
  color: #d60000;
}


/* game */
.game_block {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .game_block {
    display: flex;
    width: 100%;
    margin-top: 5%;
  }
}

.game_item {
  position: relative;
  margin-top: 20%;
}
@media screen and (min-width: 769px) {
  .game_item {
    margin: 0 2%;
    margin-top: 0;
  }
}

.game_item:first-child{
  margin-top: 15%;
}
@media screen and (min-width: 769px) {
  .game_item:first-child {
    margin-top: 0;
  }
}

.text_price_game {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #d60000;
  font-size: 6vw;
  text-align: center;
  margin-top: 2%;
}
@media screen and (min-width: 769px) {
  .text_price_game {
    font-size: 25px;
  }
}

.text_price_size {
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .text_price_size {
    font-size: 16px;
  }
}

.text_price_gray {
  color: #8b8b8b;
  font-size: 4vw;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .text_price_gray {
    font-size: 16px;
  }
}


/* comic */
.comic_block {
  display: flex;
  flex-wrap: wrap;
}

.comic_item {
  width: 44%;
  margin: 0 auto;
  margin-top: 10%;
}
@media screen and (min-width: 769px) {
  .comic_item {
    width: 18%;
    margin-top: 5%;
  }
}


/* doujin */
.doujin_block {
display: flex;
margin-top: 5%;
}

.doujin_item {
  margin-top: 12%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .doujin_item {
    margin: 0 1%;
    margin-top: 0;
  }
}


/* FAQ */
.title_faq {
  width: 50%;
  margin: 0 auto;
}

.faq_block {
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 769px) {
  .faq_block {
    width: 80%;
  }
}

.text_faq {
  font-family: adobe-song-std, sans-serif;
  font-weight: bold;
  color: #01354E;
  font-size: 3vw;
  line-height: 1.7em;
}
@media screen and (min-width: 769px) {
  .text_faq {
    font-size: 15px;
  }
}

.text_faq.que::before {
  content: "Q：";
}

.text_faq.ans::before {
  content: "A：";
}

.text_faq.ans {
  margin-bottom: 5%;
}
@media screen and (min-width: 769px) {
  .text_faq.ans {
    margin-bottom: 3%;
  }
}

a.text_red {
  color: #d60000;
  text-decoration: underline;
  display: inline;
}


/* DLsite logo etc */
.dlsite_logo {
  display: block;
  width: 20%;
  max-width: 88px;
  margin: 0 auto;
  margin-top: 10%;
}

.credit_text {
  font-size: 2vw;
  color: #fff;
  text-align: center;
  margin-top: 5%;
  padding-bottom: 3%;
}
@media screen and (min-width: 769px) {
  .credit_text {
    font-size: 12px;
    margin-top: 2%;
    padding-bottom: 0;
  }
}