@charset "UTF-8";
@import url(ress.css);
/*　フォント
==========================================================*/
@import url("https://use.typekit.net/hdk4deb.css");
.font-nova {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*　変数の定義
==========================================================*/
/*　共通
==========================================================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*　クラスの定義
==========================================================*/
.font, body {
  color: #000;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .font, body {
    font-size: 1.4rem;
  }
}

.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

a {
  text-decoration: none !important;
  color: #de0b1b;
}

ul {
  list-style-type: none;
}

.cf::after {
  content: "";
  display: block;
  clear: both;
}

.marginS {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .marginS {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .marginS {
    margin-bottom: 15px;
  }
}

.marginM {
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .marginM {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .marginM {
    margin-bottom: 30px;
  }
}

.marginL {
  margin-bottom: 80px;
}
@media screen and (max-width: 576px) {
  .marginL {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .marginL {
    margin-bottom: 40px;
  }
}

.img_hover:hover {
  opacity: 0.7;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

body {
  min-width: 375px;
  height: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  height: 100%;
  font-size: 62.5%;
  letter-spacing: 0.1em;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p {
  line-height: 1.5;
}

a, a img {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
a:hover, a img:hover {
  opacity: 0.8;
}

.sunsunttl {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
}

.sunsunanime01.anime {
  -webkit-animation: sunsunanime01 linear 1.5s;
          animation: sunsunanime01 linear 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.sunsunanime02.anime {
  -webkit-animation: sunsunanime01 linear 1s 0.5s;
          animation: sunsunanime01 linear 1s 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes sunsunanime01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes sunsunanime01 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.charactersttl {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.chara-paul.anime {
  -webkit-animation: characters linear 1s 0;
          animation: characters linear 1s 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.chara-jan.anime {
  -webkit-animation: characters linear 1s 0.5s;
          animation: characters linear 1s 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.chara-bell.anime {
  -webkit-animation: characters linear 1s 0.25s;
          animation: characters linear 1s 0.25s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes characters {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes characters {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.history--chara01 {
  top: 60px;
  left: -190px;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .history--chara01 {
    width: 25%;
    top: auto;
    left: -20px;
    bottom: -35px;
  }
}
.history--chara02 {
  top: 60px;
  right: -200px;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .history--chara02 {
    width: 25%;
    top: auto;
    right: -20px;
    bottom: -35px;
  }
}
.history--chara03 {
  top: 60px;
  left: -160px;
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .history--chara03 {
    width: 35%;
    top: auto;
    left: -30px;
    bottom: -80px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.tanoshimittl {
  opacity: 0.5;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.fade {
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}
.fade.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1001;
}

#loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%);
          transform: translate(-50%, -20%);
  width: 344px;
  text-align: center;
  color: #fff;
  z-index: 1001;
}
#loader img {
  width: 100%;
}

.is-sp-only {
  display: none;
}

@media screen and (max-width: 576px) {
  .is-pc-only {
    display: none;
  }
  .is-sp-only {
    display: block;
  }
  img {
    width: 100%;
    height: auto;
  }
}
body {
  width: 100%;
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    max-width: 320px;
  }
}

section {
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  section {
    padding: 60px 0;
  }
}

.container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    min-width: 100%;
  }
}

.col--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col--2 > * {
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .col--2 > * {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .col--2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.col--3 > * {
  margin: 0 10px 20px;
  width: 33.3%;
}
@media screen and (max-width: 576px) {
  .col--3 > * {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .col--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  h2 {
    margin-bottom: 40px;
  }
}

.ttl--green {
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background: #009140;
  position: relative;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  max-width: 460px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .ttl--green {
    max-width: 90%;
  }
}

.ttl--red {
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background: #d7000f;
  position: relative;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  max-width: 460px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .ttl--red {
    max-width: 90%;
  }
}

.ttl--oyasai {
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background: #006837;
  position: relative;
  line-height: 1.5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  max-width: 460px;
  font-weight: bold;
  padding: 10px;
}
.ttl--oyasai span {
  display: block;
  font-size: 2rem;
}

.ttl--osakana {
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background: #0050a0;
  position: relative;
  line-height: 1.5;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  max-width: 460px;
  font-weight: bold;
  padding: 10px;
}
.ttl--osakana span {
  display: block;
  font-size: 2rem;
}

.box--default {
  background: white;
  border-radius: 20px;
  padding: 40px 20px;
}
.box--default.red {
  background: #ed4747;
  color: white;
}
.box--default.blue {
  background: #3c7af7;
  color: white;
}
.box--default.green {
  background: #63b949;
  color: white;
}
.box--default.orange {
  background: #f5af33;
  color: white;
}
.box--default.yellow {
  background: #f5d817;
  color: white;
}

.btn--default {
  background: white;
  color: #e81919;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
          box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
  position: relative;
  padding: 20px 60px 20px 80px;
  text-align: center;
  margin: 0 auto;
}
.btn--default:before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #f5d817;
  content: "";
}
@media screen and (max-width: 576px) {
  .btn--default {
    width: 90%;
    padding: 20px 40px 20px 60px;
  }
}

.btn--yellow {
  background: #fff600;
  color: #1c6c03;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
          box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
  position: relative;
  padding: 20px 60px 20px 80px;
  text-align: center;
  margin: 0 auto;
}
.btn--yellow:before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #e81919;
  content: "";
}
@media screen and (max-width: 576px) {
  .btn--yellow {
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 30px;
    font-size: 1.7rem;
  }
}

/*　header
--------------------------------------------*/
/* カスタムドロワーメニュー */
.custom-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-drawer-overlay.show {
  opacity: 1;
  visibility: visible;
}

/* ドロワー開閉時のスクロール制御 */
body {
  -webkit-transition: none;
  transition: none;
}

.drawer-hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.drawer-hamburger-btn {
  position: relative;
}
.drawer-hamburger-btn img {
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 576px) {
  .drawer-hamburger-btn img {
    width: 50px;
  }
}
.drawer-hamburger-btn .navi_open {
  opacity: 1;
}
.drawer-hamburger-btn .navi_close {
  opacity: 0;
}

/* カスタムドロワー開閉状態 */
.custom-drawer-open .drawer-hamburger {
  right: 40%;
}
@media screen and (max-width: 576px) {
  .custom-drawer-open .drawer-hamburger {
    right: 80%;
  }
}
.custom-drawer-open .drawer-hamburger .navi_open {
  opacity: 0;
}
.custom-drawer-open .drawer-hamburger .navi_close {
  opacity: 1;
}

.drawer-nav {
  position: fixed;
  top: 0;
  right: -40%;
  width: 40%;
  height: 100%;
  background: #4ba644;
  z-index: 1000;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  overflow-y: auto;
}
@media screen and (max-width: 576px) {
  .drawer-nav {
    right: -80%;
    width: 80%;
  }
}
.drawer-nav .drawer-menu .logo_polinky {
  padding: 20px 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drawer-nav .drawer-menu .logo_polinky a {
  padding: 0;
}
.drawer-nav .drawer-menu .logo_polinky a:before {
  display: none;
}
.drawer-nav .drawer-menu .logo_polinky img {
  width: 200px;
}
.drawer-nav .drawer-menu li + li {
  border-top: solid 1px #fff;
}
.drawer-nav .drawer-menu a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 28px 60px;
  position: relative;
  display: block;
}
.drawer-nav .drawer-menu a:before {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #f5d817;
  content: "";
}
.drawer-nav .drawer-menu a.link--ec:before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  content: "";
  background: url(/images/icon-cart.png) no-repeat;
  background-position: left center;
  background-size: contain;
  border: none;
  width: 28px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .drawer-nav .drawer-menu a.link--ec:before {
    width: 20px;
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .drawer-nav .drawer-menu .logo_polinky {
    padding: 20px;
  }
  .drawer-nav .drawer-menu .logo_polinky a {
    padding: 0px 0 0;
  }
  .drawer-nav .drawer-menu a {
    font-size: 1.4rem;
    padding: 20px 40px;
    line-height: 1.5;
  }
  .drawer-nav .drawer-menu a:before {
    right: 10px;
  }
}

.custom-drawer-open .drawer-nav {
  right: 0;
}

.btn--wrap {
  text-align: center;
  margin: 30px 0 60px;
  margin: 30px auto 60px;
}
@media screen and (max-width: 576px) {
  .btn--wrap {
    max-width: 300px;
    height: 60px;
  }
}

#mvWrap {
  background: #fff100;
  padding: 0;
  line-height: 0;
}
#mvWrap .mvSlider img {
  width: 100%;
}
#mvWrap .mvSlider .slick-slider {
  position: relative;
}
#mvWrap .mvSlider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mvWrap .mvSlider .mv-slide-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#mvWrap .mvSlider .mv-slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
#mvWrap .mvSlider .mv-slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#mvWrap .mvSlider .mv-slide-dots li button:before {
  content: "●";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#mvWrap .mvSlider .mv-slide-dots li.slick-active button:before {
  content: "●";
  color: #fff100;
}
#mvWrap .mvNoSlider img {
  width: 100%;
  display: block;
}

#mvWrap_sp {
  background: #fff100;
  padding: 0;
  line-height: 0;
}
#mvWrap_sp .mvSlider img {
  width: 100%;
}
#mvWrap_sp .mvSlider .slick-slider {
  position: relative;
}
#mvWrap_sp .mvSlider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mvWrap_sp .mvSlider .mv-slide-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
#mvWrap_sp .mvSlider .mv-slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
#mvWrap_sp .mvSlider .mv-slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#mvWrap_sp .mvSlider .mv-slide-dots li button:before {
  content: "●";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#mvWrap_sp .mvSlider .mv-slide-dots li.slick-active button:before {
  content: "●";
  color: #fff100;
}

#sunsunWrap {
  background: url(/images/bg_flag.png) no-repeat top center/contain, url(/images/bg_sunsun.jpg) no-repeat bottom center/cover;
  min-height: 600px;
  padding: 60px 0 170px;
}
@media screen and (max-width: 576px) {
  #sunsunWrap {
    min-height: auto;
    padding-bottom: 140px;
  }
}
#sunsunWrap .movieBox {
  max-width: 794px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 576px) {
  #sunsunWrap .movieBox {
    width: 90%;
  }
}
#sunsunWrap .movieBox .chara01 {
  position: absolute;
  left: -190px;
  bottom: -140px;
}
@media screen and (max-width: 576px) {
  #sunsunWrap .movieBox .chara01 {
    width: 30%;
    left: -20px;
    bottom: -100px;
  }
}
#sunsunWrap .movieBox .chara02 {
  position: absolute;
  right: -190px;
  top: -100px;
}
@media screen and (max-width: 576px) {
  #sunsunWrap .movieBox .chara02 {
    width: 30%;
    right: -10px;
    top: -40px;
  }
}

