@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSansJP-Regular.otf"), url(NotoSansCJKjp-Regular-Sub.otf) format("opentype"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap; }
html {
  overflow-y: scroll;
  font-size: 16px; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  position: relative; }

body {
  font-family: "Noto Sans Japanese", "游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W6",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka,sans-serif; }

.nofonts {
  font-family: "游ゴシック" , "Yu Gothic" ,"ヒラギノ角ゴ Pro W6",'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka,sans-serif; }

.for_pc {
  display: block; }

.for_sp {
  display: none; }

/*form初期化
------------------------------------*/
input, button, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  line-height: 1em; }

input, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, select {
  font-size: 14px;
  color: #444;
  font-weight: normal;
  width: 100%; }

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #444;
  font-weight: normal; }

input:-ms-input-placeholder {
  font-size: 14px;
  color: #444;
  font-weight: normal; }

input::-moz-placeholder {
  font-size: 14px;
  color: #444;
  font-weight: normal; }

/*common_parts
------------------------------------*/
#overlay {
  width: 100%;
  width: 100vw;
  height: 100%;
  background-color: #121212;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  opacity: 1; }

#preloadicon {
  position: fixed;
  width: 300px;
  height: 300px;
  background-size: contain;
  top: 50%;
  left: 50%;
  left: 50vw;
  margin: -150px 0 0 -150px;
  z-index: 99999; }
  #preloadicon p.loading_txt {
    width: 100%;
    text-align: center;
    font-size: 6px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 58%;
    left: -1em;
    color: #555; }
    #preloadicon p.loading_txt span.num, #preloadicon p.loading_txt span.per {
      color: #999;
      font-size: 1.5em; }
    #preloadicon p.loading_txt span.num {
      display: inline-block;
      width: 2.5em;
      font-size: 2em;
      text-align: right; }

[role="progressbar"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -40px;
  padding: 0;
  width: 80px;
  height: 20px;
  list-style: none; }

[role="progressbar"] li {
  display: block;
  position: absolute;
  right: 0;
  width: 3px;
  height: 22px;
  border-radius: 1px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-color: #aaa;
  -webkit-animation: bar linear 1.8s infinite;
  animation: bar linear 1.8s infinite;
  will-change: transform; }

[role="progressbar"] li:nth-child(1) {
  -webkit-transform: translateX(0) rotate(0deg);
  transform: translateX(0) rotate(0deg);
  opacity: 0.2; }

