@charset "UTF-8";

/*------------------------------

 common

------------------------------*/
.color_choco_nuts {
  color: #be1a21;
}

.color_cookie_choco {
  color: #005a92;
}

.color_choco_milk {
  color: #cca10e;
}

.color_otona_chocolat {
  color: #390d0d;
}

.color_otona_white {
  color: #01b1c2;
}

.color_caramel {
  color: #d75B1B;
}

.color_sales {
  color: #e5070c;
}

@media only screen and (min-width: 641px) {
  /* packageArea */
  #contents_block .packageArea ul {
    max-width: 980px;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 14px
  }

  #contents_block .packageArea ul li {
    flex: 0 0 16%;
  }

  #contents_block .packageArea ul li:not(:first-child) {
    margin-left: 1%;
  }

  #contents_block .packageArea ul li:nth-child(4) {
    position: relative;
    margin-left: 8%;
  }

  #contents_block .packageArea ul li:nth-child(5) {
    position: relative;
    margin-left: 2%;
  }

  #contents_block .packageArea ul li:nth-child(4):after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background: url("../images/giant/20_top_itemborder_200317.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 2%;
    left: -25%;
  }

  #contents_block .packageArea ul li a img {
    transition: 0.2s all;
  }

  #contents_block .packageArea ul li a:hover img {
    transform: translateY(-5px);
  }

  #contents_block .packageArea ul li a[class^='icon_'],
  #contents_block .packageArea ul li a[class*=" icon_"] {
    display: block;
    position: relative;
  }

  #contents_block .packageArea ul li a[class^='icon_']::before,
  #contents_block .packageArea ul li a[class*=" icon_"]::before {
    display: block;
    content: '';
    position: absolute;
    left: 4.784%;
    top: 5.639%;
    width: 31.1%;
    height: 0;
    padding-top: 11.961%;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #contents_block .packageArea ul li a.icon_new::before {
    background-image: url("../images/giant/20_pkg_icon_new.png")
  }

  #contents_block .packageArea ul li a.icon_renew::before {
    background-image: url("../images/giant/20_pkg_icon_renew.png");
  }

  /* bnrArea */
  #contents_block .bnrArea {
      margin: 50px auto 0;
  }

  #contents_block .bnrArea ul.bnrBox {
    width: 980px;
    padding: 0;
    margin: 0px auto;
    text-align: center;
    list-style-type: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  #contents_block .bnrArea ul.bnrBox li.item {
    box-sizing: border-box;
    margin: 0 14px 40px;
    border: solid 1px #ccc;
  }

  #contents_block .bnrArea ul.bnrBox li {
    display: flex;
    flex-direction: column;
  }

  #contents_block .bnrArea ul.bnrBox li a {
    width: 460px;
  }

  #contents_block .bnrArea ul.bnrBox li a img {
    width: 460px;
    height: auto;
    display: block;
  }

  #contents_block .bnrArea ul.bnrBox li a:hover img {
    opacity: .75;
  }

  #contents_block .bnrArea ul.bnrBox ul {
    width: 460px;
    flex-grow: 1;
    display: flex;
    padding: 0;
    list-style-type: none;
    background: #CE0000;
  }

  #contents_block .bnrArea ul.bnrBox ul li {
    display: flex;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    justify-content: center;
    box-sizing: border-box;
  }

  #contents_block .bnrArea ul.bnrBox ul.col1 li {
    width: 100%;
    background: #f1f1f1;
  }

  #contents_block .bnrArea ul.bnrBox ul.col2 li:nth-child(1) {
    width: 15%;
    background: #CE0000;
    color: #FFF;
    justify-content: center;
    text-align: center;
  }

  #contents_block .bnrArea ul.bnrBox ul.col2 li:nth-child(2){
    width: 85%;
    padding-left: 1em;
    background: #f1f1f1;
  }


  #contents_block .bnrArea .bnrWrap {
    width: 980px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }

  #contents_block .bnrArea .bnrWrap img:hover {
    filter: alpha(opacity=75);
    opacity: 0.75;
  }
}

@media only screen and (max-width: 640px) {
  /* packageArea */
  #contents_block .packageArea {
    padding: 0 4.687vw;
    font-size: 3.125vw;
  }

  #contents_block .packageArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
  }

  #contents_block .packageArea ul li {
    box-sizing: border-box;
    flex: 0 0 33.33%;
    padding: 0;
  }

  #contents_block .packageArea ul li a[class^='icon_'],
  #contents_block .packageArea ul li a[class*=" icon_"] {
    display: block;
    position: relative;
  }

  #contents_block .packageArea ul li a[class^='icon_']::before,
  #contents_block .packageArea ul li a[class*=" icon_"]::before {
    display: block;
    content: '';
    position: absolute;
    left: 4.784%;
    top: 5.639%;
    width: 31.1%;
    height: 0;
    padding-top: 11.961%;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #contents_block .packageArea ul li a.icon_new::before {
    background-image: url("../images/giant/20_pkg_icon_new.png")
  }

  #contents_block .packageArea ul li a.icon_renew::before {
    background-image: url("../images/giant/20_pkg_icon_renew.png");
  }

  /* bnrArea */
  #contents_block .bnrArea {
    margin: 10vw auto;
    padding: 0 4.687vw;
    font-size: 3.125vw;
  }

  #contents_block .bnrArea ul.bnrBox {
    padding: 0;
    margin: 0px auto;
    text-align: center;
    list-style-type: none;
  }

  #contents_block .bnrArea ul.bnrBox li.item {
    border: solid 1px #ccc;
    overflow: hidden;
  }

  #contents_block .bnrArea ul.bnrBox li.item:not(:last-child) {
    margin-bottom: 3vw;
  }

  #contents_block .bnrArea ul.bnrBox li a {
    display: block;
  }

  #contents_block .bnrArea ul.bnrBox ul {
    display: flex;
    padding: 0;
    list-style-type: none;
  }

  #contents_block .bnrArea ul.bnrBox ul li {
    display: flex;
    padding: 10px 0;
    text-align: left;
    align-items: center;
    box-sizing: border-box;
  }

  #contents_block .bnrArea ul.bnrBox ul.col1 li {
    width: 100%;
    padding-left: 1em;
    background: #f1f1f1;
  }

  #contents_block .bnrArea ul.bnrBox ul.col2 li:nth-child(1) {
    width: 15%;
    background: #CE0000;
    color: #FFF;
    text-align: center;
    justify-content: center;
  }

  #contents_block .bnrArea ul.bnrBox ul.col2 li:nth-child(2){
    width: 85%;
    padding-left: 1em;
    background: #f1f1f1;
  }
}