#itemtWrap {
  background: #fff000;
}
#itemtWrap h2 {
  margin: auto auto 80px;
}
@media screen and (max-width: 576px) {
  #itemtWrap h2 {
    width: 90%;
    margin-bottom: 40px;
  }
}
#itemtWrap .ttl {
  position: relative;
  margin: 0 auto 30px;
  font-size: 3rem;
  width: 90%;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ttl {
    width: 100%;
    display: block;
    font-size: 2.4rem;
  }
}
#itemtWrap .ttl img {
  position: absolute;
  right: -10px;
  top: -24px;
  right: -12px;
  top: -10px;
  width: 80px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ttl img {
    top: -15px;
    width: 25%;
    right: -19px;
  }
}
#itemtWrap .ttl.ttl--osakana img {
  top: -20px;
  right: -40px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ttl.ttl--osakana img {
    top: 5px;
    right: -10px;
  }
}
#itemtWrap .ttl.ttl--oyasai img {
  top: -20px;
  right: -40px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ttl.ttl--oyasai img {
    top: 5px;
    right: -10px;
  }
}
#itemtWrap .item-info {
  font-size: 1.8rem;
  margin: 40px auto;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .item-info {
    width: 90%;
    font-size: 1.6rem;
  }
}
#itemtWrap .itemSlider {
  width: 340px;
  width: 300px;
  margin: 30px auto;
}
@media screen and (max-width: 576px) {
  #itemtWrap .itemSlider {
    width: 240px;
  }
}
#itemtWrap .itemSlider img {
  width: 100%;
}
#itemtWrap .itemSlider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#itemtWrap .itemSlider .slide-dots {
  text-align: center;
}
#itemtWrap .itemSlider .slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
#itemtWrap .itemSlider .slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
#itemtWrap .itemSlider .slide-dots li button:before {
  content: "▲";
  font-size: 20px;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}
