@import "../icomoon/style.css";
@import "../css/font.css";
* {
  font-family: 'sf-pro';
  font-weight: 500;
  font-style: normal;
}
body {
  background: url(../img/spring-promotion/site-background.png) 0 0 repeat;
}
body,
html {
  font-size: 16px;
}
.hd .logo a {
  width: 100%;
  background-image: url(../img/spring-promotion/logo-jp.svg);
  background-size: 100%;
}
.nav_icon .nav_icon_box .icon_store {
  background: url("../img/spring-promotion/store-icon.svg") no-repeat 50% 30%;
  background-size: 14px;
}
.nav_icon .nav_icon_box .icon-search {
  background: url("../img/spring-promotion/select-icon.svg") no-repeat 50% 30%;
  background-size: 14px;
}
.nav_icon .nav_button {
  background: url(../img/spring-promotion/nav_icon.svg) no-repeat 50% 30%;
  background-size: 14px;
}
.copyright {
  background-color: #679AF4;
}
.copyright p {
  color: #FFF;
}
.footer {
  background-color: #679AF4;
}
.footer .foot_title .fp_icon {
  background: url(../img/spring-promotion/logo-jp-footer.svg) no-repeat;
}
.footer .foot_contact .c_right .title {
  color: #FFF;
}
.footer .foot_contact .c_right p {
  color: #FFF;
}
.footer .foot_contact ul .title {
  color: #FFF;
}
.footer .foot_contact ul li {
  list-style: none;
  text-indent: -16px;
}
.footer .foot_contact ul li:not(.title)::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #FFF;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.footer .foot_contact ul li a {
  color: #FFF;
}
.footer .foot_contact ul li a:hover {
  color: #d9b766;
}
.footer_share {
  background-color: transparent;
}
section {
  padding: 80px 0;
}
section a,
section a:hover {
  text-decoration: none;
}
section .flex-container {
  max-width: 1080px;
  margin: auto;
  display: flex;
}
section .flex-container.sb {
  justify-content: space-between;
  align-items: center;
}
section .flex-container .flex-item {
  flex: auto;
}
section .flex-container .flex-item:first-of-type {
  margin-right: 20px;
}
section .flex-container .flex-row-2 {
  flex: 0 0 45%;
}
section .flex-container .flex-item__content .name {
  font-size: 1.8em;
  line-height: 1.5;
  font-weight: 700;
}
section .flex-container .flex-item__content .name a {
  font-size: inherit;
  color: inherit;
  padding-bottom: 1px;
  border-bottom: 1px solid transparent;
  transition: 100ms;
}
section .flex-container .flex-item__content img.img {
  transform: scale(1);
  transition: 100ms;
}
section .flex-container .flex-item__content img.img:hover {
  transform: scale(1.1);
}
section .flex-container .flex-item__content .p-bundle {
  font-size: 1em;
}
section .flex-container .flex-item__content .p1 {
  font-size: 1.25em;
  line-height: 1.5;
  padding: 0 24px;
}
section .flex-container .flex-item__content .p2 {
  font-size: 0.875em;
  line-height: 1.7;
}
section .flex-container .flex-item__content .price {
  margin-bottom: 0.75em;
}
section .flex-container .flex-item__content .price .ori {
  font-size: 1.25em;
  text-decoration: line-through;
  margin-right: 12px;
}
section .flex-container .flex-item__content .price .cur {
  font-size: 1.75em;
}
section .flex-container .flex-item__content .buttons .button {
  display: flex;
  width: 166px;
  height: 42px;
  justify-content: center;
  align-items: center;
  font-size: 1em;
  border-radius: 10px;
}
section .flex-container .flex-item__content .buttons .button:hover {
  transition: 200ms;
}
section .flex-container .flex-item__content .buttons .button em,
section .flex-container .flex-item__content .buttons .button i {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
section .flex-container .flex-item__content .price-button .version {
  display: inline-block;
  vertical-align: top;
}
section .flex-container .flex-item__content .price-button .version:nth-of-type(2) {
  margin-left: 48px;
}
section .flex-container .flex-item__content .price-button .price {
  margin-bottom: 0.75em;
}
section .flex-container .flex-item__content .price-button .price .ori {
  font-size: 1.125em;
}
section .flex-container .flex-item__content .price-button .price .cur {
  font-size: 1.5em;
}
section .flex-container .flex-item__content .price-button .button {
  display: flex;
  border-radius: 10px;
  height: 42px;
  justify-content: center;
  align-items: center;
  transition: 200ms;
}
section .flex-container .flex-item__content .price-button .button em,
section .flex-container .flex-item__content .price-button .button i {
  position: relative;
  top: -1px;
  margin-right: 8px;
}
section img {
  object-fit: contain;
  max-width: 100%;
}
section .headline {
  position: relative;
  height: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
section .headline img {
  position: absolute;
  height: 108px;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section .headline h3 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2.5em;
  color: #FFFFFF;
}
section .middle-para {
  max-width: 1080px;
  margin: 60px auto;
  padding: 0 10%;
  text-align: center;
  font-size: 1.125em;
  line-height: 1.875;
}
section .middle-para a {
  display: inline-block;
  padding-bottom: 1px;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  transition: 200ms;
}
.banner {
  padding: 70px 0 0px;
  background: url(../img/spring-promotion/banner.svg) top center no-repeat;
  background-size: 2048px;
  text-align: center;
}
.banner h1 {
  font-size: 4.75em;
  color: #06223F;
  text-align: center;
  font-weight: 700;
}
.banner p {
  font-size: 2.25em;
  text-align: center;
  color: #06223F;
  font-weight: 700;
}
.bless {
  padding: 0;
}
.bless .frame {
  background: url(../img/spring-promotion/frame-1.svg) 0 0 no-repeat;
  background-size: 883px;
  width: 886px;
  height: 590px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bless .frame .p1 {
  font-size: 2.375em;
  margin-bottom: 20px;
  color: #06223F;
  font-weight: 700;
  margin-top: 150px;
}
.bless .frame .p2 {
  font-size: 1.125em;
  line-height: 1.5;
  color: #06223F;
  text-align: center;
  padding: 0 10%;
}
.win-bundle {
  position: relative;
}
.win-bundle::before {
  content: '';
  display: block;
  position: absolute;
  top: -160px;
  left: 0;
  width: 100%;
  height: 750px;
  background: url(../img/spring-promotion/bg-1.svg) center 0 no-repeat;
  background-size: 2048px;
  z-index: -1;
}
.win-bundle p {
  color: #06223F;
}
.win-bundle .price .ori,
.win-bundle .price .cur {
  color: #06223F;
}
.win-bundle .buttons .button {
  background-color: #FFFFFF;
  color: #679AF4;
  border: 1px solid #FFFFFF;
}
.win-bundle .buttons .button:hover {
  background-color: #679AF4;
  color: #FFF;
}
.mac-bundle {
  position: relative;
}
.mac-bundle p {
  color: #06223F;
}
.mac-bundle .price .ori,
.mac-bundle .price .cur {
  color: #06223F;
}
.mac-bundle .buttons .button {
  background-color: #679AF4;
  color: #FFF;
  border: 1px solid #679AF4;
}
.mac-bundle .buttons .button:hover {
  background-color: #FFF;
  color: #679AF4;
}
.spring-promotion-begin {
  position: relative;
}
.spring-promotion-begin::before {
  content: '';
  display: block;
  width: 100%;
  height: 1783px;
  position: absolute;
  top: -160px;
  left: 0;
  z-index: -1;
  background: url(../img/spring-promotion/bg-2.svg) 0 0 no-repeat;
  background-size: 2048px;
}
.spring-promotion-begin .title {
  background: url(../img/spring-promotion/frame-2.png) 0 0 no-repeat;
  background-size: 884px;
  height: 260px;
  width: 886px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 120px;
}
.spring-promotion-begin .title p {
  font-size: 3em;
  text-align: center;
  color: #A80717;
}
.spring-promotion-begin .headline img {
  width: 324px;
}
.spring-promotion-begin .headline h3 {
  color: #FFF;
}
.spring-promotion-begin .flex-container {
  align-items: center;
}
.spring-promotion-begin .flex-container p {
  font-size: 1.25em;
  color: #A80717;
}
.spring-promotion-begin .flex-container p a:hover {
  border-bottom-color: #A80717;
}
.spring-promotion-begin .middle-para {
  color: #A80717;
  margin-bottom: 0;
}
.spring-promotion-begin .middle-para a {
  color: #185EC4;
  border-bottom-color: #185EC4;
}
.spring-promotion-begin .middle-para a:hover {
  color: #A80717;
  border-bottom-color: #A80717;
}
.spring-promotion-begin .price-button .price .ori,
.spring-promotion-begin .price-button .price .cur {
  color: #A80717;
}
.spring-promotion-begin .price-button .button {
  background-color: #A80717;
  color: #FFF;
  border: 1px solid #A80717;
}
.spring-promotion-begin .price-button .button:hover {
  background-color: #FFF;
  color: #A80717;
}
.spring-promotion-party .headline img {
  width: 557px;
}
.spring-promotion-party .headline h3 {
  color: #FFF;
}
.spring-promotion-party p {
  color: #185EC4;
}
.spring-promotion-party p a:hover {
  border-bottom-color: #185EC4 !important;
}
.spring-promotion-party .flex-container {
  align-items: center;
}
.spring-promotion-party .flex-container.ac p {
  padding: 0 48px;
  line-height: 2;
}
.spring-promotion-party .middle-para a {
  color: #FF556E;
  border-bottom-color: #FF556E;
}
.spring-promotion-party .middle-para a:hover {
  color: #cc121c;
  border-bottom-color: #cc121c;
}
.spring-promotion-party .price-button .price .ori,
.spring-promotion-party .price-button .price .cur {
  color: #185EC4;
}
.spring-promotion-party .price-button .button {
  background-color: #185EC4;
  color: #FFF;
  border: 1px solid #185EC4;
}
.spring-promotion-party .price-button .button:hover {
  background-color: #FFF;
  color: #185EC4;
}
.spring-promotion-entertainment {
  position: relative;
  padding-bottom: 140px;
}
.spring-promotion-entertainment::before {
  content: '';
  display: block;
  width: 100%;
  height: 1400px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  background: url(../img/spring-promotion/bg-3.svg) 0 0 no-repeat;
  background-size: 2048px;
}
.spring-promotion-entertainment p {
  color: #A80717;
}
.spring-promotion-entertainment p a:hover {
  border-bottom-color: #A80717 !important;
}
.spring-promotion-entertainment .middle-para a {
  color: #185EC4;
  border-bottom-color: #185EC4;
}
.spring-promotion-entertainment .middle-para a:hover {
  color: #FFF;
  border-bottom-color: #FFF;
}
.spring-promotion-entertainment .price-button .price .ori,
.spring-promotion-entertainment .price-button .price .cur {
  color: #A80717;
}
.spring-promotion-entertainment .price-button .button {
  background-color: #CC121C;
  color: #ffffff;
  border: 1px solid #CC121C;
}
.spring-promotion-entertainment .price-button .button:hover {
  background-color: #ffffff;
  color: #CC121C;
}
.spring-promotion-greet .headline h3 {
  color: #FFF;
}
.spring-promotion-greet .flex-container {
  align-items: center;
}
.spring-promotion-greet p {
  color: #185EC4;
}
.spring-promotion-greet p a:hover {
  border-bottom-color: #185EC4 !important;
}
.spring-promotion-greet .middle-para a {
  color: #FF556E;
  border-bottom-color: #FF556E;
}
.spring-promotion-greet .middle-para a:hover {
  color: #cc121c;
  border-bottom-color: #cc121c;
}
.spring-promotion-greet .price-button .price .ori,
.spring-promotion-greet .price-button .price .cur {
  color: #185EC4;
}
.spring-promotion-greet .price-button .button {
  background-color: #679AF4;
  color: #FFF;
  border: 1px solid #679AF4;
}
.spring-promotion-greet .price-button .button:hover {
  background-color: #FFF;
  color: #679AF4;
}
.spring-promotion-memory.part-1 {
  position: relative;
  padding-bottom: 180px;
}
.spring-promotion-memory.part-1::before {
  content: '';
  display: block;
  width: 100%;
  height: 1233px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  background: url(../img/spring-promotion/bg-4.svg) 0 0 no-repeat;
  background-size: 2048px;
}
.spring-promotion-memory.part-1 .headline h3 {
  color: #FFF;
}
.spring-promotion-memory.part-1 p {
  color: #06223F;
}
.spring-promotion-memory.part-1 p a {
  color: #FF556E;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF556E;
}
.spring-promotion-memory.part-1 p a:hover {
  color: #cc121c;
  border-bottom-color: #cc121c;
}
.spring-promotion-memory.part-1 .price-button .price .ori,
.spring-promotion-memory.part-1 .price-button .price .cur {
  color: #06223F;
}
.spring-promotion-memory.part-1 .price-button .button {
  background-color: #679AF4;
  color: #FFF;
  border: 1px solid #679AF4;
}
.spring-promotion-memory.part-1 .price-button .button:hover {
  background-color: #FFF;
  color: #679AF4;
}
.spring-promotion-memory.part-1 .flex-container:last-of-type {
  margin-top: 48px;
}
.spring-promotion-memory.part-2 .flex-container {
  align-items: center;
}
.spring-promotion-memory.part-2 .flex-container:last-of-type {
  margin-top: 48px;
}
.spring-promotion-memory.part-2 p {
  color: #FF556E;
  line-height: 2;
}
.spring-promotion-memory.part-2 p a {
  color: #185EC4;
  padding-bottom: 1px;
  border-bottom: 1px solid #185EC4;
}
.spring-promotion-memory.part-2 p a:hover {
  color: #cc121c;
  border-bottom-color: #cc121c;
}
.spring-promotion-memory.part-2 .price-button .price .ori,
.spring-promotion-memory.part-2 .price-button .price .cur {
  color: #FF556E;
}
.spring-promotion-memory.part-2 .price-button .button {
  background-color: #679AF4;
  color: #FFF;
  border: 1px solid #679AF4;
}
.spring-promotion-memory.part-2 .price-button .button:hover {
  background-color: #FFF;
  color: #679AF4;
}
.spring-promotion-memory.part-3 {
  position: relative;
  padding-bottom: 180px;
}
.spring-promotion-memory.part-3::before {
  content: '';
  display: block;
  width: 100%;
  height: 1023px;
  position: absolute;
  top: -80px;
  left: 0;
  z-index: -1;
  background: url(../img/spring-promotion/bg-5.svg) 0 0 no-repeat;
  background-size: 2048px;
}
.spring-promotion-memory.part-3 .flex-container {
  align-items: center;
}
.spring-promotion-memory.part-3 .flex-container:last-of-type {
  margin-top: 48px;
}
.spring-promotion-memory.part-3 p {
  color: #06223F;
}
.spring-promotion-memory.part-3 p a {
  color: #FF556E;
  padding-bottom: 1px;
  border-bottom: 1px solid #FF556E;
}
.spring-promotion-memory.part-3 p a:hover {
  color: #cc121c;
  border-bottom-color: #cc121c;
}
.spring-promotion-memory.part-3 .price-button .price .ori,
.spring-promotion-memory.part-3 .price-button .price .cur {
  color: #06223F;
}
.spring-promotion-memory.part-3 .price-button .button {
  background-color: #679AF4;
  color: #FFF;
  border: 1px solid #679AF4;
}
.spring-promotion-memory.part-3 .price-button .button:hover {
  background-color: #FFF;
  color: #679AF4;
}
.spring-promotion-last .last-frame {
  background: url(../img/spring-promotion/frame-3.svg) 0 0 no-repeat;
  background-size: 902px;
  height: 718px;
  width: 904px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.spring-promotion-last .last-frame #text-frame {
  width: 500px;
  margin: auto;
  text-align: center;
}
.spring-promotion-last .last-frame .p1 {
  font-size: 2.5em;
  color: #06223F;
  margin-bottom: 0.5em;
}
.spring-promotion-last .last-frame .p2 {
  font-size: 1.25em;
  line-height: 1.5;
  color: #06223F;
  text-align: center;
  margin-bottom: 1em;
}
.spring-promotion-last .note {
  text-align: center;
}
.spring-promotion-last .note .strong {
  font-size: 1.25em;
  color: #000;
}
.spring-promotion-last .note .p2 {
  font-size: 1em;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.75em;
  padding: 0 29%;
}
.spring-promotion-last .note .p2 a {
  color: #d9b766;
}
.spring-promotion-last .note .p2 a:hover {
  text-decoration: underline;
}
.inner_nav {
  position: fixed;
  top: 30vh;
  left: calc((50vw + 540px));
  width: 115px;
  overflow: hidden;
  z-index: 999;
}
.inner_nav.showing ul {
  opacity: 1;
  transform: translateY(0%);
}
.inner_nav button {
  display: none;
}
.inner_nav ul {
  display: block;
  padding: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: 500ms ease-in-out;
}
.inner_nav ul .top {
  list-style: none;
  width: 100%;
  height: 77px;
}
.inner_nav ul .top img {
  height: 77px;
}
.inner_nav ul li:not(.top) {
  list-style: none;
  width: 90px;
  height: 36px;
  display: block;
  margin: 12px auto 0;
  background-color: #679AF4;
  border: 1px solid #000;
  border-radius: 4px;
  position: relative;
}
.inner_nav ul li:not(.top)::before {
  content: '';
  display: block;
  width: 1.5px;
  height: 12px;
  background-color: #000;
  margin: auto;
  position: absolute;
  top: -13px;
  left: 50%;
}
.inner_nav ul li:not(.top) a {
  display: block;
  font-size: 18px;
  color: #FFF;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  section .flex-container {
    padding: 0 16px;
  }
  .inner_nav {
    left: unset;
    right: 0px;
    top: 10vh;
    width: 70px;
  }
  .inner_nav.showing ul {
    transform: translateX(0%);
  }
  .inner_nav button {
    display: block;
    width: 70px;
    height: 24px;
    transform: translateX(60%);
    opacity: 0.5;
    transition: 200ms linear;
    background-color: #679AF4;
    color: #FFF;
    font-size: 16px;
    border: 1px solid #FFF;
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .inner_nav button.showing {
    transform: translateX(10%);
    opacity: 1;
  }
  .inner_nav ul {
    transform: translateY(0%) translateX(100%);
    transition: 200ms linear;
  }
  .inner_nav ul .top {
    width: 70px;
    height: auto;
    margin: auto;
  }
  .inner_nav ul .top img {
    max-width: 100%;
    height: auto;
  }
  .inner_nav ul li:not(.top) {
    width: 70px;
    height: 24px;
  }
  .inner_nav ul li:not(.top) a {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  section {
    padding: 40px 0;
  }
  section .headline {
    height: 58px;
    margin-bottom: 30px;
  }
  section .headline img {
    height: 58px;
  }
  section .headline h3 {
    font-size: 1.57em;
    margin: 0 auto;
  }
  section .middle-para {
    margin: 30px auto;
  }
  section .flex-container {
    flex-wrap: wrap;
  }
  section .flex-container .flex-item:first-of-type {
    margin-right: 0;
    margin-bottom: 16px;
  }
  section .flex-container .flex-item .flex-item__content {
    text-align: center;
    overflow: hidden;
  }
  section .flex-container .flex-item .flex-item__content.flo {
    position: relative;
    height: 240px;
    overflow: hidden;
  }
  section .flex-container .flex-item .flex-item__content.flo img {
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
  }
  section .flex-container .flex-item .flex-item__content .name {
    font-size: 1.73em;
  }
  section .flex-container .flex-item .flex-item__content .p-bundle {
    font-size: 1.42em;
  }
  section .flex-container .flex-item .flex-item__content .p2 {
    font-size: 1em;
  }
  section .flex-container .flex-item .flex-item__content .buttons .button {
    margin: auto;
    font-size: 1.42em;
  }
  section .flex-container .flex-item .flex-item__content .price-button {
    margin-top: 24px;
  }
  section .flex-container .flex-item .flex-item__content img {
    width: 50%;
  }
  section .flex-container .flex-row-2 {
    flex: 0 0 100%;
  }
  .banner {
    background-size: 1400px;
    padding: 2px 0 0px;
  }
  .banner #title-png {
    width: 50%;
  }
  .banner h1 {
    font-size: 2.5em;
    line-height: 1.5;
  }
  .banner p {
    font-size: 1.5em;
  }
  .bless {
    padding: 0 0 60px;
  }
  .bless .frame {
    width: 350px;
    height: 283px;
    background: url(../img/spring-promotion/frame-3.svg) 0 0 no-repeat;
    background-size: 350px;
  }
  .bless .frame .p1 {
    font-size: 1.28em;
    margin-bottom: 0;
    line-height: 1.5;
    margin-top: 0px;
  }
  .bless .frame .p2 {
    font-size: 0.85em;
  }
  .win-bundle::before {
    top: -280px;
  }
  .spring-promotion-begin::before {
    top: -120px;
    height: 1400px;
    background-size: 1600px;
  }
  .spring-promotion-begin .title {
    width: 355px;
    height: 117px;
    background-size: 355px;
    margin: 0 auto 40px;
  }
  .spring-promotion-begin .title p {
    font-size: 20px;
  }
  .spring-promotion-begin .headline img {
    width: 175px;
  }
  .spring-promotion-entertainment::before {
    top: -40px;
  }
  .spring-promotion-memory.part-1 {
    padding-bottom: 40px;
  }
  .spring-promotion-memory.part-3 {
    padding-bottom: 0;
  }
  .spring-promotion-last .last-frame {
    width: 420px;
    height: 280px;
    background-size: 420px;
  }
  .spring-promotion-last .last-frame .p1 {
    font-size: 18px;
  }
  .spring-promotion-last .last-frame .p2 {
    font-size: 12px;
  }
  .spring-promotion-last .note .p2 {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  section .middle-para {
    padding: 0 2%;
    font-size: 1em;
  }
  section .flex-container {
    padding: 0 12px;
  }
  section .flex-container .flex-item .flex-item__content img {
    width: 100%;
    max-width: 100%;
  }
  section .flex-container .flex-item .flex-item__content .name {
    font-size: 1.3em;
  }
  section .flex-container .flex-item .flex-item__content .p1 {
    padding: 0;
    font-size: 1em;
  }
  section .flex-container .flex-item .flex-item__content .p2 {
    font-size: 0.875em;
  }
  section .flex-container .flex-item .flex-item__content .price-button {
    margin-top: 16px;
  }
  section .flex-container .flex-item .flex-item__content .price-button .price {
    margin-bottom: 0.3em;
  }
  section .flex-container .flex-item .flex-item__content .price {
    margin-bottom: 0.3em;
  }
  .banner {
    padding: 20px 0 0px;
    background-size: 700px;
  }
  .banner h1 {
    margin: 0 auto;
    font-size: 24px;
  }
  .banner p {
    font-size: 12px;
  }
  .bless .frame {
    width: 320px;
    background: url(../img/spring-promotion/frame-1-mob.svg) 0 0 no-repeat;
    background-size: 100%;
    height: 334px;
  }
  .bless .frame .p1 {
    display: block;
    width: 214px;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 98px;
  }
  .bless .frame .p2 {
    padding: 0 32px;
  }
  .win-bundle::before {
    background: url(../img/spring-promotion/bg-1-mob.svg) center 0 no-repeat;
    background-size: 420px;
    top: -60px;
    height: calc((100% + 60px));
  }
  .spring-promotion-begin::before {
    background: url(../img/spring-promotion/bg-2-mob.svg) center 0 no-repeat;
    background-size: 420px;
    top: -40px;
    height: calc((100% + 40px));
  }
  .spring-promotion-entertainment {
    padding-bottom: 40px;
  }
  .spring-promotion-entertainment::before {
    background: url(../img/spring-promotion/bg-3-mob.svg) center 0 no-repeat;
    background-size: 420px;
    top: -40px;
    height: calc((100% + 40px));
  }
  .spring-promotion-memory.part-1::before {
    background: url(../img/spring-promotion/bg-4-mob.svg) center 0 no-repeat;
    background-size: 420px;
    top: -30px;
    height: calc((100% + 30px));
  }
  .spring-promotion-memory.part-3 {
    padding-bottom: 40px;
  }
  .spring-promotion-memory.part-3::before {
    background: url(../img/spring-promotion/bg-5-mob.svg) center 0 no-repeat;
    background-size: 420px;
    top: -20px;
    height: calc((100% + 20px));
  }
  .spring-promotion-last .last-frame {
    width: 360px;
    height: 376px;
    background: url(../img/spring-promotion/frame-3-mob.svg) 0 0 no-repeat;
    background-size: 100%;
    margin-bottom: 20px;
  }
  .spring-promotion-last .last-frame #text-frame {
    width: 300px;
    margin-top: 100px;
  }
  .spring-promotion-last .last-frame .p1 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .spring-promotion-last .last-frame .p2 {
    font-size: 13px;
    padding: 0 8%;
    margin-bottom: 4px;
  }
  .spring-promotion-last .note .strong {
    font-size: 18px;
  }
  .spring-promotion-last .note .p2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 375px) {
  .container {
    padding: 0 5px;
  }
  section .flex-container {
    padding: 0 5px;
  }
}
@media screen and (max-width: 320px) {
  section .flex-container .flex-item .flex-item__content.flo {
    height: 160px;
  }
  section .flex-container .flex-item .flex-item__content .price-button .version {
    display: block;
    margin: 0 auto;
  }
  section .flex-container .flex-item .flex-item__content .price-button .version:nth-of-type(2) {
    margin: 20px auto 0;
  }
  section .flex-container .flex-item .flex-item__content .price-button .version .button {
    width: 176px;
    margin: auto;
  }
  .banner {
    background-size: 560px;
  }
  .banner h1 {
    font-size: 20px;
  }
  .bless .frame {
    width: 100%;
    background-size: 100%;
  }
  .bless .frame .p1 {
    font-size: 16px;
    margin-top: 110px;
  }
  .spring-promotion-last .last-frame {
    width: 100%;
    background-size: 100%;
    height: 320px;
  }
  .spring-promotion-last .last-frame .p2 {
    font-size: 12px;
    transform: scale(0.9);
    padding: 0 5%;
  }
  .spring-promotion-last .last-frame .p2:first-of-type {
    margin-top: 0;
  }
  .spring-promotion-last .note .strong {
    font-size: 16px;
  }
  .spring-promotion-last .note .p2 {
    font-size: 12px;
  }
}
