@charset "UTF-8";
/*
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  font: inherit;
  font-style: normal;
  font-weight: lighter;
  list-style: none;
  text-decoration: none;
}

html {
  font-size: 87.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1.0rem;
  line-height: 1.6;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: left;
  width: 100%;
  height: 100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* No files to import found in ./vendors/* */
.inner {
  width: 1000px;
}

.inner, .contents__lead .txt, .contents__lead .nav__list .readmore, .lead__app a, .youtube .yt-container, .pickup__block, .pickup__inner .link a, .detail__last .detail__app a, .detail__last .btn--close, #access .map, #present .btn--app a {
  margin-left: auto;
  margin-right: auto;
}

.nav--external a {
  text-align: center;
  font-size: 0.85714em;
  font-size: 0.85714rem;
  position: relative;
}
.nav--external a span:before {
  background-image: url(../img/ico_external.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  content: '';
}

.nav--link {
  width: 223px;
  height: 28px;
  text-align: center;
  border: 2px solid #000;
}
.nav--link a {
  background-repeat: repeat-x;
  background-position: 0 0;
  display: table;
  width: 100%;
  height: 28px;
  color: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.nav--link a:hover {
  background-image: url('../img/bg-s8d8f423477.png');
}
.nav--link span {
  width: 100%;
  margin-top: -0.6em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
}

/****************************************************
 * Parts / Override
 */
body {
  font-size: 87.5%;
  font-size: small;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;
  word-wrap: break-word;
  outline: none;
  color: #2c2c2c;
}

html > body {
  font-size: 14px;
}

img {
  line-height: 1;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

.container {
  min-width: 1000px;
  position: relative;
  z-index: 100;
}

/****************************************************
 * HEADER
 */
.yt-visual-set-top {
  position: fixed;
  z-index: 10;
}

#yt-visual-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hdr {
  display: table;
  width: 100%;
  height: 600px;
  min-height: 542px;
  position: relative;
}

.hdr__inner {
  display: table-cell;
  border-width: 40px 40px 0;
  border-style: solid;
  border-color: #fff;
  text-align: center;
  vertical-align: middle;
}

.hdr__person {
  margin: -152px 0 0 -457px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}

.hdr__logo img {
  position: relative;
  top: 9px;
  left: 1px;
}

.hdr__present {
  position: relative;
  z-index: 20;
  cursor: pointer;
}

.fixed {
  height: 0;
  position: fixed;
  top: 45px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.extra {
  position: absolute;
  top: 10px;
  left: 60px;
  overflow: hidden;
}
.extra li {
  float: left;
  margin-right: 8px;
}

.social {
  position: absolute;
  top: 0;
  right: 40px;
  overflow: hidden;
}
.social dt, .social dd {
  float: left;
}
.social dt {
  padding-top: 11px;
  margin-right: 12px;
}

#js-nav {
  width: 11px;
  margin-top: -143px;
  position: fixed;
  top: 50%;
  right: 50px;
  z-index: 10000;
}
#js-nav li {
  width: 11px;
  height: 11px;
  padding-top: 18px;
  padding-bottom: 18px;
}
#js-nav a {
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  background-position: 0 -856px;
  display: block;
  width: 11px;
  height: 11px;
}
#js-nav a:hover, #js-nav a.current {
  background-position: 0 -867px;
}

/****************************************************
 * CONTENTS
 */
.contents {
  background-color: #FFF;
}