#itemtWrap .itemSlider .slide-dots li.slick-active button:before {
  content: "▲";
  color: #63b949;
}
#itemtWrap .small-pkg .ttl--green {
  max-width: 620px;
  border-color: #ebebeb;
}
@media screen and (max-width: 576px) {
  #itemtWrap .small-pkg .ttl--green {
    font-size: 2rem;
    line-height: 1.2;
    padding: 10px;
    border-radius: 50px;
  }
}
#itemtWrap .small-pkg .item-info {
  font-size: 2rem;
  margin: 20px auto;
}
@media screen and (max-width: 576px) {
  #itemtWrap .small-pkg .item-info {
    font-size: 1.6rem;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  #itemtWrap .small-pkg {
    width: 90%;
    margin: 0 auto;
  }
}
#itemtWrap .newProduct {
  margin-bottom: 60px;
}
#itemtWrap .newProduct .new-polinky-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#itemtWrap .newProduct .intro {
  position: relative;
  padding-top: 40px;
  background-image: url(/images/bg_osakana01.png), url(/images/bg_oyasai01.png), -webkit-gradient(linear, left top, right top, from(#43bcc1), color-stop(50%, #43bcc1), color-stop(50%, #fdd000), to(#fdd000));
  background-image: url(/images/bg_osakana01.png), url(/images/bg_oyasai01.png), linear-gradient(90deg, #43bcc1 0%, #43bcc1 50%, #fdd000 50%, #fdd000 100%);
  background-position: left 40px, right 20px, center;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro {
    padding: 20px 0 160px;
    background-size: 50%, 50%, contain;
  }
}
#itemtWrap .newProduct .intro h2 {
  margin: auto auto 20px;
}
#itemtWrap .newProduct .intro h2 img {
  max-width: 550px;
}
#itemtWrap .newProduct .intro h3 {
  padding: 0 60px 60px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro h3 {
    padding: 0 20px 20px;
  }
}
#itemtWrap .newProduct .intro h4 {
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro h4 {
    margin: 0 auto 30px;
    max-width: 90%;
  }
}
#itemtWrap .newProduct .intro p {
  font-size: 2.2rem;
  line-height: 1.5;
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
  font-weight: bold;
}
#itemtWrap .newProduct .intro p + p {
  margin-top: 30px;
}
#itemtWrap .newProduct .intro p:last-child {
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro p {
    font-size: 1.6rem;
    padding: 0 5%;
    text-align: left;
  }
}
#itemtWrap .newProduct .intro .shizuru01 {
  position: absolute;
  width: 155px;
  height: 137px;
  background: url(/images/img_shizuru01.png) no-repeat top center/contain;
  bottom: 150px;
  left: 8%;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro .shizuru01 {
    width: 30%;
    bottom: 0;
  }
}
#itemtWrap .newProduct .intro .shizuru02 {
  position: absolute;
  width: 155px;
  height: 130px;
  background: url(/images/img_shizuru02.png) no-repeat top center/contain;
  bottom: 80px;
  right: 8%;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .intro .shizuru02 {
    width: 30%;
    bottom: -20px;
  }
}
#itemtWrap .newProduct .bg--osakana {
  background-image: url(/images/bg_osakana02.png), -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background-image: url(/images/bg_osakana02.png), linear-gradient(0deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  background-color: #43bcc1;
  background-position: bottom center;
  background-size: auto 55%, contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  #itemtWrap .newProduct .bg--osakana {
    background-size: contain;
  }
}
#itemtWrap .newProduct .bg--oyasai {
  background-image: url(/images/bg_oyasai02.png), -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background-image: url(/images/bg_oyasai02.png), linear-gradient(0deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  background-color: #fdd000;
  background-position: bottom center;
  background-size: auto 55%, contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1600px) {
  #itemtWrap .newProduct .bg--oyasai {
    background-size: contain;
  }
}
#itemtWrap .newProduct .text-osakana {
  background: #a9e1e3;
  padding: 20px 20px 1px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .text-osakana {
    padding: 1px 0;
  }
}
#itemtWrap .newProduct .text-oyasai {
  background: #fee987;
  padding: 20px 20px 1px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .text-oyasai {
    padding: 1px 0;
  }
}
#itemtWrap .newProduct .new-item .col--2 > * {
  width: 50%;
  padding: 60px 40px;
  text-align: center;
}
@media screen and (min-width: 1600px) {
  #itemtWrap .newProduct .new-item .col--2 > * {
    padding: 60px;
  }
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .new-item .col--2 > * {
    width: 100%;
    padding: 60px 5%;
    margin-bottom: 0;
    text-align: left;
  }
}
#itemtWrap .newProduct .new-item .newPkg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  width: calc(100% - 120px);
  margin: auto;
}
#itemtWrap .newProduct .new-item .newPkg img {
  height: auto;
  display: block;
}
@media all and (-ms-high-contrast: none) {
  #itemtWrap .newProduct .new-item .newPkg {
    /* IE11 */
  }
  #itemtWrap .newProduct .new-item .newPkg *::-ms-backdrop,
  #itemtWrap .newProduct .new-item .newPkg img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .new-item .newPkg {
    padding: 0 5% 0;
  }
  #itemtWrap .newProduct .new-item .newPkg img {
    width: 100%;
  }
}
#itemtWrap .newProduct .new-item .btn--wrap {
  margin: 40px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .newProduct .new-item .btn--wrap {
    margin: 20px 0;
  }
}