[role="progressbar"] li:nth-child(2) {
  -webkit-transform: translateX(-15px) rotate(0deg);
  transform: translateX(-15px) rotate(0deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

[role="progressbar"] li:nth-child(3) {
  -webkit-transform: translateX(-30px) rotate(0deg);
  transform: translateX(-30px) rotate(0deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

[role="progressbar"] li:nth-child(4) {
  -webkit-transform: translateX(-45px) rotate(10deg);
  transform: translateX(-45px) rotate(10deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

[role="progressbar"] li:nth-child(5) {
  -webkit-transform: translateX(-60px) rotate(40deg);
  transform: translateX(-60px) rotate(40deg);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s; }

[role="progressbar"] li:nth-child(6) {
  -webkit-transform: translateX(-75px) rotate(62deg);
  transform: translateX(-75px) rotate(62deg);
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s; }

[role="progressbar"] li:nth-child(7) {
  -webkit-transform: translateX(-90px) rotate(72deg);
  transform: translateX(-90px) rotate(72deg);
  -webkit-animation-delay: -1.8s;
  animation-delay: -1.8s; }

@-webkit-keyframes bar {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 0; }
  14.28% {
    -webkit-transform: translateX(-15px) rotate(0deg);
    transform: translateX(-15px) rotate(0deg);
    opacity: 1; }
  28.56% {
    -webkit-transform: translateX(-30px) rotate(0deg);
    transform: translateX(-30px) rotate(0deg);
    opacity: 1; }
  37.12% {
    -webkit-transform: translateX(-39px) rotate(0deg);
    transform: translateX(-39px) rotate(0deg);
    opacity: 1; }
  42.84% {
    -webkit-transform: translateX(-45px) rotate(10deg);
    transform: translateX(-45px) rotate(10deg);
    opacity: 1; }
  57.12% {
    -webkit-transform: translateX(-60px) rotate(40deg);
    transform: translateX(-60px) rotate(40deg);
    opacity: 1; }
  71.4% {
    -webkit-transform: translateX(-75px) rotate(62deg);
    transform: translateX(-75px) rotate(62deg);
    opacity: 1; }
  85.68% {
    -webkit-transform: translateX(-90px) rotate(72deg);
    transform: translateX(-90px) rotate(72deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-105px) rotate(74deg);
    transform: translateX(-105px) rotate(74deg);
    opacity: 0; } }
@keyframes bar {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
    opacity: 0; }
  14.28% {
    -webkit-transform: translateX(-15px) rotate(0deg);
    transform: translateX(-15px) rotate(0deg);
    opacity: 1; }
  28.56% {
    -webkit-transform: translateX(-30px) rotate(0deg);
    transform: translateX(-30px) rotate(0deg);
    opacity: 1; }
  37.12% {
    -webkit-transform: translateX(-39px) rotate(0deg);
    transform: translateX(-39px) rotate(0deg);
    opacity: 1; }
  42.84% {
    -webkit-transform: translateX(-45px) rotate(10deg);
    transform: translateX(-45px) rotate(10deg);
    opacity: 1; }
  57.12% {
    -webkit-transform: translateX(-60px) rotate(40deg);
    transform: translateX(-60px) rotate(40deg);
    opacity: 1; }
  71.4% {
    -webkit-transform: translateX(-75px) rotate(62deg);
    transform: translateX(-75px) rotate(62deg);
    opacity: 1; }
  85.68% {
    -webkit-transform: translateX(-90px) rotate(72deg);
    transform: translateX(-90px) rotate(72deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-105px) rotate(74deg);
    transform: translateX(-105px) rotate(74deg);
    opacity: 0; } }
#soundBtn {
  position: absolute;
  right: 0.5%;
  top: 3%;
  width: 80px;
  z-index: 9;
  text-decoration: none; }
  #soundBtn p {
    font-size: 8px;
    color: #888; }
  #soundBtn .sound_icon {
    position: absolute;
    margin: auto;
    right: 0;
    top: -2px;
    width: 40px; }
    #soundBtn .sound_icon ul {
      margin: 0;
      list-style: none;
      width: 40px;
      position: relative;
      padding: 0;
      height: 12px; }
      #soundBtn .sound_icon ul li {
        position: absolute;
        width: 2px;
        height: 0;
        background-color: #888;
        bottom: 0; }
      #soundBtn .sound_icon ul li:nth-child(1) {
        left: 5px;
        animation: sequence2 1s ease infinite 0.1s; }
      #soundBtn .sound_icon ul li:nth-child(2) {
        left: 10px;
        animation: sequence1 1s ease-in-out infinite 0.2s; }
      #soundBtn .sound_icon ul li:nth-child(3) {
        left: 15px;
        animation: sequence2 1s ease-in infinite 0.3s; }
      #soundBtn .sound_icon ul li:nth-child(4) {
        left: 20px;
        animation: sequence1 1s ease-in-out infinite 0.4s; }
      #soundBtn .sound_icon ul li:nth-child(5) {
        left: 25px;
        animation: sequence2 1s ease infinite 0.5s; }
  #soundBtn.off .sound_icon ul li {
    animation: none !important;
    height: 1px; }
@keyframes sequence1 {
  0% {
    height: 20%; }
  50% {
    height: 60%; }
  100% {
    height: 20%; } }
@keyframes sequence2 {
  0% {
    height: 40%; }
  50% {
    height: 100%; }
  100% {
    height: 30%; } }
@keyframes stop {
  0% {
    height: 50%; }
  100% {
    height: 1%; } }
