@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Cinzel:400,700");
@import url("https://fonts.googleapis.com/css?family=Amiri:400,700");
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  outline: 0;
}

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 {
  margin: 0;
  padding: 0;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;

  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
body, button, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  word-wrap: break-word;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button, input, select, textarea {
  min-height: 1.5em;
  background-color: transparent;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^="tel"] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

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

body {
  background: #fff;
}

body .wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

body.is-active .wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.header {
  padding: 38px 0 36px;
}

.header h1 {
  position: relative;
  width: 466px;
  margin: 0 auto;
}

.header h1 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.header h1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main_ttl_mono.png) top center no-repeat;
  background-size: contain;
}

.header.is-active h1 img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.header.is-active h1::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.top {
  position: relative;
  padding-top: 53%;
  background: url(../img/main_visual_pc.jpg) top center no-repeat;
  background-size: contain;
}

.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/main_visual_mono_pc.jpg) top center no-repeat;
  background-size: contain;
}

.top.is-active::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 3s ease;
  transition: opacity 3s ease;
}

.top .top_catch {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 4.8%;
  right: 1.8%;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  width: 6.3%;
  max-width: 80px;
}

.top .top_catch.is-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity 1.5s ease, -webkit-transform 1.5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity 1.5s ease, transform 1.5s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1.5s cubic-bezier(.01, .53, .37, .99);
}

.section {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;

  -webkit-filter: grayscale(100%);

          filter: grayscale(100%);
}

.section .section_title {
  color: #264699;
  font-weight: 400;
  font-size: 38px;
  line-height: 2.2em;
  font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .65em;
  text-align: center;
}

.section .section_title .is-small {
  font-size: 18px;
  line-height: 1em;
  letter-spacing: .05em;
}

.section .section_deco {
  position: absolute;
}

.section .slick-track {
  -webkit-transition-timing-function: cubic-bezier(.01, .53, .37, .99);
          transition-timing-function: cubic-bezier(.01, .53, .37, .99);
}

.section .section_inner {
  width: 90%;
  max-width: 985px;
  margin: 0 auto;
}

.section .section_title, .section .section_content, .section .section_deco {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}

.section.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease-in, -webkit-filter 1s ease .5s;
  transition: opacity 1s ease-in, -webkit-filter 1s ease .5s;
  transition: filter 1s ease .5s, opacity 1s ease-in;
  transition: filter 1s ease .5s, opacity 1s ease-in, -webkit-filter 1s ease .5s;

  -webkit-filter: grayscale(0);

          filter: grayscale(0);
}

.section.active .section_title, .section.active .section_content, .section.active .section_deco {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
  transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
}

.section.active .section_content {
  -webkit-transition-delay: 1s, 1s;
          transition-delay: 1s, 1s;
}

.section.active .section_title {
  -webkit-transition-delay: .5s, .5s;
          transition-delay: .5s, .5s;
}

.product {
  position: relative;
  padding: 100px 0 75px;
}

.product::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57.5%;
  background: #fafafa;
}

.product .section_inner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.product .product_title {
  width: 385px;
  margin: 0 auto;
}

.product .product_inner {
  position: relative;
  margin-top: 95px;
}

.product .product_inner .product_deco {
  top: -20px;
  right: 40px;
}

.product .product_inner .product_list {
  position: relative;
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}

.product .product_inner .product_list .slick-dots {
  position: absolute;
  top: 0;
}

.product .product_inner .product_list .slick-dots li {
  position: relative;
  width: 100px;
  cursor: pointer;
}

.product .product_inner .product_list .slick-dots li + li {
  margin-top: 10px;
}

.product .product_inner .product_list .slick-dots li .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.product .product_inner .product_list .slick-dots li.slick-active .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.product .product_inner .product_list .product_list_item .inner {
  padding-left: 160px;
  font-size: 0;
  letter-spacing: -.04em;
}