#historyWrap {
  background: #fffbc6;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 576px) {
  #historyWrap h2 {
    width: 90%;
    margin: 0 auto 40px;
  }
}
#historyWrap li {
  position: relative;
}
@media screen and (max-width: 576px) {
  #historyWrap li {
    z-index: 90;
  }
}
#historyWrap li img {
  position: relative;
  z-index: 110;
}
@media screen and (max-width: 576px) {
  #historyWrap li img {
    z-index: 90;
  }
}
#historyWrap div {
  position: relative;
  z-index: 110;
}
#historyWrap div img {
  position: relative;
  z-index: 110;
}
@media screen and (max-width: 576px) {
  #historyWrap div img {
    z-index: 90;
  }
}
@media screen and (max-width: 576px) {
  #historyWrap div {
    z-index: 90;
  }
}
#historyWrap .history {
  position: relative;
}
#historyWrap .history--chara01 {
  position: absolute;
  z-index: -100;
  left: 0;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #historyWrap .history--chara01 {
    width: 25%;
  }
}
#historyWrap .history--chara02 {
  position: absolute;
  z-index: 100;
  right: 0;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #historyWrap .history--chara02 {
    width: 23%;
    bottom: -100px;
  }
}
#historyWrap .history--chara03 {
  position: absolute;
  z-index: -100;
  left: 0;
  bottom: 0;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #historyWrap .history--chara03 {
    width: 35%;
    -webkit-transform: rotate(-160deg);
            transform: rotate(-160deg);
  }
}