.contents__inner {
  width: 1000px;
  padding-top: 77px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.contents__lead .txt {
  width: 1000px;
  padding: 90px 0;
  text-align: center;
}
.contents__lead .nav--style {
  padding-top: 40px;
}
.contents__lead .nav__list {
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  background-position: center top;
  height: 238px;
  text-align: center;
}
.contents__lead .nav__list .inner {
  position: relative;
}
.contents__lead .nav__list dl {
  padding-top: 40px;
  margin-bottom: 30px;
}
.contents__lead .nav__list dt {
  margin-bottom: 25px;
}
.contents__lead .nav__list .readmore {
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 181px;
  height: 31px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents__lead .nav__list .readmore a {
  display: block;
  padding-top: 11px;
  text-align: left;
  position: relative;
}
.contents__lead .nav__list .readmore a:after {
  display: block;
  background: url('../img/ico-s02f5b7ec69.png') 0 -91px;
  width: 18px;
  height: 9px;
  position: absolute;
  top: 12px;
  right: 17px;
  content: '';
}
.contents__lead .nav__list .readmore:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.contents__lead .nav__list .readmore img {
  margin-left: 38px;
}
.contents__lead .nav__list .photo, .contents__lead .nav__list .person {
  position: absolute;
}
.contents__lead .nav__list .photo {
  left: 5px;
}
.contents__lead .nav--style-cure {
  background-position: 50% -142px;
}
.contents__lead .nav--style-cure .readmore {
  background-position: 0 -49px;
}
.contents__lead .nav--style-cure .photo {
  top: 9px;
}
.contents__lead .nav--style-cure .person {
  top: 2px;
  right: 34px;
}
.contents__lead .nav--style-play {
  background-position: 50% -618px;
}
.contents__lead .nav--style-play .readmore {
  background-position: 0 -111px;
}
.contents__lead .nav--style-play .photo {
  top: 13px;
}
.contents__lead .nav--style-play .person {
  top: 19px;
  right: 42px;
}
.contents__lead .nav--style-emtn {
  background-position: 50% -380px;
}
.contents__lead .nav--style-emtn .readmore {
  background-position: 0 -80px;
}
.contents__lead .nav--style-emtn .photo {
  top: 4px;
}
.contents__lead .nav--style-emtn .person {
  top: 13px;
  right: 48px;
}

.style__block {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#style-cure .style__block {
  background-image: url(../img/style-cure-bg_contents.jpg);
}
#style-play .style__block {
  background-image: url(../img/style-play-bg_contents.jpg);
}
#style-emtn .style__block {
  background-image: url(../img/style-emtn-bg_contents.jpg);
}

.style__inner {
  width: 780px;
  margin: 0 auto;
  position: relative;
}
.style__inner .person {
  position: absolute;
}
#style-cure .style__inner .person {
  top: 108px;
  left: 2px;
}
#style-play .style__inner .person {
  top: 173px;
  left: -10px;
}
#style-emtn .style__inner .person {
  top: 133px;
  left: -40px;
}

.style__header {
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.style__header .style__frame {
  display: table-cell;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.style__header:after {
  display: block;
  width: 0;
  height: 0;
  margin-left: -30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  position: absolute;
  bottom: 25px;
  left: 50%;
  content: '';
}
#style-cure .style__header:after {
  border-bottom-color: #ef8191;
}
#style-play .style__header:after {
  border-bottom-color: #f5ac1e;
}
#style-emtn .style__header:after {
  border-bottom-color: #a93d97;
}
.style__header .yt-visual-container {
  height: 0;
  margin: 0 25px;
  position: relative;
  overflow: hidden;
}
.style__header .yt-visual-container:after {
  background-image: url(../img/bg_transparent.gif);
  background-repeat: repeat;
  background-position: left top;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  content: '';
}
.style__header .yt-visual-set {
  position: absolute;
}
.style__header iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.lead {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

.lead__title {
  margin-bottom: 43px;
}

.lead__description {
  margin-bottom: 53px;
}

.lead__app {
  margin-bottom: 49px;
  text-align: center;
}
.lead__app a {
  display: block;
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 390px;
  height: 41px;
  padding-top: 16px;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#style-cure .lead__app a {
  background-position: 0 -1022px;
}
#style-play .lead__app a {
  background-position: 0 -1136px;
}
#style-emtn .lead__app a {
  background-position: 0 -1079px;
}
.lead__app a:after {
  display: block;
  background: url('../img/ico-s02f5b7ec69.png') 0 0;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  content: '';
}
.lead__app a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.btn--detail {
  cursor: pointer;
}

.detail .app {
  margin-bottom: 30px;
}