.product .product_inner .product_list .product_list_item .inner .inner_img, .product .product_inner .product_list .product_list_item .inner .inner_text {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  letter-spacing: .05em;
}

.product .product_inner .product_list .product_list_item .inner .inner_img {
  width: 482px;
  border: 1px solid #ccc;
}

.product .product_inner .product_list .product_list_item .inner .inner_text {
  width: calc(100% - 482px);
  padding-top: 100px;
  padding-left: 40px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_title {
  color: #264699;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.1em;
  font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_title span {
  font-size: 15px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3",  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝",  serif;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info {
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #ccc;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info li {
  position: relative;
  padding-left: 50px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info li + li {
  margin-top: 12px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info li .catch {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #264699;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special {
  margin-top: 16px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special dt {
  color: #264699;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special dd {
  margin-top: 6px;
  line-height: 1.65em;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy {
  margin-top: 22px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn {
  position: relative;
  height: 50px;
  background: #fff;
  border: solid 1px #ccc;
  color: #264699;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn + .btn {
  margin-top: 10px;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn .btn_inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product .product_inner .product_slide_prev, .product .product_inner .product_slide_next {
  position: absolute;
  top: 58%;
  cursor: pointer;
}

.product .product_inner .product_slide_prev {
  left: 40px;
}

.product .product_inner .product_slide_next {
  right: 40px;
}

.special {
  position: relative;
  padding: 54px 0;
}

.special .special_deco1 {
  top: -75px;
  left: -30px;
}

.special .special_deco2 {
  right: 50px;
  bottom: -20px;
}

.special .special_btn {
  position: relative;
  width: 100%;
  padding: 65px 0 60px;
  background: rgba(255, 255, 255, .5);
  border: 1px solid #ccc;
  color: #264699;
  font-size: 34px;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .025em;
  text-align: center;
}

.special .special_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.track {
  padding: 120px 0 260px;
}

.track .track_list {
  margin-top: 80px;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;

  border-bottom: 1px solid #ccc;
}

.track .track_list .track_list_item.track_list_head {
  position: relative;
  padding-bottom: 8px;
  color: #264699;
}

.track .track_list .track_list_item.track_list_head .rightcontent {
  font-size: 0;
  letter-spacing: -.04em;
  text-align: right;
}

.track .track_list .track_list_item.track_list_head .rightcontent li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: .05em;
}

.track .track_list .track_list_item.track_list_head .rightcontent li + li {
  margin-left: 15px;
}

.track .track_list .track_list_item .item_head {
  position: relative;
  padding: 25px 0 19px;
  padding-left: 54px;
  font-size: 26px;

  border-top: 1px solid #ccc;
}

.track .track_list .track_list_item .item_head .item_head_num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 34px;
  font-size: 30px;
  font-family: "Cinzel", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.track .track_list .track_list_item .item_head .item_head_title {
  letter-spacing: .075em;
}

.track .track_list .track_list_item .item_head .item_head_btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  letter-spacing: -.4em;
}

.track .track_list .track_list_item .item_head .item_head_btn li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
  cursor: pointer;
}

.track .track_list .track_list_item .item_head .item_head_btn li.listen {
  width: 30px;
}

.track .track_list .track_list_item .item_head .item_head_btn li.listen .listen_stop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity .5s cubic-bezier(.01, .53, .37, .99);
}

.track .track_list .track_list_item .item_head .item_head_btn li.listen.active .listen_stop {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity .5s cubic-bezier(.01, .53, .37, .99);
}

.track .track_list .track_list_item .item_head .item_head_btn li.comment {
  position: relative;
  width: 15px;
  height: 15px;
  margin-right: 30px;
  margin-left: 55px;
}

.track .track_list .track_list_item .item_head .item_head_btn li.comment::before, .track .track_list .track_list_item .item_head .item_head_btn li.comment::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000;
}

.track .track_list .track_list_item .item_head .item_head_btn li.comment::before {
  width: 100%;
  height: 1px;
}

.track .track_list .track_list_item .item_head .item_head_btn li.comment::after {
  width: 1px;
  height: 100%;
  -webkit-transition: height .5s cubic-bezier(.01, .53, .37, .99);
  transition: height .5s cubic-bezier(.01, .53, .37, .99);
}

.track .track_list .track_list_item .item_head .item_head_btn li.comment.is-open::after {
  height: 0;
  -webkit-transition: height .5s cubic-bezier(.01, .53, .37, .99);
  transition: height .5s cubic-bezier(.01, .53, .37, .99);
}

.track .track_list .track_list_item .item_body {
  display: none;
  padding: 34px 52px 32px;
  color: #264699;
  font-size: 16px;
  line-height: 2em;
  letter-spacing: .065em;

  border-top: 1px solid #ccc;
}

.photobook {
  position: relative;
  padding: 35px 0 60px;
}

.photobook::before {
  content: "";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: url(../img/base_photobook_pc.png) top center repeat-x;
  background-size: auto 100%;
}

.photobook.active::before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  width: 100%;
  -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
  transition: all .6s cubic-bezier(.215, .61, .355, 1);
}

.photobook .photobook_deco1 {
  top: -100px;
  right: -20px;
}

.photobook .photobook_deco2 {
  bottom: -50px;
  left: -10px;
}

.photobook .section_title {
  color: #fff;
}

.photobook .photobook_wrapper {
  position: relative;
  margin-top: 22px;
}

.photobook .photobook_wrapper .photobook_list {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2400px;
}

.photobook .photobook_wrapper .photobook_list .photobook_list_item {
  display: block;
  position: relative;
  padding: 0 20px;
}

.photobook .photobook_wrapper .photobook_list .photobook_list_item .inner {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.photobook .photobook_wrapper .photobook_list .photobook_list_item .inner .is-mono {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
}

.photobook .photobook_wrapper .photobook_list .photobook_list_item img {
  width: 100%;
  max-width: 100%;
}

.photobook .photobook_wrapper .photobook_list .photobook_list_item.slick-center .inner .is-mono {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity 2.5s ease .5s;
  transition: opacity 2.5s ease .5s;
}

.photobook .photobook_wrapper .photobook_slide_prev, .photobook .photobook_wrapper .photobook_slide_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.photobook .photobook_wrapper .photobook_slide_prev {
  left: 13%;
}

.photobook .photobook_wrapper .photobook_slide_next {
  right: 13%;
}

.trailer {
  padding-top: 120px;
}

.trailer.active .section_inner .section_title.trailer_title {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.trailer.active .section_inner .section_content {
  -webkit-transition-delay: .5s, .5s;
          transition-delay: .5s, .5s;
}

.trailer .section_inner .section_title.trailer_title {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}

.trailer .trailer_wrap {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.trailer .trailer_wrap .trailer_content {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
}

.trailer .trailer_wrap .trailer_content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/ico_play_movie.png) center center no-repeat;
}

.trailer .trailer_wrap .trailer_content img, .trailer .trailer_wrap .trailer_content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.trailer .trailer_wrap .trailer_content.is-play::after {
  display: none;
}

.mv {
  padding-top: 30px;
}

.mv.active .section_inner .section_title.mv_title {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}

.mv.active .section_inner .section_content {
  -webkit-transition-delay: .5s, .5s;
          transition-delay: .5s, .5s;
}

.mv.active .mv_content {
  -webkit-transform: translate3d(-25%, 0, 0);
          transform: translate3d(-25%, 0, 0);
}

.mv .section_inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.mv .section_inner .section_title.mv_title {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
}

.mv .mv_content {
  position: relative;
  left: 50%;
  -webkit-transform: translate3d(-25%, 30px, 0);
          transform: translate3d(-25%, 30px, 0);
  width: 1600px;
}

.mv .mv_content .mv_slide_prev, .mv .mv_content .mv_slide_next {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.mv .mv_content .mv_slide_prev.slick-disabled, .mv .mv_content .mv_slide_next.slick-disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
  cursor: default;
}

.mv .mv_content .mv_slide_prev {
  left: -60px;
}

.mv .mv_content .mv_slide_next {
  left: 52.5%;
}

.mv .mv_content .mv_content_list .item {
  position: relative;
  width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

.mv .mv_content .mv_content_list .item .item_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb img, .mv .mv_content .mv_content_list .item .item_wrap .item_thumb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon div {
  width: 100px;
  margin: 0 auto;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon div img {
  display: block;
  position: static;
}

.mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon p {
  display: inline-block;
  margin-top: 20px;
  padding: 8px 18px 3px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .1em;
  text-align: center;
}

.mv .mv_content .mv_content_list .item .item_wrap.is-play .item_thumb_icon {
  display: none;
}

.footer {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin-top: 262px;
}

.footer.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
  transition: opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
  transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
}

.footer.active .footer_above::before, .footer.active .footer_above::after {
  width: 100%;
  -webkit-transition: width 1s cubic-bezier(.01, .53, .37, .99), height 1s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  transition: width 1s cubic-bezier(.01, .53, .37, .99), height 1s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
}

.footer.active .footer_above li + li::before {
  height: 100%;
  -webkit-transition: width 1s cubic-bezier(.01, .53, .37, .99), height .5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  transition: width 1s cubic-bezier(.01, .53, .37, .99), height .5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
}

.footer .footer_above {
  position: relative;
  width: 100%;
  font-size: 0;
  letter-spacing: -.04em;
}

.footer .footer_above::before, .footer .footer_above::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #000;
}

.footer .footer_above::before {
  top: 0;
}

.footer .footer_above::after {
  bottom: 0;
}

.footer .footer_above li {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 158px;
  vertical-align: top;
  letter-spacing: normal;
}

.footer .footer_above li .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer .footer_above li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .footer_bottom {
  padding: 80px 0 30px;
  font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  text-align: center;
}

.footer .footer_bottom .footer_bottom_share dt {
  font-size: 20px;
  letter-spacing: .15em;
}

.footer .footer_bottom .footer_bottom_share dd {
  margin-top: 35px;
}

.footer .footer_bottom .footer_bottom_share dd .list {
  font-size: 0;
  letter-spacing: -.04em;
}

.footer .footer_bottom .footer_bottom_share dd .list li {
  display: inline-block;
  width: 30px;
  margin: 0 20px;
  vertical-align: top;
  letter-spacing: normal;
}

.footer .footer_bottom .footer_bottom_share dd .list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.footer .footer_bottom .footer_bottom_copy {
  margin-top: 76px;
  letter-spacing: .1em;
}

.opening {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #fff;
}

.opening .opening_logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.opening.is-active .opening_logo {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.opening .opening_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40%;
}

.opening .opening_logo svg {
  width: 100%;
}

.opening .opening_logo svg .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 12px;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none;
  }
  body {
    min-width: 1130px;
  }
  .product .product_inner .product_list .slick-dots li:hover .active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn {
    -webkit-transition: all 1s cubic-bezier(.01, .53, .37, .99);
    transition: all 1s cubic-bezier(.01, .53, .37, .99);
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn:hover {
    background: #264699;
    color: #fff;
    -webkit-transition: all 1s cubic-bezier(.01, .53, .37, .99);
    transition: all 1s cubic-bezier(.01, .53, .37, .99);
  }
  .product .product_inner .product_slide_prev {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .product .product_inner .product_slide_prev:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .product .product_inner .product_slide_next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .product .product_inner .product_slide_next:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .special.active .special_btn {
    -webkit-transition: opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    transition: opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    -webkit-transition-delay: .5s, .5s, 0s, 0s;
            transition-delay: .5s, .5s, 0s, 0s;
  }
  .special.active .special_btn:hover {
    background: #264699;
    color: #fff;
    -webkit-transition: opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    transition: opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 2.5s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in, color 1s cubic-bezier(.01, .53, .37, .99), background-color 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 2.5s cubic-bezier(.01, .53, .37, .99);
    -webkit-transition-delay: .5s, .5s, 0s, 0s;
            transition-delay: .5s, .5s, 0s, 0s;
  }
  .track .track_list .track_list_item .item_head .item_head_btn li.comment {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: transform .5s cubic-bezier(.01, .53, .37, .99), -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
  }
  .track .track_list .track_list_item .item_head .item_head_btn li.comment:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: transform .5s cubic-bezier(.01, .53, .37, .99);
    transition: transform .5s cubic-bezier(.01, .53, .37, .99), -webkit-transform .5s cubic-bezier(.01, .53, .37, .99);
  }
  .photobook .photobook_wrapper .photobook_slide_prev {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .photobook .photobook_wrapper .photobook_slide_prev:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .photobook .photobook_wrapper .photobook_slide_next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .photobook .photobook_wrapper .photobook_slide_next:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .trailer .trailer_wrap .trailer_content {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;

    -webkit-filter: grayscale(100%);

            filter: grayscale(100%);
  }
  @supports (-ms-ime-align: auto) {
    .trailer .trailer_wrap .trailer_content {
      -webkit-filter: none;
              filter: none;
    }
  }
  .trailer .trailer_wrap .trailer_content::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .trailer .trailer_wrap .trailer_content:hover {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;

    -webkit-filter: grayscale(0);

            filter: grayscale(0);
  }
  @supports (-ms-ime-align: auto) {
    .trailer .trailer_wrap .trailer_content:hover {
      -webkit-filter: none;
              filter: none;
    }
  }
  .trailer .trailer_wrap .trailer_content:hover::after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .mv .mv_content .mv_slide_prev {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .mv .mv_content .mv_slide_prev:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .mv .mv_content .mv_slide_prev:hover.slick-disabled {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .mv .mv_content .mv_slide_next {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .mv .mv_content .mv_slide_next:hover {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
    -webkit-transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99);
    transition: transform 1s cubic-bezier(.01, .53, .37, .99), -webkit-transform 1s cubic-bezier(.01, .53, .37, .99);
  }
  .mv .mv_content .mv_slide_next:hover.slick-disabled {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .mv .mv_content .mv_content_list .slick-list {
    overflow: visible;
  }
  .mv .mv_content .mv_content_list .item .item_thumb {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;

    -webkit-filter: grayscale(100%);

            filter: grayscale(100%);
  }
  @supports (-ms-ime-align: auto) {
    .mv .mv_content .mv_content_list .item .item_thumb {
      -webkit-filter: none;
              filter: none;
    }
  }
  .mv .mv_content .mv_content_list .item .item_thumb div {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .mv .mv_content .mv_content_list .item:hover .item_thumb {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;

    -webkit-filter: grayscale(0);

            filter: grayscale(0);
  }
  @supports (-ms-ime-align: auto) {
    .mv .mv_content .mv_content_list .item:hover .item_thumb {
      -webkit-filter: none;
              filter: none;
    }
  }
  .mv .mv_content .mv_content_list .item:hover .item_thumb div {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
  }
  .mv .mv_content .mv_content_list .item:hover .item_thumb.is-play {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .footer .footer_above li {
    background-color: #fff;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
  }
  .footer .footer_above li:hover {
    background-color: #eee;
    -webkit-transition: background-color .6s ease;
    transition: background-color .6s ease;
  }
  .footer .footer_above li.is-pc:hover {
    background-color: #fff;
  }
  .footer .footer_bottom .footer_bottom_share dd .list li {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .footer .footer_bottom .footer_bottom_share dd .list li:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: .7;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .opening .opening_logo {
    width: 300px;
    height: 128px;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .is-pc-inline {
    display: none;
  }
  .is-sp-inline {
    display: inline-block;
  }
  body {
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
  }
  .header {
    padding: 43px 0 40px;
  }
  .header h1 {
    width: 90%;
  }
  .top {
    padding-top: 100%;
    background-image: url(../img/main_visual_sp.jpg);
  }
  .top::before {
    background-image: url(../img/main_visual_mono_sp.jpg);
  }
  .top .top_catch {
    top: 6%;
    right: auto;
    left: 5.5%;
    width: 22%;
  }
  .section .section_title {
    font-size: 24px;
    line-height: 2.4em;
    letter-spacing: .6em;
  }
  .section .section_title .is-small {
    font-size: 13px;
  }
  .product {
    padding: 50px 0 40px;
  }
  .product .product_title {
    width: 74%;
  }
  .product .product_inner {
    margin-top: 38px;
  }
  .product .product_inner .product_deco {
    top: -80px;
    right: 2%;
    width: 55px;
  }
  .product .product_inner .product_list {
    padding-top: 100px;
  }
  .product .product_inner .product_list .slick-dots {
    text-align: center;
  }
  .product .product_inner .product_list .slick-dots li {
    display: inline-block;
    width: 18.4%;
    margin: 0 1%;
  }
  .product .product_inner .product_list .product_list_item .inner {
    padding: 0 10%;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_img {
    width: 100%;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 0;
    letter-spacing: -.04em;
    text-align: center;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn {
    display: inline-block;
    width: 46.5%;
    vertical-align: top;
    font-size: 15px;
    letter-spacing: .05em;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_buy .btn + .btn {
    margin-top: 0;
    margin-left: 5%;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_title {
    font-size: 20px;
    line-height: 1.1em;
    letter-spacing: .05em;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_title span {
    font-size: 12px;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info {
    margin-top: 10px;
    padding-top: 18px;
    font-size: 13px;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info li {
    padding-left: 35px;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_info li + li {
    margin-top: 10px;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special {
    margin-top: 12px;
    font-size: 13px;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special dt {
    color: #264699;
    font-family: "Amiri", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ 明朝", "ＭＳ Ｐ明朝", serif;
  }
  .product .product_inner .product_list .product_list_item .inner .inner_text .inner_text_special dd {
    margin-top: 3px;
    line-height: 1.6em;
  }
  .product .product_inner .product_slide_prev, .product .product_inner .product_slide_next {
    top: 240px;
    width: 4%;
  }
  .product .product_inner .product_slide_prev {
    left: 3%;
  }
  .product .product_inner .product_slide_next {
    right: 3%;
  }
  .special {
    padding: 33px 0;
  }
  .special .special_deco1 {
    top: -45px;
    left: -4%;
    width: 115px;
  }
  .special .special_deco2 {
    right: 1%;
    width: 115px;
  }
  .special .special_btn {
    padding: 33px 0 29px;
    font-size: 16px;
    -webkit-transition-delay: .5s, .5s;
            transition-delay: .5s, .5s;
  }
  .track {
    padding: 70px 0 118px;
  }
  .track .track_list {
    margin-top: 38px;
  }
  .track .track_list .track_list_item.track_list_head {
    padding-bottom: 5px;
    padding-left: 25px;
    font-size: 11px;
  }
  .track .track_list .track_list_item.track_list_head .rightcontent li {
    font-size: 11px;
  }
  .track .track_list .track_list_item .item_head {
    padding: 18px 0 17px;
    padding-left: 25px;
    font-size: 19px;
  }
  .track .track_list .track_list_item .item_head .item_head_num {
    width: 20px;
    font-size: 20px;
  }
  .track .track_list .track_list_item .item_head .item_head_btn li.comment {
    margin-right: 25px;
    margin-left: 40px;
  }
  .track .track_list .track_list_item .item_body {
    padding: 24px 0 21px;
    font-size: 13px;
    line-height: 1.65em;
  }
  .photobook {
    padding: 15px 0 35px;
  }
  .photobook::before {
    background: url(../img/base_photobook_sp.png) top center no-repeat;
    background-size: cover;
  }
  .photobook .photobook_deco1 {
    top: -20px;
    right: -4%;
    width: 155px;
  }
  .photobook .photobook_deco2 {
    bottom: -20px;
    left: -3%;
    width: 115px;
  }
  .photobook .photobook_wrapper {
    position: relative;
    margin-top: 0;
  }
  .photobook .photobook_wrapper .photobook_list {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
  }
  .photobook .photobook_wrapper .photobook_list .photobook_list_item {
    padding: 0 .25%;
  }
  .photobook .photobook_wrapper .photobook_slide_prev, .photobook .photobook_wrapper .photobook_slide_next {
    width: 4.5%;
  }
  .photobook .photobook_wrapper .photobook_slide_prev {
    left: 7%;
  }
  .photobook .photobook_wrapper .photobook_slide_next {
    right: 7%;
  }
  .trailer {
    padding-top: 70px;
  }
  .trailer .trailer_wrap .trailer_content::after {
    background-size: 50px auto;
  }
  .mv {
    padding-top: 4px;
  }
  .mv.active .mv_content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .mv .section_inner .section_title.mv_title {
    padding-left: 6%;
  }
  .mv .mv_content {
    left: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    width: 100%;
  }
  .mv .mv_content .mv_slide_prev, .mv .mv_content .mv_slide_next {
    width: 4.5%;
  }
  .mv .mv_content .mv_slide_prev {
    left: 6.5%;
  }
  .mv .mv_content .mv_slide_next {
    right: 6.5%;
    left: auto;
  }
  .mv .mv_content .mv_content_list .item {
    padding: 0 .2%;
  }
  .mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon {
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
  .mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon div {
    width: 50px;
  }
  .mv .mv_content .mv_content_list .item .item_wrap .item_thumb .item_thumb_icon p {
    margin-top: 10px;
    padding: 5px 10px 1px;
    font-size: 13px;
  }
  .footer {
    margin-top: 128px;
  }
  .footer.active .footer_above::before, .footer.active .footer_above::after {
    -webkit-transition: width .6s cubic-bezier(.01, .53, .37, .99), height .6s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
    transition: width .6s cubic-bezier(.01, .53, .37, .99), height .6s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  }
  .footer.active .footer_above li + li::before {
    width: 100%;
    height: 1px;
    -webkit-transition: width .6s cubic-bezier(.01, .53, .37, .99), height .6s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
    transition: width .6s cubic-bezier(.01, .53, .37, .99), height .6s cubic-bezier(.01, .53, .37, .99), opacity .6s ease-in;
  }
  .footer .footer_above li {
    display: block;
    width: 100%;
    height: 98px;
  }
  .footer .footer_above li .inner {
    width: 27%;
  }
  .footer .footer_above li.is-pc {
    display: none;
  }
  .footer .footer_above li + li::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 1px;
  }
  .footer .footer_bottom {
    padding: 70px 0 30px;
  }
  .footer .footer_bottom .footer_bottom_share dt {
    font-size: 20px;
  }
  .footer .footer_bottom .footer_bottom_share dd {
    margin-top: 24px;
  }
  .footer .footer_bottom .footer_bottom_share dd .list li {
    margin: 0 20px;
  }
  .footer .footer_bottom .footer_bottom_copy {
    margin-top: 68px;
    font-size: 11px;
  }
}

@media screen and (max-width: 321px) {
  .section .section_title {
    font-size: 20px;
  }
  .section .section_title .is-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .product .product_inner .product_slide_prev, .product .product_inner .product_slide_next {
    top: 200px;
  }
  .track .track_list .track_list_item .item_head {
    font-size: 16px;
  }
  .track .track_list .track_list_item .item_head .item_head_num {
    font-size: 18px;
  }
}