#characterWrap {
  background: url(/images/bg_chara02.jpg) repeat-x bottom left, url(/images/bg_chara01.jpg);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  #characterWrap h2 {
    margin: 0 auto 40px;
  }
}
#characterWrap .introduceWrap {
  margin-bottom: 80px;
}
#characterWrap .introduceWrap li {
  width: 33.3%;
}
@media screen and (max-width: 576px) {
  #characterWrap .introduceWrap li {
    width: 100%;
  }
}
#characterWrap .bg--chara-profile {
  background: url(/images/bg_chara-profile.png) no-repeat top;
  background-size: contain;
  padding: 40px 70px 40px;
}
@media screen and (max-width: 576px) {
  #characterWrap .bg--chara-profile {
    padding: 40px 80px 30px;
  }
}
#characterWrap .ttl--chara_name {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
#characterWrap .ttl--chara_name .history {
  position: relative;
}
#characterWrap .ttl--chara_name .history--chara01 {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  #characterWrap .ttl--chara_name .history--chara01 {
    width: 25%;
  }
}
#characterWrap .ttl--chara_name .history--chara02 {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  #characterWrap .ttl--chara_name .history--chara02 {
    width: 25%;
  }
}
#characterWrap .ttl--chara_name .history--chara03 {
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  #characterWrap .ttl--chara_name .history--chara03 {
    width: 35%;
  }
}
#characterWrap .ttl--chara_name-sub {
  position: absolute;
  right: -32px;
  top: -20px;
}
@media screen and (max-width: 576px) {
  #characterWrap .ttl--chara_name img {
    width: auto;
    height: 70px;
  }
}
#characterWrap .ttl--chara_txt {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#characterWrap .img--chara {
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 576px) {
  #characterWrap .img--chara {
    width: 70%;
  }
}