/*header
-------------------------------------*/
#header {
  position: relative;
  width: 940px;
  background: #FFF;
  margin: 0 auto 30px auto; }
  #header .logo {
    display: block;
    width: 88px;
    height: 107px; }
  #header h1 {
    position: absolute;
    top: 50px;
    right: 0;
    width: 323px; }
    #header h1 svg path {
      fill: #0f0; }

/*footer
-------------------------------------*/
#footer {
  min-width: 960px;
  width: 100%;
  background: #dddddd;
  border-top: 1px solid #FFF;
  padding: 53px 0; }
  #footer .dotline {
    width: 963px;
    height: 1px;
    background-image: url(../IMAGES/dotline.png);
    margin: auto; }
  #footer .inner {
    position: relative;
    width: 630px;
    margin: 0 auto 50px auto; }
    #footer .inner p img {
      width: 374px;
      height: 48px; }
    #footer .inner .presentBtn {
      display: block;
      background: url(../IMAGES/footer_present_btn.gif) no-repeat;
      width: 226px;
      height: 44px;
      position: absolute;
      top: 2px;
      right: 0; }
    #footer .inner .presentBtn:hover {
      opacity: 0.7; }
    #footer .inner .chuki {
      font-size: 13px;
      color: #cf2242;
      text-align: center;
      margin-top: 20px; }
  #footer .inner2 {
    position: relative;
    width: 570px;
    margin: 0 auto 0 auto; }
    #footer .inner2 p, #footer .inner2 div {
      overflow: hidden;
      text-indent: -99999px;
      display: block; }
    #footer .inner2 .ttl {
      width: 289px;
      height: 40px;
      background: url(../IMAGES/happy_drive_ttl_pc.png) no-repeat;
      margin: 48px 0 0 143px; }
    #footer .inner2 .txt {
      width: 416px;
      height: 38px;
      background: url(../IMAGES/happy_drive_txt_pc.png) no-repeat;
      margin: 10px 0 0 143px; }
    #footer .inner2 .icon {
      width: 120px;
      height: 103px;
      background: url(../IMAGES/happy_drive_icon_pc.png) no-repeat;
      position: absolute;
      top: 0;
      left: 0; }
    #footer .inner2 .btn {
      margin: 43px 0 0 160px; }
      #footer .inner2 .btn a {
        display: block;
        width: 235px;
        height: 38px;
        background: url(../IMAGES/happy_drive_btn_pc.png) no-repeat; }
        #footer .inner2 .btn a:hover {
          opacity: 0.7; }

/*clearfix
-------------------------------------*/
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

/*clearfix
-------------------------------------*/
span.s_view {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  width: 0;
  height: 100%; }