/*------------------------------

  トップページ

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_top .top_visual {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 2000px;
    height: 620px;
    overflow: hidden;
    background: #e20001;
  }

  .giant_top iframe {
    position: absolute;
    width: 2000px;
    height: 620px;
    top: 0;
    left: 50%;
    transform: translateX(-1000px);
    background: #e20001;
  }
}
@media only screen and (max-width: 640px) {
  .giant_top .top_visual {
    margin: 0 0 10vw;
    width: 100%;
    padding-top: 125%;
    height: 0;
    overflow: hidden;
    background: #e20001;
  }

  .giant_top iframe {
    position: absolute;
    width: 100%;
    height: 125vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #e20001;
  }
}

/*------------------------------

  商品紹介

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_giant .giant_header {
    height: 100px;
    margin-bottom: 30px;
    overflow: hidden;
    background: url("../images/giant/20_giant_title.png") no-repeat center top;
    background-size: auto 100px;
  }

  .giant_giant .giant_header h1 {
    text-indent: -9999px;
  }

  .giant_giant ul#product_list {
    display: flex;
    justify-content: space-between;
    margin: 0px auto 30px;
    padding: 15px 0 0 0 ;
    width: auto;
    max-width: 900px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
  }

  .giant_giant ul#product_list li {
    flex: 0 0 143px;
  }

  .giant_giant ul#product_list li:nth-child(4) {
    position: relative;
    margin-left: 70px;
  }

    .giant_giant ul#product_list li:nth-child(5) {
    position: relative;
    margin-left: 10px;
  }

  .giant_giant ul#product_list li:nth-child(4):after{
    content: "";
    display: inline-block;
    width: 1px;
    height: 170px;
    background: url("../images/giant/20_top_itemborder_200317.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 26px;
    left: -45px;
  }

  .giant_giant ul#product_list li a img {
    transition: all 0.2s;
  }

  .giant_giant ul#product_list li a:hover img {
    transform: translateY(-5px);
  }

  .giant_giant ul#product_list li a[class^='icon_'],
  .giant_giant ul#product_list li a[class*=" icon_"] {
    display: block;
    position: relative;
  }

  .giant_giant ul#product_list li a[class^='icon_']::before,
  .giant_giant ul#product_list li a[class*=" icon_"]::before {
    display: block;
    content: '';
    position: absolute;
    left: 2.784%;
    top: 2.639%;
    width: 39.16%;
    padding-top: 13.3%;
    height: 0;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .giant_giant ul#product_list li a.icon_new::before {
    background-image: url("../images/giant/20_pkg_icon_new.png")
  }

  .giant_giant ul#product_list li a.icon_renew::before {
    background-image: url("../images/giant/20_pkg_icon_renew.png");
  }

  .giant_giant .product_main {
    height: 790px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 790px;
  }

  .giant_giant .product_main h2,
  .giant_giant .product_main p.text-hide {
    text-indent: -9999px;
  }

  .giant_giant .product_main#choco_nuts {
    background-image: url("../images/giant/20_main_choco_nuts.jpg?201113");
  }

  .giant_giant .product_main#cookie_choco {
    background-image: url("../images/giant/20_main_cookie_choco.jpg?201113");
  }

  .giant_giant .product_main#choco_milk {
    background-image: url("../images/giant/20_main_choco_milk.jpg?201113");
  }

  .giant_giant .product_main#caramel {
    background-image: url("../images/giant/20_main_caramel.jpg?201113");
  }

  .giant_giant .product_main#otona_chocolat {
    height: 1025px;
    background-image: url("../images/giant/20_main_otona_chocolat.jpg?201117");
    background-size: auto 1025px;
  }

  .giant_giant .product_main#otona_white {
    height: 1025px;
    background-image: url("../images/giant/20_main_otona_white.jpg?201117");
    background-size: auto 1025px;
  }

  .giant_giant .btm_item {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 30px auto 40px;
    padding: 0;
    width: 980px;
  }

  .giant_giant .btm_item li {
    flex: 0 0 137px;
  }

  .giant_giant .btm_item li a img {
    transition: all 0.2s;
  }

  .giant_giant .btm_item li a:hover img {
    transform: translateY(-5px);
  }

  .giant_giant .bnr_shop {
    width: 470px;
    margin: 0 auto 20px;
  }

  .giant_giant .bnr_shop a:hover{
    opacity: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  .giant_giant .giant_header {
    height: 20.208vw;
    margin-bottom: 5vw;
    overflow: hidden;
    background: url("../images/giant/20_sp_giant_title.png") no-repeat center top;
    background-size: cover;
  }

  .giant_giant .giant_header h1 {
    text-indent: -9999px;
  }

  .giant_giant ul#product_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 5vw;
    padding: 0;
    font-size: 2.916vw;
    text-align: center;
    overflow: hidden;
  }

  .giant_giant ul#product_list li {
    margin-bottom: 4vw;
    flex: 0 0 30vw;
  }

  .giant_giant ul#product_list li a[class^='icon_'],
  .giant_giant ul#product_list li a[class*=" icon_"] {
    display: block;
    position: relative;
  }

  .giant_giant ul#product_list li a[class^='icon_']::before,
  .giant_giant ul#product_list li a[class*=" icon_"]::before {
    display: block;
    content: '';
    position: absolute;
    left: 4.784%;
    top: 5.639%;
    width: 31.1%;
    height: 0;
    padding-top: 11.961%;
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .giant_giant ul#product_list li a.icon_new::before {
    background-image: url("../images/giant/20_pkg_icon_new.png")
  }

  .giant_giant ul#product_list li a.icon_renew::before {
    background-image: url("../images/giant/20_pkg_icon_renew.png");
  }

  .giant_giant .product_main {
    height: 215vw;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .giant_giant .product_main h2,
  .giant_giant .product_main p.text-hide {
    text-indent: -9999px;
  }

  .giant_giant .product_main#choco_nuts {
    background-image: url("../images/giant/20_sp_main_choco_nuts.jpg");
  }

  .giant_giant .product_main#cookie_choco {
    background-image: url("../images/giant/20_sp_main_cookie_choco.jpg");
  }

  .giant_giant .product_main#choco_milk {
    background-image: url("../images/giant/20_sp_main_choco_milk.jpg");
  }

  .giant_giant .product_main#caramel {
    height: 247vw;
    background-image: url("../images/giant/20_sp_main_caramel.jpg");
  }

  .giant_giant .product_main#otona_chocolat {
    height: 328vw;
    background-image: url("../images/giant/20_sp_main_otona_chocolat.jpg");
  }

  .giant_giant .product_main#otona_white {
    height: 328vw;
    background-image: url("../images/giant/20_sp_main_otona_white.jpg");
  }

  .giant_giant .btm_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 10vw auto;
    padding: 0;
  }

  .giant_giant .btm_item li {
    flex: 0 0 22vw;
  }

  .giant_giant .bnr_shop {
    margin: 10vw;
  }

}

/*------------------------------

  おいしさの秘密

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_secret .contents_body {
    margin-bottom: 40px;
  }

  .giant_secret .contents_body h1,
  .giant_secret .contents_body h2,
  .giant_secret .contents_body h3,
  .giant_secret .contents_body p {
    text-indent: -9999px;
    height: 0;
    overflow: hidden;
  }

  .giant_secret .secret_scene01 {
    overflow: hidden;
    width: 100%;
    height: 700px;
    background: url("../images/secret/20_secret01.png?200206") no-repeat center top;
    background-size: auto 700px;
  }

  .giant_secret .secret_scene02 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 975px;
    background: url("../images/secret/20_secret02.png") no-repeat center top;
    background-size: auto 975px;
  }

  .giant_secret .secret_scene02 > div[class^="txt_"],
  .giant_secret .secret_scene02 > div[class^="img_"] {
    position: absolute;
    left: 50%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    transform: scale(0.9);
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-property: transform, opacity:
  }

  .giant_secret .secret_scene02 > div.txt_topping {
    top: 81px;
    margin-left: -490px;
    width: 385px;
    height: 216px;
    background-image: url("../images/secret/20_txt_topping.png");
    transform-origin: right center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_topping.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_chocolate {
    top: 81px;
    margin-left: 105px;
    width: 385px;
    height: 321px;
    background-image: url("../images/secret/20_txt_chocolate.png");
    transform-origin: left center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_chocolate.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_crispy {
    top: 342px;
    margin-left: -490px;
    width: 385px;
    height: 251px;
    background-image: url("../images/secret/20_txt_crispy.png");
    transform-origin: right center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_crispy.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_cream {
    top: 370px;
    margin-left: 65px;
    width: 385px;
    height: 261px;
    background-image: url("../images/secret/20_txt_cream.png");
    transform-origin: left center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_cream.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_cone {
    top: 608px;
    margin-left: -490px;
    width: 385px;
    height: 261px;
    background-image: url("../images/secret/20_txt_cone.png");
    transform-origin: right center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_cone.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari {
    top: 667px;
    margin-left: -100px;
    width: 256px;
    height: 221px;
    background-image: url("../images/secret/20_img_chocodamari.png");
    transform: scale(0.2);
    transform-origin: left center;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari.is-anime {
    animation: swing 3s infinite;
  }

  .giant_secret .secret_scene02 > div.txt_chocodamari {
    top: 662px;
    margin-left: 75px;
    width: 405px;
    height: 191px;
    background-image: url("../images/secret/20_txt_chocodamari.png");
    transform-origin: left center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari.is-show + div.txt_chocodamari {
    transition-delay: 0.6s;
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene03 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
    background: url("../images/secret/20_secret03.png?200206") no-repeat center top;
    background-size: auto 700px;
  }

  .giant_secret .secret_scene03 .movie_secret {
    position: absolute;
    width: 352px;
    height: 198px;
    top: 381px;
    left: 50%;
    margin-left: 123px;
  }
}

@keyframes swing {
    0%,100% { transform-origin: center center;}
    0% { transform: rotate(0); }
   60% { transform: rotate(0); }
   65% { transform: rotate(8deg); }
   70% { transform: rotate(-8deg); }
   75% { transform: rotate(6deg); }
   80% { transform: rotate(-6deg); }
   85% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

@media only screen and (max-width: 640px) {
  .giant_secret .contents_body {
    margin-bottom: 10vw;
  }

  .giant_secret .contents_body h1,
  .giant_secret .contents_body h2,
  .giant_secret .contents_body h3,
  .giant_secret .contents_body p {
    text-indent: -9999px;
    height: 0;
    overflow: hidden;
  }

  .giant_secret .secret_scene01 {
    width: 100%;
    height: 179.166vw;
    background: url("../images/secret/20_sp_secret01.png?200206") no-repeat center top;
    background-size: cover;
    overflow: hidden;
  }

  .giant_secret .secret_scene02 {
    position: relative;
    width: 100%;
    height: 248vw;
    background: url("../images/secret/20_sp_secret02.png") no-repeat center top;
    background-size: cover;
    overflow: hidden;
  }

  .giant_secret .secret_scene02 > div[class^="txt_"],
  .giant_secret .secret_scene02 > div[class^="img_"] {
    position: absolute;
    left: 50%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    transform: scale(0.9);
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition-property: transform, opacity:
  }

  .giant_secret .secret_scene02 > div.txt_topping {
    top: 13.2vw;
    margin-left: -18.9vw;
    width: 64.7vw;
    height: 27.2vw;
    background-image: url("../images/secret/20_sp_txt_topping.png");
    transform-origin: left center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_topping.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_chocolate {
    top: 40.8vw;
    margin-left: -14.7vw;
    width: 59.4vw;
    height: 48vw;
    background-image: url("../images/secret/20_sp_txt_chocolate.png");
    transform-origin: left center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_chocolate.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_crispy {
    top: 129.5vw;
    margin-left: -46vw;
    width: 68.9vw;
    height: 37.6vw;
    background-image: url("../images/secret/20_sp_txt_crispy.png");
    transform-origin: right bottom;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_crispy.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_cream {
    top: 56vw;
    margin-left: -29.4vw;
    width: 75.1vw;
    height: 54.3vw;
    background-image: url("../images/secret/20_sp_txt_cream.png");
    transform-origin: left top;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_cream.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.txt_cone {
    top: 165.6vw;
    margin-left: -46vw;
    width: 70.9vw;
    height: 33.4vw;
    background-image: url("../images/secret/20_sp_txt_cone.png");
    transform-origin: right center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.txt_cone.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari {
    top: 198vw;
    margin-left: 4vw;
    width: 39.7vw;
    height: 35.5vw;
    background-image: url("../images/secret/20_sp_img_chocodamari.png");
    transform: scale(0.2);
    transform-origin: right top;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari.is-show {
    transform: scale(1);
    opacity: 1;
    animation: swing_sp 4s  infinite;
  }

  .giant_secret .secret_scene02 > div.txt_chocodamari {
    top: 202.8vw;
    margin-left: -46vw;
    width: 66.8vw;
    height: 31.3vw;
    background-image: url("../images/secret/20_sp_txt_chocodamari.png");
    transform-origin: right center;
    opacity: 0;
  }

  .giant_secret .secret_scene02 > div.img_chocodamari.is-show + div.txt_chocodamari {
    transition-delay: 0.6s;
    transform: scale(1);
    opacity: 1;
  }

  .giant_secret .secret_scene03::before {
    display: block;
    content: '';
    width: 100%;
    height: 132.291vw;
    background: url("../images/secret/20_sp_secret03.png?200206") no-repeat center top;
    background-size: cover;
    overflow: hidden;
  }

  .giant_secret .secret_scene03 .movie_secret {
    padding: 3.125vw 0;
    background: #3e010f;
  }

  .giant_secret .secret_scene03 .movie_secret video {
    width: 55.208vw;
    height: auto;
    margin: 0 auto;
  }
}
@keyframes swing_sp {
    0%,100% { transform-origin: center center;}
    0% { transform: rotate(0); }
   60% { transform: rotate(0); }
   65% { transform: rotate(10deg); }
   70% { transform: rotate(-10deg); }
   75% { transform: rotate(8deg); }
   80% { transform: rotate(-8deg); }
   85% { transform: rotate(0); }
  100% { transform: rotate(0); }
}

/*------------------------------

  CM

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_cm .contents_body {
    margin-bottom: 50px;
  }

  .giant_cm .cm_header {
    margin-bottom: 35px;
  }

  .giant_cm .cm_header h1 {
    width: 100%;
    min-width: 980px;
    height: 290px;
    margin: 0;
    background: url("../images/cm/20_cm_title_200312.png") no-repeat center top;
    background-size: auto 290px;
    text-indent: -9999px;
    overflow: hidden;
  }

  .giant_cm .movie_lead {
    width: 900px;
    margin: 0 auto 35px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }

  .giant_cm .movie_index {
    margin: 0 auto 40px;
    width: 980px;
  }

  .giant_cm .movie_index+.movie_index {
    padding-top: 40px;
    border-top: solid 1px #e0e0e0;
  }

  .giant_cm .movie_block {
    margin: 0 auto 30px;
    width: 980px;
    text-align: center;
    overflow: hidden;
  }

  .giant_cm .movie_block .movie_title {
    float: right;
    width: 465px;
    margin-bottom: 40px;
  }

  .giant_cm .movie_block .movie_figure {
    float: left;
    width: 490px;
  }

  .giant_cm .movie_block .movie_capture {
    position: relative;
    margin-bottom: 10px;
  }

  .giant_cm .movie_block .movie_slide {
    width: 490px;
    height: 276px;
  }

  .giant_cm .movie_block .movie_slide > li {
    position: absolute;
    top: 0;
    left: 0;
  }

  .giant_cm .movie_block .movie_slide img {
    width: 100%;
    height: auto;
  }

  .giant_cm .movie_block .movie_caption {
    font-size: 16px;
  }

  .giant_cm .movie_block .movie_list {
    float: right;
    width: 465px;
  }

  .giant_cm .movie_block .movie_item {
    text-align: center;
  }

  .giant_cm .movie_block .movie_btn {
    margin: 10px auto;
    width: 300px;
    height: auto;
    vertical-align: middle;
  }

  .giant_cm .movie_block .movie_btn a {
    transition: all 0.2s;
  }

  .giant_cm .movie_block .movie_btn a:hover {
    opacity: 0.8;
  }

  .giant_cm .webmovie {
    position: relative;
    width: 100%;
    min-width: 980px;
    height: 800px;
    overflow: hidden;
  }

  .giant_cm .webmovie .webm_title {
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    height: 170px;
    background: url("../images/cm/20_webm_title.png") no-repeat center top;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
  }

  .giant_cm .webmovie .webm_btn {
    position: absolute;
    top: 336px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 300px;
    height: 60px;
    z-index: 40;
  }

  .giant_cm .webmovie .webm_btn a {
    transition: all 0.2s;
  }

  .giant_cm .webmovie .webm_btn a:hover {
    opacity: 0.8;
  }

  .giant_cm .webmovie .webm_talent {
    position: absolute;
    width: 540px;
    height: 625px;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    background: url("../images/cm/20_webm_talent.png") no-repeat center top;
    background-size: contain;
    z-index: 3;

    transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
    transform: translateX(-10px);
    opacity: 0;
  }

  .giant_cm .webmovie .webm_talent.is-show {
    transform: translateX(0);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_sizzle {
    position: absolute;
    width: 340px;
    height: 580px;
    top: 162px;
    left: 50%;
    margin-left: 215px;
    background: url("../images/cm/20_webm_sizzle.png") no-repeat center top;
    background-size: contain;
    transform: translateX(215px);
    z-index: 1;

    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, opacity 0.4s 0.3s;
    transform: scale(0.9);
    opacity: 0;
  }

  .giant_cm .webmovie .webm_sizzle.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_balloon {
    position: absolute;
    width: 250px;
    height: 240px;
    top: 459px;
    left: 50%;
    margin-left: -40px;
    background: url("../images/cm/20_webm_balloon.png") no-repeat center top;
    background-size: contain;
    z-index: 2;

    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s, opacity 0.4s 0.6s;
    transform: scale(0.9);
    transform-origin: right bottom;
    opacity: 0;
  }

  .giant_cm .webmovie .webm_balloon.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_balloon.is-anime {
    animation: bound 3s infinite;
  }

  .giant_cm .webmovie .webm_bg {
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0;
    background: url("../images/cm/20_webm_bg.png") no-repeat center top;
    background-size: auto 800px;
    z-index: 0;
  }

  .giant_cm .webmovie .modal_nav-hidden {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 75px;
    margin: 0 auto;
    width: 750px;
    height: 255px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
  }

  .giant_cm .webms {
    position: relative;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 60px 0;
    line-height: 0;
    background-image: linear-gradient( rgb(72,34,11) 0%, rgb(60,28,9) 100%);
  }

  .giant_cm .webms::before {
    position: absolute;
    display: block;
    content: '';
    top: -54px;
    left: 0;
    width: 100%;
    height: 55px;
    background: url('../images/cm/20_6smovie_bg.png') no-repeat center bottom;
    background-size: auto 55px;
    z-index: 50;
  }

  .giant_cm .webms .webms_content {
    box-sizing: border-box;
    width: 980px;
    margin: 0 auto;
    padding: 30px 55px 40px;
    background: #FFF;
    border-radius: 10px;
  }

  .giant_cm .webms .webms_title {
    text-align: center;
    margin-bottom: 20px;
  }

  .giant_cm .webms .webms_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .giant_cm .webms .webms_item {
    display: flex;
    flex: 0 0 270px;
    flex-direction: column;
  }

  .giant_cm .webms .webms_thumb {
    height: 61.481%;
    margin-bottom: 12px;
  }

  .giant_cm .webms .webms_btn {
    height: 54px;
  }

  .giant_cm .webms .webms_btn a {
    transition: all 0.2s;
  }

  .giant_cm .webms .webms_btn a:hover {
    opacity: 0.8;
  }

  /*  modal */
  .modal_nav {
    padding: 0;
    margin: 16px 0 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }

  .modal_nav > li[class^="modal_nav-"] {
    font-size: 14px;
    overflow: visible;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background: #b60000;
    transition: background 0.2s;
    cursor: pointer;
    border-radius: 5px;
  }

  .modal_nav-prev {
    margin-right: auto;
  }

  .modal_nav-prev::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 20px;
    vertical-align: middle;
    background: url("../images/cm/20_arrow_white.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
  }

  .modal_nav-next {
    margin-left: auto;
  }

  .modal_nav-next::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 12px;
    height: 20px;
    vertical-align: middle;
    background: url("../images/cm/20_arrow_white.svg") no-repeat center center;
    background-size: contain;
  }

  .remodal-movTitle {
    margin: 15px auto 0 auto;
    padding: 0;
    font-weight: bold;
    font-size: 16px;
  }

  .remodal-btn {
    padding-top: 20px;
  }
}