.koikeyaChannel p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .koikeyaChannel p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .koikeyaChannel .btn--wrap .btn--yellow {
    padding: 20px 40px 20px 60px;
    width: 100%;
    height: 100%;
    padding: 20px 0 20px 30px;
  }
}

.stampWrap {
  background-image: url(/images/img_stamp01.png), url(/images/img_stamp02.png);
  background-repeat: no-repeat;
  background-position: left top, right 5%;
}
@media screen and (max-width: 576px) {
  .stampWrap {
    background-position: 5% top, 95% 7%;
    background-size: 20%, 20%;
    padding-top: 60px;
  }
  .stampWrap h3 {
    width: 90%;
    margin: 20px auto 40px;
  }
}
.stampWrap--in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 576px) {
  .stampWrap--in {
    margin: auto 10px;
    padding: 0px;
    display: block;
  }
}
.stampWrap--in .box--stamp {
  padding: 40px 70px;
  width: 80%;
}
@media screen and (max-width: 576px) {
  .stampWrap--in .box--stamp {
    width: 100%;
  }
}
.stampWrap--in .stampSlider {
  width: 100%;
}
.stampWrap--in .stampSlider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.stampWrap--in .stampSlider img {
  width: 80%;
}
@media screen and (max-width: 576px) {
  .stampWrap--in .stampSlider img {
    width: 100%;
  }
}
.stampWrap--in .stampSlider .prev-arrow {
  left: -40px;
  width: 20px;
  height: 41px;
}
.stampWrap--in .stampSlider .next-arrow {
  right: -40px;
  width: 20px;
  height: 41px;
}
.stampWrap--in .box--qr {
  padding: 30px 25px;
  background: #f5d817;
  border-radius: 20px;
}
.stampWrap .btn--wrap {
  margin: 40px 0 0;
}
@media screen and (max-width: 576px) {
  .stampWrap .btn--wrap {
    height: 60px;
    margin: 40px auto 0;
  }
}

