@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body { margin: 0; padding: 0; }

img, object { max-width: 100%; height: auto; }

#loader { opacity: 0; position: fixed; z-index: 99999; width: 100%; height: 100%; top: 0px; left: 0px; background: #0095d2; transition: opacity 0.3s; }

#loader.show { opacity: 1; }

#loader svg { width: 300px; height: 392px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -196px; }

#loader path { fill-opacity: 0; transition: fill-opacity 0.5s; stroke: #0095d2; }

#loader path.show { stroke: #fff; }

#loader .done path { fill-opacity: 1; fill: #fff; }

#loader .text { color: #fff; font-size: 24px; line-height: 1.6em; font-weight: bold; text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: 216px; font-style: italic; animation: blink 0.6s ease-in-out infinite alternate; }

@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }

#playG { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 1.8em; padding: 0; margin: 0; color: #404040; opacity: 0; }

#playG.show { opacity: 1; }

#playG .image { font-size: 0; line-height: 0; }

#playG .btn-wrap { text-align: center; }

#playG .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG .btn.pt-a { display: inline-block; transition: background 0.3s, box-shadow 0.3s; padding: 10px 20px; border-radius: 40px; font-size: 16px; line-height: 1.6em; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#playG .btn.pt-a:link, #playG .btn.pt-a:visited { text-decoration: none; background: #D9100E; color: #fff; }

#playG .btn.pt-a:hover, #playG .btn.pt-a:active { text-decoration: none; background: #F00; color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#playG #kv { background: url(../img/kv01.jpg) no-repeat center center; background-size: cover; position: relative; }