.youtube {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
#style-cure .youtube {
  background-image: url(../img/style-cure-bg_movie.jpg);
}
#style-play .youtube {
  background-image: url(../img/style-play-bg_movie.jpg);
}
#style-emtn .youtube {
  background-image: url(../img/style-emtn-bg_movie.jpg);
}
.youtube .cover {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.youtube .cover img {
  margin-top: -32px;
  margin-left: -32px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.youtube .yt-container {
  width: 713px;
  height: 434px;
}

.pickup__list {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  position: relative;
}
#style-cure .pickup__list {
  background-image: url(../img/style-cure-bg_contents.jpg);
  border-bottom: 1px solid #ef7c8d;
}
#style-play .pickup__list {
  background-image: url(../img/style-play-bg_contents.jpg);
  border-bottom: 1px solid #f5ad1f;
}
#style-emtn .pickup__list {
  background-image: url(../img/style-emtn-bg_contents.jpg);
  border-bottom: 1px solid #a93e97;
}
.pickup__list .bg img {
  width: 100%;
}
.pickup__list .num {
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 119px;
  height: 88px;
  padding-top: 31px;
  text-align: center;
  position: absolute;
  top: 13px;
  left: 13px;
}
#style-cure .pickup__list .num {
  background-position: 0 -1280px;
}
#style-play .pickup__list .num {
  background-position: 0 -1772px;
}
#style-emtn .pickup__list .num {
  background-position: 0 -1526px;
}

.pickup__block {
  max-width: 2000px;
  position: relative;
}

.pickup__inner {
  margin-top: -113px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
#style-cure-detail .pickup__list--01 .pickup__inner {
  margin-top: -131px;
}
#style-cure-detail .pickup__list--02 .pickup__inner {
  margin-top: -131px;
}
#style-cure-detail .pickup__list--03 .pickup__inner {
  margin-top: -131px;
}
#style-cure-detail .pickup__list--04 .pickup__inner {
  margin-top: -113px;
}
#style-cure-detail .pickup__list--05 .pickup__inner {
  margin-top: -131px;
}
#style-cure-detail .pickup__list--06 .pickup__inner {
  margin-top: -131px;
}
#style-play-detail .pickup__list--01 .pickup__inner {
  margin-top: -131px;
}
#style-play-detail .pickup__list--02 .pickup__inner {
  margin-top: -113px;
}
#style-play-detail .pickup__list--03 .pickup__inner {
  margin-top: -113px;
}
#style-play-detail .pickup__list--04 .pickup__inner {
  margin-top: -131px;
}
#style-play-detail .pickup__list--05 .pickup__inner {
  margin-top: -113px;
}
#style-emtn-detail .pickup__list--01 .pickup__inner {
  margin-top: -150px;
}
#style-emtn-detail .pickup__list--02 .pickup__inner {
  margin-top: -137px;
}
#style-emtn-detail .pickup__list--03 .pickup__inner {
  margin-top: -131px;
}
#style-emtn-detail .pickup__list--04 .pickup__inner {
  margin-top: -120px;
}
#style-emtn-detail .pickup__list--05 .pickup__inner {
  margin-top: -138px;
}
.pickup__inner h3 {
  margin-bottom: 27px;
}
.pickup__inner p {
  margin-bottom: 31px;
}
.pickup__inner p.ruby {
  margin-top: -12px;
}
.pickup__inner .link li:first-child {
  margin-bottom: 10px;
}
.pickup__inner .link li:last-child {
  margin-bottom: 0;
}
.pickup__inner .link a {
  display: block;
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 353px;
  height: 26px;
  padding-top: 14px;
  position: relative;
}
#style-cure .pickup__inner .link a {
  background-position: 0 -1399px;
}
#style-play .pickup__inner .link a {
  background-position: 0 -1891px;
}
#style-emtn .pickup__inner .link a {
  background-position: 0 -1645px;
}
.pickup__inner .link a:after {
  display: block;
  background: url('../img/ico-s02f5b7ec69.png') 0 -51px;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 14px;
  right: 18px;
  content: '';
}