#tanoshimiWrap {
  background: url(/images/bg_tanoshimi.jpg) repeat center;
  font-weight: bold;
  position: relative;
  padding-bottom: 140px;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap {
    padding-top: 100px;
    background-position: right -2%, right 100%, left 100%;
    padding-bottom: 80px;
  }
}
#tanoshimiWrap .tanoshimittl + p {
  font-size: 2rem;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .tanoshimittl + p {
    font-size: 1.6rem;
  }
}
#tanoshimiWrap .ttl--tanoshimi {
  position: relative;
  background: #2462e0;
  color: #fff;
  border: solid 4px #fff;
  border-radius: 30px;
  padding: 10px;
  margin: 70px 0 30px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .ttl--tanoshimi {
    margin: 30px 0;
  }
}
#tanoshimiWrap .ttl--tanoshimi .ttl--tanoshimi-sub {
  position: absolute;
  left: 20px;
  top: -10px;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .ttl--tanoshimi .ttl--tanoshimi-sub {
    width: 40px;
  }
  #tanoshimiWrap .ttl--tanoshimi .ttl--tanoshimi-sub.ico-machigai {
    left: -20px;
  }
}
#tanoshimiWrap .col--2 {
  text-align: center;
}
#tanoshimiWrap .col--2 li {
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .col--2 li + li .ttl--tanoshimi {
    margin: 0 0 30px;
  }
}
#tanoshimiWrap .col--3 {
  text-align: center;
}
#tanoshimiWrap .col--3 li {
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .col--3 li + li .ttl--tanoshimi {
    margin: 0 0 30px;
  }
}
#tanoshimiWrap .img--tanoshimi img {
  width: 100%;
  margin: 0 auto 30px;
}
#tanoshimiWrap .tanoshimi--chara01 {
  position: absolute;
  right: -100px;
  top: -40px;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .tanoshimi--chara01 {
    width: 40%;
    right: -40px;
    top: -20px;
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
}
#tanoshimiWrap .tanoshimi--chara02 {
  position: absolute;
  right: -10%;
  bottom: -100px;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .tanoshimi--chara02 {
    width: 46%;
    right: -20%;
    bottom: -60px;
    opacity: 1;
  }
}
#tanoshimiWrap .tanoshimi--chara03 {
  position: absolute;
  left: -10%;
  bottom: -70px;
  opacity: 0;
}
@media screen and (max-width: 576px) {
  #tanoshimiWrap .tanoshimi--chara03 {
    width: 44%;
    bottom: -40px;
    left: -20%;
  }
}

#bnrArea .list--bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#bnrArea .list--bnr li {
  margin: 0 30px;
  width: 33.3%;
}
#bnrArea .list--bnr li img {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #bnrArea .list--bnr {
    display: block;
  }
  #bnrArea .list--bnr li {
    margin: 0 5% 30px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  #bnrArea {
    padding: 40px 0 20px;
  }
}

.footer {
  position: relative;
  padding: 20px 0 20px;
  text-align: center;
  background: #fff;
}
.footer__logo {
  width: 130px;
  height: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 576px) {
  .footer__logo {
    padding-bottom: 10px;
  }
}
.footer .box--sns {
  position: absolute;
  bottom: 110px;
  right: 20px;
}
.footer .box--sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}
.footer .box--sns ul li {
  width: 50px;
}
.footer .box--sns ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 576px) {
  .footer .box--sns {
    position: static;
    margin: 40px auto 0;
  }
  .footer .box--sns ul {
    width: 240px;
    margin: 0 auto;
  }
  .footer .box--sns ul li {
    width: 33.3%;
  }
}
.footer .copy {
  padding-top: 20px;
  font-style: normal;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .footer {
    padding-bottom: 10px;
  }
}

#mysteryWrap {
  background-image: url(/images/mystery/bg_mystery-left.png), url(/images/mystery/bg_mystery-right.png), url(/images/mystery/bg_mystery.jpg);
  background-position: left top, right top, center;
  background-size: contain, contain, cover;
  background-color: #02314f;
  margin-top: -1px;
  padding: 20px 0 60px 0;
}
#mysteryWrap h2 {
  margin-bottom: 30px;
}
#mysteryWrap .list--mystery_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  margin: 0 auto;
}
#mysteryWrap .list--mystery_content li {
  display: block;
  line-height: 0;
}
#mysteryWrap .list--mystery_content li:nth-child(3) {
  width: 55%;
}
#mysteryWrap .list--mystery_content img,
#mysteryWrap .list--mystery_content iframe {
  height: 416px;
}
#mysteryWrap .bnr--hekiga img {
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
}
#mysteryWrap .box--mystery_movie {
  width: 100%;
  aspect-ratio: 16/9;
  height: 416px;
}
#mysteryWrap .movie_flame img {
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
}
#mysteryWrap .box--mystery_movie iframe {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.6);
}
#mysteryWrap .text--mystery {
  margin: 60px auto 40px;
  display: block;
}
#mysteryWrap .text--mystery img {
  width: 400px;
}
#mysteryWrap .btn--mystery {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  margin: 0 auto;
}
#mysteryWrap .btn--mystery a {
  display: block;
}
#mysteryWrap .btn--mystery a img {
  width: 280px;
}
@media screen and (max-width: 576px) {
  #mysteryWrap {
    padding: 20px 0 50px 0;
    background-image: url(/images/mystery/bg_mystery-left_sp.png), url(/images/mystery/bg_mystery-right_sp.png), url(/images/mystery/bg_mystery_sp.jpg);
    background-position: 0 20px, 100% 15px, 50%;
  }
  #mysteryWrap .list--mystery_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 75%;
  }
  #mysteryWrap .list--mystery_content li {
    width: 100%;
  }
  #mysteryWrap .list--mystery_content li:nth-child(2) {
    width: 100%;
    margin: 20px 0;
  }
  #mysteryWrap .list--mystery_content li:nth-child(3) {
    width: 100%;
  }
  #mysteryWrap .list--mystery_content img {
    height: auto;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  #mysteryWrap .box--mystery_movie {
    height: auto;
  }
  #mysteryWrap .text--mystery {
    margin: 40px auto 40px;
    display: block;
  }
  #mysteryWrap .text--mystery img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 80%;
    margin: 0 auto;
  }
  #mysteryWrap .btn--mystery a {
    display: block;
  }
  #mysteryWrap .btn--mystery a img {
    width: 260px;
  }
}