@media screen and (max-width: 414px) { #playG #kv {background-position: -250px center;} }

@media screen and (max-width: 374px) { #playG #kv { background-position: -320px center; } }

#playG #kv > .inner { max-width: 1200px; height: calc(100vh - 200px); margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner { height: auto; } }

#playG #kv > .inner .block.pt-a { width: 890px; text-align: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a { width: 100%; padding: 20px 0 80px; } }

#playG #kv > .inner .block.pt-a .logo { margin: 0 auto; max-width: 270px; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a .logo { max-width: 180px; } }

@media screen and (max-width: 375px) { #playG #kv > .inner .block.pt-a .logo { max-width: 170px; } }

#playG #kv > .inner .block.pt-a p { margin-bottom: 20px; font-size: 18px; line-height: 1.8em; color: #fff; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a p { font-size: 14px; line-height: 1.8em; } }

@media screen and (max-width: 374px) { #playG #kv > .inner .block.pt-a p { padding: 0 10px; }
  #playG #kv > .inner .block.pt-a p br { display: none; } }

#playG #kv .btn-return { position: absolute; right: 20px; top: 20px; }

@media screen and (max-width: 768px) { #playG #kv .btn-return { right: 5px; top: auto; bottom: 5px; } }

#playG #kv .btn-return a { display: inline-block; transition: background 0.3s, color 0.3s; border-radius: 40px; padding: 10px 20px; letter-spacing: 1px; font-weight: 500; }

@media screen and (max-width: 768px) { #playG #kv .btn-return a { font-size: 10px; line-height: 1.6em; padding: 5px 20px; border-radius: 2px; } }

#playG #kv .btn-return a:link, #playG #kv .btn-return a:visited { text-decoration: none; background: #fff; color: #404040; }

#playG #kv .btn-return a:hover, #playG #kv .btn-return a:active { text-decoration: none; color: #fff; background: #404040; }

#playG #kv .btn-return a:hover span:after, #playG #kv .btn-return a:active span:after { border-color: #fff; }

#playG #kv .btn-return a span:after { content: ""; width: 10px; height: 10px; vertical-align: middle; border-top: 1px solid #404040; border-right: 1px solid #404040; transform: rotate(45deg); display: inline-block; margin-left: 5px; position: relative; top: -2px; transition: border 0.3s; }

#playG .sec { padding: 90px 0; }

@media screen and (max-width: 768px) { #playG .sec { padding: 40px 0; } }

#playG .sec .ttl { text-align: center; width: 100%; position: relative; padding: 30px 0 0; margin-bottom: 60px; overflow: hidden; }

@media screen and (max-width: 1240px) { #playG .sec .ttl { padding-top: 10px; } }

@media screen and (max-width: 768px) { #playG .sec .ttl { margin-bottom: 40px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl { padding-top: 0; } }

#playG .sec .ttl .ja { font-size: 38px; line-height: 1.6em; position: relative; z-index: 2; font-weight: normal; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .ja { font-size: 32px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .ja { font-size: 24px; line-height: 1.6em; } }

#playG .sec .ttl .ja span { font-weight: bold; }

#playG .sec .ttl .ja:after { content: ""; display: block; width: 40px; height: 4px; background: #0EA0C9; margin: 20px auto 0; }

#playG .sec .ttl .en { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; position: absolute; width: 100%; top: 0; text-align: center; z-index: 1; color: #ECF2F7; font-size: 120px; line-height: 1em; pointer-events: none; font-style: italic; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .en { font-size: 80px; white-space: nowrap; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .en { font-size: 60px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl .en { font-size: 32px; display: none; } }

#playG .sec .ttl .en.w { color: #fff; }

#playG .sec > .inner { max-width: 1200px; margin: 0 auto; }

@media screen and (max-width: 1240px) { #playG .sec > .inner { padding: 0 20px; } }

#playG #playG-about { background: url(../img/about-bg.png) no-repeat center center; background-size: cover; }

#playG #playG-about .block.pt-a { width: 74%; background: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; margin-bottom: 50px; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a { width: 90%; } }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a { width: 100%; margin-left: auto !important; margin-bottom: 30px; } }

#playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 13%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 5%; } }

#playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 26%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 10%; } }

#playG #playG-about .block.pt-a .image { width: 30%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a .image { width: calc(30% - 20px); padding: 20px 0 20px 20px; } }

#playG #playG-about .block.pt-a .text { width: calc(70% - 20px); padding: 20px 0; }

#playG #playG-about .block.pt-a .text h3 { font-size: 24px; line-height: 1.6em; padding-right: 20px; margin: 0 0 20px; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a .text h3 { font-size: 16px; line-height: 1.6em; margin-bottom: 10px; } }

#playG #playG-about .block.pt-a .text p { margin: 0; padding-right: 20px; }

#playG #playG-about .block.pt-b h3 { text-align: center; font-size: 24px; line-height: 1.6em; font-weight: normal; margin-bottom: 20px; }

#playG #playG-about .block.pt-b h3 br { display: none; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 { font-size: 18px; line-height: 1.6em; }
  #playG #playG-about .block.pt-b h3 br { display: inherit; } }

#playG #playG-about .block.pt-b h3 span { color: #0EA0C9; }

#playG #playG-about .block.pt-b h3 strong { font-size: 38px; line-height: 1.6em; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 strong { font-size: 22px; line-height: 1.6em; } }

#playG #playG-about .block.pt-b .list { background: #fff; padding: 20px 0 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; margin-bottom: 50px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list { display: block; zoom: 1; overflow: hidden; opacity: 0; transition: opacity 0.3s; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list.slick-initialized { opacity: 1; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item { float: left; display: block; width: 100%; flex-basis: inherit; margin: 0 20px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG #playG-stage { background: url(../img/stage-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-stage > .inner { display: flex; justify-content: flex-start; flex-wrap: wrap; }

#playG #playG-stage > .inner .block .btn-wrap + .description { margin-top: 20px !important; }

#playG #playG-stage > .inner .block.pt-a { width: 33.3%; background: #F0F5FA; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position: relative; padding-bottom: 40px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a { width: 50%; padding-top: 20px; } }

@media screen and (max-width: 580px) { #playG #playG-stage > .inner .block.pt-a { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a:hover h3 { top: -45px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:hover h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a:before { content: ""; width: 100%; height: 10px; position: absolute; left: 0; top: 0; background: #0DB2CE; }

#playG #playG-stage > .inner .block.pt-a h3 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 50%; margin-left: -35px; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a h3:after { content: "STAGE"; text-align: center; width: 100%; display: block; font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2) { background: #FAFCFF; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2):before { background: #0C99C7; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { background: #fff; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3):before { background: #0B6DBA; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a .price { text-align: center; font-size: 16px; padding: 30px 20px 20px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price { font-size: 12px; padding-bottom: 10px; } }

#playG #playG-stage > .inner .block.pt-a .price span { color: #0EA0C9; }

#playG #playG-stage > .inner .block.pt-a .price strong { font-size: 50px; line-height: 1.6em; display: inline-block; margin-left: 5px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 40px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 22px; line-height: 1.6em; } }

@media screen and (max-width: 414px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 32px; line-height: 1.6em; } }

#playG #playG-stage > .inner .block.pt-a .description { padding: 20px 0; margin: 0 20px; font-size: 14px; line-height: 1.8em; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; }

#playG #playG-stage > .inner .block.pt-a .description p { margin: 0; }

#playG #playG-stage > .inner .block.pt-a .recommend { text-align: center; padding-top: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend h4 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-size: 18px; line-height: 1.6em; margin-bottom: 10px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list { padding: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list { display: flex; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item { padding: 0; width: calc(50% - 10px); }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item:nth-of-type(n+3) { display: none; }

#playG #playG-stage > .inner .block.pt-b { background: #fff; width: 100%; }

#playG #playG-stage > .inner .block.pt-b h3 { background: linear-gradient(to right, #0CB1CD, #065067); color: #fff; font-size: 24px; line-height: 1.6em; font-weight: normal; text-align: center; padding: 20px; margin: 0; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 { font-size: 16px; line-height: 1.6em; padding: 20px 0; } }

#playG #playG-stage > .inner .block.pt-b h3 strong { font-size: 38px; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 strong { display: block; text-align: center; font-size: 22px; } }

#playG #playG-stage > .inner .block.pt-b > .inner { padding: 70px 50px 40px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b > .inner { padding: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .text { position: absolute; max-width: 540px; right: 50px; top: 40px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .text { position: inherit; right: auto; top: auto; max-width: 100%; margin-bottom: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: absolute; right: 50px; bottom: 40px; width: 540px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: inherit; right: auto; bottom: auto; width: auto; } }

#playG #playG-flow .block.pt-a:not(:last-child) { margin-bottom: 90px; padding-bottom: 90px; border-bottom: 1px solid #ECEFF1; }

#playG #playG-flow .block.pt-a ol { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol { margin-bottom: 30px; } }

#playG #playG-flow .block.pt-a ol:after { content: ""; width: 80%; height: 2px; background: #EBF0F5; display: block; position: absolute; top: 110px; left: 10%; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol:after { display: none; } }

#playG #playG-flow .block.pt-a ol > li { width: calc(25% - 40px); position: relative; }

@media screen and (max-width: 1240px) { #playG #playG-flow .block.pt-a ol > li { width: calc(25% - 20px); } }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li { width: calc(50% - 10px); margin-bottom: 20px; } }

#playG #playG-flow .block.pt-a ol > li:hover .step { top: -10px; }

#playG #playG-flow .block.pt-a ol > li .step { position: absolute; width: 70px; height: 70px; border: 4px solid #0EA0C9; color: #0EA0C9; text-align: center; border-radius: 50%; font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-weight: bold; text-indent: -4px; left: -20px; top: 0; z-index: 3; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step { left: -15px; width: 60px; height: 60px; border-width: 2px; } }

#playG #playG-flow .block.pt-a ol > li .step div:first-child { font-size: 44px; line-height: 1.2em; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:first-child { line-height: 1em; } }

#playG #playG-flow .block.pt-a ol > li .step div:last-child { font-size: 10px; line-height: 1.6em; margin-top: -10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:last-child { margin-top: -5px; } }

#playG #playG-flow .block.pt-a ol > li .image { width: 80%; margin: 0 auto 20px; position: relative; }

#playG #playG-flow .block.pt-a ol > li .image .inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 50%; overflow: hidden; position: relative; z-index: 2; }

#playG #playG-flow .block.pt-a ol > li .image:after { content: ""; width: 100%; height: 100%; position: absolute; display: block; background: #EBF0F5; position: absolute; z-index: 1; border-radius: 50%; bottom: -20px; right: -20px; opacity: 0.5; }

#playG #playG-flow .block.pt-a ol > li h3 { font-size: 20px; line-height: 1.6em; text-align: center; margin: 0 0 10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li h3 { font-size: 18px; line-height: 1.6em; margin-bottom: 5px; } }

#playG #playG-story { background: url(../img/story-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-story > .inner { display: flex; justify-content: space-between; flex-wrap: wrap; }

#playG #playG-story > .inner .description { width: 100%; font-size: 18px; line-height: 1.8em; text-align: center; margin-bottom: 50px; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .description { font-size: 16px; line-height: 1.8em; text-align: left; }
  #playG #playG-story > .inner .description br { display: none; } }

#playG #playG-story > .inner .description p { margin: 0; }

#playG #playG-story > .inner .block.pt-a { width: calc(33.3% - 40px); position: relative; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .block.pt-a { width: 100%; }
  #playG #playG-story > .inner .block.pt-a:not(:last-child) { margin-bottom: 30px; } }

#playG #playG-story > .inner .block.pt-a:hover .story { top: -45px; }

#playG #playG-story > .inner .block.pt-a:hover .image img { transform: scale(1.1, 1.1); }

#playG #playG-story > .inner .block.pt-a .story { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 0; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; font-weight: bold; z-index: 2; transition: top 0.3s; }

#playG #playG-story > .inner .block.pt-a .story div:last-child { font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-story > .inner .block.pt-a .image { width: calc(100% - 20px); margin: 0 auto 20px; position: relative; overflow: hidden; z-index: 1; cursor: pointer; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

#playG #playG-story > .inner .block.pt-a .image:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(to bottom, transparent, #fff 70%); transition: opacity 0.3s, top 0.3s; opacity: 0.9; }

#playG #playG-story > .inner .block.pt-a .image:hover:after { top: 100%; }

#playG #playG-story > .inner .block.pt-a .image:before { content: ""; display: block; padding-top: 100%; }

#playG #playG-story > .inner .block.pt-a .image > .inner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

#playG #playG-story > .inner .block.pt-a .image > .inner img { transition: transform 8s; }

#playG #playG-faq > .inner .block.pt-a { max-width: 580px; margin: 0 auto; }

#playG #playG-faq > .inner .block.pt-a dl dt { padding: 0; background: #F0F5FA; padding: 20px 40px 20px 0; font-size: 22px; line-height: 1.6em; font-weight: bold; margin: 0; position: relative; cursor: pointer; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { content: ""; width: 20px; height: 2px; background: #404040; position: absolute; right: 20px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { right: 10px; } }

#playG #playG-faq > .inner .block.pt-a dl dt:before { transform: rotate(-90deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:after { transform: rotate(-135deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:before { transform: rotate(-225deg); }

#playG #playG-faq > .inner .block.pt-a dl dt:nth-of-type(even) { background: #F5FAFF; }

#playG #playG-faq > .inner .block.pt-a dl dt div { position: relative; padding-left: 40px; }

#playG #playG-faq > .inner .block.pt-a dl dt div:before { content: 'Q'; font-size: 22px; line-height: 1.6em; position: absolute; font-weight: bold; left: 15px; top: 0; color: #404040; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt div:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd { display: none; padding: 0; margin: 0; position: relative; padding: 20px 0 20px 40px; }

#playG #playG-faq > .inner .block.pt-a dl dd:before { content: 'A'; font-size: 22px; line-height: 1em; position: absolute; font-weight: bold; left: 15px; top: 20px; color: #0EA0C9; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dd:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd p { margin-top: 0; }

#playG footer { border-top: 1px solid #ECEFF1; }

#playG footer > .inner { text-align: center; padding: 40px 20px; }

#playG footer > .inner .logo { font-size: 0; line-height: 0; max-width: 270px; margin: 0 auto 20px; }

@media screen and (max-width: 768px) { #playG footer > .inner .logo { max-width: 180px; } }

#playG footer #copyright { background: #404040; text-align: center; padding: 10px; color: #fff; font-size: 12px; line-height: 1.6em; }

#playG .move { transition: transform 0.8s, opacity 0.8s; opacity: 0; transform: translate(0, 60px); }

#playG .move-fix { opacity: 1.0 !important; transform: translate(0, 0) !important; -webkit-transform: translate(0, 0) !important; }

#modal-bg { background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 9998; display: none; }

#modal-bg #modal-close { width: 40px; height: 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; background: #fff; position: absolute; cursor: pointer; transform: rotate(-45deg); transition: transform 0.3s; bottom: auto; right: 10px; top: 40px; z-index: 9999; }

#modal-bg #modal-close:hover { transform: rotate(-135deg); }

#modal-bg #modal-close:after, #modal-bg #modal-close:before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: #404040; position: absolute; right: 50%; margin-right: -10px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

#modal-bg #modal-close:before { transform: rotate(-90deg); }

.btn-totop { width: 60px; height: 60px; background: rgba(0, 0, 0, 0.4); text-indent: 100%; white-space: nowrap; overflow: hidden; position: fixed; right: 20px; bottom: 0; z-index: 9999; margin: 0; padding: 0; border-radius: 50%; opacity: 0; transition: opacity 0.3s, background 0.3s, bottom 0.3s; cursor: pointer; pointer-events: none; }

.btn-totop:hover { background: rgba(0, 0, 0, 0.8); }

.btn-totop:after { content: ""; width: 20px; height: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); display: block; position: absolute; left: 50%; top: 50%; margin-top: -6px; margin-left: -10px; }

.btn-totop.scroll { opacity: 1; bottom: 50px; pointer-events: inherit; }

.modal-inner { display: none; position: fixed; top: 0; width: 800px; height: 100vh; overflow-y: auto; left: 50%; margin-left: -400px; z-index: 9999; -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 840px) { .modal-inner { width: auto; margin: 10px 40px; left: auto; } }

.modal-inner div { font-size: 0; line-height: 0; box-shadow: 0 0 20px #000; }

.modal-inner div img { width: 100%; height: auto; }
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body { margin: 0; padding: 0; }

img, object { max-width: 100%; height: auto; }

#loader { opacity: 0; position: fixed; z-index: 99999; width: 100%; height: 100%; top: 0px; left: 0px; background: #0095d2; transition: opacity 0.3s; }

#loader.show { opacity: 1; }

#loader svg { width: 300px; height: 392px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -196px; }

#loader path { fill-opacity: 0; transition: fill-opacity 0.5s; stroke: #0095d2; }

#loader path.show { stroke: #fff; }

#loader .done path { fill-opacity: 1; fill: #fff; }

#loader .text { color: #fff; font-size: 24px; line-height: 1.6em; font-weight: bold; text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: 216px; font-style: italic; animation: blink 0.6s ease-in-out infinite alternate; }

@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }

#playG { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 1.8em; padding: 0; margin: 0; color: #404040; opacity: 0; }

#playG.show { opacity: 1; }

#playG .image { font-size: 0; line-height: 0; }

#playG .btn-wrap { text-align: center; }

#playG .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG .btn.pt-a { display: inline-block; transition: background 0.3s, box-shadow 0.3s; padding: 10px 20px; border-radius: 40px; font-size: 16px; line-height: 1.6em; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#playG .btn.pt-a:link, #playG .btn.pt-a:visited { text-decoration: none; background: #D9100E; color: #fff; }

#playG .btn.pt-a:hover, #playG .btn.pt-a:active { text-decoration: none; background: #F00; color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#playG #kv { background: url(../img/kv01.jpg) no-repeat center center; background-size: cover; position: relative; }

@media screen and (max-width: 414px) { #playG #kv {background-position: -250px center;} }

@media screen and (max-width: 374px) { #playG #kv { background-position: -320px center; } }

#playG #kv > .inner { max-width: 1200px; height: calc(100vh - 200px); margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner { height: auto; } }

#playG #kv > .inner .block.pt-a { width: 890px; text-align: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a { width: 100%; padding: 20px 0 80px; } }

#playG #kv > .inner .block.pt-a .logo { margin: 0 auto; max-width: 270px; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a .logo { max-width: 180px; } }

@media screen and (max-width: 375px) { #playG #kv > .inner .block.pt-a .logo { max-width: 170px; } }

#playG #kv > .inner .block.pt-a p { margin-bottom: 20px; font-size: 18px; line-height: 1.8em; color: #fff; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a p { font-size: 14px; line-height: 1.8em; } }

@media screen and (max-width: 374px) { #playG #kv > .inner .block.pt-a p { padding: 0 10px; }
  #playG #kv > .inner .block.pt-a p br { display: none; } }

#playG #kv .btn-return { position: absolute; right: 20px; top: 20px; }

@media screen and (max-width: 768px) { #playG #kv .btn-return { right: 5px; top: auto; bottom: 5px; } }

#playG #kv .btn-return a { display: inline-block; transition: background 0.3s, color 0.3s; border-radius: 40px; padding: 10px 20px; letter-spacing: 1px; font-weight: 500; }

@media screen and (max-width: 768px) { #playG #kv .btn-return a { font-size: 10px; line-height: 1.6em; padding: 5px 20px; border-radius: 2px; } }

#playG #kv .btn-return a:link, #playG #kv .btn-return a:visited { text-decoration: none; background: #fff; color: #404040; }

#playG #kv .btn-return a:hover, #playG #kv .btn-return a:active { text-decoration: none; color: #fff; background: #404040; }

#playG #kv .btn-return a:hover span:after, #playG #kv .btn-return a:active span:after { border-color: #fff; }

#playG #kv .btn-return a span:after { content: ""; width: 10px; height: 10px; vertical-align: middle; border-top: 1px solid #404040; border-right: 1px solid #404040; transform: rotate(45deg); display: inline-block; margin-left: 5px; position: relative; top: -2px; transition: border 0.3s; }

#playG .sec { padding: 90px 0; }

@media screen and (max-width: 768px) { #playG .sec { padding: 40px 0; } }

#playG .sec .ttl { text-align: center; width: 100%; position: relative; padding: 30px 0 0; margin-bottom: 60px; overflow: hidden; }

@media screen and (max-width: 1240px) { #playG .sec .ttl { padding-top: 10px; } }

@media screen and (max-width: 768px) { #playG .sec .ttl { margin-bottom: 40px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl { padding-top: 0; } }

#playG .sec .ttl .ja { font-size: 38px; line-height: 1.6em; position: relative; z-index: 2; font-weight: normal; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .ja { font-size: 32px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .ja { font-size: 24px; line-height: 1.6em; } }

#playG .sec .ttl .ja span { font-weight: bold; }

#playG .sec .ttl .ja:after { content: ""; display: block; width: 40px; height: 4px; background: #0EA0C9; margin: 20px auto 0; }

#playG .sec .ttl .en { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; position: absolute; width: 100%; top: 0; text-align: center; z-index: 1; color: #ECF2F7; font-size: 120px; line-height: 1em; pointer-events: none; font-style: italic; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .en { font-size: 80px; white-space: nowrap; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .en { font-size: 60px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl .en { font-size: 32px; display: none; } }

#playG .sec .ttl .en.w { color: #fff; }

#playG .sec > .inner { max-width: 1200px; margin: 0 auto; }

@media screen and (max-width: 1240px) { #playG .sec > .inner { padding: 0 20px; } }

#playG #playG-about { background: url(../img/about-bg.png) no-repeat center center; background-size: cover; }

#playG #playG-about .block.pt-a { width: 74%; background: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; margin-bottom: 50px; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a { width: 90%; } }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a { width: 100%; margin-left: auto !important; margin-bottom: 30px; } }

#playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 13%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 5%; } }

#playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 26%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 10%; } }

#playG #playG-about .block.pt-a .image { width: 30%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a .image { width: calc(30% - 20px); padding: 20px 0 20px 20px; } }

#playG #playG-about .block.pt-a .text { width: calc(70% - 20px); padding: 20px 0; }

#playG #playG-about .block.pt-a .text h3 { font-size: 24px; line-height: 1.6em; padding-right: 20px; margin: 0 0 20px; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a .text h3 { font-size: 16px; line-height: 1.6em; margin-bottom: 10px; } }

#playG #playG-about .block.pt-a .text p { margin: 0; padding-right: 20px; }

#playG #playG-about .block.pt-b h3 { text-align: center; font-size: 24px; line-height: 1.6em; font-weight: normal; margin-bottom: 20px; }

#playG #playG-about .block.pt-b h3 br { display: none; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 { font-size: 18px; line-height: 1.6em; }
  #playG #playG-about .block.pt-b h3 br { display: inherit; } }

#playG #playG-about .block.pt-b h3 span { color: #0EA0C9; }

#playG #playG-about .block.pt-b h3 strong { font-size: 38px; line-height: 1.6em; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 strong { font-size: 22px; line-height: 1.6em; } }

#playG #playG-about .block.pt-b .list { background: #fff; padding: 20px 0 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; margin-bottom: 50px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list { display: block; zoom: 1; overflow: hidden; opacity: 0; transition: opacity 0.3s; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list.slick-initialized { opacity: 1; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item { float: left; display: block; width: 100%; flex-basis: inherit; margin: 0 20px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG #playG-stage { background: url(../img/stage-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-stage > .inner { display: flex; justify-content: flex-start; flex-wrap: wrap; }

#playG #playG-stage > .inner .block .btn-wrap + .description { margin-top: 20px !important; }

#playG #playG-stage > .inner .block.pt-a { width: 33.3%; background: #F0F5FA; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position: relative; padding-bottom: 40px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a { width: 50%; padding-top: 20px; } }

@media screen and (max-width: 580px) { #playG #playG-stage > .inner .block.pt-a { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a:hover h3 { top: -45px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:hover h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a:before { content: ""; width: 100%; height: 10px; position: absolute; left: 0; top: 0; background: #0DB2CE; }

#playG #playG-stage > .inner .block.pt-a h3 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 50%; margin-left: -35px; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a h3:after { content: "STAGE"; text-align: center; width: 100%; display: block; font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2) { background: #FAFCFF; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2):before { background: #0C99C7; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { background: #fff; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3):before { background: #0B6DBA; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a .price { text-align: center; font-size: 16px; padding: 30px 20px 20px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price { font-size: 12px; padding-bottom: 10px; } }

#playG #playG-stage > .inner .block.pt-a .price span { color: #0EA0C9; }

#playG #playG-stage > .inner .block.pt-a .price strong { font-size: 50px; line-height: 1.6em; display: inline-block; margin-left: 5px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 40px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 22px; line-height: 1.6em; } }

@media screen and (max-width: 414px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 32px; line-height: 1.6em; } }

#playG #playG-stage > .inner .block.pt-a .description { padding: 20px 0; margin: 0 20px; font-size: 14px; line-height: 1.8em; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; }

#playG #playG-stage > .inner .block.pt-a .description p { margin: 0; }

#playG #playG-stage > .inner .block.pt-a .recommend { text-align: center; padding-top: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend h4 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-size: 18px; line-height: 1.6em; margin-bottom: 10px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list { padding: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list { display: flex; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item { padding: 0; width: calc(50% - 10px); }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item:nth-of-type(n+3) { display: none; }

#playG #playG-stage > .inner .block.pt-b { background: #fff; width: 100%; }

#playG #playG-stage > .inner .block.pt-b h3 { background: linear-gradient(to right, #0CB1CD, #065067); color: #fff; font-size: 24px; line-height: 1.6em; font-weight: normal; text-align: center; padding: 20px; margin: 0; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 { font-size: 16px; line-height: 1.6em; padding: 20px 0; } }

#playG #playG-stage > .inner .block.pt-b h3 strong { font-size: 38px; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 strong { display: block; text-align: center; font-size: 22px; } }

#playG #playG-stage > .inner .block.pt-b > .inner { padding: 70px 50px 40px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b > .inner { padding: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .text { position: absolute; max-width: 540px; right: 50px; top: 40px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .text { position: inherit; right: auto; top: auto; max-width: 100%; margin-bottom: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: absolute; right: 50px; bottom: 40px; width: 540px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: inherit; right: auto; bottom: auto; width: auto; } }

#playG #playG-flow .block.pt-a:not(:last-child) { margin-bottom: 90px; padding-bottom: 90px; border-bottom: 1px solid #ECEFF1; }

#playG #playG-flow .block.pt-a ol { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol { margin-bottom: 30px; } }

#playG #playG-flow .block.pt-a ol:after { content: ""; width: 80%; height: 2px; background: #EBF0F5; display: block; position: absolute; top: 110px; left: 10%; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol:after { display: none; } }

#playG #playG-flow .block.pt-a ol > li { width: calc(25% - 40px); position: relative; }

@media screen and (max-width: 1240px) { #playG #playG-flow .block.pt-a ol > li { width: calc(25% - 20px); } }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li { width: calc(50% - 10px); margin-bottom: 20px; } }

#playG #playG-flow .block.pt-a ol > li:hover .step { top: -10px; }

#playG #playG-flow .block.pt-a ol > li .step { position: absolute; width: 70px; height: 70px; border: 4px solid #0EA0C9; color: #0EA0C9; text-align: center; border-radius: 50%; font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-weight: bold; text-indent: -4px; left: -20px; top: 0; z-index: 3; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step { left: -15px; width: 60px; height: 60px; border-width: 2px; } }

#playG #playG-flow .block.pt-a ol > li .step div:first-child { font-size: 44px; line-height: 1.2em; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:first-child { line-height: 1em; } }

#playG #playG-flow .block.pt-a ol > li .step div:last-child { font-size: 10px; line-height: 1.6em; margin-top: -10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:last-child { margin-top: -5px; } }

#playG #playG-flow .block.pt-a ol > li .image { width: 80%; margin: 0 auto 20px; position: relative; }

#playG #playG-flow .block.pt-a ol > li .image .inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 50%; overflow: hidden; position: relative; z-index: 2; }

#playG #playG-flow .block.pt-a ol > li .image:after { content: ""; width: 100%; height: 100%; position: absolute; display: block; background: #EBF0F5; position: absolute; z-index: 1; border-radius: 50%; bottom: -20px; right: -20px; opacity: 0.5; }

#playG #playG-flow .block.pt-a ol > li h3 { font-size: 20px; line-height: 1.6em; text-align: center; margin: 0 0 10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li h3 { font-size: 18px; line-height: 1.6em; margin-bottom: 5px; } }

#playG #playG-story { background: url(../img/story-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-story > .inner { display: flex; justify-content: space-between; flex-wrap: wrap; }

#playG #playG-story > .inner .description { width: 100%; font-size: 18px; line-height: 1.8em; text-align: center; margin-bottom: 50px; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .description { font-size: 16px; line-height: 1.8em; text-align: left; }
  #playG #playG-story > .inner .description br { display: none; } }

#playG #playG-story > .inner .description p { margin: 0; }

#playG #playG-story > .inner .block.pt-a { width: calc(33.3% - 40px); position: relative; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .block.pt-a { width: 100%; }
  #playG #playG-story > .inner .block.pt-a:not(:last-child) { margin-bottom: 30px; } }

#playG #playG-story > .inner .block.pt-a:hover .story { top: -45px; }

#playG #playG-story > .inner .block.pt-a:hover .image img { transform: scale(1.1, 1.1); }

#playG #playG-story > .inner .block.pt-a .story { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 0; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; font-weight: bold; z-index: 2; transition: top 0.3s; }

#playG #playG-story > .inner .block.pt-a .story div:last-child { font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-story > .inner .block.pt-a .image { width: calc(100% - 20px); margin: 0 auto 20px; position: relative; overflow: hidden; z-index: 1; cursor: pointer; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

#playG #playG-story > .inner .block.pt-a .image:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(to bottom, transparent, #fff 70%); transition: opacity 0.3s, top 0.3s; opacity: 0.9; }

#playG #playG-story > .inner .block.pt-a .image:hover:after { top: 100%; }

#playG #playG-story > .inner .block.pt-a .image:before { content: ""; display: block; padding-top: 100%; }

#playG #playG-story > .inner .block.pt-a .image > .inner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

#playG #playG-story > .inner .block.pt-a .image > .inner img { transition: transform 8s; }

#playG #playG-faq > .inner .block.pt-a { max-width: 580px; margin: 0 auto; }

#playG #playG-faq > .inner .block.pt-a dl dt { padding: 0; background: #F0F5FA; padding: 20px 40px 20px 0; font-size: 22px; line-height: 1.6em; font-weight: bold; margin: 0; position: relative; cursor: pointer; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { content: ""; width: 20px; height: 2px; background: #404040; position: absolute; right: 20px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { right: 10px; } }

#playG #playG-faq > .inner .block.pt-a dl dt:before { transform: rotate(-90deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:after { transform: rotate(-135deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:before { transform: rotate(-225deg); }

#playG #playG-faq > .inner .block.pt-a dl dt:nth-of-type(even) { background: #F5FAFF; }

#playG #playG-faq > .inner .block.pt-a dl dt div { position: relative; padding-left: 40px; }

#playG #playG-faq > .inner .block.pt-a dl dt div:before { content: 'Q'; font-size: 22px; line-height: 1.6em; position: absolute; font-weight: bold; left: 15px; top: 0; color: #404040; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt div:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd { display: none; padding: 0; margin: 0; position: relative; padding: 20px 0 20px 40px; }

#playG #playG-faq > .inner .block.pt-a dl dd:before { content: 'A'; font-size: 22px; line-height: 1em; position: absolute; font-weight: bold; left: 15px; top: 20px; color: #0EA0C9; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dd:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd p { margin-top: 0; }

#playG footer { border-top: 1px solid #ECEFF1; }

#playG footer > .inner { text-align: center; padding: 40px 20px; }

#playG footer > .inner .logo { font-size: 0; line-height: 0; max-width: 270px; margin: 0 auto 20px; }

@media screen and (max-width: 768px) { #playG footer > .inner .logo { max-width: 180px; } }

#playG footer #copyright { background: #404040; text-align: center; padding: 10px; color: #fff; font-size: 12px; line-height: 1.6em; }

#playG .move { transition: transform 0.8s, opacity 0.8s; opacity: 0; transform: translate(0, 60px); }

#playG .move-fix { opacity: 1.0 !important; transform: translate(0, 0) !important; -webkit-transform: translate(0, 0) !important; }

#modal-bg { background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 9998; display: none; }

#modal-bg #modal-close { width: 40px; height: 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; background: #fff; position: absolute; cursor: pointer; transform: rotate(-45deg); transition: transform 0.3s; bottom: auto; right: 10px; top: 40px; z-index: 9999; }

#modal-bg #modal-close:hover { transform: rotate(-135deg); }

#modal-bg #modal-close:after, #modal-bg #modal-close:before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: #404040; position: absolute; right: 50%; margin-right: -10px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

#modal-bg #modal-close:before { transform: rotate(-90deg); }

.btn-totop { width: 60px; height: 60px; background: rgba(0, 0, 0, 0.4); text-indent: 100%; white-space: nowrap; overflow: hidden; position: fixed; right: 20px; bottom: 0; z-index: 9999; margin: 0; padding: 0; border-radius: 50%; opacity: 0; transition: opacity 0.3s, background 0.3s, bottom 0.3s; cursor: pointer; pointer-events: none; }

.btn-totop:hover { background: rgba(0, 0, 0, 0.8); }

.btn-totop:after { content: ""; width: 20px; height: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); display: block; position: absolute; left: 50%; top: 50%; margin-top: -6px; margin-left: -10px; }

.btn-totop.scroll { opacity: 1; bottom: 50px; pointer-events: inherit; }

.modal-inner { display: none; position: fixed; top: 0; width: 800px; height: 100vh; overflow-y: auto; left: 50%; margin-left: -400px; z-index: 9999; -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 840px) { .modal-inner { width: auto; margin: 10px 40px; left: auto; } }

.modal-inner div { font-size: 0; line-height: 0; box-shadow: 0 0 20px #000; }

.modal-inner div img { width: 100%; height: auto; }
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body { margin: 0; padding: 0; }

img, object { max-width: 100%; height: auto; }

#loader { opacity: 0; position: fixed; z-index: 99999; width: 100%; height: 100%; top: 0px; left: 0px; background: #0095d2; transition: opacity 0.3s; }

#loader.show { opacity: 1; }

#loader svg { width: 300px; height: 392px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -196px; }

#loader path { fill-opacity: 0; transition: fill-opacity 0.5s; stroke: #0095d2; }

#loader path.show { stroke: #fff; }

#loader .done path { fill-opacity: 1; fill: #fff; }

#loader .text { color: #fff; font-size: 24px; line-height: 1.6em; font-weight: bold; text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: 216px; font-style: italic; animation: blink 0.6s ease-in-out infinite alternate; }

@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }

#playG { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 1.8em; padding: 0; margin: 0; color: #404040; opacity: 0; }

#playG.show { opacity: 1; }

#playG .image { font-size: 0; line-height: 0; }

#playG .btn-wrap { text-align: center; }

#playG .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG .btn.pt-a { display: inline-block; transition: background 0.3s, box-shadow 0.3s; padding: 10px 20px; border-radius: 40px; font-size: 16px; line-height: 1.6em; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#playG .btn.pt-a:link, #playG .btn.pt-a:visited { text-decoration: none; background: #D9100E; color: #fff; }

#playG .btn.pt-a:hover, #playG .btn.pt-a:active { text-decoration: none; background: #F00; color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#playG #kv { background: url(../img/kv01.jpg) no-repeat center center; background-size: cover; position: relative; }

@media screen and (max-width: 414px) { #playG #kv {background-position: -250px center;} }

@media screen and (max-width: 374px) { #playG #kv { background-position: -320px center; } }

#playG #kv > .inner { max-width: 1200px; height: calc(100vh - 200px); margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner { height: auto; } }

#playG #kv > .inner .block.pt-a { width: 890px; text-align: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a { width: 100%; padding: 20px 0 80px; } }

#playG #kv > .inner .block.pt-a .logo { margin: 0 auto; max-width: 270px; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a .logo { max-width: 180px; } }

@media screen and (max-width: 375px) { #playG #kv > .inner .block.pt-a .logo { max-width: 170px; } }

#playG #kv > .inner .block.pt-a p { margin-bottom: 20px; font-size: 18px; line-height: 1.8em; color: #fff; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a p { font-size: 14px; line-height: 1.8em; } }

@media screen and (max-width: 374px) { #playG #kv > .inner .block.pt-a p { padding: 0 10px; }
  #playG #kv > .inner .block.pt-a p br { display: none; } }

#playG #kv .btn-return { position: absolute; right: 20px; top: 20px; }

@media screen and (max-width: 768px) { #playG #kv .btn-return { right: 5px; top: auto; bottom: 5px; } }

#playG #kv .btn-return a { display: inline-block; transition: background 0.3s, color 0.3s; border-radius: 40px; padding: 10px 20px; letter-spacing: 1px; font-weight: 500; }

@media screen and (max-width: 768px) { #playG #kv .btn-return a { font-size: 10px; line-height: 1.6em; padding: 5px 20px; border-radius: 2px; } }

#playG #kv .btn-return a:link, #playG #kv .btn-return a:visited { text-decoration: none; background: #fff; color: #404040; }

#playG #kv .btn-return a:hover, #playG #kv .btn-return a:active { text-decoration: none; color: #fff; background: #404040; }

#playG #kv .btn-return a:hover span:after, #playG #kv .btn-return a:active span:after { border-color: #fff; }

#playG #kv .btn-return a span:after { content: ""; width: 10px; height: 10px; vertical-align: middle; border-top: 1px solid #404040; border-right: 1px solid #404040; transform: rotate(45deg); display: inline-block; margin-left: 5px; position: relative; top: -2px; transition: border 0.3s; }

#playG .sec { padding: 90px 0; }

@media screen and (max-width: 768px) { #playG .sec { padding: 40px 0; } }

#playG .sec .ttl { text-align: center; width: 100%; position: relative; padding: 30px 0 0; margin-bottom: 60px; overflow: hidden; }

@media screen and (max-width: 1240px) { #playG .sec .ttl { padding-top: 10px; } }

@media screen and (max-width: 768px) { #playG .sec .ttl { margin-bottom: 40px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl { padding-top: 0; } }

#playG .sec .ttl .ja { font-size: 38px; line-height: 1.6em; position: relative; z-index: 2; font-weight: normal; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .ja { font-size: 32px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .ja { font-size: 24px; line-height: 1.6em; } }

#playG .sec .ttl .ja span { font-weight: bold; }

#playG .sec .ttl .ja:after { content: ""; display: block; width: 40px; height: 4px; background: #0EA0C9; margin: 20px auto 0; }

#playG .sec .ttl .en { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; position: absolute; width: 100%; top: 0; text-align: center; z-index: 1; color: #ECF2F7; font-size: 120px; line-height: 1em; pointer-events: none; font-style: italic; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .en { font-size: 80px; white-space: nowrap; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .en { font-size: 60px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl .en { font-size: 32px; display: none; } }

#playG .sec .ttl .en.w { color: #fff; }

#playG .sec > .inner { max-width: 1200px; margin: 0 auto; }

@media screen and (max-width: 1240px) { #playG .sec > .inner { padding: 0 20px; } }

#playG #playG-about { background: url(../img/about-bg.png) no-repeat center center; background-size: cover; }

#playG #playG-about .block.pt-a { width: 74%; background: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; margin-bottom: 50px; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a { width: 90%; } }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a { width: 100%; margin-left: auto !important; margin-bottom: 30px; } }

#playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 13%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 5%; } }

#playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 26%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 10%; } }

#playG #playG-about .block.pt-a .image { width: 30%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a .image { width: calc(30% - 20px); padding: 20px 0 20px 20px; } }

#playG #playG-about .block.pt-a .text { width: calc(70% - 20px); padding: 20px 0; }

#playG #playG-about .block.pt-a .text h3 { font-size: 24px; line-height: 1.6em; padding-right: 20px; margin: 0 0 20px; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a .text h3 { font-size: 16px; line-height: 1.6em; margin-bottom: 10px; } }

#playG #playG-about .block.pt-a .text p { margin: 0; padding-right: 20px; }

#playG #playG-about .block.pt-b h3 { text-align: center; font-size: 24px; line-height: 1.6em; font-weight: normal; margin-bottom: 20px; }

#playG #playG-about .block.pt-b h3 br { display: none; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 { font-size: 18px; line-height: 1.6em; }
  #playG #playG-about .block.pt-b h3 br { display: inherit; } }

#playG #playG-about .block.pt-b h3 span { color: #0EA0C9; }

#playG #playG-about .block.pt-b h3 strong { font-size: 38px; line-height: 1.6em; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 strong { font-size: 22px; line-height: 1.6em; } }

#playG #playG-about .block.pt-b .list { background: #fff; padding: 20px 0 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; margin-bottom: 50px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list { display: block; zoom: 1; overflow: hidden; opacity: 0; transition: opacity 0.3s; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list.slick-initialized { opacity: 1; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item { float: left; display: block; width: 100%; flex-basis: inherit; margin: 0 20px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG #playG-stage { background: url(../img/stage-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-stage > .inner { display: flex; justify-content: flex-start; flex-wrap: wrap; }

#playG #playG-stage > .inner .block .btn-wrap + .description { margin-top: 20px !important; }

#playG #playG-stage > .inner .block.pt-a { width: 33.3%; background: #F0F5FA; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position: relative; padding-bottom: 40px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a { width: 50%; padding-top: 20px; } }

@media screen and (max-width: 580px) { #playG #playG-stage > .inner .block.pt-a { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a:hover h3 { top: -45px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:hover h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a:before { content: ""; width: 100%; height: 10px; position: absolute; left: 0; top: 0; background: #0DB2CE; }

#playG #playG-stage > .inner .block.pt-a h3 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 50%; margin-left: -35px; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a h3:after { content: "STAGE"; text-align: center; width: 100%; display: block; font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2) { background: #FAFCFF; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2):before { background: #0C99C7; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { background: #fff; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3):before { background: #0B6DBA; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a .price { text-align: center; font-size: 16px; padding: 30px 20px 20px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price { font-size: 12px; padding-bottom: 10px; } }

#playG #playG-stage > .inner .block.pt-a .price span { color: #0EA0C9; }

#playG #playG-stage > .inner .block.pt-a .price strong { font-size: 50px; line-height: 1.6em; display: inline-block; margin-left: 5px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 40px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 22px; line-height: 1.6em; } }

@media screen and (max-width: 414px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 32px; line-height: 1.6em; } }

#playG #playG-stage > .inner .block.pt-a .description { padding: 20px 0; margin: 0 20px; font-size: 14px; line-height: 1.8em; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; }

#playG #playG-stage > .inner .block.pt-a .description p { margin: 0; }

#playG #playG-stage > .inner .block.pt-a .recommend { text-align: center; padding-top: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend h4 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-size: 18px; line-height: 1.6em; margin-bottom: 10px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list { padding: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list { display: flex; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item { padding: 0; width: calc(50% - 10px); }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item:nth-of-type(n+3) { display: none; }

#playG #playG-stage > .inner .block.pt-b { background: #fff; width: 100%; }

#playG #playG-stage > .inner .block.pt-b h3 { background: linear-gradient(to right, #0CB1CD, #065067); color: #fff; font-size: 24px; line-height: 1.6em; font-weight: normal; text-align: center; padding: 20px; margin: 0; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 { font-size: 16px; line-height: 1.6em; padding: 20px 0; } }

#playG #playG-stage > .inner .block.pt-b h3 strong { font-size: 38px; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 strong { display: block; text-align: center; font-size: 22px; } }

#playG #playG-stage > .inner .block.pt-b > .inner { padding: 70px 50px 40px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b > .inner { padding: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .text { position: absolute; max-width: 540px; right: 50px; top: 40px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .text { position: inherit; right: auto; top: auto; max-width: 100%; margin-bottom: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: absolute; right: 50px; bottom: 40px; width: 540px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: inherit; right: auto; bottom: auto; width: auto; } }

#playG #playG-flow .block.pt-a:not(:last-child) { margin-bottom: 90px; padding-bottom: 90px; border-bottom: 1px solid #ECEFF1; }

#playG #playG-flow .block.pt-a ol { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol { margin-bottom: 30px; } }

#playG #playG-flow .block.pt-a ol:after { content: ""; width: 80%; height: 2px; background: #EBF0F5; display: block; position: absolute; top: 110px; left: 10%; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol:after { display: none; } }

#playG #playG-flow .block.pt-a ol > li { width: calc(25% - 40px); position: relative; }

@media screen and (max-width: 1240px) { #playG #playG-flow .block.pt-a ol > li { width: calc(25% - 20px); } }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li { width: calc(50% - 10px); margin-bottom: 20px; } }

#playG #playG-flow .block.pt-a ol > li:hover .step { top: -10px; }

#playG #playG-flow .block.pt-a ol > li .step { position: absolute; width: 70px; height: 70px; border: 4px solid #0EA0C9; color: #0EA0C9; text-align: center; border-radius: 50%; font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-weight: bold; text-indent: -4px; left: -20px; top: 0; z-index: 3; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step { left: -15px; width: 60px; height: 60px; border-width: 2px; } }

#playG #playG-flow .block.pt-a ol > li .step div:first-child { font-size: 44px; line-height: 1.2em; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:first-child { line-height: 1em; } }

#playG #playG-flow .block.pt-a ol > li .step div:last-child { font-size: 10px; line-height: 1.6em; margin-top: -10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:last-child { margin-top: -5px; } }

#playG #playG-flow .block.pt-a ol > li .image { width: 80%; margin: 0 auto 20px; position: relative; }

#playG #playG-flow .block.pt-a ol > li .image .inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 50%; overflow: hidden; position: relative; z-index: 2; }

#playG #playG-flow .block.pt-a ol > li .image:after { content: ""; width: 100%; height: 100%; position: absolute; display: block; background: #EBF0F5; position: absolute; z-index: 1; border-radius: 50%; bottom: -20px; right: -20px; opacity: 0.5; }

#playG #playG-flow .block.pt-a ol > li h3 { font-size: 20px; line-height: 1.6em; text-align: center; margin: 0 0 10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li h3 { font-size: 18px; line-height: 1.6em; margin-bottom: 5px; } }

#playG #playG-story { background: url(../img/story-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-story > .inner { display: flex; justify-content: space-between; flex-wrap: wrap; }

#playG #playG-story > .inner .description { width: 100%; font-size: 18px; line-height: 1.8em; text-align: center; margin-bottom: 50px; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .description { font-size: 16px; line-height: 1.8em; text-align: left; }
  #playG #playG-story > .inner .description br { display: none; } }

#playG #playG-story > .inner .description p { margin: 0; }

#playG #playG-story > .inner .block.pt-a { width: calc(33.3% - 40px); position: relative; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .block.pt-a { width: 100%; }
  #playG #playG-story > .inner .block.pt-a:not(:last-child) { margin-bottom: 30px; } }

#playG #playG-story > .inner .block.pt-a:hover .story { top: -45px; }

#playG #playG-story > .inner .block.pt-a:hover .image img { transform: scale(1.1, 1.1); }

#playG #playG-story > .inner .block.pt-a .story { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 0; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; font-weight: bold; z-index: 2; transition: top 0.3s; }

#playG #playG-story > .inner .block.pt-a .story div:last-child { font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-story > .inner .block.pt-a .image { width: calc(100% - 20px); margin: 0 auto 20px; position: relative; overflow: hidden; z-index: 1; cursor: pointer; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

#playG #playG-story > .inner .block.pt-a .image:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(to bottom, transparent, #fff 70%); transition: opacity 0.3s, top 0.3s; opacity: 0.9; }

#playG #playG-story > .inner .block.pt-a .image:hover:after { top: 100%; }

#playG #playG-story > .inner .block.pt-a .image:before { content: ""; display: block; padding-top: 100%; }

#playG #playG-story > .inner .block.pt-a .image > .inner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

#playG #playG-story > .inner .block.pt-a .image > .inner img { transition: transform 8s; }

#playG #playG-faq > .inner .block.pt-a { max-width: 580px; margin: 0 auto; }

#playG #playG-faq > .inner .block.pt-a dl dt { padding: 0; background: #F0F5FA; padding: 20px 40px 20px 0; font-size: 22px; line-height: 1.6em; font-weight: bold; margin: 0; position: relative; cursor: pointer; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { content: ""; width: 20px; height: 2px; background: #404040; position: absolute; right: 20px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { right: 10px; } }

#playG #playG-faq > .inner .block.pt-a dl dt:before { transform: rotate(-90deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:after { transform: rotate(-135deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:before { transform: rotate(-225deg); }

#playG #playG-faq > .inner .block.pt-a dl dt:nth-of-type(even) { background: #F5FAFF; }

#playG #playG-faq > .inner .block.pt-a dl dt div { position: relative; padding-left: 40px; }

#playG #playG-faq > .inner .block.pt-a dl dt div:before { content: 'Q'; font-size: 22px; line-height: 1.6em; position: absolute; font-weight: bold; left: 15px; top: 0; color: #404040; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt div:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd { display: none; padding: 0; margin: 0; position: relative; padding: 20px 0 20px 40px; }

#playG #playG-faq > .inner .block.pt-a dl dd:before { content: 'A'; font-size: 22px; line-height: 1em; position: absolute; font-weight: bold; left: 15px; top: 20px; color: #0EA0C9; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dd:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd p { margin-top: 0; }

#playG footer { border-top: 1px solid #ECEFF1; }

#playG footer > .inner { text-align: center; padding: 40px 20px; }

#playG footer > .inner .logo { font-size: 0; line-height: 0; max-width: 270px; margin: 0 auto 20px; }

@media screen and (max-width: 768px) { #playG footer > .inner .logo { max-width: 180px; } }

#playG footer #copyright { background: #404040; text-align: center; padding: 10px; color: #fff; font-size: 12px; line-height: 1.6em; }

#playG .move { transition: transform 0.8s, opacity 0.8s; opacity: 0; transform: translate(0, 60px); }

#playG .move-fix { opacity: 1.0 !important; transform: translate(0, 0) !important; -webkit-transform: translate(0, 0) !important; }

#modal-bg { background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 9998; display: none; }

#modal-bg #modal-close { width: 40px; height: 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; background: #fff; position: absolute; cursor: pointer; transform: rotate(-45deg); transition: transform 0.3s; bottom: auto; right: 10px; top: 40px; z-index: 9999; }

#modal-bg #modal-close:hover { transform: rotate(-135deg); }

#modal-bg #modal-close:after, #modal-bg #modal-close:before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: #404040; position: absolute; right: 50%; margin-right: -10px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

#modal-bg #modal-close:before { transform: rotate(-90deg); }

.btn-totop { width: 60px; height: 60px; background: rgba(0, 0, 0, 0.4); text-indent: 100%; white-space: nowrap; overflow: hidden; position: fixed; right: 20px; bottom: 0; z-index: 9999; margin: 0; padding: 0; border-radius: 50%; opacity: 0; transition: opacity 0.3s, background 0.3s, bottom 0.3s; cursor: pointer; pointer-events: none; }

.btn-totop:hover { background: rgba(0, 0, 0, 0.8); }

.btn-totop:after { content: ""; width: 20px; height: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); display: block; position: absolute; left: 50%; top: 50%; margin-top: -6px; margin-left: -10px; }

.btn-totop.scroll { opacity: 1; bottom: 50px; pointer-events: inherit; }

.modal-inner { display: none; position: fixed; top: 0; width: 800px; height: 100vh; overflow-y: auto; left: 50%; margin-left: -400px; z-index: 9999; -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 840px) { .modal-inner { width: auto; margin: 10px 40px; left: auto; } }

.modal-inner div { font-size: 0; line-height: 0; box-shadow: 0 0 20px #000; }

.modal-inner div img { width: 100%; height: auto; }
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body { margin: 0; padding: 0; }

img, object { max-width: 100%; height: auto; }

#loader { opacity: 0; position: fixed; z-index: 99999; width: 100%; height: 100%; top: 0px; left: 0px; background: #0095d2; transition: opacity 0.3s; }

#loader.show { opacity: 1; }

#loader svg { width: 300px; height: 392px; position: absolute; top: 50%; left: 50%; margin-left: -150px; margin-top: -196px; }

#loader path { fill-opacity: 0; transition: fill-opacity 0.5s; stroke: #0095d2; }

#loader path.show { stroke: #fff; }

#loader .done path { fill-opacity: 1; fill: #fff; }

#loader .text { color: #fff; font-size: 24px; line-height: 1.6em; font-weight: bold; text-align: center; position: absolute; left: 0; width: 100%; top: 50%; margin-top: 216px; font-style: italic; animation: blink 0.6s ease-in-out infinite alternate; }

@keyframes blink { 0% { opacity: 0; }
  100% { opacity: 1; } }

#playG { font-family: 'Noto Sans JP', sans-serif; font-size: 14px; line-height: 1.8em; padding: 0; margin: 0; color: #404040; opacity: 0; }

#playG.show { opacity: 1; }

#playG .image { font-size: 0; line-height: 0; }

#playG .btn-wrap { text-align: center; }

#playG .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG .btn.pt-a { display: inline-block; transition: background 0.3s, box-shadow 0.3s; padding: 10px 20px; border-radius: 40px; font-size: 16px; line-height: 1.6em; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#playG .btn.pt-a:link, #playG .btn.pt-a:visited { text-decoration: none; background: #D9100E; color: #fff; }

#playG .btn.pt-a:hover, #playG .btn.pt-a:active { text-decoration: none; background: #F00; color: #fff; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

#playG #kv { background: url(../img/kv01.jpg) no-repeat center center; background-size: cover; position: relative; }

@media screen and (max-width: 414px) { #playG #kv {background-position: -250px center;} }

@media screen and (max-width: 374px) { #playG #kv { background-position: -320px center; } }

#playG #kv > .inner { max-width: 1200px; height: calc(100vh - 200px); margin: 0 auto; display: flex; justify-content: flex-end; align-items: center; }

@media screen and (max-width: 768px) { #playG #kv > .inner { height: auto; } }

#playG #kv > .inner .block.pt-a {width: 1200px;text-align: center;}

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a { width: 100%; padding: 20px 0 80px; } }

#playG #kv > .inner .block.pt-a .logo { margin: 0 auto; max-width: 270px; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a .logo { max-width: 180px; } }

@media screen and (max-width: 375px) { #playG #kv > .inner .block.pt-a .logo { max-width: 170px; } }

#playG #kv > .inner .block.pt-a p { margin-bottom: 20px; font-size: 18px; line-height: 1.8em; color: #fff; }

@media screen and (max-width: 768px) { #playG #kv > .inner .block.pt-a p { font-size: 14px; line-height: 1.8em; } }

@media screen and (max-width: 374px) { #playG #kv > .inner .block.pt-a p { padding: 0 10px; }
  #playG #kv > .inner .block.pt-a p br { display: none; } }

#playG #kv .btn-return { position: absolute; right: 20px; top: 20px; }

@media screen and (max-width: 768px) { #playG #kv .btn-return { right: 5px; top: auto; bottom: 5px; } }

#playG #kv .btn-return a { display: inline-block; transition: background 0.3s, color 0.3s; border-radius: 40px; padding: 10px 20px; letter-spacing: 1px; font-weight: 500; }

@media screen and (max-width: 768px) { #playG #kv .btn-return a { font-size: 10px; line-height: 1.6em; padding: 5px 20px; border-radius: 2px; } }

#playG #kv .btn-return a:link, #playG #kv .btn-return a:visited { text-decoration: none; background: #fff; color: #404040; }

#playG #kv .btn-return a:hover, #playG #kv .btn-return a:active { text-decoration: none; color: #fff; background: #404040; }

#playG #kv .btn-return a:hover span:after, #playG #kv .btn-return a:active span:after { border-color: #fff; }

#playG #kv .btn-return a span:after { content: ""; width: 10px; height: 10px; vertical-align: middle; border-top: 1px solid #404040; border-right: 1px solid #404040; transform: rotate(45deg); display: inline-block; margin-left: 5px; position: relative; top: -2px; transition: border 0.3s; }

#playG .sec { padding: 90px 0; }

@media screen and (max-width: 768px) { #playG .sec { padding: 40px 0; } }

#playG .sec .ttl { text-align: center; width: 100%; position: relative; padding: 30px 0 0; margin-bottom: 60px; overflow: hidden; }

@media screen and (max-width: 1240px) { #playG .sec .ttl { padding-top: 10px; } }

@media screen and (max-width: 768px) { #playG .sec .ttl { margin-bottom: 40px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl { padding-top: 0; } }

#playG .sec .ttl .ja { font-size: 38px; line-height: 1.6em; position: relative; z-index: 2; font-weight: normal; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .ja { font-size: 32px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .ja { font-size: 24px; line-height: 1.6em; } }

#playG .sec .ttl .ja span { font-weight: bold; }

#playG .sec .ttl .ja:after { content: ""; display: block; width: 40px; height: 4px; background: #0EA0C9; margin: 20px auto 0; }

#playG .sec .ttl .en { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; position: absolute; width: 100%; top: 0; text-align: center; z-index: 1; color: #ECF2F7; font-size: 120px; line-height: 1em; pointer-events: none; font-style: italic; }

@media screen and (max-width: 1240px) { #playG .sec .ttl .en { font-size: 80px; white-space: nowrap; } }

@media screen and (max-width: 768px) { #playG .sec .ttl .en { font-size: 60px; } }

@media screen and (max-width: 580px) { #playG .sec .ttl .en { font-size: 32px; display: none; } }

#playG .sec .ttl .en.w { color: #fff; }

#playG .sec > .inner { max-width: 1200px; margin: 0 auto; }

@media screen and (max-width: 1240px) { #playG .sec > .inner { padding: 0 20px; } }

#playG #playG-about { background: url(../img/about-bg.png) no-repeat center center; background-size: cover; }

#playG #playG-about .block.pt-a { width: 74%; background: #fff; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); display: flex; justify-content: space-between; margin-bottom: 50px; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a { width: 90%; } }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a { width: 100%; margin-left: auto !important; margin-bottom: 30px; } }

#playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 13%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(2) { margin-left: 5%; } }

#playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 26%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a:nth-of-type(3) { margin-left: 10%; } }

#playG #playG-about .block.pt-a .image { width: 30%; }

@media screen and (max-width: 1240px) { #playG #playG-about .block.pt-a .image { width: calc(30% - 20px); padding: 20px 0 20px 20px; } }

#playG #playG-about .block.pt-a .text { width: calc(70% - 20px); padding: 20px 0; }

#playG #playG-about .block.pt-a .text h3 { font-size: 24px; line-height: 1.6em; padding-right: 20px; margin: 0 0 20px; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-a .text h3 { font-size: 16px; line-height: 1.6em; margin-bottom: 10px; } }

#playG #playG-about .block.pt-a .text p { margin: 0; padding-right: 20px; }

#playG #playG-about .block.pt-b h3 { text-align: center; font-size: 24px; line-height: 1.6em; font-weight: normal; margin-bottom: 20px; }

#playG #playG-about .block.pt-b h3 br { display: none; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 { font-size: 18px; line-height: 1.6em; }
  #playG #playG-about .block.pt-b h3 br { display: inherit; } }

#playG #playG-about .block.pt-b h3 span { color: #0EA0C9; }

#playG #playG-about .block.pt-b h3 strong { font-size: 38px; line-height: 1.6em; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-about .block.pt-b h3 strong { font-size: 22px; line-height: 1.6em; } }

#playG #playG-about .block.pt-b .list { background: #fff; padding: 20px 0 0; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; margin-bottom: 50px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list { display: block; zoom: 1; overflow: hidden; opacity: 0; transition: opacity 0.3s; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list.slick-initialized { opacity: 1; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item { float: left; display: block; width: 100%; flex-basis: inherit; margin: 0 20px; }

#playG #playG-about .block.pt-b .list .fs-c-productList__list .fs-c-productList__list__item .fs-c-productListItem__image__image { width: auto; height: auto; }

#playG #playG-stage { background: url(../img/stage-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-stage > .inner { display: flex; justify-content: flex-start; flex-wrap: wrap; }

#playG #playG-stage > .inner .block .btn-wrap + .description { margin-top: 20px !important; }

#playG #playG-stage > .inner .block.pt-a { width: 33.3%; background: #F0F5FA; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position: relative; padding-bottom: 40px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a { width: 50%; padding-top: 20px; } }

@media screen and (max-width: 580px) { #playG #playG-stage > .inner .block.pt-a { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a:hover h3 { top: -45px; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:hover h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a:before { content: ""; width: 100%; height: 10px; position: absolute; left: 0; top: 0; background: #0DB2CE; }

#playG #playG-stage > .inner .block.pt-a h3 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-weight: bold; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 50%; margin-left: -35px; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a h3 { top: -20px; } }

#playG #playG-stage > .inner .block.pt-a h3:after { content: "STAGE"; text-align: center; width: 100%; display: block; font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2) { background: #FAFCFF; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(2):before { background: #0C99C7; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { background: #fff; }

#playG #playG-stage > .inner .block.pt-a:nth-of-type(3):before { background: #0B6DBA; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a:nth-of-type(3) { width: 100%; } }

#playG #playG-stage > .inner .block.pt-a .price { text-align: center; font-size: 16px; padding: 30px 20px 20px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price { font-size: 12px; padding-bottom: 10px; } }

#playG #playG-stage > .inner .block.pt-a .price span { color: #0EA0C9; }

#playG #playG-stage > .inner .block.pt-a .price strong { font-size: 50px; line-height: 1.6em; display: inline-block; margin-left: 5px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 40px; line-height: 1.6em; } }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 22px; line-height: 1.6em; } }

@media screen and (max-width: 414px) { #playG #playG-stage > .inner .block.pt-a .price strong { font-size: 32px; line-height: 1.6em; } }

#playG #playG-stage > .inner .block.pt-a .description { padding: 20px 0; margin: 0 20px; font-size: 14px; line-height: 1.8em; border-top: 1px solid #E3E7EB; border-bottom: 1px solid #E3E7EB; }

#playG #playG-stage > .inner .block.pt-a .description p { margin: 0; }

#playG #playG-stage > .inner .block.pt-a .recommend { text-align: center; padding-top: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend h4 { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-size: 18px; line-height: 1.6em; margin-bottom: 10px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list { padding: 20px; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list { display: flex; }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item { padding: 0; width: calc(50% - 10px); }

#playG #playG-stage > .inner .block.pt-a .recommend .list .fs-c-productList__list .fs-c-productList__list__item:nth-of-type(n+3) { display: none; }

#playG #playG-stage > .inner .block.pt-b { background: #fff; width: 100%; }

#playG #playG-stage > .inner .block.pt-b h3 { background: linear-gradient(to right, #0CB1CD, #065067); color: #fff; font-size: 24px; line-height: 1.6em; font-weight: normal; text-align: center; padding: 20px; margin: 0; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 { font-size: 16px; line-height: 1.6em; padding: 20px 0; } }

#playG #playG-stage > .inner .block.pt-b h3 strong { font-size: 38px; font-weight: bold; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b h3 strong { display: block; text-align: center; font-size: 22px; } }

#playG #playG-stage > .inner .block.pt-b > .inner { padding: 70px 50px 40px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-stage > .inner .block.pt-b > .inner { padding: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .text { position: absolute; max-width: 540px; right: 50px; top: 40px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .text { position: inherit; right: auto; top: auto; max-width: 100%; margin-bottom: 20px; } }

#playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: absolute; right: 50px; bottom: 40px; width: 540px; }

@media screen and (max-width: 1240px) { #playG #playG-stage > .inner .block.pt-b > .inner .image.pt-b { position: inherit; right: auto; bottom: auto; width: auto; } }

#playG #playG-flow .block.pt-a:not(:last-child) { margin-bottom: 90px; padding-bottom: 90px; border-bottom: 1px solid #ECEFF1; }

#playG #playG-flow .block.pt-a ol { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; position: relative; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol { margin-bottom: 30px; } }

#playG #playG-flow .block.pt-a ol:after { content: ""; width: 80%; height: 2px; background: #EBF0F5; display: block; position: absolute; top: 110px; left: 10%; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol:after { display: none; } }

#playG #playG-flow .block.pt-a ol > li { width: calc(25% - 40px); position: relative; }

@media screen and (max-width: 1240px) { #playG #playG-flow .block.pt-a ol > li { width: calc(25% - 20px); } }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li { width: calc(50% - 10px); margin-bottom: 20px; } }

#playG #playG-flow .block.pt-a ol > li:hover .step { top: -10px; }

#playG #playG-flow .block.pt-a ol > li .step { position: absolute; width: 70px; height: 70px; border: 4px solid #0EA0C9; color: #0EA0C9; text-align: center; border-radius: 50%; font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; font-weight: bold; text-indent: -4px; left: -20px; top: 0; z-index: 3; transition: top 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step { left: -15px; width: 60px; height: 60px; border-width: 2px; } }

#playG #playG-flow .block.pt-a ol > li .step div:first-child { font-size: 44px; line-height: 1.2em; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:first-child { line-height: 1em; } }

#playG #playG-flow .block.pt-a ol > li .step div:last-child { font-size: 10px; line-height: 1.6em; margin-top: -10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li .step div:last-child { margin-top: -5px; } }

#playG #playG-flow .block.pt-a ol > li .image { width: 80%; margin: 0 auto 20px; position: relative; }

#playG #playG-flow .block.pt-a ol > li .image .inner { box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); border-radius: 50%; overflow: hidden; position: relative; z-index: 2; }

#playG #playG-flow .block.pt-a ol > li .image:after { content: ""; width: 100%; height: 100%; position: absolute; display: block; background: #EBF0F5; position: absolute; z-index: 1; border-radius: 50%; bottom: -20px; right: -20px; opacity: 0.5; }

#playG #playG-flow .block.pt-a ol > li h3 { font-size: 20px; line-height: 1.6em; text-align: center; margin: 0 0 10px; }

@media screen and (max-width: 768px) { #playG #playG-flow .block.pt-a ol > li h3 { font-size: 18px; line-height: 1.6em; margin-bottom: 5px; } }

#playG #playG-story { background: url(../img/story-bg.png) no-repeat center center #EBF0F5; background-size: cover; }

#playG #playG-story > .inner { display: flex; justify-content: space-between; flex-wrap: wrap; }

#playG #playG-story > .inner .description { width: 100%; font-size: 18px; line-height: 1.8em; text-align: center; margin-bottom: 50px; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .description { font-size: 16px; line-height: 1.8em; text-align: left; }
  #playG #playG-story > .inner .description br { display: none; } }

#playG #playG-story > .inner .description p { margin: 0; }

#playG #playG-story > .inner .block.pt-a { width: calc(33.3% - 40px); position: relative; }

@media screen and (max-width: 768px) { #playG #playG-story > .inner .block.pt-a { width: 100%; }
  #playG #playG-story > .inner .block.pt-a:not(:last-child) { margin-bottom: 30px; } }

#playG #playG-story > .inner .block.pt-a:hover .story { top: -45px; }

#playG #playG-story > .inner .block.pt-a:hover .image img { transform: scale(1.1, 1.1); }

#playG #playG-story > .inner .block.pt-a .story { font-family: Arial,'Noto Sans JP','ＭＳ Ｐゴシック',sans-serif; font-style: italic; width: 70px; height: 70px; position: absolute; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); text-indent: -3px; top: -35px; left: 0; text-align: center; font-size: 32px; line-height: 1.8em; color: #fff; background: linear-gradient(to bottom, #0B6CBA, #0EB4CF); border-radius: 50%; margin-top: 0; margin-bottom: 0; padding: 0; font-weight: bold; z-index: 2; transition: top 0.3s; }

#playG #playG-story > .inner .block.pt-a .story div:last-child { font-size: 10px; line-height: 1.2em; margin-top: -10px; }

#playG #playG-story > .inner .block.pt-a .image { width: calc(100% - 20px); margin: 0 auto 20px; position: relative; overflow: hidden; z-index: 1; cursor: pointer; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }

#playG #playG-story > .inner .block.pt-a .image:after { content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: linear-gradient(to bottom, transparent, #fff 70%); transition: opacity 0.3s, top 0.3s; opacity: 0.9; }

#playG #playG-story > .inner .block.pt-a .image:hover:after { top: 100%; }

#playG #playG-story > .inner .block.pt-a .image:before { content: ""; display: block; padding-top: 100%; }

#playG #playG-story > .inner .block.pt-a .image > .inner { position: absolute; top: 0; left: 0; bottom: 0; right: 0; }

#playG #playG-story > .inner .block.pt-a .image > .inner img { transition: transform 8s; }

#playG #playG-faq > .inner .block.pt-a { max-width: 580px; margin: 0 auto; }

#playG #playG-faq > .inner .block.pt-a dl dt { padding: 0; background: #F0F5FA; padding: 20px 40px 20px 0; font-size: 22px; line-height: 1.6em; font-weight: bold; margin: 0; position: relative; cursor: pointer; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { content: ""; width: 20px; height: 2px; background: #404040; position: absolute; right: 20px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt:after, #playG #playG-faq > .inner .block.pt-a dl dt:before { right: 10px; } }

#playG #playG-faq > .inner .block.pt-a dl dt:before { transform: rotate(-90deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:after { transform: rotate(-135deg); }

#playG #playG-faq > .inner .block.pt-a dl dt.active:before { transform: rotate(-225deg); }

#playG #playG-faq > .inner .block.pt-a dl dt:nth-of-type(even) { background: #F5FAFF; }

#playG #playG-faq > .inner .block.pt-a dl dt div { position: relative; padding-left: 40px; }

#playG #playG-faq > .inner .block.pt-a dl dt div:before { content: 'Q'; font-size: 22px; line-height: 1.6em; position: absolute; font-weight: bold; left: 15px; top: 0; color: #404040; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dt div:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd { display: none; padding: 0; margin: 0; position: relative; padding: 20px 0 20px 40px; }

#playG #playG-faq > .inner .block.pt-a dl dd:before { content: 'A'; font-size: 22px; line-height: 1em; position: absolute; font-weight: bold; left: 15px; top: 20px; color: #0EA0C9; }

@media screen and (max-width: 768px) { #playG #playG-faq > .inner .block.pt-a dl dd:before { font-size: 18px; line-height: 1.6em; } }

#playG #playG-faq > .inner .block.pt-a dl dd p { margin-top: 0; }

#playG footer { border-top: 1px solid #ECEFF1; }

#playG footer > .inner { text-align: center; padding: 40px 20px; }

#playG footer > .inner .logo { font-size: 0; line-height: 0; max-width: 270px; margin: 0 auto 20px; }

@media screen and (max-width: 768px) { #playG footer > .inner .logo { max-width: 180px; } }

#playG footer #copyright { background: #404040; text-align: center; padding: 10px; color: #fff; font-size: 12px; line-height: 1.6em; }

#playG .move { transition: transform 0.8s, opacity 0.8s; opacity: 0; transform: translate(0, 60px); }

#playG .move-fix { opacity: 1.0 !important; transform: translate(0, 0) !important; -webkit-transform: translate(0, 0) !important; }

#modal-bg { background: rgba(0, 0, 0, 0.8); position: fixed; width: 100%; height: 100vh; left: 0; top: 0; z-index: 9998; display: none; }

#modal-bg #modal-close { width: 40px; height: 40px; text-indent: 100%; white-space: nowrap; overflow: hidden; border-radius: 50%; background: #fff; position: absolute; cursor: pointer; transform: rotate(-45deg); transition: transform 0.3s; bottom: auto; right: 10px; top: 40px; z-index: 9999; }

#modal-bg #modal-close:hover { transform: rotate(-135deg); }

#modal-bg #modal-close:after, #modal-bg #modal-close:before { content: ""; width: 20px; height: 2px; border-radius: 2px; background: #404040; position: absolute; right: 50%; margin-right: -10px; top: 50%; margin-top: -2px; display: block; transition: transform 0.3s; }

#modal-bg #modal-close:before { transform: rotate(-90deg); }

.btn-totop { width: 60px; height: 60px; background: rgba(0, 0, 0, 0.4); text-indent: 100%; white-space: nowrap; overflow: hidden; position: fixed; right: 20px; bottom: 0; z-index: 9999; margin: 0; padding: 0; border-radius: 50%; opacity: 0; transition: opacity 0.3s, background 0.3s, bottom 0.3s; cursor: pointer; pointer-events: none; }

.btn-totop:hover { background: rgba(0, 0, 0, 0.8); }

.btn-totop:after { content: ""; width: 20px; height: 20px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg); display: block; position: absolute; left: 50%; top: 50%; margin-top: -6px; margin-left: -10px; }

.btn-totop.scroll { opacity: 1; bottom: 50px; pointer-events: inherit; }

.modal-inner { display: none; position: fixed; top: 0; width: 800px; height: 100vh; overflow-y: auto; left: 50%; margin-left: -400px; z-index: 9999; -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 840px) { .modal-inner { width: auto; margin: 10px 40px; left: auto; } }

.modal-inner div { font-size: 0; line-height: 0; box-shadow: 0 0 20px #000; }

.modal-inner div img { width: 100%; height: auto; }
