@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: url(http://cache.typemoon.com/images/iaef7da013d55b454b2c2954583638dddmg);
  font-weight: 400;
  font-family: YakuHanMP_Noto, "Noto Serif JP", serif, "Yu Mincho", YuMincho;
  letter-spacing: 0.01em;
}

body.is-modal-open {
  overflow: hidden;
}

html {
  font-size: calc(100vw / 32);
}

template {
  display: none;
}

#wrapper {
  overflow: hidden;
}

.navigation_wrap {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.navigation_wrap .gnavi_list .ganvi_list__item {
  position: relative;
}
.navigation_wrap .gnavi_list .ganvi_list__item.-btn {
  width: 10%;
  margin: 0 4px;
  max-width: 260px;
}
.navigation_wrap .gnavi_list .ganvi_list__item.-btn_ps4 {
  margin-left: 14px;
}

.navigation_wrap .gnavi_list .ganvi_list__item a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navigation_wrap .music_wrap {
  position: fixed;
}

.navigation_wrap .music_wrap .music_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_wrap {
  text-align: center;
}

.footer_wrap .btn_contact {
  position: relative;
  border-top: 1px solid #babdc2;
}

.footer_wrap .btn_contact-txt {
  position: relative;
  display: inline-block;
  transition: all 0.4s ease 0s;
}
.footer_wrap .btn_contact-txt::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 0.5em;
  background: url(http://cache.typemoon.com/images/i89cc95e6beb1c6aaca87bfaf1fec1143mg) no-repeat left center;
  background-size: contain;
}
.footer_wrap .btn_contact a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .footer_wrap .btn_contact {
    font-size: 14px;
    padding: 5.33vw 0;
  }
  .footer_wrap .btn_contact-txt::after {
    width: 8px;
    height: 8px;
  }
}

.footer_wrap .footer_product {
  border-top: 1px solid #babdc2;
  border-bottom: 1px solid #babdc2;
}

.footer_wrap .footer_product ul {
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_wrap .copyright .copyright_text {
  font-family: "Libre Baskerville", serif;
}

/********************************/
.contents_wrap {
  min-height: 100vh;
}

.l-main {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}

.l-main__container {
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
}

.l-main__container.is-enter {
  opacity: 1;
  z-index: 1;
}

.l-main__container.is-leave {
  opacity: 0;
  z-index: 0;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 100%;
}

.loading .load_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.loading .check_music {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  padding: 60px 46px;
  color: #515151;
}

.loading .check_music::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  background: #ccc;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
}

.loading .check_music .music_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.loading .check_music .music_btn .-text {
  font-family: "Libre Baskerville", serif;
}

.loading.is_load .check_music {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
  transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.4s;
}

.loading.is_start {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: background 1s ease-out 1s, opacity 1.2s ease-out 2.8s, visibility 1.2s ease-out 2.8s;
  transition: background 1s ease-out 1s, opacity 1.2s ease-out 2.8s, visibility 1.2s ease-out 2.8s;
  background: rgba(255, 255, 255, 0);
}

.loading.is_start .load_logo {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out 0.4s;
  transition: opacity 0.6s ease-out 0.4s;
}

#wrapper .main_area .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#wrapper.is_open .main_area .image img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 2s ease-out 0.8s;
  transition: -webkit-transform 2s ease-out 0.8s;
  transition: transform 2s ease-out 0.8s;
  transition: transform 2s ease-out 0.8s, -webkit-transform 2s ease-out 0.8s;
}

#wrapper.is_open .main_area .image._move {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.45, 0, 0.55, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 1.8s cubic-bezier(0.45, 0, 0.55, 1);
  transition: transform 1.8s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 1.8s cubic-bezier(0.45, 0, 0.55, 1);
}

.main_area {
  position: relative;
}

.main_area .logo {
  position: absolute;
}

.main_bnr {
  opacity: 0;
}

.is_open .main_bnr {
  opacity: 1;
  -webkit-transition: opacity 2s ease-out 4s;
  transition: opacity 2s ease-out 4s;
}

.main_bnr li + li {
  margin-top: 10px;
}

.main_bnr > li a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.top_news .top_news__title {
  text-align: center;
}

.top_news .top_news_wrap {
  background: url(http://cache.typemoon.com/images/i90a2acf310ce93ab876fbd7a4d938304mg) repeat-x center top, url(http://cache.typemoon.com/images/i80e80505b17c58de6c01c2638331dfc4mg) repeat-x center bottom, url(http://cache.typemoon.com/images/ie13860d154637047c7e95ac4567b0e12mg) center top;
}

.top_news .top_news_wrap .news_list .news_list__item {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
}

.top_news .top_news_wrap .news_list .news_list__item .news_date {
  font-family: "Libre Baskerville", serif;
}

.top_news .top_news_wrap .news_list .news_list__item .news_text {
  overflow: hidden;
  color: #3c74d5;
  font-family: YakuHanJP_Noto, sans-serif, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.l-modal .m-modal {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 500;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.l-modal .m-modal .m-modal__close {
  position: absolute;
}

.l-modal .m-modal .m-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.l-modal .m-modal .m-modal__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  min-height: 100vh;
}

.l-modal .m-modal .modal_news {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  border: 1px solid #8c877e;
  background: #FFF;
}

.l-modal .m-modal .modal_news .news_title {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
}

.l-modal .m-modal .modal_news .news_title .-date {
  font-family: "Libre Baskerville", serif;
}

.l-modal .m-modal .modal_news .news_title .-title {
  line-height: 1.6;
}

.l-modal .m-modal .modal_news .news_text {
  line-height: 1.8;
}

.l-modal .m-modal .modal_news .news_text a {
  color: #3c74d5;
}

.l-modal .m-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.main_gallery .main_visual {
  position: relative;
  overflow: hidden;
}

.main_gallery .main_visual .next {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  position: absolute;
  top: 0;
  transform: scale(1.05);
  opacity: 0;
  width: 100%;
  height: 100%;
}

.main_gallery .main_visual .next.is_open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s ease-out;
}

.main_gallery {
  position: relative;
}

.main_gallery .main_visual {
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4);
  border: 1px solid #91a6c3;
}

.main_gallery .gallery_nav p {
  position: absolute;
}

.main_gallery .gallery_nav .nav_prev {
  left: 0;
}

.main_gallery .gallery_nav .nav_next {
  right: 0;
}