/*-------------------------------------
#index
-------------------------------------*/
/*contents-wrap
-------------------------------------*/
#index {
  width: 100%; }
  #index img {
    width: 100%;
    height: auto; }
  #index .container {
    width: 960px;
    margin: 0 auto; }
    #index .container .movieArea {
      position: relative;
      width: 100%;
      height: 0;
      padding-top: 50.8%;
      overflow: hidden;
      background: #202020; }
      #index .container .movieArea .excluded {
        width: 100%;
        position: absolute;
        z-index: 10;
        font-size: 10px;
        top: 49%;
        left: 0;
        text-align: center;
        color: #fff; }
      #index .container .movieArea .movie_overlay {
        width: 100%;
        height: 100%;
        background-color: #111;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        opacity: 1; }
        #index .container .movieArea .movie_overlay p.attention {
          bottom: 15%;
          left: 0;
          width: 100%;
          display: block;
          position: absolute;
          text-align: center;
          font-size: 1rem;
          color: #aaa; }
        #index .container .movieArea .movie_overlay p.loading_txt {
          width: 100%;
          text-align: center;
          font-size: 6px;
          letter-spacing: 0.1em;
          position: absolute;
          top: 58%;
          left: -1em;
          color: #555; }
          #index .container .movieArea .movie_overlay p.loading_txt span.num, #index .container .movieArea .movie_overlay p.loading_txt span.per {
            color: #999;
            font-size: 1.5em; }
          #index .container .movieArea .movie_overlay p.loading_txt span.num {
            display: inline-block;
            width: 2.5em;
            font-size: 2em;
            text-align: right; }
      #index .container .movieArea .soundselect {
        position: absolute;
        z-index: 7;
        bottom: 45%;
        left: 50%;
        margin-left: -210px;
        color: #fff;
        width: 420px;
        text-align: center;
        letter-spacing: 0.2em; }
        #index .container .movieArea .soundselect p {
          opacity: .4;
          font-size: 18px;
          font-size: calc(0.6em + 0.6vw); }
        #index .container .movieArea .soundselect ul {
          width: 100%;
          margin: 12% 0 0;
          font-size: 18px;
          font-size: calc(0.6em + 0.4vw); }
          #index .container .movieArea .soundselect ul li {
            display: inline-block;
            width: 46%;
            padding: 0; }
            #index .container .movieArea .soundselect ul li:first-child {
              border-right: 1px solid rgba(255, 255, 255, 0.4); }
            #index .container .movieArea .soundselect ul li a {
              display: block;
              color: #fff;
              text-decoration: none; }
              #index .container .movieArea .soundselect ul li a:hover {
                opacity: .6; }
      #index .container .movieArea .movie_container {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 6;
        vertical-align: bottom; }
        #index .container .movieArea .movie_container video {
          width: 100%;
          position: absolute;
          top: 0;
          left: 0; }
          #index .container .movieArea .movie_container video#mainVideo {
            z-index: 5; }
          #index .container .movieArea .movie_container video#cakeVideo {
            display: none;
            z-index: 6; }
      #index .container .movieArea .movieTxtArea {
        width: 100%;
        position: absolute;
        top: 13%;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 8; }
        #index .container .movieArea .movieTxtArea #happybirthday {
          width: 40%;
          height: auto;
          margin: 0 auto; }
        #index .container .movieArea .movieTxtArea #svgwrap {
          display: block;
          opacity: 0.4;
          margin: -3.4% auto 0;
          width: 16%;
          height: 0;
          padding-top: 9%;
          position: relative; }
          #index .container .movieArea .movieTxtArea #svgwrap #dear {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block; }
            #index .container .movieArea .movieTxtArea #svgwrap #dear image, #index .container .movieArea .movieTxtArea #svgwrap #dear g, #index .container .movieArea .movieTxtArea #svgwrap #dear mask {
              width: 100%; }
        #index .container .movieArea .movieTxtArea #namebox {
          width: 100%;
          margin-top: -2.0%; }
          #index .container .movieArea .movieTxtArea #namebox p {
            line-height: 1.2em;
            letter-spacing: 0.4em;
            text-align: center;
            color: #fff;
            font-size: 24px;
            font-size: calc(1em + 1vw); }
        #index .container .movieArea .movieTxtArea.noname {
          margin-top: 4.2%; }
          #index .container .movieArea .movieTxtArea.noname #svgwrap, #index .container .movieArea .movieTxtArea.noname #namebox {
            display: none; }
    #index .container h2 {
      width: 305px;
      display: block;
      margin: 46px auto; }
    #index .container .shareArea {
      width: 580px;
      margin: 0 auto; }
      #index .container .shareArea .url {
        width: 500px;
        margin: 0 auto; }
        #index .container .shareArea .url p.txt {
          width: 33px;
          float: left;
          margin-top: 8px; }
        #index .container .shareArea .url p.address {
          width: 420px;
          float: right;
          word-wrap: break-word;
          overflow-wrap: break-word;
          word-break: break-all;
          font-size: 12px;
          color: #343434;
          background: #eee;
          padding: 10px 15px; }
      #index .container .shareArea .shareBtn {
        width: 270px;
        margin: 23px auto 50px; }
        #index .container .shareArea .shareBtn li {
          float: left;
          width: 57px;
          height: 57px;
          margin-left: 49px; }
          #index .container .shareArea .shareBtn li a {
            width: 100%;
            height: 100%;
            display: block;
            background-size: 100% 100%;
            background-repeat: no-repeat; }
          #index .container .shareArea .shareBtn li a:hover {
            opacity: 0.7; }
          #index .container .shareArea .shareBtn li.mail {
            margin-left: 0; }
        #index .container .shareArea .shareBtn li.line {
          display: none; }
        #index .container .shareArea .shareBtn li.fb a {
          background-image: url(../IMAGES/fb_icon_s.png); }
        #index .container .shareArea .shareBtn li.tw a {
          background-image: url(../IMAGES/twitter_icon_s.png); }
        #index .container .shareArea .shareBtn li.mail a {
          background-image: url(../IMAGES/mail_icon_s.png); }
    #index .container .btnArea {
      position: relative;
      width: 580px;
      margin: 0 auto; }
      #index .container .btnArea p.ttl {
        width: 517px;
        margin: 0 auto 22px; }
      #index .container .btnArea a {
        width: 100%;
        display: block; }
        #index .container .btnArea a:hover {
          opacity: 0.8; }
      #index .container .btnArea p.ex {
        width: 361px;
        margin: 36px auto; }
      #index .container .btnArea .ex_form {
        position: absolute;
        top: -180px;
        width: 500px;
        padding: 30px 60px;
        left: -20px;
        background: #fff;
        z-index: 99999;
        opacity: 0;
        display: none; }
        #index .container .btnArea .ex_form form {
          display: block; }
          #index .container .btnArea .ex_form form label {
            font-size: 16px;
            color: #222; }
          #index .container .btnArea .ex_form form input[type="text"], #index .container .btnArea .ex_form form select {
            margin-top: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            text-align: left;
            border: #aaa solid 1px;
            background: #efefef;
            height: 40px; }
          #index .container .btnArea .ex_form form .form_name {
            float: left;
            width: 330px; }
            #index .container .btnArea .ex_form form .form_name input {
              width: 100%; }
            #index .container .btnArea .ex_form form .form_name input:focus::-webkit-input-placeholder {
              color: transparent; }
            #index .container .btnArea .ex_form form .form_name input:focus:-moz-placeholder {
              color: transparent; }
            #index .container .btnArea .ex_form form .form_name input:focus::-moz-placeholder {
              color: transparent; }
          #index .container .btnArea .ex_form form .form_age {
            float: right;
            width: 150px; }
            #index .container .btnArea .ex_form form .form_age select {
              width: 100%; }
          #index .container .btnArea .ex_form form input[type="submit"] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            cursor: pointer;
            width: 235px;
            padding: 12px;
            font-size: 18px;
            color: #fff;
            letter-spacing: 0.1em;
            margin: 25px auto 0;
            background: #c3002f; }
            #index .container .btnArea .ex_form form input[type="submit"]:hover {
              opacity: 0.8; }

