@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

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

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 {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before {
  content: " ";
  display: table;
}

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body {
  background-color: #fcf6f4;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.04em;
  text-align: left;
  color: #000;
  line-height: 1.5;
  position: relative;
  font-size: 16px;
  margin: 0 auto;
}

/*****************************************/
.wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans Japanese", sans-serif;
}

.wrapper p {
  max-height: 999999px;
}

.src {
  height: 0;
}

.src img {
  position: absolute;
  left: -99999px;
}
/*****************************************/
.icon .icon_list {
  letter-spacing: -.4em;
}
.icon .icon_list li {
  display: inline-block;
  margin-bottom: 2.5%;
}

/*****************************************/
@media only screen and (min-width: 751px) {
  body {
    min-width: 1080px;
    max-width: 2000px;
  }
  .wrapper .alpha {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .wrapper .alpha:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  /*****************************************/
  .header {
    position: relative;
    width: 100%;
    letter-spacing: -.4em;
  }
  .header .official_twitter {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
    width: 90px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .header .official_twitter:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .header .kv {
    width: 50%;
    display: inline-block;
    height: 100%;
    letter-spacing: nomal;
    vertical-align: top;
    position: relative;
  }
  .header .title_area {
    width: 50%;
    display: inline-block;
    height: 100%;
    letter-spacing: nomal;
    vertical-align: top;
    position: relative;
    text-align: center;
  }
  .header .title_area .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .title_area .txt .title {
    width: 80%;
    margin: 37.5% auto 6%;
  }
  .header .title_area .txt .release {
    width: 59%;
    margin: 0 auto;
  }
  /*****************************************/
  .contents {
    padding: 100px 0 40px;
    background: #FFF;
  }
  .contents .inner {
    width: 750px;
    margin: 0 auto;
    position: relative;
  }
  .contents .inner .deco_mihashi {
    position: absolute;
    right: -428px;
    top: -111px;
    width: 795px;
    z-index: 1;
  }
  .contents .inner .detail {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
  }
  .contents .inner .detail .jk {
    float: left;
    width: 355px;
  }
  .contents .inner .detail h2.title {
    color: #222B62;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-top: 35px;
  }
  .contents .inner .detail h2.title span {
    font-size: 16px;
  }
  .contents .inner .detail p.release {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #FCFF00;
    padding: 9px 35px;
    display: inline-block;
    -webkit-border-radius: 18px;
    border-radius: 18px;
  }
  .contents .inner .detail p.price {
    font-weight: bold;
  }
  .contents .inner .detail p.num {
    font-size: 12px;
    margin-bottom: 35px;
  }
  .contents .inner .detail .shop_btn {
    display: inline-block;
    border: 5px solid #222B62;
  }
  .contents .inner .detail .shop_btn a {
    background: #222B62;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    width: 210px;
    height: 35px;
    display: block;
    line-height: 35px;
    /*
    padding: 9px 35px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    */
  }
  .contents .inner .detail .right {
    margin-left: 400px;
  }
  .contents .inner .option {
    position: relative;
    z-index: 4;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: rgba(102, 217, 238, 0.2);
    padding: 30px;
    margin-bottom: 30px;
  }
  .contents .inner .option .title_shop {
    color: #2F555E;
    border-bottom: 1px dotted #2f555e;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .contents .inner .option .title_shop:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 28px;
    margin-right: 5px;
    background: url("../img/common/icon_ball.png") center 1px no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .contents .inner .option .contents_detail {
    border-bottom: 1px dotted #2f555e;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .contents .inner .option .contents_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contents .inner .option dl {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .contents .inner .option dl.option_list {
    width: 100%;
    display: block;
  }
  .contents .inner .option dl.option_list:nth-of-type(2) {
    padding-top: 20px;
  }
  .contents .inner .option dl dt {
    background: #48848F;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 3px 15px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .contents .inner .option dl dd {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .contents .inner .option dl dd:before {
    content: "・";
  }
  .contents .inner .option dl dd p.note {
    font-size: 12px;
    margin-left: 1em;
  }
  .contents .inner .option dl dd .option_img {
    padding-top: 20px;
    text-indent: -0.4em;
  }
  .contents .inner .option dl dd .option_img .img {
    display: inline-block;
    width: 45%;
  }
  .contents .inner .option dl dd .option_img .option_note {
    margin: 10px 0 30px;
  }
  .contents .inner .option dl dd .option_img .img.common01 {
    width: 43%;
  }
  .contents .inner .option dl dd .option_img .img.aniplus01 {
    width: 60%;
  }
  .contents .inner .option dl dd .option_img .img.animate01 {
    width: 28%;
    margin-right: 2%;
  }
  .contents .inner .option dl dd .option_img .img.animate02 {
    width: 69.5%;
  }
  .contents .inner .att {
    text-align: right;
    font-size: 13px;
    margin-bottom: 120px;
  }
  .contents .inner .movie_wrap {
    padding-top: 30px;
    text-align: center;
  }
  .contents .inner .movie_wrap .movie_ttl {
    font-size: 17px;
    color: #222B62;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #FCFF00;
    padding: 10px 23px;
    display: inline-block;
    border-radius: 26px;
  }
  .contents .inner .movie_wrap .movie {
    width: 690px;
    margin: 0 auto;
  }
  .contents .inner .yellow {
    background: rgba(252, 255, 0, 0.2);
    padding: 30px;
    margin-top: 60px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
  .contents .inner .yellow h2 {
    color: #2F555E;
    font-weight: bold;
    border-bottom: 1px dotted #2f555e;
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .contents .inner .yellow h2:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 28px;
    margin-right: 5px;
    background: url("../img/common/icon_ball.png") center 1px no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .contents .inner .wallpaper .wp_box {
    width: 48%;
    display: inline-block;
    text-align: center;
  }
  .contents .inner .wallpaper .wp_pc {
    margin-bottom: 40px;
    margin-right: 1%;
    width: 50%;
  }
  .contents .inner .wallpaper .wp_box.wp_sp .thumb {
    margin-left: 65px;
    width: 190px;
  }
  .contents .inner .wallpaper .wp_box .btn {
    margin-top: 35px;
  }
  .contents .inner .wallpaper .wp_box .btn:not(:first-of-type) {
    margin-top: 15px;
  }
  .contents .inner .wallpaper .wp_box .btn a {
    background: #48848F;
    border-radius: 25px;
    color: #fff;
    padding: 10px;
    width: 180px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
  }
  .contents .inner .icon .icon_list li {
    width: 23%
  }
  .contents .inner .icon .icon_list li:not(:nth-of-type(4n)) {
    margin-right: 2.5%;
  }
  .contents .inner .pagetop {
    width: 100px;
    margin: 120px auto 0;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .contents .inner .pagetop:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  /*****************************************/
  .footer {
    background: #66d9ee;
    text-align: center;
    padding: 40px 0;
  }
  .footer ul.bnr {
    border-bottom: 1px dotted #fff;
    width: 750px;
    margin: 0 auto 40px;
    padding-bottom: 25px;
  }
  .footer ul.bnr li {
    width: 355px;
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .footer ul.bnr li:first-of-type {
    margin-right: 4%;
  }
  .footer ul.bnr li:hover {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  .footer .copy {
    font-size: 12px;
    color: #fff;
  }
  /*****************************************/
  @-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
  @keyframes bounce {
    from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
    }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
    }
  }
}

/*****************************************/
@media only screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
  }
  /*****************************************/
  .header {
    position: relative;
  }
  .header .official_twitter {
    position: absolute;
    right: 1%;
    top: 1%;
    width: 18%;
  }
  .header .title_area {
    background: #66d9ee url("../img/common/bg_deco_01.png") no-repeat;
    background-position: 21% 80%;
    -webkit-background-size: 214% auto;
    -o-background-size: 214% auto;
    background-size: 214% auto;
    padding: 10% 0;
  }
  .header .title_area .title {
    width: 89%;
    margin: 0 auto 7%;
  }
  .header .title_area .release {
    width: 80%;
    margin: 0 auto;
  }
  /*****************************************/
  .contents {
    padding: 7% 0;
    background: #FFF;
  }
  .contents .inner {
    position: relative;
  }
  .contents .inner .deco_mihashi {
    position: absolute;
    right: -14%;
    top: 15%;
    width: 80%;
    z-index: 1;
  }
  .contents .inner .detail {
    text-align: center;
    margin-bottom: 65px;
    position: relative;
    z-index: 5;
  }
  .contents .inner .detail .jk {
    width: 60%;
    margin: 0 auto 15px;
  }
  .contents .inner .detail h2.title {
    color: #222B62;
    font-size: 26px;
    line-height: 1.1;
    margin-bottom: 15px;
    padding-top: 35px;
  }
  .contents .inner .detail h2.title span {
    font-size: 16px;
  }
  .contents .inner .detail p.release {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    background-color: #FCFF00;
    padding: 12px 40px;
    display: inline-block;
    -webkit-border-radius: 25px;
    border-radius: 25px;
  }
  .contents .inner .detail p.price {
    font-weight: bold;
  }
  .contents .inner .detail p.num {
    font-size: 10px;
    margin-bottom: 30px;
  }
  .contents .inner .detail .shop_btn {
    border: 5px solid #222B62;
    display: inline-block;
    width: 70%;
  }
  .contents .inner .detail .shop_btn a {
    display: block;
    background: #222B62;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    width: 100%;
    /* -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 12px 40px;*/
  }
  .contents .inner .option {
    position: relative;
    z-index: 4;
    letter-spacing: -0.001em;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background: rgba(102, 217, 238, 0.2);
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .contents .inner .option .title_shop {
    color: #2F555E;
    border-bottom: 1px dotted #2f555e;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .contents .inner .option .title_shop:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 19px;
    height: 25px;
    margin-right: 5px;
    background: url("../img/common/icon_ball.png") center 1px no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .contents .inner .option .contents_detail {
    border-bottom: 1px dotted #2f555e;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .contents .inner .option .contents_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contents .inner .option dl {
    margin-bottom: 20px;
  }
  .contents .inner .option dl dt {
    background: #48848F;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .contents .inner .option dl dd {
    font-size: 13px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6;
    margin-bottom: 6px;
  }
  .contents .inner .option dl dd:before {
    content: "・";
  }
  .contents .inner .option dl dd .option_img {
    padding-top: 20px;
  }
  .contents .inner .option dl dd .option_img p {
    text-indent: 0;
  }
  .contents .inner .option dl dd .option_img .option_note{
    margin: 10px 0 30px;
    font-size: 12px;
  }
  .contents .inner .option dl dd .option_img .img.animate01 {
    width: 60%;
    margin: 0 auto;
  }
  .contents .inner .option dl dd .option_img .img.animate02 {
    margin-top: 10px;
  }
  .contents .inner .movie_wrap {
    padding-top: 20px;
    text-align: center;
  }
  .contents .inner .movie_wrap .movie_ttl {
    font-size: 15px;
    color: #222B62;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #FCFF00;
    padding: 9px 22px;
    display: inline-block;
    border-radius: 26px;
  }
  .contents .inner .movie_wrap .movie {
    width: 89%;
    height: auto;
    padding-top: 56.25%;
    position: relative;
    margin: 0 auto;
  }
  .contents .inner .movie_wrap .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .contents .inner .att {
    text-align: right;
    font-size: 11px;
    margin: 0 auto 80px;
    width: 90%;
  }
  .contents .inner .yellow {
    background: rgba(252, 255, 0, 0.2);
    padding: 20px 15px;
    margin: 60px auto 0;
    width: 90%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contents .inner .yellow h2 {
    color: #2F555E;
    font-weight: bold;
    border-bottom: 1px dotted #2f555e;
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-indent: -1.4em;
    padding-left: 1.4em;
  }
  .contents .inner .yellow h2:before {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    width: 23px;
    height: 28px;
    margin-right: 5px;
    background: url("../img/common/icon_ball.png") center 1px no-repeat;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  .contents .inner .wallpaper .wp_box {
    text-align: center;
  }
  .contents .inner .wallpaper .wp_pc {
    margin-bottom: 40px;
  }
  .contents .inner .wallpaper .wp_box.wp_sp .thumb {
    width: 55%;
    margin: 0 auto;
  }
  .contents .inner .wallpaper .wp_box .btn {
    margin-top: 25px;
  }
  .contents .inner .wallpaper .wp_box .btn:not(:first-of-type) {
    margin-top: 15px;
  }
  .contents .inner .wallpaper .wp_box .btn a {
    background: #48848F;
    border-radius: 25px;
    color: #fff;
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    display: block;
    text-decoration: none;
  }
  .contents .inner .icon .icon_list li {
    width: 31%;
    margin-bottom: 2.6%;
  }
  .contents .inner .icon .icon_list li:not(:nth-of-type(3n)) {
    margin-right: 2.5%;
  }
  .contents .inner .pagetop {
    width: 20%;
    margin: 80px auto 0;
  }
  /*****************************************/
  .footer {
    background: #66d9ee;
    padding: 10% 5%;
  }
  .footer .bnr {
    border-bottom: 1px dotted #fff;
    padding-bottom: 10%;
    margin-bottom: 10%;
  }
  .footer .bnr li:first-of-type {
    margin-bottom: 5%;
  }
  .footer .copy {
    color: #FFF;
    font-size: 11px;
    text-align: center;
  }
}