#itemtWrap .ebi .item-info {
  margin-top: 52px;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ebi .item-info {
    margin-top: 30px;
  }
}
#itemtWrap .ebi .img-box {
  width: 300px;
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 576px) {
  #itemtWrap .ebi .img-box {
    width: 220px;
  }
}
#itemtWrap .ebi .img-box img {
  width: 100%;
  padding-top: 15px;
}

.ttl--orange {
  border-width: 4px;
  border-color: #fff;
  border-style: solid;
  background: #eb5401;
  position: relative;
  line-height: 52px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  max-width: 460px;
  font-weight: bold;
}
.ttl--orange img {
  right: -33px !important;
  top: -41px !important;
  width: 150px !important;
}
@media screen and (max-width: 576px) {
  .ttl--orange {
    max-width: 90%;
  }
  .ttl--orange img {
    right: -23px !important;
    top: -31px !important;
    width: 130px !important;
  }
}

.btn--red {
  background: #d7000f;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  display: inline-block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
          box-shadow: 0px 4px 0px 0px rgba(43, 43, 43, 0.16);
  position: relative;
  padding: 20px 60px 20px 80px;
  text-align: center;
  margin: 0 auto;
}
.btn--red.btn--ec:before {
  position: absolute;
  top: 50%;
  left: 30px;
  display: inline-block;
  content: "";
  background: url(/images/icon-cart.png) no-repeat;
  background-position: left center;
  background-size: contain;
  border: none;
  width: 28px;
  height: 24px;
}
@media screen and (max-width: 576px) {
  .btn--red.btn--ec:before {
    width: 20px;
    height: 18px;
  }
}
.btn--red:before {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  border-width: 8px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #fff000;
  content: "";
}
@media screen and (max-width: 576px) {
  .btn--red {
    font-size: 1.7rem;
    width: 100%;
    height: 100%;
    padding: 22px 0 20px 30px;
  }
}

.noMargin {
  margin-top: 0;
}

#movieWrap {
  background: #fff000;
}
@media screen and (max-width: 576px) {
  #movieWrap {
    background-size: 50%;
  }
}
#movieWrap h2 {
  margin: auto auto 80px;
}
@media screen and (max-width: 576px) {
  #movieWrap h2 {
    width: 90%;
    margin-bottom: 40px;
  }
}
#movieWrap .text--movie {
  text-align: center;
  margin-bottom: 30px;
}
#movieWrap .text--movie img {
  max-width: 670px;
}
@media screen and (max-width: 576px) {
  #movieWrap .text--movie {
    width: 80%;
    display: block;
    margin: 0 auto 16px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
#movieWrap .movieBox {
  max-width: 840px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 576px) {
  #movieWrap .movieBox {
    width: 90%;
    height: auto;
  }
}
#movieWrap .movieBox iframe {
  width: 100%;
  height: 100%;
}
#movieWrap .btn--wrap {
  margin-bottom: 0;
}