/*****************************************************************
for Middole
******************************************************************/
@media only screen and (max-width: 640px) {
  html, body {
    overflow-x: hidden; }

  .for_pc {
    display: none; }

  .for_sp {
    display: block; }

  #preloadicon {
    position: fixed;
    background-size: contain;
    top: 40%; }

  #soundBtn {
    position: absolute;
    right: 10%;
    top: 4%;
    width: 70px;
    text-decoration: none; }
    #soundBtn p {
      font-size: 8px;
      color: #888; }

  #header {
    width: 100%;
    margin: 0 5% 5% 5% !important; }
    #header .logo {
      display: block;
      width: 20%;
      height: 20%; }
      #header .logo img {
        width: 100%; }
    #header h1 {
      position: absolute;
      top: 45%;
      right: 8% !important;
      width: 50%; }
      #header h1 img {
        width: 100%; }

  #footer {
    min-width: inherit;
    width: 100% !important;
    height: 100% !important;
    background: #dddddd;
    border-top: 1px solid #FFF; }
    #footer .dotline {
      margin-bottom: 11% !important; }
    #footer .inner {
      position: relative;
      padding-bottom: 12%;
      width: 90%;
      margin: 0 auto 0 5%; }
      #footer .inner p {
        margin-bottom: 34px; }
        #footer .inner p img {
          width: 100%;
          height: auto; }
      #footer .inner .presentBtn {
        background: url(../IMAGES/sp_footer_present_btn.gif) 0 0 no-repeat;
        width: 580px;
        height: 0;
        padding-top: 13.27%;
        background-size: contain;
        position: static; }
      #footer .inner .chuki {
        text-align: left;
        line-height: 1.6em; }
        #footer .inner .chuki br {
          display: none; }
    #footer .inner2 {
      position: relative;
      width: 100%;
      margin: 0 auto 0 auto; }
      #footer .inner2 p, #footer .inner2 div {
        overflow: hidden;
        text-indent: -99999px;
        display: block; }
      #footer .inner2 .ttl {
        width: 64.53%;
        height: 0;
        padding-top: 8.9%;
        background: url(../IMAGES/happy_drive_ttl_sp.png) no-repeat;
        background-size: 100% auto;
        margin: 5% auto 0 auto; }
      #footer .inner2 .txt {
        width: 52.96%;
        height: 0;
        padding-top: 12.03%;
        background: url(../IMAGES/happy_drive_txt_sp.png) no-repeat;
        background-size: 100% auto;
        margin: 4% 0 0 38%; }
      #footer .inner2 .icon {
        width: 29.84%;
        height: 0;
        padding-top: 24.12%;
        background: url(../IMAGES/happy_drive_icon_sp.png) no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: inherit;
        bottom: -5px;
        left: 7.2%; }
      #footer .inner2 .btn {
        width: 100%;
        margin: 2% 0 0 38%; }
        #footer .inner2 .btn a {
          display: block;
          width: 53.28%;
          height: 0;
          padding-top: 7.03%;
          background: url(../IMAGES/happy_drive_btn_sp.png) no-repeat;
          background-size: 100% auto; }

  #index .container {
    width: 100%;
    max-width: inherit;
    min-width: 320px; }
    #index .container .movieArea {
      position: relative;
      width: 130%;
      margin: 0 0 0 -15%;
      padding-top: 66%; }
      #index .container .movieArea .soundselect {
        position: absolute;
        z-index: 7;
        bottom: 38%;
        left: 50%;
        margin-left: -30%;
        color: #fff;
        width: 60%;
        text-align: center;
        letter-spacing: 0.2em; }
        #index .container .movieArea .soundselect p {
          opacity: .4;
          font-size: .75rem;
          font-size: 2.8vw; }
        #index .container .movieArea .soundselect ul {
          width: 100%;
          margin: 12% 0 0;
          font-size: .85rem;
          font-size: 3vw; }
          #index .container .movieArea .soundselect ul li {
            display: inline-block;
            width: 48%;
            padding: 0; }
            #index .container .movieArea .soundselect ul li:first-child {
              border-right: 1px solid #353535; }
            #index .container .movieArea .soundselect ul li a {
              display: block;
              color: #fff;
              text-decoration: none; }
      #index .container .movieArea .movie_overlay p.attention {
        bottom: 8%;
        font-size: .7rem;
        font-size: 2.4vw; }
      #index .container .movieArea .movie_overlay p.loading_txt {
        top: 58%; }
      #index .container .movieArea .movieTxtArea {
        width: 60%;
        position: absolute;
        top: 10%;
        left: 0;
        right: 0;
        margin: 0 auto; }
        #index .container .movieArea .movieTxtArea #happybirthday {
          width: 78%; }
        #index .container .movieArea .movieTxtArea #svgwrap {
          width: 26%; }
        #index .container .movieArea .movieTxtArea #namebox p {
          margin-top: 1%;
          letter-spacing: 0.25em;
          font-size: 24px;
          font-size: 3.5vw; }
    #index .container h2 {
      width: 58%;
      margin: 8% auto; }
    #index .container .shareArea {
      width: 100%; }
      #index .container .shareArea .url {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
        #index .container .shareArea .url p.txt {
          width: 33px;
          float: none;
          margin: 0 auto 2%; }
        #index .container .shareArea .url p.address {
          width: 86%;
          float: none;
          font-size: 12px;
          padding: 2% 2%;
          display: inline-block;
          text-align: left; }
      #index .container .shareArea .shareBtn {
        width: 100%;
        margin: 8% auto 12%; }
        #index .container .shareArea .shareBtn li {
          position: relative;
          float: left;
          width: 12%;
          height: 0;
          padding-top: 12%;
          margin-left: 8%; }
          #index .container .shareArea .shareBtn li a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            padding-top: 100%;
            display: block;
            background-size: 100% 100%;
            background-repeat: no-repeat; }
          #index .container .shareArea .shareBtn li a:hover {
            opacity: 1; }
          #index .container .shareArea .shareBtn li.mail {
            margin-left: 14%; }
        #index .container .shareArea .shareBtn li.line {
          display: block; }
        #index .container .shareArea .shareBtn li.line a {
          background-image: url(../IMAGES/line_icon.png); }
        #index .container .shareArea .shareBtn li.fb a {
          background-image: url(../IMAGES/fb_icon.png); }
        #index .container .shareArea .shareBtn li.tw a {
          background-image: url(../IMAGES/twitter_icon.png); }
        #index .container .shareArea .shareBtn li.mail a {
          background-image: url(../IMAGES/mail_icon.png); }
    #index .container .btnArea {
      width: 90%;
      margin: 0 auto; }
      #index .container .btnArea p.ttl {
        width: 98%;
        margin: 0 auto 6.25%; }
      #index .container .btnArea a {
        width: 100%; }
      #index .container .btnArea p.ex {
        width: 80%;
        margin: 8% auto; }
      #index .container .btnArea .ex_form {
        position: absolute;
        top: -80%;
        width: 90%;
        padding: 8% 7%;
        left: -2%;
        background: #fff; }
        #index .container .btnArea .ex_form form {
          display: block; }
          #index .container .btnArea .ex_form form label {
            font-size: 12px;
            color: #222; }
          #index .container .btnArea .ex_form form input[type="text"], #index .container .btnArea .ex_form form select {
            margin-top: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            text-align: left;
            border: #aaa solid 1px;
            background: #efefef;
            height: 3em; }
          #index .container .btnArea .ex_form form .form_name {
            float: none;
            width: 100%; }
            #index .container .btnArea .ex_form form .form_name input {
              width: 100%; }
          #index .container .btnArea .ex_form form .form_age {
            margin-top: 15px;
            float: none;
            width: 100%; }
            #index .container .btnArea .ex_form form .form_age select {
              width: 100%; }
          #index .container .btnArea .ex_form form input[type="submit"] {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            display: block;
            cursor: pointer;
            width: 100%;
            padding: 16px 10px;
            font-size: 18px;
            color: #fff;
            letter-spacing: 0.1em;
            margin: 30px auto 10px;
            background: #c3002f; }
            #index .container .btnArea .ex_form form input[type="submit"]:hover {
              opacity: 0.8; } }