.gallery_list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.gallery_list .gallery_list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.product_imgarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 89.33vw;
  font-size: 0.9rem;
}

.product_imgarea-item {
  text-align: center;
}

.product_imgarea-item + .product_imgarea-item {
  margin-left: 1.5%;
}

.product_imgarea-item img {
  width: auto;
  height: 200px;
}

.product_imgarea-item figcaption {
  margin: 10px auto 0;
  font-size: 0.9rem;
  line-height: 1.3;
}

.product_imgarea-item figcaption .-att {
  display: block;
  margin: 0.5em auto 0;
  padding-left: 1em;
  width: 80%;
  font-size: 70%;
  text-align: left;
  text-indent: -1em;
}

.product_lead {
  color: #0f4791;
  line-height: 1.8;
  text-align: center;
}

.product_text {
  line-height: 1.8;
  text-align: center;
}

.package_wrap .product_contents {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
}

.package_wrap .package_info .info__inner dl {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
  line-height: 1.6;
}

.package_wrap .package_info .info__inner dl dt {
  color: #0f4791;
}

.package_wrap .package_info .info__inner dl dd .-inimg img {
  width: auto;
  height: 32px;
}

.package_wrap .package_info .-att {
  display: inline-block;
  padding-left: 1em;
  font-size: 80%;
  text-indent: -1em;
}

.package_wrap .package_spec .spec__inner {
  border: 1px solid #0f4791;
}

.package_wrap .package_spec .spec_head {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #b9c7ce;
  border-bottom: 1px solid #b9c7ce;
  background: #6f85d5;
  background: -webkit-gradient(linear, left top, left bottom, from(#6f85d5), to(#4e658b));
  background: linear-gradient(to bottom, #6f85d5 0%, #4e658b 100%);
  color: #FFF;
}

.package_wrap .package_spec .spec_cont {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #b9c7ce;
  border-bottom: 1px solid #b9c7ce;
  background: #FFF;
}

.package_wrap .package_novelty .novelty_lead {
  margin-bottom: 30px;
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
  padding: 0 0 30px;
  line-height: 1.4;
}

.package_wrap .package_novelty .novelty_lead-maintxt {
  padding-left: 1em;
  color: #0f4791;
  text-indent: -1em;
}

.package_wrap .package_novelty .novelty_contents {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
}

.package_wrap .package_novelty .novelty_contents:last-child {
  background: none;
}

.package_wrap .package_novelty .novelty_contents .shop_name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 1em;
  color: #0f4791;
  line-height: 1.4;
}

.package_wrap .package_novelty .novelty_contents .shop_name a {
  display: inline-block;
  position: relative;
  color: #0f4791;
  text-decoration: none;
}

.package_wrap .package_novelty .novelty_contents .shop_name a::before {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background: #0f4791;
  width: 100%;
  height: 1px;
  content: "";
}

.package_wrap .package_novelty .novelty_contents .shop_name .-small {
  font-size: 80%;
}

.package_wrap .package_novelty .novelty_contents > ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.package_wrap .package_novelty .novelty_contents .novelty__item .thumb {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  border: 1px solid #8c877e;
}
.package_wrap .package_novelty .novelty_contents .novelty__item .thumb.-two {
  display: flex;
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  -webkit-box-shadow: unset;
  box-sizing: unset;
  box-shadow: unset;
  border: 0;
}
.package_wrap .package_novelty .novelty_contents .novelty__item .thumb.-two figure {
  width: calc(50% - 8px);
  max-width: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgb(0 0 0 / 27%);
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgb(0 0 0 / 27%);
  border: 1px solid #8c877e;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -ms-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -25px;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next {
  right: -25px;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.75;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
}

.slick-dots > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}

.slick-dots > li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #babdc2;
  background-size: contain;
  padding: 0;
  width: 8px;
  height: 8px;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
}

.slick-dots > li button:hover, .slick-dots > li button:focus {
  opacity: 1;
  outline: none;
  background: #0f4791;
}

.slick-dots > li.slick-active button {
  opacity: 1;
  background: #0f4791;
}

textarea, select, .slick-slide {
  outline: none;
}

.slide-dots {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 4px;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: right;
}

.slide-dots > li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  margin-left: 4px;
  padding: 0;
}

.slide-dots > li button {
  -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-border-radius: 50%;
  -webkit-background-size: contain;
  display: block;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 50%;
  background: transparent;
  background: #babdc2;
  background-size: contain;
  padding: 0;
  padding-bottom: 1px;
  width: 14px;
  height: 14px;
  color: transparent;
  color: #0f4791;
  font-size: 8px;
  line-height: 1;
}

.slide-dots > li button:hover, .slide-dots > li button:focus {
  opacity: 1;
  outline: none;
  background: #0f4791;
  color: #babdc2;
}

.slide-dots > li.slick-active button {
  opacity: 1;
  background: #0f4791;
  color: #babdc2;
}

.story_lead {
  text-align: center;
}

.story_wrap {
  position: relative;
  text-align: center;
}