.detail__last {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 58px;
  padding-bottom: 50px;
}
#style-cure .detail__last {
  background-image: url(../img/style-cure-bg_last.jpg);
}
#style-play .detail__last {
  background-image: url(../img/style-play-bg_last.jpg);
}
#style-emtn .detail__last {
  background-image: url(../img/style-emtn-bg_last.jpg);
}
.detail__last .detail__app {
  margin-bottom: 26px;
}
.detail__last .detail__app a {
  display: block;
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 594px;
  height: 61px;
  padding-top: 26px;
  text-align: center;
  position: relative;
}
.detail__last .detail__app a:after {
  display: block;
  background: url('../img/ico-s02f5b7ec69.png') 0 -20px;
  width: 16px;
  height: 31px;
  position: absolute;
  top: 29px;
  right: 37px;
  content: '';
}
#style-cure .detail__last .detail__app a {
  background-position: 0 -1193px;
}
#style-play .detail__last .detail__app a {
  background-position: 0 -1685px;
}
#style-emtn .detail__last .detail__app a {
  background-position: 0 -1439px;
}
.detail__last .share {
  margin-bottom: 38px;
  text-align: center;
}
.detail__last .share dt, .detail__last .share dd {
  display: inline-block;
  margin: 0 10px;
}
.detail__last .share dd {
  height: 22px;
  vertical-align: top;
}
.detail__last .share .share__tw {
  margin-top: 2px;
}
.detail__last .btn--close {
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  width: 119px;
  height: 99px;
  padding-top: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#style-cure .detail__last .btn--close {
  background-position: 0 -1280px;
}
#style-play .detail__last .btn--close {
  background-position: 0 -1772px;
}
#style-emtn .detail__last .btn--close {
  background-position: 0 -1526px;
}

.other {
  background: url(../img/acs-bg_contents.jpg) repeat center top;
  background-size: contain;
}

.extra_contents .ttl {
  text-align: center;
}
.extra_contents .description {
  font-size: 0.85714em;
  font-size: 0.85714rem;
  line-height: 1.7;
  text-align: center;
}
.extra_contents .means {
  width: 730px;
  margin: 0 auto 75px;
  text-align: center;
}
.extra_contents .means .means__list {
  display: inline-block;
  width: 320px;
  position: relative;
}
.extra_contents .means .illust {
  position: absolute;
}
.extra_contents .means .means__list--air .illust {
  top: 13px;
  left: -81px;
}
.extra_contents .means .means__list--ship .illust {
  top: 16px;
  right: -121px;
}
.extra_contents .means h3 {
  margin-bottom: 15px;
}
.extra_contents .means dl {
  margin-bottom: 10px;
}
.extra_contents .means dt, .extra_contents .means dd {
  color: #2b2b2b;
}
.extra_contents .means dt {
  margin-bottom: 8px;
  font-size: 0.85714em;
  font-size: 0.85714rem;
}
.extra_contents .means dd a {
  font-size: 0.71429em;
  font-size: 0.71429rem;
}
.extra_contents .for {
  padding-bottom: 50px;
  overflow: hidden;
}
.extra_contents .for h3 {
  padding: 6px 0 5px;
  margin-bottom: 42px;
  text-align: center;
}
.extra_contents .for .col {
  width: 500px;
  text-align: center;
}
.extra_contents .for .col dl, .extra_contents .for .col ul {
  position: relative;
}
.extra_contents .for .col dl:after, .extra_contents .for .col ul:after {
  background-color: #000;
  display: block;
  width: 130px;
  height: 1px;
  margin: 0 auto;
  content: '';
}
.extra_contents .for .col dl {
  margin-bottom: 29px;
}
.extra_contents .for .col dt {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.extra_contents .for .col dt span {
  font-weight: bold;
  font-size: 1.28571em;
  font-size: 1.28571rem;
}
.extra_contents .for .col dd, .extra_contents .for .col li {
  margin-bottom: 24px;
}
.extra_contents .for .col p {
  margin-bottom: 2px;
  color: #2b2b2b;
  font-size: 0.85714em;
  font-size: 0.85714rem;
}
.extra_contents .for .col .nav--external a {
  font-size: 0.71429em;
  font-size: 0.71429rem;
}
.extra_contents .for .col .nav--external.state--mb {
  margin-bottom: 20px;
}
.extra_contents .for .col.col--left {
  float: left;
}
.extra_contents .for .col.col--right {
  float: right;
}

#access .ttl {
  margin-bottom: 33px;
}
#access .map {
  width: 785px;
  margin-bottom: 51px;
  position: relative;
}
#access .map__description {
  width: 365px;
  font-size: 0.78571em;
  font-size: 0.78571rem;
  line-height: 1.666;
  color: #2b2b2b;
  position: absolute;
  top: 0;
  left: 0;
}