/*# sourceMappingURL=common.css.map */

/* 2019 add */
body #index .container .deco{
	margin: 0 -5px 30px 0;
}
body #index .container .hr{
	height: auto;
	margin: 30px -5px 40px 0;
}
body #index .container .deco img,
body #index .container .hr img{
	vertical-align: middle;
}

body #index .container .textWrap{
	position: relative;
	margin: 0 0 150px;
	padding: 35px;
	background: url("../IMAGES/bg_textwrap.png") center center repeat;
	border-radius: 10px;
}
body #index .container .textWrap:before{
	content: " ";
	position: absolute;
	width: 270px;
	height: 264px;
	left: 0;
	top: 0;
	background: url("../IMAGES/ico_textwrap01.png") center center repeat;
}
body #index .container .textWrap:after{
	content: " ";
	position: absolute;
	width: 188px;
	height: 158px;
	right: 0;
	bottom: 0;
	background: url("../IMAGES/ico_textwrap02.png") center center repeat;
}
body #index .container .textWrap .inner{
	padding: 40px 0;
	background: #fffdf2;
	border-radius: 10px;
}
body #index .container .textWrap .inner h2{
	width: 298px;;
	margin: 0 auto 48px;
}
body #index .container .textWrap .inner .shareArea{
	width: 750px;
}
body #index .container .textWrap .inner .shareArea .url{
	width: 750px;;
	margin: 0 auto 45px;
	display: table;
}
body #index .container .textWrap .inner .shareArea .url p.address{
	display: table-cell;
	width: 500px;
	min-height: 53px;
	box-sizing: border-box;
	padding: 15px;
	background: #fff;
	border: #898989 1px solid;
	font-size: 14px;
	font-weight: normal;
	vertical-align: middle;
}
body #index .container .textWrap .inner .shareArea .url p.copy{
	display: table-cell;
	width: 232px;
	padding: 0 0 0 18px;
	vertical-align: middle;
}
body #index .container .textWrap .inner .shareArea .url p.copy button{
	box-sizing: border-box;
	width: 100%;
	line-height: 53px;
	border: #898989 1px solid;
	border-radius: 5px;
	background: #f7f8f8;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}