@keyframes bound {
    0% { transform: translate(0, 0); }
   60% { transform: translate(0, 0); }
   65% { transform: translate(-6px, -6px); }
   70% { transform: translate(0, 0); }
   75% { transform: translate(-3px, -3px); }
   80% { transform: translate(0, 0); }
   85% { transform: translate(-1px, -1px); }
  100% { transform: translate(0, 0); }
}


@media only screen and (max-width: 640px) {
  .giant_cm .cm_header {
    position: relative;
    width: 100%;
    height: 41.8vw;
    margin: 0 0 4vw;
    background: url("../images/cm/20_sp_cm_title_200312.png") no-repeat center top;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }

  .giant_cm .movie_lead {
    margin: 0 auto 4vw;
    text-align: center;
    font-size: 4vw;
  }

  .giant_cm .movie_index {
    margin: 0 2.5vw 8.4vw;
  }

  .giant_cm .movie_block .movie_title {
    margin-bottom: 0;
    overflow: hidden;
  }

  .giant_cm .movie_block .movie_figure {
    margin-bottom: 20px;
  }

  .giant_cm .movie_block .movie_capture {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
  }

  .giant_cm .movie_block .movie_slide {
    width: 100%;
    height: 0;
    padding-top: 56.421%;
  }

  .giant_cm .movie_block .movie_slide > li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .giant_cm .movie_block .movie_slide img {
    width: 100%;
    height: auto;
  }

  .giant_cm .movie_block .movie_caption {
    font-size: 2.7vw;
  }

  .giant_cm .movie_block .movie_btn {
    margin: 10px auto;
    width: 60vw;
    height: auto;
    vertical-align: middle;
  }

  .giant_cm .webmovie .webm_talent {
    position: absolute;
    width: 53.2vw;
    height: 63.6vw;
    bottom: 0;
    left: 0;
    background: url("../images/cm/20_sp_webm_talent.png") no-repeat center top;
    background-size: contain;
    z-index: 3;

    transition: transform 0.5s 0.3s, opacity 0.5s 0.3s;
    transform: translateX(-10px);
    opacity: 0;
  }

  .giant_cm .webmovie .webm_talent.is-show {
    transform: translateX(0);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_sizzle {
    position: absolute;
    width: 24.4vw;
    height: 57.8vw;
    top: 49.27%;
    right: 0;
    background: url("../images/cm/20_sp_webm_sizzle.png") no-repeat center top;
    background-size: contain;
    z-index: 1;

    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s, opacity 0.4s 0.3s;
    transform: scale(0.9);
    transform-origin: center right;
    opacity: 0;
  }

  .giant_cm .webmovie .webm_sizzle.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_balloon {
    position: absolute;
    width: 30.3vw;
    height: 34.4vw;
    top: 62.7%;
    left: 50%;
    margin-left: -5vw;
    background: url("../images/cm/20_sp_webm_balloon.png") no-repeat center top;
    background-size: contain;
    z-index: 2;

    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.6s, opacity 0.4s 0.6s;
    transform: scale(0.9);
    transform-origin: right bottom;
    opacity: 0;
  }

  .giant_cm .webmovie .webm_balloon.is-show {
    transform: scale(1);
    opacity: 1;
  }

  .giant_cm .webmovie .webm_balloon.is-anime {
    animation: bound 3s infinite;
  }


  .giant_cm .webmovie {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-top: 130.3%;
    overflow: hidden;
    background: url("../images/cm/20_sp_webm_bg.png") no-repeat center top;
    background-size: contain;
  }

  .giant_cm .webm_title {
    position: absolute;
    top: 4.4vw;
    left: 50%;
    margin-left: -45.9vw;
    width: 91.8vw;
    height: 25.1vw;
    background: url("../images/cm/20_sp_webm_title.png") no-repeat center top;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 20;
  }

  .giant_cm .webm_btn {
    position: absolute;
    top: 39.68%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60vw;
    z-index: 10;
  }

  .giant_cm .webmovie .webm_bg {
    display: none;
  }

  .giant_cm .webmovie .modal_nav-hidden {
    position: absolute;
    display: block;
    left: 10px;
    top: 90px;
    width: 620px;
    height: 205px;
    z-index: 100;
    text-indent: -9999px;
    overflow: hidden;
  }

  .giant_cm .webms {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 9.5vw;
    padding: 4vw 4.7vw 6vw;
    line-height: 0;
    background-image: linear-gradient( rgb(72,34,11) 0%, rgb(60,28,9) 100%);
  }

  .giant_cm .webms::before {
    position: absolute;
    display: block;
    content: '';
    top: -8.39vw;
    left: 0;
    width: 100%;
    height: 8.4vw;
    background: url('../images/cm/20_sp_6smovie_bg.png') no-repeat center bottom;
    background-size: contain;
    z-index: 50;
  }

  .giant_cm .webms .webms_content {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5vw 5vw 8vw;
    background: #FFF;
    border-radius: 20px;
  }

  .giant_cm .webms .webms_title {
    width: 80vw;
    height: 10.5vw;
    margin: 0 auto 4vw;
    text-indent: -9999px;
    background: url("../images/cm/20_sp_6smovie_title.png") no-repeat center center;
    background-size: contain;
    overflow: hidden;
  }

  .giant_cm .webms .webms_item:not(:last-child) {
	  margin-bottom: 9vw;
  }

  .giant_cm .webms .webms_item {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }

  .giant_cm .webms .webms_thumb {
	  width: 72vw;
    height: 61.481%;
    margin: 0 auto 4vw;
  }

  .giant_cm .webms .webms_btn {
    margin: 0 auto;
    width: 60vw;
    height: 12vw;
  }

  /*  modal */
  .movie_area iframe {
    width: 84.375vw;
    height: 47.5vw;
  }

  .modal_nav {
    padding: 0;
    margin: 2.5vw 0 0;
    font-weight: bold;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }

  .modal_nav > li[class^="modal_nav-"] {
    font-size: 2.5vw;
    overflow: visible;
    padding: 1.875vw;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background: #b60000;
    transition: background 0.2s;
    cursor: pointer;
    border-radius: 5px;
  }

  .modal_nav-prev {
    margin-right: auto;
  }

  .modal_nav-prev::before {
    content: "";
    display: inline-block;
    margin-right: 1.5625vw;
    width: 1.875vw;
    height: 3.125vw;
    vertical-align: middle;
    background:   url("../images/cm/20_arrow_white.svg") no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
  }

  .modal_nav-next {
    margin-left: auto;
  }

  .modal_nav-next::after {
    content: "";
    display: inline-block;
    margin-left: 1.562vw;
    width: 1.875vw;
    height: 3.125vw;
    vertical-align: middle;
    background:   url("../images/cm/20_arrow_white.svg") no-repeat center center;
    background-size: contain;
  }

  body .remodal {
    padding: 7.81vw 5.468vw 5.468vw 5.468vw;
  }

  body .remodal-wrapper {
    padding: 0;
	}

  body .remodal-close {
    width: 5.46vw;
    height: 5.46vw;
  }

	body .remodal-close::before {
    font-size: 7.8125vw;
    line-height: 7.8125vw;
    width: 7.8125vw;
	}

  .remodal-movTitle {
    font-weight: bold;
    font-size: 2.8125vw;
    margin: 3.125vw auto;
  }

  .remodal-btn {
    padding-top: 3.125vw;
  }

  body .remodal-confirm,
  body .remodal-cancel {
    font-size: 2.1875vw;
    min-width: 17.187vw;
    margin: 3.9vw 0 0 0;
    padding: 1.875vw 0;
  }

  body .modal_nav > li[class^="modal_nav-"] {
    box-sizing: border-box;
    flex-basis: calc(50% - 1.5625vw);
  }
}

/*------------------------------

  キャンペーン

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_cam .cam_header {
    height: 140px;
    margin-bottom: 40px;
    overflow: hidden;
    background: url("../images/cam/20_cam_title.png") no-repeat center top;
    background-size: auto 140px;
  }

  .giant_cam .cam_header h1 {
    text-indent: -9999px;
  }

  .cam_bnn .cam_item {
    width: 980px;
    margin: 0 auto 20px auto;
    border: 10px solid #f4e4e4;
    box-sizing: border-box;
  }

  .cam_bnn .cam_item a,
  .cam_bnn .cam_item span {
    display: block;
    border: 1px solid #d7abab;
  }

  .cam_bnn .cam_item a:after,
  .cam_bnn .cam_item span:after {
    display: block;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both;
  }

  .cam_bnn .cam_item a:hover {
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(251,247,236) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(251,247,236) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 1%, rgb(251,247,236) 100%);
  }

  .cam_item .item_cont .item_header h2 {
    color: #e10e3c;
    border-color: #e10e3c;
  }

  .cam_bnn .cam_item .item_thumb {
    float: left;
    width: 493px;
    padding: 14px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .cam_bnn .cam_item .item_thumb_l {
    float: left;
    width: 944px;
    padding: 14px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .cam_bnn .cam_item .item_cont {
    float: left;
    width: 463px;
    padding: 14px 14px 14px 0;
    box-sizing: border-box;
  }

  .cam_bnn .cam_item .item_cont .item_header h2 {
    border-left: 9px solid #e5151f;
    padding-left: 12px;
    text-align: left;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }

  .cam_bnn .cam_item .item_cont .item_header h2.small {
    font-size: 20px;
  }

  .cam_bnn .cam_item .item_cont .item_description {
    text-align: left;
    padding: 0 21px;
    color: #333;
  }

  .cam_bnn .cam_item .item_cont .item_description p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .cam_bnn .cam_item .item_cont .item_description .item_link {
    color: #0000FF;
    margin: 0;
    padding: 0;
  }

  .cam_bnn .cam_item .item_cont .item_description .item_link span {
    color: #FF0000;
  }

  .cam_bnn .cam_item .item_cont .item_description strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .giant_cam .cam_header {
    width: 100%;
    height: 29.166vw;
    margin-bottom: 10vw;
    overflow: hidden;
    background: url("../images/cam/20_sp_cam_title.png") no-repeat center top;
    background-size: cover;
  }

  .giant_cam .cam_header h1 {
    text-indent: -9999px;
  }

  .cam_bnn {
    width: 90vw;
    margin: 0 auto;
  }

  .cam_bnn .cam_item {
    margin: 0 auto 3vw;
    border: 1.56vw solid #f4e4e4;
  }

  .cam_bnn .cam_item a,
  .cam_bnn .cam_item span {
    display: block;
    border: 1px solid #d7abab;
    overflow: hidden;
  }

  .cam_item .item_cont .item_header h2 {
    color: #e10e3c;
    border-color: #e10e3c;
  }

  .cam_bnn .cam_item .item_thumb > img,
  .cam_bnn .cam_item .item_thumb_l > img {
    width: 100%;
  }

  .cam_bnn .cam_item .item_cont {
    padding: 2.5vw;
  }

  .cam_bnn .cam_item .item_cont .item_header h2 {
    border-left: 1.4vw solid #e5151f;
    padding-left: 2.5vw;
    text-align: left;
    font-size: 5.312vw;
    line-height: 1.2235;
    margin-bottom: 1.56vw;
    background-color: #fff;
  }

  .cam_bnn .cam_item .item_cont .item_description {
    text-align: left;
    padding: 0 3.9vw;
    color: #333;
  }

  .cam_bnn .cam_item .item_cont .item_description p {
    margin-bottom: 1.56vw;
    font-size: 4vw;
    background-color: #fff;
  }

  .cam_bnn .cam_item .item_cont .item_description .item_link {
    color: #0000FF;
  }

  .cam_bnn .cam_item .item_cont .item_description .item_link span {
    color: #FF0000;
  }

  .cam_bnn .cam_item .item_cont .item_description strong {
    font-size: 4.687vw;
  }
}


/*------------------------------

  VR

------------------------------*/
@media only screen and (min-width: 641px) {
  .giant_vr .contents_body h3 {
    text-indent: -9999px;
    height: 0;
    overflow: hidden;
  }

  .giant_vr .vr_main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 775px;
    background: url(../images/vr/17_main.jpg) no-repeat center top;
  }

  .giant_vr .vr_main h1 {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 760px;
    height: 300px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);

    transform: scale(1.44);
    opacity: 0;
  }

  .giant_vr .vr_main.is-show h1 {
    transform: scale(1);
    opacity: 1;
  }

  .giant_vr .vr_main h1>span {
    display: block;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 180px;
    height: 100px;
    overflow: hidden;
    transition: all 0.3s  cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.4s;

    transform: scale(0.56);
    opacity: 0;
  }

  .giant_vr .vr_main.is-show h1>span {
    transform: scale(1);
    opacity: 1;
  }

  .giant_vr .vr_main h2 {
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 700px;
    height: 240px;
    overflow: hidden;
    transition: all 0.8s  cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.7s;

    transform: scale(0.85);
    opacity: 0;
  }

  .giant_vr .vr_main.is-show h2 {
    transform: scale(1);
    opacity: 1;
  }

  .giant_vr .vr_main h1 img,
  .giant_vr .vr_main h2 img {
    width: 100%;
    height: auto;
  }

  .giant_vr .vr_movie {
    overflow: hidden;
    width: 100%;
    height: 840px;
    background: url(../images/vr/17_bg_movie.jpg) no-repeat center top;
  }
  .giant_vr .vr_movie h3 {
    overflow: hidden;
    width: 692;
    height: 35px;
    margin: 100px auto 20px auto;
    background: url(../images/vr/17_title_vr.png) no-repeat center top;
  }

  .video_inner1 {
    width: 980px;
    margin: 40px auto;
  }
  #video1 {
    width: 980px;
    height: 551px;
    margin: auto;
    position: relative;
  }
  #video1 iframe {
    width: 980px;
    height: 551px;
  }
  .video_inner1 p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
  }

  .giant_vr .vr_howto {
    width: 100%;
    background-color: #400c10;
    color: #fff;
    padding-top: 40px;
  }

  .giant_vr .vr_howto h3 {
    overflow: hidden;
    width: 980;
    height: 254px;
    margin: 0 auto 40px auto;
    background: url(../images/vr/17_img_vr.png) no-repeat center top;
  }

  .giant_vr .vr_howto .thumb {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  .giant_vr .vr_howto .thumb li {
    float: left;
    width: 470px;
    margin-right: 40px;
    text-align: left;
  }

  .giant_vr .vr_howto .thumb li:last-child {
    margin-right: 0;
  }

  .giant_vr .vr_howto .thumb li p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px;
  }

  .giant_vr .vr_notes {
    width: 100%;
    background-color: #400c10;
    color: #fff;
  }

  .giant_vr .vr_notes .inner {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
  }

  .giant_vr .vr_notes .inner .inner-l {
    width: 776px;
    float: left;
  }

  .giant_vr .vr_notes .inner .inner-r {
    width: 204px;
    height: 490px;
    float: left;
    background: url(../images/vr/17_img_talent.png) no-repeat bottom right;
  }

  .giant_vr .vr_notes h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 40px 0;
  }

  .giant_vr .vr_notes > ul {
    width: 980px;
    margin: 0 auto;
  }

  .giant_vr .vr_notes ul li {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0.5em;
  }

  .giant_vr .vr_notes ul li ul {
    margin-top: 1em;
  }

  .giant_vr .vr_notes ul li p,
  .giant_vr .vr_notes ul li ul li {
    margin-left: 1em;
  }

  .giant_vr .vr_notes ul li p {
    margin-top: 1em;
  }

  .giant_vr .vr_place {
    width: 100%;
    background-color: #691419;
    color: #fff;
    padding-bottom: 60px;
  }
  .giant_vr .vr_place h4 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 80px 0 20px 0;
  }

  .giant_vr .vr_place p {
    width: 980px;
    box-sizing: border-box;
    margin: 0 auto 20px;
    background-color: #400c10;
    padding: 1em;
    color: #fff;
    font-size: 18px;
  }

  .giant_vr .vr_place p a {
    color: #fff100!important;
  }

  .giant_vr .vr_place p a:hover {
    color: #fffbb5!important;
  }

  .giant_vr .vr_place span {
    font-size: 14px;
  }

  .giant_vr .vr_place > ul {
    width: 980px;
    margin: 0 auto;
  }

  .giant_vr .vr_place ul li {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0.5em;
  }
}
@media only screen and (max-width: 640px) {
  .giant_vr .contents_body h1,
  .giant_vr .contents_body h2,
  .giant_vr .contents_body h3 {
    text-indent: -9999px;
    height: 0;
    overflow: hidden;
  }
  .giant_vr .vr_main {
    overflow: hidden;
    width: 100%;
    height: 157.968vw;
    background: url(../images/vr/17_sp_main.jpg) no-repeat center top;
    background-size: contain;
  }
  .giant_vr .vr_movie {
    overflow: hidden;
    width: 100%;
    background-color: #6a141a;
  }
  .giant_vr .vr_movie h3 {
    overflow: hidden;
    width: 90.625vw;
    height: 29.0625vw;
    margin: 0 auto;
    background: url(../images/vr/17_sp_title_vr.png) no-repeat center top;
    background-size: contain;
  }
  .video_inner1 {
    width: 100%;
    margin: 0 auto 6.25vw auto;
  }
  #video1 {
    width: 93.75vw;
    height: 52.8125vw;
    margin: auto;
    position: relative;
  }
  #video1 iframe {
    width: 93.75vw;
    height: 52.8125vw;
  }
  .video_inner1 p {
    color: #fff;
    font-size: 3.75vw;
    margin: 3.125vw 0;
  }

  .giant_vr .vr_movie .btn-youtube {
    width: 93.75vw;
    margin: 0 auto;
    color: #fff;
    font-size: 4.0625vw;
    line-height: 1.769;
    font-weight: bold;
  }
  .giant_vr .vr_movie .btn-youtube p.btn {
    margin: 1.512vw 0 7.8125vw 0;
  }

  .giant_vr .vr_howto {
    background-color: #400c10;
    color: #fff;
    padding: 6.25vw 4.687vw;
  }
  .giant_vr .vr_howto h3 {
    overflow: hidden;
    width: 90.625vw;
    height: 75.156vw;
    margin: 0 auto 6.25vw auto;
    background: url(../images/vr/17_sp_img_vr.png) no-repeat center top;
  }
  .giant_vr .vr_howto .thumb {
    margin: 0 auto;
  }
  .giant_vr .vr_howto .thumb li {
    margin-bottom: 2em;
  }
  .giant_vr .vr_howto .thumb li p {
    margin-bottom: 3.906vw;
    font-size: 3.75vw;
    line-height: 1.5;
    text-align: left;
  }
  .giant_vr .vr_howto .thumb li p img {
    width: 100%;
  }

  .giant_vr .vr_notes {
    background-color: #400c10;
    color: #fff;
  }
  .giant_vr .vr_notes .inner .inner-r {
    height: 76.5625vw;
    background: #400c10 url(../images/vr/17_img_talent.png) no-repeat bottom center;
    background-size: contain;
  }
  .giant_vr .vr_notes h4 {
    text-align: center;
    font-size: 5.9375vw;
    font-weight: bold;
    padding: 0 0 6.25vw 0;
  }
  .giant_vr .vr_notes > ul {
  }
  .giant_vr .vr_notes ul li {
    text-align: left;
    font-size: 3.75vw;
    line-height: 1.5;
    padding-bottom: 0.5em;
    padding: 0 4.687vw;
  }
  .giant_vr .vr_notes ul li p {
    margin-left: 1em;
    margin-top: 1em;
  }
  .giant_vr .vr_notes ul li ul li {
    margin-bottom: 1em;
  }

  .giant_vr .vr_place {
    background-color: #691419;
    color: #fff;
    padding-bottom: 9.375vw;
  }
  .giant_vr .vr_place h4 {
    text-align: center;
    font-size: 4.687vw;
    font-weight: bold;
    padding: 12.5vw 0 3.125vw 0;
  }
  .giant_vr .vr_place p {
    margin: 0 3.125vw 3.125vw 3.125vw;
    background-color: #400c10;
    padding: 1em;
    color: #fff;
    font-size: 3.75vw;
  }
  .giant_vr .vr_place p a {
    color: #fff100!important;
  }
  .giant_vr .vr_place p a:hover {
    color: #fffbb5!important;
  }
  .giant_vr .vr_place span {
    font-size: 3.125vw;
  }
  .giant_vr .vr_place > ul {
    margin: 0 auto;
  }
  .giant_vr .vr_place ul li {
    text-align: left;
    font-size: 3.75vw;
    line-height: 1.5;
    padding-bottom: 0.5em;
    padding: 0 4.687vw;
  }
}