#accommodations {
  padding-bottom: 100px;
  margin-top: -18px;
}
#accommodations .contents__inner {
  padding-top: 0;
}
#accommodations .ttl {
  margin-bottom: 34px;
}
#accommodations .nav {
  padding-top: 30px;
  text-align: center;
}
#accommodations .nav--link {
  display: inline-block;
  height: 44px;
  margin: 0 8px;
  vertical-align: top;
}
#accommodations .nav--link a {
  height: 44px;
  text-align: left;
}
#accommodations .nav--link span {
  width: auto;
  margin-top: -1.5em;
  margin-left: 10px;
}
#accommodations .nav--link span:before {
  margin-right: 0;
  position: relative;
  left: -10px;
}
#accommodations .nav--link.nav__01 {
  width: 195px;
}
#accommodations .nav--link.nav__01 span {
  margin-left: 55px;
}
#accommodations .nav--link.nav__02 {
  width: 268px;
}
#accommodations .nav--link.nav__02 span {
  margin-left: 32px;
}
#accommodations .nav--link.nav__03 {
  width: 251px;
}
#accommodations .nav--link.nav__03 span {
  margin-left: 47px;
}

/****************************************************
 * FOOTER
 */
.ftr {
  height: 80px;
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.ftr .nav {
  margin-bottom: 10px;
  text-align: center;
}
.ftr .nav--external {
  display: inline-block;
  margin: 0 12px;
}

.copyright {
  display: inline;
  margin: 0 10px;
  font-size: 0.71429em;
  font-size: 0.71429rem;
}

.ftr__fbpage {
  position: absolute;
  top: -94px;
  left: 10px;
}

.ftr__present {
  position: fixed;
  bottom: 0;
  right: 10px;
  z-index: 100;
}

#intro {
  background-image: url(../img/intro-bg_contents.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
}
#intro p {
  margin-top: -62px;
  margin-left: -231px;
  position: absolute;
  top: 50%;
  left: 50%;
}

#overlay {
  display: none;
  background: url(../img/bg_overlay.png) repeat left top;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#present {
  display: none;
  background-image: url(../img/pst-bg_contents.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  width: 950px;
  padding-bottom: 51px;
  margin-left: -475px;
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 20000;
}
#present #js-close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
#present .present__header {
  text-align: center;
}
#present h2 {
  padding-top: 64px;
  margin-bottom: 30px;
  text-align: left;
}
#present h2 img {
  margin-left: 54px;
}
#present .present__description {
  margin-bottom: 46px;
  line-height: 1.7;
}
#present .present__term {
  margin-bottom: 55px;
}
#present .btn--app {
  text-align: center;
}
#present .btn--app a {
  display: block;
  background-image: url('../img/bg-s8d8f423477.png');
  background-repeat: no-repeat;
  background-position: 0 -878px;
  width: 669px;
  height: 51px;
  padding-top: 21px;
  text-align: center;
  position: relative;
}
#present .btn--app a:after {
  display: block;
  background: url('../img/ico-s02f5b7ec69.png') 0 -65px;
  width: 13px;
  height: 26px;
  position: absolute;
  top: 23px;
  right: 30px;
  content: '';
}
#present .btn--app a:hover {
  background-position: 0 -950px;
}
#present .prize {
  padding-top: 28px;
  margin-bottom: 41px;
  text-align: center;
}
#present .item {
  text-align: center;
  overflow: hidden;
}
#present .item__list {
  display: inline-block;
  width: 212px;
  margin: 0 5px;
  vertical-align: top;
}
#present .pic {
  margin-bottom: 25px;
}
#present .plan, #present .item__description, #present .item__data {
  font-size: 0.85714em;
  line-height: 1.5;
}
#present .plan {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  color: #000;
}
#present .item__description {
  margin-bottom: 20px;
  text-align: left;
}
#present .item__data {
  margin-bottom: 50px;
}
#present .item__data dt {
  padding-top: 20px;
  margin-bottom: 3px;
  font-weight: bold;
  color: #000;
  border-top: 1px solid #808080;
}
#present .item__data dd {
  margin-bottom: 20px;
}
#present .item__data dd a {
  color: #1800ff;
  text-decoration: underline;
}
#present .item__data small {
  display: block;
  padding-top: 3px;
  text-align: left;
  font-size: 0.71429em;
}

iframe[name="google_conversion_frame"] {
  position: fixed;
}