.story_wrap:after, .story_wrap:before {
  display: block;
  position: absolute;
  left: 0;
  z-index: 2;
  background: url(http://cache.typemoon.com/images/i09d8d43abec5d508e88c6bf2debed32emg);
  width: 100%;
  height: 3px;
  content: "";
}

.story_wrap:before {
  top: -2px;
  background: url(http://cache.typemoon.com/images/if576a74f3cb98b65e0987a033841555bmg);
}

.story_wrap:after {
  bottom: -2px;
}

.story_wrap .story_bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.story_wrap .story_text {
  position: relative;
}

.special_list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.special_list .special_list__item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  border: 1px solid #8c877e;
  overflow: hidden;
}

.special_list .special_list__item .-thumb {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56.25%;
  width: 100%;
  height: auto;
}

.special_list .special_list__item .-thumb span {
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background-size: cover;
  width: 101%;
  height: 101%;
}

.special_list .special_list__item .-thumb span.-noimg {
  background: url(http://cache.typemoon.com/images/i859ddbd45f4062ba9ed52a186e41f1damg);
  background-size: cover;
}

.special_list .special_list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keyword_list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.keyword_list .keyword_list__item {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  position: relative;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  border: 1px solid #8c877e;
}

.keyword_list .keyword_list__item .-caption {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #FFF;
  line-height: 1.6;
  text-align: center;
}

.character_wrap .chara_image_wrap .chara_image__inner {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.character_wrap .chara_image_wrap .chara_image__inner .chara_bg, .character_wrap .chara_image_wrap .chara_image__inner .chara_image {
  -webkit-transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.8s cubic-bezier(0.61, 1, 0.88, 1), transform 1.2s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 1.2s cubic-bezier(0.5, 1, 0.89, 1);
}

.character_wrap .chara_image_wrap .chara_image__inner .chara_bg {
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  opacity: 0;
}

.character_wrap .chara_image_wrap .chara_image__inner .chara_image {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_current {
  position: relative;
  visibility: visible;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_current .chara_bg, .character_wrap .chara_image_wrap .chara_image__inner.is_current .chara_image {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_remove .chara_bg {
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
  opacity: 0;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_remove .chara_image {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  opacity: 0;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_add {
  visibility: visible;
}

.character_wrap .chara_image_wrap .chara_image__inner.is_add .chara_bg, .character_wrap .chara_image_wrap .chara_image__inner.is_add .chara_image {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s;
}

.character_wrap .chara_info .chara_info__inner {
  position: absolute;
  top: 0;
  visibility: hidden;
}

.character_wrap .chara_info .chara_info__inner .chara_name, .character_wrap .chara_info .chara_info__inner .chara_text {
  -webkit-transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
  transition: opacity 0.5s cubic-bezier(0.61, 1, 0.88, 1), transform 0.8s cubic-bezier(0.5, 1, 0.89, 1), -webkit-transform 0.8s cubic-bezier(0.5, 1, 0.89, 1);
}

.character_wrap .chara_info .chara_info__inner .chara_name {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}

.character_wrap .chara_info .chara_info__inner .chara_text {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  opacity: 0;
}

.character_wrap .chara_info .chara_info__inner.is_current {
  position: relative;
  visibility: visible;
}

.character_wrap .chara_info .chara_info__inner.is_current .chara_name, .character_wrap .chara_info .chara_info__inner.is_current .chara_text {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.character_wrap .chara_info .chara_info__inner.is_remove .chara_name {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
  opacity: 0;
}

.character_wrap .chara_info .chara_info__inner.is_remove .chara_text {
  -webkit-transform: translateX(15%);
  transform: translateX(15%);
  opacity: 0;
}

.character_wrap .chara_info .chara_info__inner.is_add {
  visibility: visible;
}

.character_wrap .chara_info .chara_info__inner.is_add .chara_name, .character_wrap .chara_info .chara_info__inner.is_add .chara_text {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.character_wrap {
  position: relative;
}

.character_wrap .chara_image_wrap {
  position: relative;
}

.character_wrap .chara_image_wrap:before, .character_wrap .chara_image_wrap:after {
  display: block;
  position: absolute;
  z-index: 2;
  background: center top;
  width: 100%;
  height: 3px;
  content: "";
}

.character_wrap .chara_image_wrap:before {
  top: -2px;
  background-image: url(http://cache.typemoon.com/images/if576a74f3cb98b65e0987a033841555bmg);
}

.character_wrap .chara_image_wrap:after {
  bottom: -2px;
  background-image: url(http://cache.typemoon.com/images/i09d8d43abec5d508e88c6bf2debed32emg);
}

.character_wrap .chara_nav {
  position: absolute;
  top: 0;
}

.character_wrap .chara_nav ul {
  -webkit-justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.character_wrap .chara_info .chara_text {
  position: relative;
  color: #28325d;
  line-height: 1.8;
}

@media only screen and (min-width: 751px){
  html {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .navigation_wrap {
    background: url(http://cache.typemoon.com/images/i4c3af429a6baeb985e0a880de7075abdmg) repeat-x center bottom #fff;
    height: 87px;
  }
  .navigation_wrap .gnavi_list {
    -webkit-justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
  }
  .navigation_wrap .gnavi_list .ganvi_list__item img {
    height: 76px;
    width: auto;
  }
  .navigation_wrap .gnavi_list .ganvi_list__item.-btn img {
    height: auto;
    width: auto;
  }
  .navigation_wrap .gnavi_list .ganvi_list__item {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    margin: 0 11px;
  }
  .navigation_wrap .gnavi_list .ganvi_list__item.-none {
    opacity: 0.3;
  }
  .navigation_wrap .gnavi_list .ganvi_list__item:hover:not(.-none) {
    opacity: 0.6;
  }
  .navigation_wrap .music_wrap {
    top: 21px;
    right: 18px;
  }
  .navigation_wrap .music_wrap .music_btn li {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    margin-left: 8px;
    width: 40px;
  }
  .navigation_wrap .music_wrap .music_btn li:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .footer_wrap {
    margin-top: 22px;
    padding-bottom: 65px;
  }
  .footer_wrap .btn_twitter {
    margin: 0 auto 20px;
    width: 40px;
  }
  .footer_wrap .btn_contact {
    padding: 20px 0 21px;
  }
  .footer_wrap .footer_product {
    margin-bottom: 20px;
    padding: 26px 0 20px;
  }
  .footer_wrap .footer_product ul {
    margin-bottom: 20px;
  }
  .footer_wrap .footer_product ul li {
    margin: 0 21px;
  }
  .footer_wrap .copyright .logo_tm {
    margin: 0 auto 18px;
    width: 58px;
  }
  .footer_wrap .copyright .copyright_text {
    font-size: 10px;
  }
  .contents_wrap .page_title {
    padding-top: 134px;
    text-align: center;
  }
  .contents_wrap .page_title h2 {
    margin: auto;
    width: 394px;
  }
  .loading .load_logo {
    width: 480px;
  }
  .loading .check_music .music_text {
    margin-top: 32px;
    font-size: 20px;
  }
  .loading .check_music .music_btn li {
    cursor: pointer;
    margin: 0 20px;
  }
  .loading .check_music .music_btn li .-icon {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .loading .check_music .music_btn li:hover .-icon {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .loading .check_music .music_btn .-icon {
    width: 60px;
  }
  .loading .check_music .music_btn .-text {
    font-size: 12px;
  }
  #wrapper .navigation_wrap {
    opacity: 0;
  }
  #wrapper.is_open .navigation_wrap {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 4s;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 4s;
  }
  #wrapper:not([data-area="top"]) .contents_wrap {
    opacity: 0;
  }
  #wrapper:not([data-area="top"]).is_open .contents_wrap {
    opacity: 1;
    -webkit-transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 4s;
    transition: opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1) 4s;
  }
  .main_area {
    margin: auto;
    padding-top: 87px;
    max-width: 1920px;
  }
  .main_area .logo {
    bottom: 34px;
    left: 24.5%;
    width: 1000px;
    width: 52.08%;
  }
  .main_area .image {
    position: relative;
  }
  .main_bnr {
    position: absolute;
    top: 108px;
    right: 20px;
    width: 18%;
    max-width: 750px;
  }
  .main_bnr > li a:hover {
    opacity: 0.8;
  }
  .top_news {
    margin-bottom: 25px;
  }
  .top_news .top_news__title {
    padding: 22px 0 12px;
  }
  .top_news .top_news_wrap .news_list {
    margin: auto;
    padding: 30px 0;
    width: 966px;
    width: 50.31%;
    min-width: 670px;
    max-width: 980px;
  }
  .top_news .top_news_wrap .news_list .news_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  .top_news .top_news_wrap .news_list .news_list__item .news_date {
    width: 120px;
  }
  .top_news .top_news_wrap .news_list .news_list__item .news_text {
    cursor: pointer;
    width: calc(100% - 120px);
  }
  .top_banner {
    margin: 0 auto 30px;
    width: 540px;
  }
  .top_staff {
    margin: auto;
    max-width: 990px;
  }
  .l-modal .m-modal .m-modal__close {
    top: 30px;
    right: 30px;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
    width: 75px;
    height: 75px;
  }
  .l-modal .m-modal .m-modal__close:hover {
    opacity: 0.8;
  }
  .l-modal .m-modal .m-modal__inner {
    padding: 80px 0;
  }
  .l-modal .m-modal .m-modal__inner .modal_news {
    margin: auto;
    padding: 40px;
    width: 80%;
    max-width: 980px;
  }
  .l-modal .m-modal .m-modal__inner .modal_news .news_title {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .l-modal .m-modal .m-modal__inner .modal_news .news_title .-date {
    font-size: 14px;
  }
  .l-modal .m-modal .m-modal__inner .modal_news .news_title .-title {
    font-size: 20px;
  }
  .l-modal .m-modal .m-modal__inner .modal_news .news_text {
    padding-bottom: 40px;
  }
  .page_title {
    margin-bottom: 24px;
  }
  .main_gallery {
    margin: 0 auto 40px;
    width: 1000px;
    width: 52.08%;
    min-width: 750px;
    max-width: 1000px;
  }
  .main_gallery .main_visual {
    margin: auto;
    width: 800px;
    width: 80%;
  }
  .main_gallery .gallery_nav p {
    top: calc(50% - 35px);
    cursor: pointer;
  }
  .main_gallery .gallery_nav p img {
    -webkit-transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  .main_gallery .gallery_nav .nav_prev:hover img {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  .main_gallery .gallery_nav .nav_next:hover img {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  .gallery_list {
    margin: 0 auto 75px;
    width: 1000px;
    width: 52.08%;
    min-width: 750px;
    max-width: 1000px;
  }
  .gallery_list .gallery_list__item {
    margin: 0 18px 18px 0;
    width: calc(33% - 10px);
    overflow: hidden;
  }
  .gallery_list .gallery_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .gallery_list .gallery_list__item p {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
  }
  .gallery_list .gallery_list__item p:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  .page_title {
    margin-bottom: 42px;
  }
  .product_imgarea {
    margin-bottom: 60px;
  }
  .product_imgarea-item {
    /*max-width: 460px;*/
    max-width: 400px;
  }
  .product_imgarea-item img {
    height: 480px;
  }
  .product_imgarea-item figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  .product_lead {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .product_text {
    margin-bottom: 64px;
    font-size: 15px;
  }
  .package_wrap .package_novelty .novelty_contents .shop_name a:hover::before {
    width: 0;
  }
  .package_wrap {
    margin: 0 auto 78px;
    width: 1000px;
    width: 52.08%;
    min-width: 850px;
  }
  .package_wrap .product_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .package_wrap .product_contents .pro_cap {
    width: 190px;
    font-size: 20px;
  }
  .package_wrap .package_info {
    margin-bottom: 24px;
  }
  .package_wrap .package_info .pro_cap {
    padding-top: 20px;
  }
  .package_wrap .package_info .info__inner {
    width: calc(100% - 190px);
    font-size: 14px;
  }
  .package_wrap .package_info .info__inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
  }
  .package_wrap .package_info .info__inner dl dt {
    width: 150px;
  }
  .package_wrap .package_info .info__inner dl dd {
    width: calc(100% - 150px);
  }
  .package_wrap .package_info .info__inner dl dd .-inimg img {
    width: auto;
    height: 40px;
  }
  .package_wrap .package_info .info__inner .package_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1em;
  }
  .package_wrap .package_info .info__inner .package_price .-dt {
    width: 120px;
  }
  .package_wrap .package_info .info__inner .package_price .-dd {
    width: calc(100% - 120px);
  }
  .package_wrap .package_spec {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .package_wrap .package_spec .spec__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 190px);
  }
  .package_wrap .package_spec .spec__inner .spec_head {
    padding: 12px 0 12px 20px;
  }
  .package_wrap .package_spec .spec__inner .spec_cont {
    padding: 15px 20px 15px 20px;
    font-size: 14px;
    line-height: 1.4;
  }
  .package_wrap .package_spec .spec__inner .spec_cont.-view {
    height: calc(1.4em*4 + 30px);
  }
  .package_wrap .package_spec .spec__inner .spec_cont.-control {
    height: calc(1.4em*7 + 30px);
  }
  .package_wrap .package_spec .spec__inner .spec_caption {
    width: 30%;
  }
  .package_wrap .package_spec .spec__inner .spec_caption .spec_cont {
    color: #0f4791;
  }
  .package_wrap .package_spec .spec__inner .spec_ps4, .package_wrap .package_spec .spec__inner .spec_switch {
    width: 35%;
  }
  .package_wrap .package_spec .spec__inner .spec_switch .spec_head, .package_wrap .package_spec .spec__inner .spec_switch .spec_cont {
    border-right: none;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .shop_name {
    width: 200px;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents > ul {
    width: calc(100% - 200px);
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item {
    margin-bottom: 16px;
    width: calc(50% - 8px);
    max-width: 320px;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item.-wide {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item:nth-child(odd),
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .thumb.-two figure:nth-child(odd) {
    margin-right: 16px;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .txtarea {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .txtarea .subcap {
    color: #0f4791;
    font-weight: bold;
    font-size: 90%;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .txtarea .set {
    font-size: 90%;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .txtarea .detail {
    margin-top: 1em;
    font-size: 80%;
  }
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .txtarea .att {
    display: inline-block;
    padding-left: 1em;
    font-size: 80%;
    text-indent: -1em;
  }
  .package_wrap .package_attention {
    padding: 30px 0;
  }
  .package_wrap .package_attention .attlist {
    font-size: 80%;
    line-height: 1.6;
  }
  .package_wrap .package_attention .attlist > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .page_title {
    margin-bottom: 42px;
  }
  .story_lead {
    margin: 0 auto 42px;
    width: 998px;
    width: 51.97%;
    min-width: 750px;
  }
  .story_wrap .story_bg {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: url(http://cache.typemoon.com/images/ib62ab7fc93b8359bfef8bc4386d0224emg) no-repeat center;
    background-size: cover;
  }
  .story_wrap .story_text {
    margin: auto;
    padding: 160px 0;
    width: 1100px;
    width: 57.29%;
    min-width: 750px;
  }
  .page_title {
    margin-bottom: 24px;
  }
  .special_list .special_list__item:hover .-thumb span {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  .special_list {
    margin: 0 auto 78px;
    width: 1000px;
    width: 52.08%;
    min-width: 750px;
    max-width: 1000px;
  }
  .special_list .special_list__item {
    margin: 0 18px 18px 0;
    width: calc(50% - 10px);
  }
  .special_list .special_list__item:nth-child(even) {
    margin-right: 0;
  }
  .page_title {
    margin-bottom: 24px;
  }
  .keyword_list {
    margin: 0 auto 78px;
    width: 1000px;
    width: 52.08%;
    min-width: 750px;
    max-width: 1000px;
  }
  .keyword_list .keyword_list__item {
    margin: 0 18px 18px 0;
    width: calc(33% - 10px);
    max-width: 320px;
  }
  .keyword_list .keyword_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .keyword_list .keyword_list__item .-caption {
    font-size: 18px;
  }
  .keyword_list .keyword_list__item .-caption .-rt {
    font-size: 10px;
  }
  .page_title {
    margin-bottom: 35px;
  }
  .character_wrap .chara_image_wrap {
    background: url(http://cache.typemoon.com/images/i37ff91790f79f6d5865d3b43df07bb41mg) no-repeat center top;
  }
  .character_wrap .chara_image_wrap .chara_image__inner {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
  }
  .character_wrap .chara_image_wrap .chara_bg {
    position: relative;
    width: 780px;
  }
  .character_wrap .chara_image_wrap .chara_bg img {
    -webkit-mask-image: url(http://cache.typemoon.com/images/i033790e33b5ba8a5c38518b3c90cf968mg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url(http://cache.typemoon.com/images/i033790e33b5ba8a5c38518b3c90cf968mg);
    mask-position: center;
    mask-repeat: no-repeat;
  }
  .character_wrap .chara_image_wrap .chara_image {
    position: absolute;
    right: calc(50% - 145px);
    bottom: 0;
    width: 750px;
  }
  .character_wrap .chara_nav {
    top: 35px;
    left: calc(50% - 360px);
    width: 720px;
  }
  .character_wrap .chara_nav li {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    cursor: pointer;
    margin: 0 4px;
    width: 112px;
  }
  .character_wrap .chara_nav li:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  .character_wrap .chara_info {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 50%;
    max-width: 450px;
  }
  .character_wrap .chara_info .chara_name {
    position: relative;
    left: -24px;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 750px){
  .pc {
    display: none;
  }
  .navigation_wrap .in_header {
    -webkit-background-size: auto 100%;
    -o-background-size: auto 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(http://cache.typemoon.com/images/i4c3af429a6baeb985e0a880de7075abdmg) center bottom;
    background-size: auto 100%;
    width: 100%;
    height: 11.46vw;
  }
  .navigation_wrap .in_header .header_logo {
    margin: auto;
    width: 20.26vw;
  }
  .navigation_wrap .gnavi_wrap {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
  }
  .navigation_wrap .gnavi_wrap .gnav_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #354eb5;
    background: -webkit-gradient(linear, left top, left bottom, from(#354eb5), to(#395cdc));
    background: linear-gradient(to bottom, #354eb5 0%, #395cdc 100%);
    width: 100%;
    height: 100%;
  }
  .navigation_wrap .gnavi_wrap .ganvi_list__item {
    border-bottom: 1px solid #5772e3;
  }
  .navigation_wrap .gnavi_wrap .ganvi_list__item:last-child {
    border-bottom: none;
  }
  .navigation_wrap .btn_nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 11.46vw;
    height: 11.46vw;
  }
  .navigation_wrap .btn_nav .navi_deco {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #344eb7;
    width: calc(100% - 2.66vw);
    height: 2.66vw;
  }
  .navigation_wrap .btn_nav:before {
    display: block;
    position: absolute;
    background: #344eb7;
    width: 100%;
    height: calc(100% - 2.66vw);
    content: "";
  }
  .navigation_wrap .btn_nav:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-width: 0 2.66vw 2.66vw 0;
    border-style: solid;
    border-color: transparent #344eb7 transparent transparent;
    width: 0;
    height: 0;
    content: "";
  }
  .navigation_wrap .btn_nav .btn_icon {
    position: absolute;
    top: 50%;
    left: calc(50% - 2.4vw);
    width: 4.8vw;
  }
  .navigation_wrap .btn_nav .btn_icon p {
    position: absolute;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 2px;
  }
  .navigation_wrap .btn_nav .btn_icon p:nth-child(1) {
    top: calc(50% - 7px);
  }
  .navigation_wrap .btn_nav .btn_icon p:nth-child(2) {
    top: calc(50% - 1px);
  }
  .navigation_wrap .btn_nav .btn_icon p:nth-child(3) {
    top: calc(50% + 5px);
  }
  .navigation_wrap .music_wrap {
    top: 1.73vw;
    left: 2.66vw;
  }
  .navigation_wrap .music_wrap .music_btn li {
    margin-right: 2.66vw;
    width: 7.73vw;
  }
  .navigation_wrap .nav_contents_bg {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 0;
  }
  .navigation_wrap .gnavi_wrap {
    -webkit-transition: all 0.3s ease-out 0.4s;
    -moz-transition: all 0.3s ease-out 0.4s;
    -ms-transition: all 0.3s ease-out 0.4s;
    -o-transition: all 0.3s ease-out 0.4s;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out 0.4s;
  }
  .navigation_wrap .gnavi_wrap .ganvi_list__item img {
    -webkit-transition: opacity 0.6s ease-out 0s, left 0.6s ease-out 0s;
    -moz-transition: opacity 0.6s ease-out 0s, left 0.6s ease-out 0s;
    -ms-transition: opacity 0.6s ease-out 0s, left 0.6s ease-out 0s;
    -o-transition: opacity 0.6s ease-out 0s, left 0.6s ease-out 0s;
    position: relative;
    left: 8vw;
    opacity: 0;
    transition: opacity 0.6s ease-out 0s, left 0.6s ease-out 0s;
  }
  .navigation_wrap.is_close .gnavi_wrap {
    -webkit-transition: visibility 0s linear 0s;
    -moz-transition: visibility 0s linear 0s;
    -ms-transition: visibility 0s linear 0s;
    -o-transition: visibility 0s linear 0s;
    visibility: hidden;
    transition: visibility 0s linear 0s;
  }
  .navigation_wrap.is_open .nav_contents_bg {
    visibility: visible;
    opacity: 1;
    height: 100vh;
  }
  .navigation_wrap.is_open .gnavi_wrap {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    height: auto;
  }
  .navigation_wrap.is_open .gnavi_wrap .gnavi_list {
    opacity: 1;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item img {
    left: 0;
    opacity: 1;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item.-none img {
    opacity: 0.3;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(1) img {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(2) img {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(3) img {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(4) img {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(5) img {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(6) img {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(7) img {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .navigation_wrap.is_open .gnavi_wrap .ganvi_list__item:nth-child(8) img {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .navigation_wrap.is_open .btn_nav .btn_icon p {
    top: 50%;
  }
  .navigation_wrap.is_open .btn_nav .btn_icon p:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation_wrap.is_open .btn_nav .btn_icon p:nth-child(2) {
    opacity: 0;
  }
  .navigation_wrap.is_open .btn_nav .btn_icon p:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .footer_wrap {
    margin-top: 6.13vw;
    padding-bottom: 15.46vw;
  }
  .footer_wrap .btn_twitter {
    margin: 0 auto 6.4vw;
    width: 9.6vw;
  }
  .footer_wrap .footer_product {
    margin-bottom: 6.13vw;
    padding: 5.33vw 0 6.93vw;
  }
  .footer_wrap .footer_product ul {
    margin-bottom: 2.93vw;
  }
  .footer_wrap .footer_product ul li {
    margin: 0 3.73vw;
    width: 34.13vw;
  }
  .footer_wrap .copyright .logo_tm {
    margin: 0 auto 6.13vw;
    width: 17.33vw;
  }
  .footer_wrap .copyright .copyright_text {
    font-size: 0.9rem;
  }
  .contents_wrap .page_title {
    padding-top: 19.46vw;
  }
  .loading .load_logo {
    width: 46vw;
  }
  .loading .check_music {
    padding: 60px 0;
    width: 100%;
  }
  .loading .check_music .music_text {
    margin-top: 4vw;
    font-size: 1.1rem;
    text-align: center;
  }
  .loading .check_music .music_btn li {
    margin: 0 10px;
  }
  .loading .check_music .music_btn li .-icon {
    margin-bottom: 2vw;
  }
  .loading .check_music .music_btn li .-text {
    font-size: 0.9rem;
  }
  .loading.is_start {
    -webkit-transition: all 1.2s ease-out 1.3s;
    transition: all 1.2s ease-out 1.3s;
  }
  #wrapper .main_area .logo {
    opacity: 0;
  }
  #wrapper.is_open .main_area .logo {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 2.8s;
    transition: opacity 1s ease-out 2.8s;
  }

  #wrapper .main_area .release_date {
    opacity: 0;
  }
  #wrapper.is_open .main_area .release_date {
    opacity: 1;
    -webkit-transition: opacity 1s ease-out 3s;
    transition: opacity 1s ease-out 3s;
  }

  .main_area .logo {
    bottom: 8.26vw;
    left: calc(50% - 89.33vw / 2);
    width: 89.33vw;
  }
  .main_bnr {
    background: url(http://cache.typemoon.com/images/i90a2acf310ce93ab876fbd7a4d938304mg) repeat-x center top, url(http://cache.typemoon.com/images/i80e80505b17c58de6c01c2638331dfc4mg) repeat-x center bottom, url(http://cache.typemoon.com/images/ie13860d154637047c7e95ac4567b0e12mg) center top;
    padding: 6.66vw 0;
  }
  .main_bnr > li {
    margin: auto;
    width: 60%;
  }
  .top_news {
    margin-bottom: 7.46vw;
  }
  .top_news .top_news__title {
    padding: 5.33vw 0 4vw;
  }
  .top_news .top_news_wrap {
    padding: 3.2vw 0 6.66vw;
  }
  .top_news .top_news_wrap .news_list {
    margin: auto;
    width: 89.33vw;
  }
  .top_news .top_news_wrap .news_list .news_list__item {
    padding: 3.46vw 0;
  }
  .top_news .top_news_wrap .news_list .news_list__item .news_date {
    margin-bottom: 2.4vw;
  }
  .top_news .top_news_wrap .news_list .news_list__item .news_title {
    font-size: 1.3rem;
  }
  .top_banner {
    margin: 0 auto 8vw;
    width: 72vw;
  }
  .l-modal .m-modal .m-modal__close {
    top: 4vw;
    right: 4vw;
    width: 12.26vw;
    height: 12.26vw;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .main_gallery {
    margin-bottom: 2.66vw;
  }
  .main_gallery .main_visual {
    margin: auto;
    width: 89.33vw;
  }
  .main_gallery .gallery_nav p {
    top: calc(50% - 9.33vw/2);
    width: 9.33vw;
  }
  .gallery_list {
    margin: 0 auto 10.66vw;
    width: 84vw;
  }
  .gallery_list .gallery_list__item {
    margin-right: 1.5vw;
    margin-bottom: 1.33vw;
    width: calc(33% - 1.5vw);
  }
  .gallery_list .gallery_list__item:nth-child(3n) {
    margin-right: 0;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .product_imgarea-item figcaption {
    max-width: 170px;
  }
  .product_lead {
    margin-bottom: 5.33vw;
    font-size: 1.4rem;
  }
  .product_text {
    margin-bottom: 12vw;
    font-size: 0.9rem;
  }
  .package_wrap {
    margin: auto;
    width: 89.33vw;
  }
  .package_wrap .product_contents .pro_cap {
    margin-bottom: 4vw;
    font-size: 1.3rem;
    text-align: center;
  }
  .package_wrap .package_info {
    margin-bottom: 11.2vw;
  }
  .package_wrap .package_info dl {
    padding: 3.73vw 0;
  }
  .package_wrap .package_info .package_price {
    margin-top: 1em;
  }
  .package_wrap .package_spec {
    margin-bottom: 12.53vw;
  }
  .package_wrap .package_spec .spec__inner .spec_head, .package_wrap .package_spec .spec__inner .spec_cont {
    border-right: none;
  }
  .package_wrap .package_spec .spec__inner .spec_head {
    padding: 8px 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .package_wrap .package_spec .spec__inner .spec_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.33vw;
    line-height: 1.6;
  }
  .package_wrap .package_spec .spec__inner .spec_cont .-dt {
    width: 8em;
    color: #0f4791;
  }
  .package_wrap .package_spec .spec__inner .spec_cont .-dd {
    width: calc(100% - 8em);
  }
  .package_wrap .package_novelty .novelty_contents {
    margin-bottom: 6.66vw;
    padding-bottom: 6.13vw;
  }
  .package_wrap .package_novelty .novelty_contents .shop_name {
    margin-bottom: 2.66vw;
    font-size: 1.2rem;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item {
    margin-bottom: 4vw;
    width: calc(50% - 4vw);
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item:nth-child(odd),
  .package_wrap .package_novelty .novelty__inner .novelty_contents .novelty__item .thumb.-two figure:nth-child(odd) {
    margin-right: 4vw;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item.-wide {
    width: 100%;
    margin-right: 0;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item .txtarea {
    margin-top: 10px;
    font-size: 1.0rem;
    line-height: 1.6;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item .txtarea .subcap {
    color: #0f4791;
    font-weight: bold;
    font-size: 90%;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item .txtarea .set {
    font-size: 90%;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item .txtarea .detail {
    margin-top: 1em;
    font-size: 80%;
  }
  .package_wrap .package_novelty .novelty_contents .novelty__item .txtarea .att {
    display: inline-block;
    padding-left: 1em;
    font-size: 80%;
    text-indent: -1em;
  }
  .package_wrap .package_attention {
    margin-bottom: 6.66vw;
    padding-bottom: 6.66vw;
  }
  .package_wrap .package_attention .attlist {
    font-size: 80%;
    line-height: 1.6;
  }
  .package_wrap .package_attention .attlist > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .slick-dots {
    bottom: 2px;
  }
  .slick-dots > li {
    margin-left: 4px;
  }
  .slick-dots > li button {
    width: 6px;
    height: 6px;
  }
  .slick-initialized .slick-slide {
    height: auto;
  }
  .slide-dots {
    bottom: 2px;
  }
  .slide-dots > li {
    margin-left: 4px;
  }
  .slide-dots > li button {
    width: 6px;
    height: 6px;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .story_lead {
    margin-bottom: 6.13vw;
  }
  .story_wrap .story_bg {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background: url(http://cache.typemoon.com/images/id9deb216e1bee351f6101fe9554d6327mg) no-repeat center;
    background-size: cover;
  }
  .story_wrap .story_text {
    padding: 14.66vw 0;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .special_list .special_list__item .-thumb span.-noimg {
    background: url(http://cache.typemoon.com/images/i3bee47be725db056a025f01a0a92a70bmg);
    background-size: cover;
  }
  .special_list {
    margin: 0 auto 13.86vw;
    width: 89.33vw;
  }
  .special_list .special_list__item {
    margin-bottom: 4vw;
    width: calc(50% - 2vw);
  }
  .special_list .special_list__item:nth-child(odd) {
    margin-right: 4vw;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .keyword_list {
    margin: 0 auto 13.86vw;
    width: 89.33vw;
  }
  .keyword_list .keyword_list__item {
    margin-bottom: 4vw;
    width: calc(50% - 2vw);
  }
  .keyword_list .keyword_list__item:nth-child(odd) {
    margin-right: 4vw;
  }
  .keyword_list .keyword_list__item .-caption {
    font-size: 1.3rem;
  }
  .keyword_list .keyword_list__item .-caption .-rt {
    font-size: 0.9rem;
  }
  .page_title {
    margin-bottom: 6.66vw;
  }
  .character_wrap {
    margin-bottom: 14.66vw;
  }
  .character_wrap .chara_image_wrap {
    -webkit-background-size: cover;
    -o-background-size: cover;
    margin-bottom: 7.2vw;
    background: url(http://cache.typemoon.com/images/i6b4adcc353fcca58e35676b9ab3afcf4mg) no-repeat center;
    background-size: cover;
  }
  .character_wrap .chara_image_wrap .chara_image {
    position: absolute;
    bottom: 0;
  }
  .character_wrap .chara_image_wrap .chara_bg img {
    -webkit-mask-image: url(http://cache.typemoon.com/images/i0eae50f03f573b941cbb8c7a68321159mg);
    -webkit-mask-repeat: repeat-y;
    -webkit-mask-position: center;
    -webkit-mask-size: 100%;
    mask-image: url(http://cache.typemoon.com/images/i0eae50f03f573b941cbb8c7a68321159mg);
    mask-position: center;
    mask-size: 100%;
    mask-repeat: repeat-y;
  }
  .character_wrap .chara_info {
    position: relative;
  }
  .character_wrap .chara_info .chara_info__inner .chara_name {
    margin-bottom: 6.13vw;
  }
  .character_wrap .chara_info .chara_info__inner .chara_text {
    margin: auto;
    width: 89.33vw;
    font-size: 1.1rem;
  }
  .character_wrap .chara_nav {
    top: 4.26vw;
    margin: 0 0.8vw;
  }
  .character_wrap .chara_nav li {
    margin: 0 0.8vw;
  }
}

.package_taiken {
  margin: 0 auto 40px;
  width: 1000px;
  width: 52.08%;
  text-align: center;
  padding: 40px 0 60px;
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom, url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left top;
}
@media only screen and (max-width: 750px){
  .package_taiken {
    margin: 0 auto 12vw;
    width: 89.33vw;
    padding: 8vw 0 12vw;
  }
}
@media only screen and (min-width: 751px){
  .package_taiken {
    min-width: 850px;
  }
}
.package_taiken__cap {
  width: 40%;
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 750px){
  .package_taiken__cap {
    width: 70%;
  }
}

.package_taiken__lead {
  margin: 0 auto 24px;
  color: #0f4791;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 20px;
}
@media only screen and (max-width: 750px){
  .package_taiken__lead {
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 751px){
  .package_taiken__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (min-width: 751px){
  .package_taiken__list li {
    width: 48%;
  }
  .package_taiken__list li:nth-child(even) {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 750px){
  .package_taiken__list li + li {
    margin-top: 14px;
  }
}

.package_taiken__list li a {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
@media only screen and (min-width: 751px){
  .package_taiken__list li a:hover {
    opacity: 0.6;
  }
}

/*********** 221114 *************/
.main_area .release_date { position: absolute; }
@media only screen and (min-width: 751px) { 
  .main_area .logo { bottom: 8%; }
  .main_area .release_date { bottom: 34px;  width: 36%; left: 32%;  text-align: center;} }
@media only screen and (max-width: 750px) {
  .main_area .logo { bottom: 15vw; }
  .main_area .release_date { bottom: 2vw;  width: 60vw; left: calc(50% - 30vw); }  }


@media only screen and (min-width: 751px) { 
  .keyword_list .keyword_list__item p.-thumb {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .keyword_list .keyword_list__item:hover p.-thumb {
    opacity: .6;
  }
}

.m-modal[data-modal-type='template'] .m-modal__bg {
  background: rgba(255, 255, 255, 0.8);
}
.m-modal[data-modal-type='template'] .m-modal__close-btn {
  top: -70px;
  right: -70px;
  width: 64px;
  height: 64px;
  background: url(http://cache.typemoon.com/images/ibfbb7cbf9195d3b3cea9605df94ff210mg) no-repeat;
  background-size: contain;
}
.m-modal[data-modal-type='template'] .m-modal__close-btn::before,
.m-modal[data-modal-type='template'] .m-modal__close-btn::after {
  content: none;
}

.modal_keyword {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  position: relative;
  box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.27);
  border: 1px solid #8c877e;
  background: #FFF;
  text-align: left;
}

.modal_keyword .modal_keyword-ttl {
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left bottom;
}

.modal_keyword .modal_keyword-ttl .-title {
  line-height: 1.6;
}

.modal_keyword .modal_keyword-txt {
  line-height: 1.8;
}

.modal_keyword .modal_keyword-txt a {
  color: #3c74d5;
}

.modal_keyword {
  position: relative;
  z-index: 999;
  margin: auto;
  padding: 40px;
  width: 100%;
  max-width: 980px;
}
.modal_keyword .modal_keyword-ttl {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.modal_keyword .modal_keyword-ttl .-title {
  font-size: 20px;
}
.modal_keyword .modal_keyword-txt {
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .m-modal[data-modal-type='template'] .m-modal__close-btn {
    top: -40px;
    right: 5.335%;
    width: 32px;
    height: 32px;
  }
  .modal_keyword {
    padding: 20px;
    width: 89.33%;
  }
  .modal_keyword .modal_keyword-ttl {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .modal_keyword .modal_keyword-ttl .-title {
    font-size: 14px;
  }
  .modal_keyword .modal_keyword-txt {
    font-size: 12px;
  }
}


/*********** 221201 *************/
.guidelines {
  margin: 0 auto 78px;
  width: 1000px;
  width: 52.08%;
}
@media only screen and (min-width: 751px) {
  .guidelines {
    min-width: 850px;
  }
}
@media only screen and (max-width: 750px) {
  .guidelines {
    margin: auto;
    width: 89.33vw;
  }
}
.guidelines__lead {
  line-height: 1.8;
  text-align: center;
  margin-bottom: 64px;
  font-size: 15px;
}
@media only screen and (max-width: 750px) {
  .guidelines__lead {
    text-align: left;
    margin-bottom: 32px;
    font-size: 0.9rem;
  }
}
.guidelines__sct {
  margin-top: 30px;
  padding-top: 30px;
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left top;
}
.guidelines__sct-cap {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-cap {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.guidelines__sct-in {
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-in {
    font-size: 0.9rem;
  }
}
.guidelines__sct-in + .guidelines__sct-in {
  margin-top: 2em;
}
.guidelines__sct-in .-subcap {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-in .-subcap {
    margin-bottom: 4px;
    font-size: 1.2em;
  }
}
.guidelines__sct-in > .-list {
  margin-top: 1em;
}
.guidelines__sct-in > .-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.guidelines__sct-in > .-list > li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-in > .-list > li + li {
    margin-top: 4px;
  }
}
.guidelines__sct-in > .-list .-inlist {
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-in > .-list .-inlist {
    margin-top: 4px;
  }
}
.guidelines__sct-in > .-list .-inlist > li {
  padding-left: 1em;
  text-indent: -1em;
}
.guidelines__sct-in > .-list .-inlist > li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 750px) {
  .guidelines__sct-in > .-list .-inlist > li + li {
    margin-top: 4px;
  }
}
.guidelines__sct-in a {
  display: inline-block;
  position: relative;
  color: #0f4791;
  text-decoration: none;
  text-indent: 0;
}
.guidelines__sct-in a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  background: #0f4791;
  width: 100%;
  height: 1px;
  content: "";
}
@media only screen and (min-width: 751px) {
  .guidelines__sct-in a:hover:before {
    width: 0;
  }
}
.guidelines__foot {
  margin-top: 30px;
  padding-top: 30px;
  background: url(http://cache.typemoon.com/images/i6b15a181a21dd06866b44ca3283c1d38mg) repeat-x left top;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .guidelines__foot {
    font-size: 0.9rem;
  }
}
.guidelines__foot p + p {
  margin-top: 1em;
}
.guidelines__foot p.-right {
  text-align: right;
}

@media only screen and (max-width: 750px) {
  .footer_wrap .btn_contact {
    font-size: 0.9rem;
  }
}
.footer_wrap .btn_contact-list {
  position: relative;
}
.footer_wrap .btn_contact-list > li .btn_contact-txt {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media only screen and (min-width: 751px) {
  .footer_wrap .btn_contact-list > li .btn_contact-txt:hover {
    opacity: 0.7;
  }
}
.footer_wrap .btn_contact-list > li + li {
  margin-top: 10px;
}