body #index .container .textWrap .inner .shareArea .url p.copy button:hover{
	opacity: 0.8;
}
#index .container .movieArea .movieTxtArea{
	top: 45%;
}
#index .container .movieArea .movieTxtArea #namebox p{
	width: 720px;
	margin: 0 auto;
	font-size: 60px;
	color: #000;
	letter-spacing: 0.01em;
}
#index .container .movieArea .soundselect{
	z-index: 9;
	bottom: 67%;
}
#index .container .movieArea .image{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: url("../IMAGES/movie_wrap.jpg") center center no-repeat;
	background-size: 100% auto;
	z-index: 6;
}
#index .container .btnArea .ex_form{
	width: 540px;
	padding: 30px 40px;
}
#index .container .btnArea .ex_form form .form_birthday {
	float: right;
	width: 190px;
}
#index .container .btnArea .ex_form form .form_birthday select {
	float: left;
	width: 85px;
}
#index .container .btnArea .ex_form form .form_birthday select[name=d] {
	float: right;
}
@media only screen and (max-width: 640px){
	body #index .container .deco{
		margin: 0 -4px 15px 0;
	}
	body #index .container .hr{
		margin: 15px -4px 20px 0;
	}
	body #index .container .textWrap{
		margin: 0 0 75px;
		padding: 15px;
	}
	body #index .container .textWrap:before{
		width: 135px;
		height: 132px;
		background-size: 100% auto;
	}
	body #index .container .textWrap:after{
		width: 94px;
		height: 79px;
		background-size: 100% auto;
	}
	body #index .container .textWrap .inner .shareArea{
		width: auto;
		margin: 0 15px;
	}
	body #index .container .textWrap .inner{
		padding: 40px 0;
	}
	body #index .container .textWrap .inner h2{
		width: 58%;
		margin: 0 auto 20px;
	}
	body #index .container .textWrap .inner .shareArea .url{
		width: auto;;
		margin: 0 auto 20px;
		display: block;
	}
	body #index .container .textWrap .inner .shareArea .url p.address{
		display: block;
		width: auto;
		min-height: 1px;
		padding: 10px;
		margin: 0 15px;
	}
	body #index .container .textWrap .inner .shareArea .url p.copy{
		display: block;
		width: 150px;
		padding: 0;
		margin: 10px auto;
	}
	body #index .container .textWrap .inner .shareArea .url p.copy button{
		line-height: 30px;
		font-size: 12px;
	}
	#index .container .movieArea .movieTxtArea #namebox p{
		width: auto;
		font-size: 7.5vw;
	}
	#index .container .btnArea .ex_form form .form_birthday {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	#index .container .btnArea .ex_form form .form_birthday select {
		width: 80px;
		margin-right: 20px;
	}
	#index .container .btnArea .ex_form form .form_birthday select[name=d] {
		float: left;
		margin-right: 0;
	}
}
