:root {
  --color-gray: #EDEFF6;
  --color-blue: #005FCC;
  --color-blue-dark: #0E3675;
}

#str-contents {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden
}

#contents-area {
  width: 100%;
  min-width: 1000px;
  box-sizing: border-box;
}

:where(#contents-area) img {
  width: 100%;
  height: auto;
}

#str-contents * {
  box-sizing: border-box;
}
#str-contents .newwindowicon,
#contents-area .newwindowicon {
  width: auto;
  height: 1em;
  vertical-align: middle;
}
.pdficon {
  vertical-align: middle;
}
@media screen and (min-width:901px) {
  .pdficon {
    width: 1.5em;
  }
}

a {
  outline: 0 !important;
  text-decoration: none
}

a:visited {
  color: #000
}

a:focus {
  outline: 0 !important
}

a:hover {
  text-decoration: none
}

a:active {
  -webkit-tap-highlight-color: transparent
}

#nav-top-area {
  bottom: 120px
}

@media screen and (max-width:900px) {
  #nav-top-area {
    bottom: calc(24vw + 10px)
  }
}

#contents-area,
.lyt-col-1 #contents-body {
  width: auto;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif
}

.common-tab-content__item:not(.is-active) {
  display: none
}

.model .common-tab-content__item {
  opacity: 0;
  height: 0;
  display: block;
  transition: all .3s ease-in-out
}

.model .common-tab-content__item.is-active {
  opacity: 1;
  height: auto
}

.price .common-tab-content__item {
  opacity: 0;
  height: 0;
  display: block;
  transition: all .3s ease-in-out
}

.price .common-tab-content__item.is-active {
  opacity: 1;
  height: auto
}

.lineup .common-tab-content__item {
  opacity: 0;
  height: 0;
  display: block;
  transition: all .3s ease-in-out;
  transform: translateY(10px)
}

.lineup .common-tab-content__item.is-active {
  opacity: 1;
  height: auto;
  transform: translateY(0)
}

.common-tab-btn {
  margin: 0 auto
}

.common-tab-btn--model .slick-list {
  overflow: visible
}

.common-tab-btn--model .common-tab-btn__item {
  margin: 0 20px
}

@media screen and (max-width:900px) {
  .common-tab-btn--model .common-tab-btn__item {
    margin: 0 2vw
  }
}

.common-tab-btn--lineup .slick-list {
  overflow: visible
}

.common-tab-btn--lineup .common-tab-btn__item {
  margin: 0 20px
}

@media screen and (max-width:900px) {
  .common-tab-btn--lineup .common-tab-btn__item {
    margin: 0 2vw
  }
}

.common-tab-btn__item {
  background-color: #fff
}

@media screen and (max-width:900px) {
  .common-tab-btn__item {
    border-radius: 1.33vw;
    width: 42.67vw;
    height: 41.33vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item {
    border-radius: 10px;
    width: 560px;
    height: 260px
  }
}

.common-tab-btn__item a {
  position: relative;
  display: block;
  text-align: center;
  transition: background-color .3s ease-in
}

@media screen and (max-width:900px) {
  .common-tab-btn__item a {
    border-radius: 1.33vw;
    padding-top: .13vw;
    padding-bottom: 3.47vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item a {
    border-radius: 10px;
    padding-bottom: 50px
  }
}

.common-tab-btn__item a img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:900px) {
  .common-tab-btn__item a img {
    width: calc(114/375*100vw);
    aspect-ratio: 1/1;
    margin-top: -5.6vw
  }
}
@media screen and (min-width:901px) {
  .common-tab-btn__item a img {
    width: 200px;
    margin-top: -40px;
    transition: .3s;
    position: relative;
    top: 0
  }
}

.common-tab-btn__item a span {
  display: inline-block;
  color: #333;
  line-height: 1.5;
  letter-spacing: .04em
}

@media screen and (max-width:900px) {
  .common-tab-btn__item a span {
    margin-top: 2.93vw;
    font-size: 3.2vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item a span {
    margin-top: 26px;
    font-size: 24px;
    line-height: 1;
    width: 100%
  }
}

.common-tab-btn__item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_triangle.webp);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0
}
@media screen and (max-width:900px) {
  .common-tab-btn__item a::after {
    bottom: -2.13vw;
    width: 3.47vw;
    height: 2.13vw
  }
}
@media screen and (min-width:901px) {
  .common-tab-btn__item a::after {
    bottom: -10px;
    width: 26px;
    height: 16px
  }
}

.common-tab-btn__item .common-tab-btn__item__copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: opacity .5s ease-in-out, visibility .5s ease-in-out
}

@media screen and (min-width:901px) {
  .common-tab-btn__item .common-tab-btn__item__copy {
    top: -120px
  }
}

@media screen and (max-width:900px) {
  .common-tab-btn__item .common-tab-btn__item__copy {
    top: -18.67vw
  }
}

.common-tab-btn__item.is-active .common-tab-btn__item__copy {
  visibility: visible;
  opacity: 1
}

.common-tab-btn__item--z-fold7 {
  position: relative
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--z-fold7 .common-tab-btn__item__copy {
    width: 38.66vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--z-fold7 .common-tab-btn__item__copy {
    width: 290px
  }
}

.common-tab-btn__item--z-flip7 {
  position: relative
}

.common-tab-btn__item--z-flip7 a img {
  position: relative
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--z-flip7 a img {
    width: 30.67vw;
    left: 5px
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--z-flip7 a img {
    width: 200px;
    left: 20px
  }
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--z-flip7 .common-tab-btn__item__copy {
    width: 52.4vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--z-flip7 .common-tab-btn__item__copy {
    width: 393px
  }
}

.common-tab-btn__item--s25-ultra {
  position: relative
}

.common-tab-btn__item--s25-ultra a img {
  position: relative
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--s25-ultra a img {
    width: 30.67vw;
    left: -2.67vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--s25-ultra a img {
    width: 198px;
    left: -10px
  }
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--s25-ultra .common-tab-btn__item__copy {
    width: 38.53vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--s25-ultra .common-tab-btn__item__copy {
    width: 289px
  }
}

.common-tab-btn__item--s25 {
  position: relative
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--s25 a img {
    width: 25.73vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--s25 a img {
    width: 166px
  }
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--s25 .common-tab-btn__item__copy {
    width: 32.13vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--s25 .common-tab-btn__item__copy {
    width: 241px
  }
}

@media screen and (max-width:900px) {
  .common-tab-btn__item--a25 a img {
    width: 24.67vw
  }
}

@media screen and (min-width:901px) {
  .common-tab-btn__item--a25 a img {
    width: 159px
  }
}

.common-tab-btn__item.is-active {
  background-color: #000
}

.common-tab-btn__item.is-active a {
  cursor: default
}

.common-tab-btn__item.is-active a span {
  color: #fff
}

.common-tab-btn__item.is-active a::after {
  opacity: 1;
  transition: opacity .3s ease-in
}

@media screen and (min-width:901px) {
  .common-tab-btn__item:not(.is-active) a:hover img {
    top: -10px
  }
}

.common-ttl {
  font-weight: 900;
  line-height: 2;
  text-align: center
}
@media screen and (max-width:900px) {
  .common-ttl {
    font-size: calc(31/375*100vw)
  }
  .common-ttl span {
    font-size: calc(36/375*100vw)
  }
}
@media screen and (min-width:901px) {
  .common-ttl {
    font-size: 70px;
  }
  .common-ttl span {
    font-size: 81px
  }
}

.common-ttl-sub {
  text-align: center;
  font-weight: 700;
  line-height: 1.55;
}

@media screen and (max-width:900px) {
  .common-ttl-sub {
    font-size: 3.2vw;
    margin-bottom: 16vw
  }
}
@media screen and (min-width:901px) {
  .common-ttl-sub {
    font-size: 20px;
    margin-bottom: 80px;
  }
}

.common-online-ourchase-tab {
  position: absolute;
  width: 380px;
  outline: 4px solid #0068df;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, 10%);
  -webkit-filter: drop-shadow(0 0 25px rgba(0, 0, 0, .5));
  filter: drop-shadow(0 0 25px rgba(0, 0, 0, .5));
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all .3s ease-in-out
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab {
    width: 42.67vw;
    -webkit-filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 12.5px rgba(0, 0, 0, .5));
    border-radius: 5px;
    outline: 2px solid #0068df
  }
}

.common-online-ourchase-tab.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible
}

.common-online-ourchase-tab--purchase {
  bottom: 140px
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab--purchase {
    bottom: 22vw
  }
}

.common-online-ourchase-tab--floating {
  bottom: 82px
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab--floating {
    bottom: 16.5vw
  }
}

.common-online-ourchase-tab::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  background: #0068df;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 100%)
}
@media screen and (max-width:900px) {
  .common-online-ourchase-tab::before {
    width: 36px;
    height: 18px;
    bottom: 10px
  }
}
@media screen and (min-width:901px) {
  .common-online-ourchase-tab::before {
    width: 42px;
    height: 21px;
    bottom: 4px
  }
}


.common-online-ourchase-tab::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: #e5e7f2;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 100%)
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab::after {
    width: 25px;
    height: 13px;
    bottom: 8px
  }
}
@media screen and (min-width:901px) {
  .common-online-ourchase-tab::after {
    width: 30px;
    height: 15px;
    bottom: 4px
  }
}

.common-online-ourchase-tab li {
  position: relative;
  background: #e5e7f2;
  text-align: center;
  height: 80px;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab li {
    font-size: 3.2vw;
    height: 13.33vw
  }
}

.common-online-ourchase-tab li:first-of-type {
  border-radius: 10px 10px 0 0
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab li:first-of-type {
    border-radius: 5px 5px 0 0
  }
}

.common-online-ourchase-tab li:last-of-type {
  border-radius: 0 0 10px 10px
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab li:last-of-type {
    border-radius: 0 0 5px 5px
  }
}

.common-online-ourchase-tab li:not(:last-of-type)::after,
.common-online-ourchase-tab li:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10
}

.common-online-ourchase-tab li:not(:last-of-type)::before {
  background: #fff;
  bottom: -2px
}

.common-online-ourchase-tab li:not(:last-of-type)::after {
  background: #d2d5e0;
  bottom: -1px
}

.common-online-ourchase-tab li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  transition: color .3s cubic-bezier(.075, .82, .165, 1);
  color: #333;
  line-height: 1.5em
}

.common-online-ourchase-tab li a::after {
  content: "";
  display: block;
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_arrow_blue.webp);
  width: 26px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: right .3s cubic-bezier(.075, .82, .165, 1);
  background-size: contain
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab li a::after {
    width: 3.47vw;
    height: 2.93vw;
    right: 2.67vw
  }
}

@media(hover:hover) {
  .common-online-ourchase-tab li a:hover {
    color: #1860b2
  }

  .common-online-ourchase-tab li a:hover::after {
    right: 15px
  }
}

.common-online-ourchase-tab li a .newwindowicon {
  display: none
}

.common-online-ourchase-tab li a span {
  position: relative;
  left: -10px
}

@media screen and (max-width:900px) {
  .common-online-ourchase-tab li a span {
    left: -1.2vw
  }
}

.common-slide-dots {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 28px
}

@media screen and (max-width:900px) {
  .common-slide-dots {
    gap: 6vw;
    margin-top: 8vw
  }
}

.common-slide-dots li {
  width: 12px;
  height: 12px;
  background-color: #bdc1cd;
  border-radius: 50%;
  cursor: pointer
}

@media screen and (max-width:900px) {
  .common-slide-dots li {
    width: 2.67vw;
    height: 2.67vw
  }
}

.common-slide-dots li button {
  display: none
}

.common-slide-dots li.slick-active {
  background: #000
}

.common-slide-button-wrapper {
  position: absolute;
  top: 250px;
  left: 50%;
  width: 98%;
  max-width: 1240px;
  transform: translateX(-50%);
}
@media screen and (max-width:900px) {
  .common-slide-button-wrapper {
    top: 55vw;
  }
}

.common-slide-button {
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  top: calc(50% - 36px);
  transition: width .3s ease-in, height .3s ease-in
}

@media screen and (max-width:900px) {
  .common-slide-button {
    width: 8vw;
    height: 8vw
  }
}

.common-slide-button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%
}

@media screen and (max-width:900px) {
  .common-slide-button::after {
    width: 1.87vw;
    height: 1.87vw
  }
}

.common-slide-button--prev {
  transform: translate(-50%, -50%)
}

.common-slide-button--prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  left: 42%
}

.common-slide-button--prev--price {
  top: 0;
  left: 60px
}

@media screen and (max-width:900px) {
  .common-slide-button--prev--price {
    left: calc(35/375*100vw);
  }
}

.common-slide-button--prev--cm {
  left: -1vw
}
@media screen and (max-width:900px) {
  .common-slide-button--prev--cm {
    left: 5.33vw;
    bottom: 0;
    top: initial;
    transform: translateY(20%)
  }
}
@media screen and (min-width:1180px) {
  .common-slide-button--prev--cm {
    left: -35px
  }
}

.common-slide-button--prev--lineup {
  left: -1vw
}

@media screen and (max-width:900px) {
  .common-slide-button--prev--lineup {
    left: -1vw;
    top: 26vw
  }
}
@media screen and (min-width:1180px) {
  .common-slide-button--prev--lineup {
    left: -75px
  }
}

.common-slide-button--next {
  transform: translate(50%, -50%)
}

.common-slide-button--next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  left: 34%
}

.common-slide-button--next--cm {
  right: -1vw
}
@media screen and (max-width:900px) {
  .common-slide-button--next--cm {
    right: 5.33vw;
    bottom: 0;
    top: initial;
    transform: translateY(20%)
  }
}
@media screen and (min-width:1180px) {
  .common-slide-button--next--cm {
    right: -35px
  }
}

.common-slide-button--next--price {
  top: 0;
  right: 60px
}

@media screen and (max-width:900px) {
  .common-slide-button--next--price {
    right: calc(35/375*100vw);
  }
}

.common-slide-button--next--lineup {
  right: -1vw
}
@media screen and (max-width:900px) {
  .common-slide-button--next--lineup {
    right: -1vw;
    top: 26vw
  }
}
@media screen and (min-width:1180px) {
  .common-slide-button--next--lineup {
    right: -75px
  }
}

@media(hover:hover) {
  .common-slide-button:hover {
    width: 70px;
    height: 70px
  }
}

@media screen and (max-width:900px) {
  .common-slide-button.common-slide-button--optimize02 {
    top: max(50vw, 217px)
  }
}

@media screen and (max-width:900px) {
  .common-slide-button.common-slide-button--optimize03 {
    top: max(50vw, 217px)
  }
}

.font-poppins {
  font-family: Poppins, sans-serif;
  font-weight: 700
}

.fadeUpTrigger {
  opacity: 0
}

.fadeUpTrigger.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.floating {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, .8);
  height: 100px;
  z-index: 100;
  transition: all .6s ease-in-out
}

.floating.is-active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1
}

@media screen and (max-width:900px) {
  .floating {
    height: 24vw
  }
}

.floating__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 100%
}

@media screen and (max-width:900px) {
  .floating__btn {
    gap: 2.67vw
  }
}

.floating__btn__item {
  position: relative;
  cursor: pointer
}
@media screen and (max-width:900px) {
  .floating__btn__item {
    width: calc(170/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .floating__btn__item {
    width: 418px;
  }
}

.floating__btn__item img {
  width: 100%
}

.floating__btn__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.floating__btn__item::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 418px;
  height: 60px;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: all .3s cubic-bezier(.075, .82, .165, 1)
}
@media screen and (max-width:900px) {
  .floating__btn__item::before {
    display: none;
    width: 100%;
    height: 100%;
  }
}

.floating__btn__item--online.is-active::before {
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/p/btn_floating_online_active.webp);
  opacity: 1
}
@media screen and (max-width:900px) {
  .floating__btn__item--online.is-active::before {
    display: block;
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/s/btn_floating_online_active.webp)
  }
}

@media(hover:hover) {
  .floating__btn__item--online > picture img,
  .floating__btn__item--shop {
    transition: -webkit-filter .1s linear;
    transition: filter .1s linear;
    transition: filter .1s linear, -webkit-filter .1s linear;
  }
  .floating__btn__item--online:hover > picture img,
  .floating__btn__item--shop:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}


.lineup {
  background: #edeff6;
  padding: 126px 0;
  overflow: hidden
}

@media screen and (max-width:900px) {
  .lineup {
    padding: 26.67vw 0 16vw
  }
}

@media screen and (min-width:901px) {
  .lineup .common-ttl-sub {
    margin-bottom: 108px
  }
}

.lineup__contents {
  margin-top: 80px;
  min-height: 708px
}

.lineup__model-name {
  text-align: center;
  margin-bottom: 40px
}
@media screen and (max-width:900px) {
  .lineup__model-name {
    margin-bottom: 5.33vw
  }
}

.lineup__model-name img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:900px) {
  .lineup__model-name img {
    height: calc(20/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .lineup__model-name img {
    height: 40px;
  }
}

.lineup__date {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 440px;
  height: 40px;
  border: 1px solid #0a0204;
  border-radius: 2px;
  margin: 0 auto 60px
}

@media screen and (max-width:900px) {
  .lineup__date {
    width: 78.67vw;
    height: 13.33vw;
    margin-bottom: 10.67vw
  }
}

.lineup__date::after {
  content: "";
  display: block;
  height: 20px;
  width: 1px;
  background: #0a0204;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width:900px) {
  .lineup__date::after {
    height: 8vw
  }
}

.lineup__date li {
  font-size: 14px;
  font-weight: 700;
  width: 50%;
  text-align: center
}

@media screen and (max-width:900px) {
  .lineup__date li {
    font-size: 3.2vw
  }
}



.eyecatch {
  margin: 120px auto;
  width: min(100%, 950px)
}

@media screen and (max-width:900px) {
  .eyecatch {
    margin: 21.33vw auto;
    width: 89.33vw
  }
}

.eyecatch .eyecatch-link {
  transition: opacity .3s ease-in-out
}

.eyecatch .eyecatch-link:hover {
  opacity: .7
}

.model {
  background-color: #edeff6;
  overflow: hidden
}

@media screen and (max-width:900px) {
  .model {
    padding: 34.13vw 0 23.47vw;
    min-height: clamp(1337px, 164vh, 2971px)
  }
}

@media screen and (min-width:901px) {
  .model {
    padding: 221px 0 160px;
    min-height: 1071px
  }
}

@media screen and (max-width:900px) {
  .model__content {
    margin-top: 12.53vw
  }
}

@media screen and (min-width:901px) {
  .model__content {
    margin-top: 79px
  }
}

@media screen and (max-width:900px) {
  .model__content__item--z-fold7 .model__name img {
    width: 52.13vw
  }
}

@media screen and (min-width:901px) {
  .model__content__item--z-fold7 .model__name img {
    width: 513px
  }
}

@media screen and (max-width:900px) {
  .model__content__item--z-flip7 .model__name img {
    width: 48.53vw
  }
}

@media screen and (min-width:901px) {
  .model__content__item--z-flip7 .model__name img {
    width: 500px
  }
}

@media screen and (max-width:900px) {
  .model__content__item--s25-ultra .model__name img {
    width: 58.67vw
  }
}

@media screen and (min-width:901px) {
  .model__content__item--s25-ultra .model__name img {
    width: 548px
  }
}

@media screen and (max-width:900px) {
  .model__content__item--s25 .model__name img {
    width: 39.87vw
  }
}

@media screen and (min-width:901px) {
  .model__content__item--s25 .model__name img {
    width: 447px
  }
}

.model__name {
  text-align: center
}

.model .model__name__sub {
  text-align: center
}

@media screen and (max-width:900px) {
  .model__function {
    margin: 11.2vw auto 0;
    width: 89.33vw
  }
}

@media screen and (min-width:901px) {
  .model__function {
    margin: 61px auto 0;
    width: 950px;
    display: flex;
    justify-content: space-between
  }
}

.model__function__item {
  position: relative
}

@media screen and (min-width:901px) {
  .model__function__item {
    width: 404px;
    height: 482px
  }
}

@media screen and (min-width:901px) {
  .model__function__item.model__function__item--z-fold7 {
    height: 550px
  }
}

@media screen and (min-width:901px) {
  .model__function__item.model__function__item--z-flip7 {
    height: 590px
  }
}

@media screen and (min-width:901px) {

  .model__function__item.model__function__item--s25,
  .model__function__item.model__function__item--s25-ultra {
    height: 590px
  }
}

@media screen and (max-width:900px) {
  .model__function__item+li {
    margin-top: 16.53vw
  }
}

@media screen and (max-width:900px) {
  .model__function__item:nth-of-type(odd) .model__function__num {
    text-align: end
  }
}

@media screen and (max-width:900px) {
  .model__function__item:nth-of-type(odd) .model__function__num::before {
    left: 0
  }
}

@media screen and (max-width:900px) {
  .model__function__item:nth-of-type(even) .model__function__num::before {
    right: 0
  }
}

.model__function__num {
  position: relative;
  color: #005fcc;
  letter-spacing: .04em
}

@media screen and (max-width:900px) {
  .model__function__num {
    font-size: 3.2vw
  }
}

@media screen and (min-width:901px) {
  .model__function__num {
    padding-left: 297px;
    font-size: 14px
  }
}

.model__function__num strong {
  display: inline-block;
  transform: scale(2)
}

@media screen and (max-width:900px) {
  .model__function__num strong {
    margin-left: 2.67vw
  }
}

@media screen and (min-width:901px) {
  .model__function__num strong {
    margin-left: 12px
  }
}

.model__function__num::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005fcc
}

@media screen and (max-width:900px) {
  .model__function__num::before {
    width: 64.13vw;
    height: .8vw
  }
}

@media screen and (min-width:901px) {
  .model__function__num::before {
    width: 280px;
    height: 3px;
    left: 0
  }
}

.model__function__ttl {
  line-height: 1.5;
  letter-spacing: .02em;
  font-weight: 700
}

@media screen and (max-width:900px) {
  .model__function__ttl {
    font-size: 5.33vw;
    margin-top: 4.53vw
  }
}

@media screen and (min-width:901px) {
  .model__function__ttl {
    font-size: 28px;
    margin-top: 20px
  }
}

.model__function__txt {
  line-height: 1.5
}

@media screen and (max-width:900px) {
  .model__function__txt {
    font-size: 3.73vw;
    margin-top: 3.07vw
  }
}

@media screen and (min-width:901px) {
  .model__function__txt {
    font-size: 16px;
    margin-top: 29px
  }
}

.model__function__txt small {
  position: relative
}

@media screen and (max-width:900px) {
  .model__function__txt small {
    top: -1.07vw;
    font-size: 2.67vw
  }
}

@media screen and (min-width:901px) {
  .model__function__txt small {
    top: -6px;
    font-size: 10px
  }
}

.model__function .model__function__txt__note__item {
  display: flex;
  gap: 5px
}

@media screen and (min-width:901px) {
  .model__function__note {
    margin-top: 14px
  }
}

@media screen and (max-width:900px) {
  .model__function__note__item {
    font-size: 3.2vw
  }
}

@media screen and (min-width:901px) {
  .model__function__note__item {
    font-size: 12px
  }
}

@media screen and (max-width:900px) {
  .model__function__img {
    margin-top: 7.07vw
  }
}

@media screen and (min-width:901px) {
  .model__function__img {
    position: absolute;
    bottom: 0;
    left: 0
  }
}

.model__function__img img {
  width: 100%
}


/* =========================================================
  :: price
========================================================= */
.price {
  text-align: center;
  background: var(--color-gray);
}
@media screen and (max-width:900px) {
  .price {
    padding-bottom: calc(80/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .price {
    padding-bottom: 126px;
  }
}

.price__ttl {
  color: var(--color-blue-dark);
  font-weight: 900
}
@media screen and (max-width:900px) {
  .price__ttl {
    padding: calc(40/375*100vw) calc(20/375*100vw);
    font-size: calc(17/375*100vw);
    letter-spacing: -.02em
  }
}
@media screen and (min-width:901px) {
  .price__ttl {
    padding-block: 100px 80px;
    font-size: 36px;
  }
}

@media screen and (max-width:900px) {
  .price__ttl span {
    font-size: calc(18/375*100vw);
    letter-spacing: .08em;
    margin-left: .53vw
  }
}
@media screen and (min-width:901px) {
  .price__ttl span {
    font-size: 40px;
    letter-spacing: .08em;
    margin-left: 4px
  }
}

.price__ttl strong {
  color: inherit;
  font-weight: inherit;
  white-space: nowrap;
  position: relative
}
@media screen and (max-width:900px) {
  .price__ttl strong {
    font-size: calc(30/375*100vw);
    top: -.53vw
  }
}
@media screen and (min-width:901px) {
  .price__ttl strong {
    font-size: 70px;
    letter-spacing: .04em
  }
}

.price__content-wrapper {
  position: relative;
}

@media screen and (min-width:901px) {
  .price__content {
    margin-top: 90px;
    width: min(94vw,950px);
    margin: 0 auto
  }
}

.price__content::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-blend-mode: overlay, normal;
}
@media screen and (max-width:900px) {
  .price__content::before {
    left: 0;
    width: 100%;
    aspect-ratio: 375/420;
    background: radial-gradient(61.25% 61.25% at 50% 50%, #1E8DEF 0%, #1555A5 100%);
    background-size: cover;
  }
}
@media screen and (min-width:901px) {
  .price__content::before {
    left: 50%;
    width: max(950px,94vw);
    height: 500px;
    background: radial-gradient(61.25% 61.25% at 50% 50%, #1E8DEF 0%, #1555A5 100%);
    background-size: cover;
    transform: translateX(-50%);
    border-radius: 20px;
  }
}

@media screen and (max-width:900px) {
  .price__content .slick-slide {
    width: 100vw
  }
}
@media screen and (min-width:901px) {
  .price__content .slick-slide {
    width: 1160px
  }
}

.simulator sup {
  font-size: 0.6em;
  font-weight: 400;
}

.simulator__product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width:900px) {
  .simulator__product {
    aspect-ratio: 375/420;
    padding-block: calc(35/375*100vw);
    gap: calc(10/375*100vw);
  }
} 
@media screen and (min-width:901px) {
  .simulator__product {
    display: grid;
    place-items: center;
    grid-template-columns: min(calc(380/1160*100vw),380px) min(calc(510/1160*100vw),510px);
    grid-template-rows: 1fr auto auto 1fr;
    gap: 10px;
    height: 500px;
    margin-inline: auto;
  }
}

@media screen and (max-width:900px) {
  .simulator__product-name {
    width: calc(221/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__product-name {
    display: grid;
    grid-column: 2;
    grid-row: 2;
    place-content: center;
  }
  .simulator__product-name img {
    width: auto;
    height: min(calc(122/1160*100vw),122px);
  }
}

.simulator__product-name span {
  display: block;
  font-family: Poppins, sans-serif;
  font-weight: 700
}
@media screen and (max-width:900px) {
  .simulator__product-name span {
    margin-top: calc(15/375*100vw);
    font-size: calc(14/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__product-name span {
    margin-top: calc(28/1160*100%);
    font-size: min(calc(27/1160*100vw),122px);
  }
}

.simulator__product-image {
  aspect-ratio: 1/1;
}
@media screen and (max-width:900px) {
  .simulator__product-image {
    width: calc(190/375*100vw);
  }
}
@media screen and (min-width:900px) {
  .simulator__product-image {
    grid-row: 1/5;
    width: min(calc(380/1160*100vw),380px);
  }
}

.simulator__product-release {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.4755em;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-weight: 700;
}
@media screen and (max-width:900px) {
  .simulator__product-release {
    min-width: calc(150/375*100vw);
    margin: calc(10/375*100vw) 0 0;
    font-size: calc(12/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__product-release {
    min-width: 225px;
    margin: 20px auto 0;
    font-size: 18px;
  }
}

@media screen and (min-width:901px) {
  .simulator__product-release {
    grid-column: 2;
    grid-row: 3;
  }
}

.simulator__radio-select {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:900px) {
  .simulator__radio-select {
    height: 12.8vw;
    border: 1px solid #fff;
    border-radius: 5px;
  }
}
@media screen and (min-width:901px) {
  .simulator__radio-select {
    border: 2px solid #fff;
    border-radius: 10px;
  }
}

.simulator__radio-select__item {
  position: relative;
}
.simulator__radio-select__item:not(:has(input:checked)) + .simulator__radio-select__item:not(:has(input:checked))::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  background: var(--color-blue-dark);
}
@media screen and (max-width:900px) {
  .simulator__radio-select__item:not(:has(input:checked)) + .simulator__radio-select__item:not(:has(input:checked))::before {
    width: 1px;
    top: 8px;
    bottom: 8px;
  }
}
@media screen and (min-width:901px) {
  .simulator__radio-select__item:not(:has(input:checked)) + .simulator__radio-select__item:not(:has(input:checked))::before {
    width: 2px;
    top: 17px;
    bottom: 17px;
  }
}

.simulator__radio-select__item,
.simulator__radio-select .simulator__radio-select__item {
  width: 50%;
}

.simulator__radio-select__item input,
.simulator__radio-select .simulator__radio-select__item input {
  visibility: hidden;
  z-index: -1;
  position: absolute;
}

.simulator__radio-select__item label,
.simulator__radio-select__item .simulator__radio-select__label,
.simulator__radio-select .simulator__radio-select__item label,
.simulator__radio-select .simulator__radio-select__item .simulator__radio-select__label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  color: var(--color-blue-dark);
  background: #fff;
  border-color: transparent;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width:900px) {
  .simulator__radio-select__item label,
  .simulator__radio-select__item .simulator__radio-select__label,
  .simulator__radio-select .simulator__radio-select__item label,
  .simulator__radio-select .simulator__radio-select__item .simulator__radio-select__label {
    height: 12vw;
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__radio-select__item label,
  .simulator__radio-select__item .simulator__radio-select__label,
  .simulator__radio-select .simulator__radio-select__item label,
  .simulator__radio-select .simulator__radio-select__item .simulator__radio-select__label {
    height: 90px;
    font-size: 28px;
  }
}

.simulator__radio-select__item input:checked + label,
.simulator__radio-select__item .simulator__radio-select__label.is-active,
.simulator__radio-select .simulator__radio-select__item input:checked + label,
.simulator__radio-select .simulator__radio-select__item .simulator__radio-select__label.is-active {
  color: #fff;
  background: var(--color-blue-dark);
}

@media screen and (max-width:900px) {
  .simulator__main {
    width: calc(315/375*100vw);
    margin-inline: auto;
    padding-top: calc(20/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__main {
    width: min(90vw,950px);
    margin-inline: auto;
    padding-top: 70px;
  }
}

.simulator__product-note {
  position: absolute;
  left: 2.1333333333vw;
  right: 2.1333333333vw;
  bottom: 2.1333333333vw;
  letter-spacing: 0;
}
.simulator__select {
  display: flex;
  align-items: center;
  margin-block: 2.6666666667vw;
}
@media screen and (max-width:900px) {
  .simulator__main {
     margin-block: 2.6666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__select {
    margin-block: 30px;
  }
}

.simulator__select__label {
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width:900px) {
  .simulator__select__label {
    width: calc(100% - 65.3333333333vw);
    font-size: 3.2vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__select__label {
    width: min(calc(230/1160*100vw),230px);
    font-size: min(calc(32/1160*100vw),32px);
  }
}

.simulator__select__main {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
@media screen and (max-width:900px) {
  .simulator__select__main {
    width: 65.3333333333vw;
  }
}

.simulator .price-num {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  display: inline-block;
}

.simulator__tokusapo {
  color: var(--color-blue-dark);
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width:900px) {
  .simulator__tokusapo {
    margin-top: calc(18/375*100vw);
    padding: 4vw;
    font-size: calc(11/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__tokusapo {
    margin-top: 40px;
    padding: 26px;
    font-size: 24px;
  }
}

.simulator__tokusapo__heading {
  display: block;
  margin-bottom: 0.2em;
  text-align: center;
}
@media screen and (max-width:900px) {
  .simulator__tokusapo__heading {
    font-size: calc(14/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__tokusapo__heading {
    font-size: 34px;
  }
}

.simulator__tokusapo__heading strong {
  color: var(--color-blue-dark);
  
}
@media screen and (max-width:900px) {
  .simulator__tokusapo__heading strong {
    font-size: calc(15/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__tokusapo__heading strong {
    font-size: 45px;
  }
}

.simulator__tokusapo__heading img {
  margin-right: 0.5em;
  vertical-align: top;
}

.simulator__marker {
  display: inline-block;
  margin-inline: 0.2em;
  padding: 0 0.4em;
  color: #fff;
  border-radius: 0.3em;
  background: #888;
  font-weight: bold;
  line-height: 1.5;
}

.simulator__total-price-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width:900px) {
  .simulator__total-price-box {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box {
    gap: 80px;
    padding: 30px 26px 26px;
  }
}

.simulator__total-price-box__selling-price {
  position: relative;
  line-height: 1;
}
@media screen and (max-width:900px) {
  .simulator__total-price-box__selling-price {
    margin-bottom: 0.3em;
  }
}

.simulator__total-price-box__selling-price::after {
  content: "";
  display: block;
  position: absolute;
  background: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_arrow_black.svg) no-repeat center;
  background-size: contain;
}
@media screen and (max-width:900px) {
  .simulator__total-price-box__selling-price::after {
    right: calc(-22/375*100vw);
    bottom: 0.3em;
    width: 3.2266666667vw;
    height: 3.7333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__selling-price::after {
    right: 0;
    margin-right: -30%;
    bottom: 0.8em;
    width: 30px;
    height: 52px;
  }
}

@media screen and (max-width:900px) {
  .simulator__total-price-box__selling-price dt {
    font-size: 3.2vw;
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__selling-price dt {
    font-size: 23px;
    margin-bottom: 2px;
  }
}

.simulator__total-price-box__selling-price dd {
  position: relative;
  text-align: right;
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__selling-price dd {
    margin: 0;
    font-size: 32px;
  }
}

.simulator__total-price-box__selling-price dd::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  background: var(--color-blue);
}
@media screen and (max-width:900px) {
  .simulator__total-price-box__selling-price dd::after {
    height: 2px;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__selling-price dd::after {
    height: 4px;
  }
}


@media screen and (max-width:900px) {
  .simulator__total-price-box__selling-price .price-num {
    font-size: calc(22/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__selling-price .price-num {
    font-size: min(calc(64/950*100vw),64px);
  }
}


.simulator__total-price-box__total-cost {
  color: var(--color-blue);
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
@media screen and (max-width:900px) {
  .simulator__total-price-box__total-cost {
    font-size: 4.8vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__total-cost {
    font-size: min(calc(45/950*100vw),45px);
    
  }
}

@media screen and (max-width:900px) {
  .simulator__total-price-box__total-cost dt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__total-cost dt {
    font-size: 32px;
  }
}

.simulator__total-price-box__total-cost dd {
  text-align: right;
  font-weight: 700;
}
@media screen and (max-width:900px) {
  .simulator__total-price-box__total-cost dd {
    font-size: 4.8vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__total-cost dd {
    margin: 0;
    font-size: min(calc(45/950*100vw),45px);
  }
}


@media screen and (max-width:900px) {
  .simulator__total-price-box__total-cost dd .price-num {
    font-size: calc(46/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__total-price-box__total-cost dd .price-num {
    font-size: min(calc(110/950*100vw),120px);
  }
}

.simulator__breakdown-box {
  background: var(--color-blue-dark);
}
@media screen and (max-width:900px) {
  .simulator__breakdown-box {
    border-radius: 10px;
    padding: 4vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-box {
    border-radius: 20px;
    padding: 48px;
  }
}

.simulator__price-distribution-wrap {
  display: flex;
  overflow: hidden;
  letter-spacing: 0;
}
@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap {
    border-radius: 5px;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap {
    border-radius: 20px;
  }
}

.simulator__price-distribution-wrap .simulator__price-distribution-left {
  display: grid;
  place-content: center;
  width: 50%;
  padding: 5px 0;
  color: #fff;
  background: linear-gradient(160.04deg, #006AD4 0%, #1494F0 50%, #0877E6 100%), #FFFFFF;
  text-align: center;
  line-height: 1.35;
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__label-left {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__label-left {
    font-size: 24px;
  }
}


@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__usage-fee {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__usage-fee {
    font-size: 19px;
  }
}

.simulator__price-distribution-wrap .simulator__price-distribution__total-price {
  line-height: 1.1;
  margin-top: 0.5em;
}
@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price {
    font-size: 24px;
  }
}


@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price .price-num {
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price .price-num {
    font-size: 54px;
  }
}

.simulator__price-distribution-wrap .simulator__price-distribution-right {
  display: grid;
  place-content: center;
  width: 50%;
  color: #888;
  background: #fff;
  text-align: center;
  line-height: 1.35;
}
@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution-right {
    padding: 3.2vw 2.6666666667vw;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution-right {
    padding: 20px;
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__label-right {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__label-right {
    font-size: 27px;
  }
}

.simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment {
  position: relative;
  line-height: 1.1;
  margin-top: 0.5em;
}
@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment {
    font-size: 18px;
  }
}

.simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  background: var(--color-blue);
}
@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment::after {
    height: 0.5333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment::after {
    height: 4px;
  }
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment .price-num {
    margin-inline: 0.5333333333vw;
    font-size: 5.8666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment .price-num {
    margin-inline: 2px;
    font-size: 54px;
  }
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price-breakdown,
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment-breakdown {
    font-size: 2.1333333333vw;
    line-height: 1.2;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap .simulator__price-distribution__total-price-breakdown,
  .simulator__price-distribution-wrap .simulator__price-distribution__total-no-payment-breakdown {
    font-size: 19px;
    line-height: 1.2;
  }
}

.simulator__price-distribution-wrap[data-type="13ヵ月目"] .simulator__price-distribution-left {
  width: 42.1%;
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap[data-type="13ヵ月目"] .simulator__price-distribution__total-price .price-num {
    font-size: 5.3333333333vw;
  }
}

.simulator__price-distribution-wrap[data-type="13ヵ月目"] .simulator__price-distribution-right {
  width: 57.9%;
}

@media screen and (max-width:900px) {
  .simulator__price-distribution-wrap[data-type="13ヵ月目"] + .simulator__actual-cost-breakdown::before, .simulator__price-distribution-wrap[data-type="13ヵ月目"] + .simulator__actual-cost-breakdown::after {
    left: 13.3333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__price-distribution-wrap[data-type="13ヵ月目"] + .simulator__actual-cost-breakdown::before, .simulator__price-distribution-wrap[data-type="13ヵ月目"] + .simulator__actual-cost-breakdown::after {
    left: 148px;
  }
}

.simulator__actual-cost-breakdown {
  position: relative;
  color: var(--color-blue);
  background: #CCDFF5;
  border: 2px solid #fff;
}
@media screen and (max-width:900px) {
  .simulator__actual-cost-breakdown {
    margin: calc(8/375*100vw) 0 0;
    padding: 2.1333333333vw;
    border-radius: 5px;
  }
}
@media screen and (min-width:901px) {
  .simulator__actual-cost-breakdown {
    margin-top: 25px;
    padding: 20px 40px 10px;
    border-radius: 20px;
  }
}

.simulator__actual-cost-breakdown::before,
.simulator__actual-cost-breakdown::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}

.simulator__actual-cost-breakdown::before {
  background: #fff;
}
@media screen and (max-width:900px) {
  .simulator__actual-cost-breakdown::before {
    top: -3.8vw;
    left: 16vw;
    width: 5.4vw;
    height: 3.5333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__actual-cost-breakdown::before {
    top: -34px;
    left: 150px;
    width: 68px;
    height: 34px;
  }
}

.simulator__actual-cost-breakdown::after {
  background: #CCDFF5;
}
@media screen and (max-width:900px) {
  .simulator__actual-cost-breakdown::after {
    top: -3vw;
    left: 16vw;
    width: 5.4vw;
    height: 3.5333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__actual-cost-breakdown::after {
    top: -31px;
    left: 150px;
    width: 68px;
    height: 34px;
  }
}

.simulator__actual-cost-breakdown__tltle {
  padding-bottom: .5em;
  border-bottom: 1px solid var(--color-blue);
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width:900px) {
  .simulator__actual-cost-breakdown__tltle {
    font-size: calc(12/375*100vw);
  }
  .simulator__actual-cost-breakdown__main {
    font-size: 2.6666666667vw;
  }
  .simulator__breakdown-table__device-cost {
    padding-inline: 1.8666666667vw;
    height: calc(54/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .simulator__actual-cost-breakdown__tltle {
    font-size: 27px;
  }
  .simulator__actual-cost-breakdown__main {
    margin-left: 0;
    font-size: 24px;
  }
  .simulator__breakdown-table__device-cost {
    padding-inline: 10px;
    height: 110px;
  }
}

.simulator__breakdown-table__device-cost, .simulator__breakdown-table__usage-fee {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width:900px) {
  .simulator__breakdown-table__usage-fee {
    height: 10.6666666667vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__usage-fee {
    height: 90px;
  }
}

.simulator__breakdown-table__price {
  flex-grow: 1;
  text-align: right;
  line-height: 1;
}
@media screen and (max-width:900px) {
  .simulator__breakdown-table__price {
    font-size: 3.2vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__price {
    font-size: 29px;
  }
}

@media screen and (max-width:900px) {
  .simulator__breakdown-table__price .price-num {
    font-size: 4.8vw;
    margin-right: 0.1em;
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__price .price-num {
    font-size: 42px;
    margin-right: 0.1em;
  }
}

.simulator__breakdown-table__price .price-detail {
  display: block;
}

@media screen and (max-width:900px) {
  .simulator__breakdown-table__price .price-detail {
    font-size: calc(8/375*100vw);;
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__price .price-detail {
    font-size: 19px;
  }
}

.simulator__breakdown-table__device-cost + .simulator__breakdown-table__device-cost {
  border-top: 0.2666666667vw dotted var(--color-blue);
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__device-cost + .simulator__breakdown-table__device-cost {
    border-top-width: 1px;
  }
}

@media screen and (max-width:900px) {
  .simulator__breakdown-table__device-cost .simulator__breakdown-table__price .price-num {
    margin-right: 0.1em;
    font-size: 5.8666666667vw;
  }
  .simulator__breakdown-table__usage-fee {
    padding-inline: 1.8666666667vw;
    border-top: 0.2666666667vw dotted var(--color-blue);
  }
}
@media screen and (min-width:901px) {
  .simulator__breakdown-table__device-cost .simulator__breakdown-table__price .price-num {
    margin-right: 0.1em;
    font-size: 54px;
  }
  .simulator__breakdown-table__usage-fee {
    padding-inline: 10px;
    border-top: 1px dotted var(--color-blue);
  }
}

.simulator__note {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width:900px) {
  .simulator__note {
    gap: 2.6666666667vw;
    padding: 4vw 1.3333333333vw 1.3333333333vw;
  }
}
@media screen and (min-width:901px) {
  .simulator__note {
    gap: 10px;
    padding: 40px 0 0;
  }
}

.c-note,
.c-function__note,
.c-note--asterisk,
.c-note--disc {
  line-height: 1.5;
  color: #888;
}
@media screen and (max-width:900px) {
  .c-note,
  .c-function__note,
  .c-note--asterisk,
  .c-note--disc {
    font-size: 2.9333333333vw;
  }
}
@media screen and (min-width:901px) {
  .c-note,
  .c-function__note,
  .c-note--asterisk,
  .c-note--disc {
    font-size: 14px;
  }
}

.c-note--disc {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
}
@media screen and (max-width:900px) {
  .c-note--disc li + li {
    margin-top: 5px;
  }
}

.c-note--asterisk {
  text-indent: -2em;
  margin-left: 2em;
}

.c-note a {
  color: inherit;
  text-decoration: underline;
  transition: color .1s linear;
}
@media(hover:hover) {
  .c-note a:hover {
    color: var(--color-blue);
  }
}
/* =========================================================
  :: purchase
========================================================= */
@media screen and (min-width:901px) {
  .purchase {
    overflow: visible
  }
}

.purchase__inner {
  padding: 118px 0;
  background: #000;
  position: relative
}

@media screen and (max-width:900px) {
  .purchase__inner {
    padding: 21.2vw 0
  }
}

.purchase .purchase__bg__wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0
}

.purchase__bg {
  font-size: 12.5vw;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, .09);
  white-space: nowrap
}

@media screen and (max-width:900px) {
  .purchase__bg {
    white-space: wrap;
    font-size: 24vw;
    text-align: center
  }
}

.purchase__ttl {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  z-index: 2
}

@media screen and (max-width:900px) {
  .purchase__ttl {
    font-size: 6.13vw;
    margin-bottom: 8vw
  }
}

.purchase__ttl strong {
  display: block;
  font-size: 48px;
  color: #fff
}

@media screen and (max-width:900px) {
  .purchase__ttl strong {
    font-size: 7.73vw
  }
}

.purchase__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px
}

@media screen and (max-width:900px) {
  .purchase__btn {
    flex-wrap: wrap;
    gap: 5.33vw
  }
}

.purchase__btn__item {
  position: relative;
  width: 456px;
  cursor: pointer
}

@media screen and (max-width:900px) {
  .purchase__btn__item {
    width: 78.93vw
  }
}

.purchase__btn__item img {
  width: 100%
}

.purchase__btn__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10
}

.purchase__btn__item::before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 456px;
  height: 100px;
  background-size: contain;
  transform: translate(-50%, -50%);
  transition: all .3s cubic-bezier(.075, .82, .165, 1)
}

@media screen and (max-width:900px) {
  .purchase__btn__item::before {
    display: none;
    width: 78.93vw;
    height: 18.67vw
  }
}

.purchase__btn__item--online.is-active::before {
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/p/btn_purchase_online_active.webp);
  opacity: 1;
  z-index: 1;
}

@media screen and (max-width:900px) {
  .purchase__btn__item--online.is-active::before {
    display: block;
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/s/btn_purchase_online_hover.webp)
  }
}

@media(hover:hover) {
  .purchase__btn__item--online > picture,
  .purchase__btn__item--online::before,
  .purchase__btn__item--shop {
    transition: -webkit-filter 0.1s linear;
    transition: filter 0.1s linear;
    transition: filter 0.1s linear, -webkit-filter 0.1s linear;
  }
  .purchase__btn__item--online:hover > picture,
  .purchase__btn__item--online:hover::before,
  .purchase__btn__item--shop:hover {
    -webkit-filter: brightness(1.15);
            filter: brightness(1.15);
  }
}

.purchase__btn__item--disabled {
  pointer-events: none
}

.purchase__note {
  width: 1160px;
  margin: 0 auto
}

@media screen and (max-width:900px) {
  .purchase__note {
    width: 89.33vw
  }
}

.purchase__note__item {
  font-size: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px 1fr;
  grid-template-columns: 40px 1fr
}

@media screen and (max-width:900px) {
  .purchase__note__item {
    font-size: 3.2vw;
    -ms-grid-columns: 9.33vw 1fr;
    grid-template-columns: 9.33vw 1fr
  }
}

.purchase__note__item:not(:last-of-type) {
  margin-bottom: 16px
}

@media screen and (max-width:900px) {
  .purchase__note__item:not(:last-of-type) {
    margin-bottom: 2.67vw
  }
}

/* =========================================================
  :: top / anchor
========================================================= */
.top {
  position: relative;
  z-index: 0;
  background: #0C2547;
  overflow: hidden;
}
.top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width:900px) {
  .top .top__ttl {
    width: 100%;
    aspect-ratio: 375/472;
  }
}

@media screen and (min-width:901px) {
  .top {
    overflow: hidden
  }

  .top .top__ttl {
    aspect-ratio: 1160/500;
    max-height: 500px;
  }

  .top picture {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
  }
}

@media screen and (min-width:1160px) {
  .top .top__ttl {
    aspect-ratio: unset;
    height: 500px;
  }
}

.anchor {
  color: #fff;
  background: var(--color-blue-dark);
}
@media screen and (max-width:900px) {
  .anchor {
    padding: calc(20/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(5.188679245283vw,55px);
    padding: 25px
  }
}

.anchor__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width:900px) {
  .anchor__ttl {
    font-size: calc(18/375*100vw);
  }
  .anchor__ttl span {
    font-size: calc(24/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .anchor__ttl {
    margin: 0;
    font-size:min(2.54716981132075vw,27px);
  }
  .anchor__ttl span {
    font-size: min(3.3962264150943vw,36px);
  }
}

.anchor__ttl::before,
.anchor__ttl::after {
  content: '';
  display: block;
  width: 1.66em;
  height: 1px;
  background: #fff;
}
.anchor__ttl::before {
  margin-right: 0.5em;
}
.anchor__ttl::after {
  margin-left: 0.5em;
}

.anchor__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
@media screen and (min-width:900px) {
  .anchor__menu {
    width: min( 56.603773584906vw,614px);
  }
}

@media screen and (max-width:900px) {
  .anchor__menu__item {
    width: 31.34328358208960%;
  }
}
@media screen and (min-width:901px) {
  .anchor__menu__item {
    width: 31.34328358208960%;
  }
}

a.anchor__btn,
.anchor__btn {
  position: relative;
  display: grid;
  place-content: center;
  color: var(--color-blue-dark);
  background: #fff;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
}
@media screen and (max-width:900px) {
  a.anchor__btn,
  .anchor__btn {
    height: calc(40/375*100vw);
    padding-right: 10px;
    font-size: calc(12/375*100vw);
  }
}
@media screen and (min-width:901px) {
  a.anchor__btn,
  .anchor__btn {
    height: 50px;
    font-size: 18px;
  }
}

a.anchor__btn::after {
  content: '';
  display: block;
  position: absolute;
  aspect-ratio: 1/1;
  border-right: 1px solid var(--color-blue-dark);
  border-bottom: 1px solid var(--color-blue-dark);
  transform: rotate(45deg);
}
@media screen and (max-width:900px) {
  a.anchor__btn::after {
    top: calc(18/375*100vw);
    right: calc(8/375*100vw);
    width: calc(5/375*100vw);
  }
}
@media screen and (min-width:901px) {
  a.anchor__btn::after {
    top: calc(50% - 5px);
    right: 15px;
    width: 7px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

@media(hover:hover) {
  a.anchor__btn {
    transition: -webkit-filter 0.1s linear;
    transition: filter 0.1s linear;
    transition: filter 0.1s linear, -webkit-filter 0.1s linear;
  }
  a.anchor__btn:hover {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  a.anchor__btn::after {
    transition: transform 0.2s ease-out;
  }
  a.anchor__btn:hover::after {
    transform: rotate(45deg) translateX(1px) translateY(1px);
  }
}

span.anchor__btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
  z-index: 1;
}
span.anchor__btn::after {
  content: 'COMING SOON';
  display: block;
  position: absolute;
  top: -0.5em;
  left: calc(50% - 4.5em);
  width: 9em;
  background: #000;
  text-align: center;
  color: #fff;
  background: #666;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media screen and (max-width:900px) {
  span.anchor__btn::after {
    font-size: calc(9/375*100vw);
  }
}
@media screen and (min-width:901px) {
  span.anchor__btn::after {
    font-size: 14px;
  }
}


/* =========================================================
  :: campaign
========================================================= */
@media screen and (max-width:900px) {
  .campaign {
    padding: calc(80/375*100vw) 0
  }
}
@media screen and (min-width:901px) {
  .campaign {
    padding: 136px 0 156px;
    overflow: hidden;
  }
}

@media screen and (min-width:901px) {
  .campaign .common-ttl-sub {
    margin-top: -10px
  }
}

@media screen and (max-width:900px) {
  .campaign__lead {
    margin-bottom: calc(30/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .campaign__lead {
    width: min(100%,1288px);
    margin: 0 auto 100px;
  }
}

.campaign__double {
  margin-inline: auto;
  color: #fff;
  background: #FF0035;
}
@media screen and (max-width:900px) {
  .campaign__double {
    width: calc(335/375*100vw);
    margin-bottom: calc(10/375*100vw);;
    border-radius: 10px;
  }
}
@media screen and (min-width:901px) {
  .campaign__double {
    width: min(90%, 1160px);
    margin-bottom: 40px;
    border-radius: 20px;
  }
}

.campaign__double__box {
  position: relative;
}

.campaign__double__box--reservation {
  background: linear-gradient(0deg, #0F88EC, #0F88EC), linear-gradient(157.1deg, #006AD4 -0.04%, #1494F0 47.34%, #0877E6 94.72%);
}
@media screen and (max-width:900px) {
  .campaign__double__box--reservation {
    padding-bottom: calc(54/375*100vw);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box--reservation {
    padding-bottom: calc(90/1160*100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}

.campaign__double__box--purchase {
  background: #FF0035;
}
@media screen and (max-width:900px) {
  .campaign__double__box--purchase {
    padding-bottom: calc(30/375*100vw);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box--purchase {
    padding-bottom: calc(80/1160*100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}

.campaign__double__box {
  position: relative;
}

.campaign__double__box--reservation::before,
.campaign__double__box--purchase::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

@media screen and (max-width:900px) {
  .campaign__double__box--reservation::before {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/s/img_campaign_point_01.webp);
    left: calc(-20/375*100vw);
    top: calc(-25/375*100vw);
    width: calc(369/375*100vw);;
    aspect-ratio: 369/291;
    z-index: 1;
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box--reservation::before {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/p/img_campaign_point_01.webp);
    left: 0;
    top: 0;
    margin-left: calc(-92/1160*100%);
    margin-top: calc(-92/1160*100%);
    width: min(calc(1330/1160*100%), 1330px);
    aspect-ratio: 1330/585;
    z-index: 1;
  }
}


@media screen and (max-width:900px) {
  .campaign__double__box--purchase::before {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/s/img_campaign_point_02.webp);
    left: calc(-20/375*100vw);
    top: calc(36/375*100vw);
    width: calc(369/375*100vw);
    aspect-ratio: 369/291;
    z-index: 1;
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box--purchase::before {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/p/img_campaign_point_02.webp);
    left: 0;
    top: 0;
    margin-left: calc(-92/1160*100%);
    margin-top: calc(18/1160*100%);
    width: min(calc(1330/1160*100%), 1330px);
    aspect-ratio: 1330/585;
    z-index: 2;
  }
}

.campaign__double__box--purchase::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  background: #0F88EC;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 1;
}
@media screen and (max-width:900px) {
  .campaign__double__box--purchase::after {
    height: calc(45/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box--purchase::after {
    aspect-ratio: 1160/97;
  }
}

.campaign > .campaign__note {
  width: min(90%, 1160px);
}

.campaign__double__box .campaign__note {
  color: #fff;
}
@media screen and (max-width:900px) {
  .campaign__double__box .campaign__note {
    margin-bottom: calc(20/375*100vw);
    padding: 10px calc(18/375*100vw) 0;
  }
  .campaign__double__box .campaign__note__item {
    font-size: calc(10/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .campaign__double__box .campaign__note {
    margin-bottom: 40px;
    padding: 0 calc(80/1160*100%) 0;
  }
  .campaign__double__box .campaign__note__item+li {
    margin-top: 0;
  }
}

.campaign__double__txt {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
}

.campaign__double__txt img {
  position: absolute;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:900px) {
  .campaign__double__txt img {
    top: calc(-86/375*100vw);
    height: calc(175/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .campaign__double__txt img {
    top: 0;
    margin-top: calc(-324/1160*100%);
    aspect-ratio: 1160/542;
  }
}

.campaign__box {
  margin: 0 auto 30px
}

.campaign__box--present {
  margin-top: 160px;
  margin-bottom: 20px;
  width: min(100%, 1160px)
}

@media screen and (max-width:900px) {
  .campaign__box--present {
    margin-top: 16vw;
    width: 89.33vw
  }
}

.campaign__box--paypay {
  width: min(100%, 1335px);
  margin-top: -60px;
  margin-bottom: 20px
}

@media screen and (max-width:900px) {
  .campaign__box--paypay {
    width: 100vw;
    margin-top: -9.87vw
  }
}

.campaign__box img {
  display: block;
  width: 100%
}

.campaign__note {
  width: 1160px;
  margin: 0 auto 40px;
  color: #888;
}

@media screen and (max-width:900px) {
  .campaign__note {
    width: 89.33vw;
    margin-bottom: 10.67vw
  }
}

.campaign__note__item {
  position: relative;
  padding-left: 15px;
  line-height: 1.5
}

@media screen and (max-width:900px) {
  .campaign__note__item {
    font-size: calc(11/375*100vw);
    padding-left: 4vw
  }
}

@media screen and (min-width:901px) {
  .campaign__note__item {
    font-size: 14px;
    padding-left: 15px
  }
}

.campaign__note__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(2)
}

@media screen and (max-width:900px) {
  .campaign__note__item+li {
    margin-top: 1.33vw
  }
}

.campaign__btn {
  background: #000;
  color: #fff;
  display: block;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 auto;
  width: 360px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 2px solid #000
}

.campaign__btn.campaign__btn--non-active {
  cursor: default;
  background-color: #777;
  border-color: #777
}

.campaign__btn.campaign__btn--non-active span {
  color: rgba(255, 255, 255, .2)
}

@media screen and (max-width:900px) {
  .campaign__btn {
    width: 78.67vw;
    height: 16vw
  }
}

.campaign__btn span {
  color: #fff
}

.campaign__btn:visited {
  color: #fff
}

.campaign__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
  transform-origin: right top;
  background: #fff
}

.campaign__btn::after {
  content: "";
  display: block;
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_btn_arrow.webp);
  width: 26px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all .2s;
  transition-delay: .2s
}

@media screen and (max-width:900px) {
  .campaign__btn::after {
    width: 4.8vw;
    height: 4vw;
    right: 5.33vw
  }
}

.campaign__btn.campaign__btn--non-active::after {
  display: none
}

@media(hover:hover) {
  .campaign__btn:not(.campaign__btn--non-active):hover::before {
    transform: scale(1, 1);
    transform-origin: left top
  }

  .campaign__btn:not(.campaign__btn--non-active):hover::after {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_btn_arrow_active.webp);
    right: 25px
  }

  .campaign__btn:not(.campaign__btn--non-active):hover span {
    color: #000
  }
}

.campaign__btn .newwindowicon {
  display: none
}

.campaign__btn span {
  transition: color .6s cubic-bezier(.8, 0, .2, 1) 0s;
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 18px
}
@media screen and (max-width:900px) {
  .campaign__btn span {
    font-size: 3.73vw
  }
}


/* =========================================================
  :: giveaway
========================================================= */
.giveaway {
  position: relative;
  color: #fff;
  background-blend-mode: overlay, normal;
  text-align: center;
}
@media screen and (max-width:900px) {
  .giveaway {
    padding-block: calc(89/375*100vw);
    background: radial-gradient(61.25% 61.25% at 50% 50%, #1E8DEF 0%, #1555A5 100%);
    background-size: cover;
  }
}
@media screen and (min-width:901px) {
  .giveaway {
    padding-block: 126px;
    background: radial-gradient(61.25% 61.25% at 50% 50%, #1E8DEF 0%, #1555A5 100%);
    background-size: cover;
  }
}

.giveaway__txt {
  position: relative;
  margin-inline: auto;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 2px;
}
@media screen and (max-width:900px) {
  .giveaway__txt {
    width: calc(325/375*100vw);
    padding: calc(9/375*100vw) 0;
    font-size: calc(12/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .giveaway__txt {
    width: min(90%,1160px);
    padding: min(calc(22/1240*100vw),22px) 0;
    font-size: min(calc(28/1240*100vw),28px);
  }
}

@media screen and (max-width:900px) {
  .giveaway__content-wrapper {
    width: calc(325/375*100vw);
    margin-inline: auto;
  }
  .giveaway__img-wrapper img {
    width: calc(278/375*100vw);
  }
  .giveaway__copy {
    margin: calc(18/375*100vw) auto 0;
  }
}
@media screen and (min-width:901px) {
  .giveaway__content-wrapper {
    display: grid;
    grid-template-columns: calc(496/1160*100%) 1fr;
    grid-template-rows: 1fr auto auto 1fr;
    justify-content: center;
    gap: 0 calc(59/1160*100%);
    width: min(90%,1160px);
    margin-inline: auto;
  }
  .giveaway__img-wrapper {
    grid-row: 2 / 4;
  }
  .giveaway__copy {
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    width: min(calc(627/1160*100vw),100%);
    margin-bottom: calc(23/627*100%);
  }
}

.giveaway__store {
  color: var(--color-blue-dark);
  background: #fff;
}
@media screen and (max-width:900px) {
  .giveaway__store {
    margin-top: calc(20/375*100vw);
    padding: calc(15/375*100vw) calc(20/375*100vw);
    border-radius: 10px;
  }
  .giveaway__store__ttl {
    font-size: calc(16/375*100vw);
    font-weight: 700;
    margin-bottom: calc(5/375*100vw);
  }
  .giveaway__store__txt {
    font-size: calc(14/375*100vw);
    text-align: left;
  }
}
@media screen and (min-width:901px) {
  .giveaway__store {
    align-self: start;
    grid-column: 2;
    grid-row: 3;
    margin: 0;
    padding: calc(15/627*100%) calc(25/627*100%);
    border-radius: 10px;
  }
  .giveaway__store__ttl {
    margin-bottom: 0.4em;
    font-size: min(calc(20/1160*100vw),20px);
    font-weight: 700;
  }
  .giveaway__store__txt {
    margin: 0;
    font-size: min(calc(16/1160*100vw),16px);
    text-align: left;
  }
}

.giveaway__store__txt a {
  color: inherit;
  text-decoration: underline;
}
@media(hover:hover) {
  .giveaway__store__txt a:hover {
    color:var(--color-blue)
  }
}

.giveaway__note {
  color: #fff;
  text-align: left;
}
@media screen and (max-width:900px) {
  .giveaway__note {
    width: calc(325/375*100vw);
    margin-inline: auto;
    font-size: calc(10/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .giveaway__note {
    width: min(90%,1160px);
    margin: 10px auto 0;
    font-size: 12px;
    text-align: right;
  }
}


/* =========================================================
  :: feature
========================================================= */
.feature {
  background: var(--color-gray);
}
@media screen and (max-width:900px) {
  .feature {
    padding: calc(80/375*100vw) 0;
  }
}
@media screen and (min-width:901px) {
  .feature {
    padding: 130px 0 150px;
    overflow: hidden;
  }
}

.feature__slider-wrapper {
  position: relative;
}
@media screen and (max-width:900px) {
  .feature__slider-wrapper {
    width: 78.67vw;
    margin-bottom: 10.67vw
  }
}
@media screen and (min-width:901px) {
  .feature__slider-wrapper {
    width: min(90vw,950px);
    margin: 0 auto 80px;
  }
}

@media screen and (min-width:901px) {
  .feature__slider-wrapper .slick-track {
    display: flex;
  }
  .feature__slider-wrapper .slick-slide {
    height: auto !important;
    display: grid;
  }
}

.feature__slider__inner {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:900px) {
  .feature__slider__inner {
    flex-wrap: wrap;
    width: 78.67vw;
    margin: 0 calc(20/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .feature__slider__inner {
    width: min(80vw,950px);
    margin: 0 min(calc(40/1030*100vw),40px)
  }
}

.feature__slider__title {
  font-weight: 700
}
@media screen and (max-width:900px) {
  .feature__slider__title {
    font-size: calc(22/375*100vw);
    margin-bottom: 3.33vw
  }
}
@media screen and (min-width:901px) {
  .feature__slider__title {
    font-size: min(calc(35/1160*100vw),36px);
    margin-bottom: 40px;
  }
}

.feature__slider__title sup {
  vertical-align: top;
  font-size: 70%;
  position: relative;
  top: 21px
}
@media screen and (max-width:900px) {
  .feature__slider__title sup {
    top: 1.8vw
  }
}

.feature__slider__txt {
  margin-bottom: 0
}
@media screen and (max-width:900px) {
  .feature__slider__txt {
    font-size: 3.73vw;
    line-height: 1.6;
  }
}
@media screen and (min-width:901px) {
  .feature__slider__txt {
    font-size: min(calc(16/1160*100vw),16px);
    line-height: 2;
  }
}

.feature__slider__txt sup {
  vertical-align: top;
  font-size: 70%;
  position: relative;
  top: 13px
}

@media screen and (max-width:900px) {
  .feature__slider__txt sup {
    top: 1.8vw
  }
}

.feature__slider .feature__slider__txt__note {
  margin-top: 10px
}

.feature__slider .feature__slider__txt__note .feature__slider__txt__note__item {
  display: flex;
  gap: 5px;
  line-height: 1.7
}

.feature__slider .feature__slider__txt__note .feature__slider__txt__note__item span {
  font-size: 12px
}

.feature__slider__txt-wrapper {
  width: 50%
}

@media screen and (max-width:900px) {
  .feature__slider__txt-wrapper {
    width: 100%;
    order: 2
  }
}

.feature__slider__img-wrapper {
  width: 47.3684210526%
}

@media screen and (max-width:900px) {
  .feature__slider__img-wrapper {
    width: 100%;
    order: 1;
    margin-bottom: 8vw;
  }
}

.feature__slider__img-wrapper img {
  width: 100%;
  border-radius: 10px;
}

.feature__slider__note {
  margin-top: 12px
}

.feature__slider__note li {
  position: relative;
  font-size: 12px;
  padding-left: 10px
}

.feature__slider__note li::before {
  content: "*";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  vertical-align: top
}

.feature_btn {
  background: #000;
  color: #fff;
  display: block;
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0 auto;
  width: 360px;
  height: 80px;
  border-radius: 50px;
  cursor: pointer;
  border: 2px solid #000
}

@media screen and (max-width:900px) {
  .feature_btn {
    width: 78.67vw;
    height: 16vw
  }
}

.feature_btn:visited {
  color: #fff
}

.feature_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
  transform-origin: right top;
  background: #fff
}

.feature_btn::after {
  content: "";
  display: block;
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_btn_arrow.webp);
  width: 26px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 10;
  transition: all .2s;
  transition-delay: .2s
}

@media screen and (max-width:900px) {
  .feature_btn::after {
    width: 4.8vw;
    height: 4vw;
    right: 5.33vw
  }
}

@media(hover:hover) {
  .feature_btn:hover::before {
    transform: scale(1, 1);
    transform-origin: left top
  }

  .feature_btn:hover::after {
    background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_btn_arrow_active.webp);
    right: 25px
  }

  .feature_btn:hover span {
    color: #000
  }
}

.feature_btn span {
  transition: color .6s cubic-bezier(.8, 0, .2, 1) 0s;
  position: relative;
  z-index: 3;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #fff
}
@media screen and (max-width:900px) {
  .feature_btn span {
    font-size: 3.73vw
  }
}

.feature_btn span small {
  display: block;
  font-size: 14px
}
@media screen and (max-width:900px) {
  .feature_btn span small {
    font-size: 3.2vw
  }
}

.feature__pickup {
  margin-inline: auto;
  color: #fff;
  background: linear-gradient(to right bottom, #006AD4 0%, #1494F0 50%, #0877E6 100%);
  border-radius: 10px;
}
@media screen and (max-width:900px) {
  .feature__pickup {
    width: calc(335/375*100%);
    padding: calc(50/375*100%) calc(20/375*100%) calc(10/375*100%);
    border-radius: 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width:901px) {
  .feature__pickup {
    width: max(94%, 950px);
    margin-top: 100px;
    padding: 100px 0 20px;
    border-radius: 20px;
    box-sizing: border-box;
  }
}

.feature__pickup__ttl {
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:900px) {
  .feature__pickup__ttl {
    margin-bottom: calc(40/375*100%);
    font-size: calc(26/375*100vw);
  }
}
@media screen and (min-width:901px) {
  .feature__pickup__ttl {
    margin-bottom: 80px;
    font-size: 52px;
  }
}

.feature__pickup .common-slide-dots li {
  background: #fff;
  opacity: 0.4;
}

.feature__pickup .common-slide-dots li.slick-active {
  opacity: 1
}

@media screen and (max-width:900px) {
  .feature__lineup {
    width: calc(295/375*100vw);
    margin: calc(110/375*100vw) auto 0;
  }
}
@media screen and (min-width:901px) {
  .feature__lineup {
    margin: 136px auto 0;
    padding-top: 60px;
    overflow: hidden;
  }
}


/* =========================================================
  :: buds
========================================================= */
@media screen and (max-width:900px) {
  .buds {
    padding: calc(80/375*100vw) 0;
  }
}
@media screen and (min-width:901px) {
  .buds {
    padding: 130px 0 150px;
    overflow: hidden;
  }
}

@media screen and (max-width:900px) {
  .buds__feature {
    width: calc(295 / 375 * 100vw);
    margin: calc(50 / 375 * 100vw) auto 0;
  }
}


/* =========================================================
  :: cm
========================================================= */
.cm {
  background: var(--color-gray);
}
@media screen and (max-width:900px) {
  .cm {
    padding: calc(80/375*100vw) 0;
  }
}
@media screen and (min-width:901px) {
  .cm {
    padding: 130px 0 150px;
    overflow: hidden;
  }
}

.cm__slider {
  position: relative;
  margin: 0 auto
}

@media screen and (max-width:900px) {
  .cm__slider {
    width: 100.4vw
  }
}
@media screen and (min-width:901px) {
  .cm__slider {
    width: min(90%, 1030px);
  }
}

.cm__slider__item__inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 min(calc(40/1030*100vw), 40px)
}

@media screen and (max-width:900px) {
  .cm__slider__item__inner {
    border-radius: 10px;
    margin: 0 5.33vw
  }
}

.cm__slider__item__inner::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border: 8px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 49.5%;
  transform: translate(-50%, -50%);
  z-index: 10;
  transition: all .3s ease-in;
  background: rgba(0, 0, 0, .7)
}

@media screen and (max-width:900px) {
  .cm__slider__item__inner::before {
    width: 13.33vw;
    height: 13.33vw;
    border: 3px solid #fff
  }
}

.cm__slider__item__inner::after {
  content: "";
  display: block;
  width: 32px;
  height: 34px;
  background-image: url(/mobile/set/data/special/samsung-galaxy/img/shared/icon_cm_play.webp);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10
}

@media screen and (max-width:900px) {
  .cm__slider__item__inner::after {
    width: 4.27vw;
    height: 4.53vw
  }
}

.cm__slider__item__inner img {
  width: 100%
}

@media screen and (max-width:900px) {
  .cm__slider__item__inner img {
    width: 89.73vw
  }
}

@media(hover:hover) {
  .cm__slider__item__inner:hover::before {
    width: 110px;
    height: 110px
  }
}

@media screen and (min-width:901px) {
  .modal-video-body {
    padding: 0
  }
}

.modal-video-inner {
  padding: 0
}

@media screen and (max-width:900px) {
  .modal-video-inner {
    max-width: 89.73vw
  }
}

@media screen and (min-width:901px) {
  .modal-video-inner {
    max-width: 950px
  }
}

@media screen and (max-width:900px) {
  .modal-video-close-btn {
    top: calc((50.4vw - 100vh)/ 2 + 6.67vw);
    right: .195vw
  }
}

@media screen and (min-width:901px) {
  .modal-video-close-btn {
    top: calc((534px - 100vh)/ 2 + 40px);
    right: calc((950px - 100vw)/ 2 + 40px)
  }
}

.u-pdf {
  width: 14px;
  position: relative;
  top: -3px
}

@media screen and (max-width:900px) {
  .u-pdf {
    width: 3.73vw;
    top: -1px
  }
}

.u-color-white {
  color: #fff !important
}

.u-hover {
  transition: .3s !important
}

.u-hover:hover {
  opacity: .8 !important
}

@media screen and (max-width:900px) {
  .u-sp-d-n {
    display: none !important
  }
}

@media screen and (min-width:901px) {
  .u-pc-d-n {
    display: none !important
  }
}

.u-w-auto {
  width: auto !important
}

@media screen and (max-width:900px) {
  .u-w-auto {
    width: 100% !important
  }
}

.u-h-auto {
  height: auto !important
}

.u-w0 {
  width: 0% !important
}

@media screen and (max-width:900px) {
  .u-sp-w0 {
    width: 0% !important
  }
}

.u-w5 {
  width: 5% !important
}

@media screen and (max-width:900px) {
  .u-sp-w5 {
    width: 5% !important
  }
}

.u-w10 {
  width: 10% !important
}

@media screen and (max-width:900px) {
  .u-sp-w10 {
    width: 10% !important
  }
}

.u-w15 {
  width: 15% !important
}

@media screen and (max-width:900px) {
  .u-sp-w15 {
    width: 15% !important
  }
}

.u-w20 {
  width: 20% !important
}

@media screen and (max-width:900px) {
  .u-sp-w20 {
    width: 20% !important
  }
}

.u-w25 {
  width: 25% !important
}

@media screen and (max-width:900px) {
  .u-sp-w25 {
    width: 25% !important
  }
}

.u-w30 {
  width: 30% !important
}

@media screen and (max-width:900px) {
  .u-sp-w30 {
    width: 30% !important
  }
}

.u-w35 {
  width: 35% !important
}

@media screen and (max-width:900px) {
  .u-sp-w35 {
    width: 35% !important
  }
}

.u-w40 {
  width: 40% !important
}

@media screen and (max-width:900px) {
  .u-sp-w40 {
    width: 40% !important
  }
}

.u-w45 {
  width: 45% !important
}

@media screen and (max-width:900px) {
  .u-sp-w45 {
    width: 45% !important
  }
}

.u-w50 {
  width: 50% !important
}

@media screen and (max-width:900px) {
  .u-sp-w50 {
    width: 50% !important
  }
}

.u-w55 {
  width: 55% !important
}

@media screen and (max-width:900px) {
  .u-sp-w55 {
    width: 55% !important
  }
}

.u-w60 {
  width: 60% !important
}

@media screen and (max-width:900px) {
  .u-sp-w60 {
    width: 60% !important
  }
}

.u-w65 {
  width: 65% !important
}

@media screen and (max-width:900px) {
  .u-sp-w65 {
    width: 65% !important
  }
}

.u-w70 {
  width: 70% !important
}

@media screen and (max-width:900px) {
  .u-sp-w70 {
    width: 70% !important
  }
}

.u-w75 {
  width: 75% !important
}

@media screen and (max-width:900px) {
  .u-sp-w75 {
    width: 75% !important
  }
}

.u-w80 {
  width: 80% !important
}

@media screen and (max-width:900px) {
  .u-sp-w80 {
    width: 80% !important
  }
}

.u-w85 {
  width: 85% !important
}

@media screen and (max-width:900px) {
  .u-sp-w85 {
    width: 85% !important
  }
}

.u-w90 {
  width: 90% !important
}

@media screen and (max-width:900px) {
  .u-sp-w90 {
    width: 90% !important
  }
}

.u-w95 {
  width: 95% !important
}

@media screen and (max-width:900px) {
  .u-sp-w95 {
    width: 95% !important
  }
}

.u-w100 {
  width: 100% !important
}

@media screen and (max-width:900px) {
  .u-sp-w100 {
    width: 100% !important
  }
}

.u-w0 {
  height: 0% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w0 {
    height: 0% !important;
  }
}

.u-w5 {
  height: 5% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w5 {
    height: 5% !important;
  }
}

.u-w10 {
  height: 10% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w10 {
    height: 10% !important;
  }
}

.u-w15 {
  height: 15% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w15 {
    height: 15% !important;
  }
}

.u-w20 {
  height: 20% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w20 {
    height: 20% !important;
  }
}

.u-w25 {
  height: 25% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w25 {
    height: 25% !important;
  }
}

.u-w30 {
  height: 30% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w30 {
    height: 30% !important;
  }
}

.u-w35 {
  height: 35% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w35 {
    height: 35% !important;
  }
}

.u-w40 {
  height: 40% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w40 {
    height: 40% !important;
  }
}

.u-w45 {
  height: 45% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w45 {
    height: 45% !important;
  }
}

.u-w50 {
  height: 50% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w50 {
    height: 50% !important;
  }
}

.u-w55 {
  height: 55% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w55 {
    height: 55% !important;
  }
}

.u-w60 {
  height: 60% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w60 {
    height: 60% !important;
  }
}

.u-w65 {
  height: 65% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w65 {
    height: 65% !important;
  }
}

.u-w70 {
  height: 70% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w70 {
    height: 70% !important;
  }
}

.u-w75 {
  height: 75% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w75 {
    height: 75% !important;
  }
}

.u-w80 {
  height: 80% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w80 {
    height: 80% !important;
  }
}

.u-w85 {
  height: 85% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w85 {
    height: 85% !important;
  }
}

.u-w90 {
  height: 90% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w90 {
    height: 90% !important;
  }
}

.u-w95 {
  height: 95% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w95 {
    height: 95% !important;
  }
}

.u-w100 {
  height: 100% !important;
}

@media screen and (max-width:900px) {
  .u-sp-w100 {
    height: 100% !important;
  }
}

.u-txt-underline {
  display: inline-block !important;
  text-decoration: underline !important
}

.u-txt-underline:hover {
  text-decoration: none !important
}

.u-align-c {
  text-align: center !important
}

.u-align-l {
  text-align: left !important
}

.u-align-r {
  text-align: right !important
}

@media screen and (max-width:900px) {
  .u-spalign-c {
    text-align: center !important
  }

  .u-spalign-l {
    text-align: left !important
  }

  .u-spalign-r {
    text-align: right !important
  }
}

.u-margin-l {
  margin: 0 auto 0 0 !important
}

.u-margin-c {
  margin: 0 auto !important
}

.u-margin-r {
  margin: 0 0 0 auto !important
}

@media screen and (max-width:900px) {
  .u-spmargin-l {
    margin: 0 auto 0 0 !important
  }

  .u-spmargin-c {
    margin: 0 auto !important
  }

  .u-spmargin-r {
    margin: 0 0 0 auto !important
  }
}

.u-mt0 {
  margin-top: 0 !important
}

.u-mb0 {
  margin-bottom: 0 !important
}

.u-mr0 {
  margin-right: 0 !important
}

.u-ml0 {
  margin-left: 0 !important
}

.u-mt5 {
  margin-top: 5px !important
}

.u-mb5 {
  margin-bottom: 5px !important
}

.u-mr5 {
  margin-right: 5px !important
}

.u-ml5 {
  margin-left: 5px !important
}

.u-mt10 {
  margin-top: 10px !important
}

.u-mb10 {
  margin-bottom: 10px !important
}

.u-mr10 {
  margin-right: 10px !important
}

.u-ml10 {
  margin-left: 10px !important
}

.u-mt15 {
  margin-top: 15px !important
}

.u-mb15 {
  margin-bottom: 15px !important
}

.u-mr15 {
  margin-right: 15px !important
}

.u-ml15 {
  margin-left: 15px !important
}

.u-mt20 {
  margin-top: 20px !important
}

.u-mb20 {
  margin-bottom: 20px !important
}

.u-mr20 {
  margin-right: 20px !important
}

.u-ml20 {
  margin-left: 20px !important
}

.u-mt25 {
  margin-top: 25px !important
}

.u-mb25 {
  margin-bottom: 25px !important
}

.u-mr25 {
  margin-right: 25px !important
}

.u-ml25 {
  margin-left: 25px !important
}

.u-mt30 {
  margin-top: 30px !important
}

.u-mb30 {
  margin-bottom: 30px !important
}

.u-mr30 {
  margin-right: 30px !important
}

.u-ml30 {
  margin-left: 30px !important
}

.u-mt35 {
  margin-top: 35px !important
}

.u-mb35 {
  margin-bottom: 35px !important
}

.u-mr35 {
  margin-right: 35px !important
}

.u-ml35 {
  margin-left: 35px !important
}

.u-mt40 {
  margin-top: 40px !important
}

.u-mb40 {
  margin-bottom: 40px !important
}

.u-mr40 {
  margin-right: 40px !important
}

.u-ml40 {
  margin-left: 40px !important
}

.u-mt45 {
  margin-top: 45px !important
}

.u-mb45 {
  margin-bottom: 45px !important
}

.u-mr45 {
  margin-right: 45px !important
}

.u-ml45 {
  margin-left: 45px !important
}

.u-mt50 {
  margin-top: 50px !important
}

.u-mb50 {
  margin-bottom: 50px !important
}

.u-mr50 {
  margin-right: 50px !important
}

.u-ml50 {
  margin-left: 50px !important
}

.u-mt55 {
  margin-top: 55px !important
}

.u-mb55 {
  margin-bottom: 55px !important
}

.u-mr55 {
  margin-right: 55px !important
}

.u-ml55 {
  margin-left: 55px !important
}

.u-mt60 {
  margin-top: 60px !important
}

.u-mb60 {
  margin-bottom: 60px !important
}

.u-mr60 {
  margin-right: 60px !important
}

.u-ml60 {
  margin-left: 60px !important
}

.u-mt65 {
  margin-top: 65px !important
}

.u-mb65 {
  margin-bottom: 65px !important
}

.u-mr65 {
  margin-right: 65px !important
}

.u-ml65 {
  margin-left: 65px !important
}

.u-mt70 {
  margin-top: 70px !important
}

.u-mb70 {
  margin-bottom: 70px !important
}

.u-mr70 {
  margin-right: 70px !important
}

.u-ml70 {
  margin-left: 70px !important
}

.u-mt75 {
  margin-top: 75px !important
}

.u-mb75 {
  margin-bottom: 75px !important
}

.u-mr75 {
  margin-right: 75px !important
}

.u-ml75 {
  margin-left: 75px !important
}

.u-mt80 {
  margin-top: 80px !important
}

.u-mb80 {
  margin-bottom: 80px !important
}

.u-mr80 {
  margin-right: 80px !important
}

.u-ml80 {
  margin-left: 80px !important
}

.u-mt85 {
  margin-top: 85px !important
}

.u-mb85 {
  margin-bottom: 85px !important
}

.u-mr85 {
  margin-right: 85px !important
}

.u-ml85 {
  margin-left: 85px !important
}

.u-mt90 {
  margin-top: 90px !important
}

.u-mb90 {
  margin-bottom: 90px !important
}

.u-mr90 {
  margin-right: 90px !important
}

.u-ml90 {
  margin-left: 90px !important
}

.u-mt95 {
  margin-top: 95px !important
}

.u-mb95 {
  margin-bottom: 95px !important
}

.u-mr95 {
  margin-right: 95px !important
}

.u-ml95 {
  margin-left: 95px !important
}

.u-mt100 {
  margin-top: 100px !important
}

.u-mb100 {
  margin-bottom: 100px !important
}

.u-mr100 {
  margin-right: 100px !important
}

.u-ml100 {
  margin-left: 100px !important
}

.u-pt0 {
  padding-top: 0 !important
}

.u-pb0 {
  padding-bottom: 0 !important
}

.u-pl0 {
  padding-left: 0 !important
}

.u-pr0 {
  padding-right: 0 !important
}

.u-pt5 {
  padding-top: 5px !important
}

.u-pb5 {
  padding-bottom: 5px !important
}

.u-pl5 {
  padding-left: 5px !important
}

.u-pr5 {
  padding-right: 5px !important
}

.u-pt10 {
  padding-top: 10px !important
}

.u-pb10 {
  padding-bottom: 10px !important
}

.u-pl10 {
  padding-left: 10px !important
}

.u-pr10 {
  padding-right: 10px !important
}

.u-pt15 {
  padding-top: 15px !important
}

.u-pb15 {
  padding-bottom: 15px !important
}

.u-pl15 {
  padding-left: 15px !important
}

.u-pr15 {
  padding-right: 15px !important
}

.u-pt20 {
  padding-top: 20px !important
}

.u-pb20 {
  padding-bottom: 20px !important
}

.u-pl20 {
  padding-left: 20px !important
}

.u-pr20 {
  padding-right: 20px !important
}

.u-pt25 {
  padding-top: 25px !important
}

.u-pb25 {
  padding-bottom: 25px !important
}

.u-pl25 {
  padding-left: 25px !important
}

.u-pr25 {
  padding-right: 25px !important
}

.u-pt30 {
  padding-top: 30px !important
}

.u-pb30 {
  padding-bottom: 30px !important
}

.u-pl30 {
  padding-left: 30px !important
}

.u-pr30 {
  padding-right: 30px !important
}

.u-pt35 {
  padding-top: 35px !important
}

.u-pb35 {
  padding-bottom: 35px !important
}

.u-pl35 {
  padding-left: 35px !important
}

.u-pr35 {
  padding-right: 35px !important
}

.u-pt40 {
  padding-top: 40px !important
}

.u-pb40 {
  padding-bottom: 40px !important
}

.u-pl40 {
  padding-left: 40px !important
}

.u-pr40 {
  padding-right: 40px !important
}

.u-pt45 {
  padding-top: 45px !important
}

.u-pb45 {
  padding-bottom: 45px !important
}

.u-pl45 {
  padding-left: 45px !important
}

.u-pr45 {
  padding-right: 45px !important
}

.u-pt50 {
  padding-top: 50px !important
}

.u-pb50 {
  padding-bottom: 50px !important
}

.u-pl50 {
  padding-left: 50px !important
}

.u-pr50 {
  padding-right: 50px !important
}

.u-pt55 {
  padding-top: 55px !important
}

.u-pb55 {
  padding-bottom: 55px !important
}

.u-pl55 {
  padding-left: 55px !important
}

.u-pr55 {
  padding-right: 55px !important
}

.u-pt60 {
  padding-top: 60px !important
}

.u-pb60 {
  padding-bottom: 60px !important
}

.u-pl60 {
  padding-left: 60px !important
}

.u-pr60 {
  padding-right: 60px !important
}

.u-pt65 {
  padding-top: 65px !important
}

.u-pb65 {
  padding-bottom: 65px !important
}

.u-pl65 {
  padding-left: 65px !important
}

.u-pr65 {
  padding-right: 65px !important
}

.u-pt70 {
  padding-top: 70px !important
}

.u-pb70 {
  padding-bottom: 70px !important
}

.u-pl70 {
  padding-left: 70px !important
}

.u-pr70 {
  padding-right: 70px !important
}

.u-pt75 {
  padding-top: 75px !important
}

.u-pb75 {
  padding-bottom: 75px !important
}

.u-pl75 {
  padding-left: 75px !important
}

.u-pr75 {
  padding-right: 75px !important
}

.u-pt80 {
  padding-top: 80px !important
}

.u-pb80 {
  padding-bottom: 80px !important
}

.u-pl80 {
  padding-left: 80px !important
}

.u-pr80 {
  padding-right: 80px !important
}

.u-pt85 {
  padding-top: 85px !important
}

.u-pb85 {
  padding-bottom: 85px !important
}

.u-pl85 {
  padding-left: 85px !important
}

.u-pr85 {
  padding-right: 85px !important
}

.u-pt90 {
  padding-top: 90px !important
}

.u-pb90 {
  padding-bottom: 90px !important
}

.u-pl90 {
  padding-left: 90px !important
}

.u-pr90 {
  padding-right: 90px !important
}

.u-pt95 {
  padding-top: 95px !important
}

.u-pb95 {
  padding-bottom: 95px !important
}

.u-pl95 {
  padding-left: 95px !important
}

.u-pr95 {
  padding-right: 95px !important
}

.u-pt100 {
  padding-top: 100px !important
}

.u-pb100 {
  padding-bottom: 100px !important
}

.u-pl100 {
  padding-left: 100px !important
}

.u-pr100 {
  padding-right: 100px !important
}

.u-cg0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important
}

.u-cg0 {
  -moz-column-gap: 0 !important;
       column-gap: 0 !important
}

.u-cg5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important
}

.u-cg5 {
  -moz-column-gap: 5px !important;
       column-gap: 5px !important
}

.u-cg10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important
}

.u-cg10 {
  -moz-column-gap: 10px !important;
       column-gap: 10px !important
}

.u-cg15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important
}

.u-cg15 {
  -moz-column-gap: 15px !important;
       column-gap: 15px !important
}

.u-cg20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important
}

.u-cg20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important
}

.u-cg25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important
}

.u-cg25 {
  -moz-column-gap: 25px !important;
       column-gap: 25px !important
}

.u-cg30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important
}

.u-cg30 {
  -moz-column-gap: 30px !important;
       column-gap: 30px !important
}

.u-cg35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important
}

.u-cg35 {
  -moz-column-gap: 35px !important;
       column-gap: 35px !important
}

.u-cg40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important
}

.u-cg40 {
  -moz-column-gap: 40px !important;
       column-gap: 40px !important
}

.u-cg45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important
}

.u-cg45 {
  -moz-column-gap: 45px !important;
       column-gap: 45px !important
}

.u-cg50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important
}

.u-cg50 {
  -moz-column-gap: 50px !important;
       column-gap: 50px !important
}

.u-cg55 {
  -moz-column-gap: 55px !important;
       column-gap: 55px !important
}

.u-cg55 {
  -moz-column-gap: 55px !important;
       column-gap: 55px !important
}

.u-cg60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important
}

.u-cg60 {
  -moz-column-gap: 60px !important;
       column-gap: 60px !important
}

.u-cg65 {
  -moz-column-gap: 65px !important;
       column-gap: 65px !important
}

.u-cg65 {
  -moz-column-gap: 65px !important;
       column-gap: 65px !important
}

.u-cg70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important
}

.u-cg70 {
  -moz-column-gap: 70px !important;
       column-gap: 70px !important
}

.u-cg75 {
  -moz-column-gap: 75px !important;
       column-gap: 75px !important
}

.u-cg75 {
  -moz-column-gap: 75px !important;
       column-gap: 75px !important
}

.u-cg80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important
}

.u-cg80 {
  -moz-column-gap: 80px !important;
       column-gap: 80px !important
}

.u-cg85 {
  -moz-column-gap: 85px !important;
       column-gap: 85px !important
}

.u-cg85 {
  -moz-column-gap: 85px !important;
       column-gap: 85px !important
}

.u-cg90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important
}

.u-cg90 {
  -moz-column-gap: 90px !important;
       column-gap: 90px !important
}

.u-cg95 {
  -moz-column-gap: 95px !important;
       column-gap: 95px !important
}

.u-cg95 {
  -moz-column-gap: 95px !important;
       column-gap: 95px !important
}

.u-cg100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important
}

.u-cg100 {
  -moz-column-gap: 100px !important;
       column-gap: 100px !important
}

@media screen and (max-width:900px) {
  .u-spfs10 {
    font-size: 1.33vw !important
  }

  .u-spfs11 {
    font-size: 1.47vw !important
  }

  .u-spfs12 {
    font-size: 1.6vw !important
  }

  .u-spfs13 {
    font-size: 1.73vw !important
  }

  .u-spfs14 {
    font-size: 1.87vw !important
  }

  .u-spfs15 {
    font-size: 2vw !important
  }

  .u-spfs16 {
    font-size: 2.13vw !important
  }

  .u-spfs17 {
    font-size: 2.27vw !important
  }

  .u-spfs18 {
    font-size: 2.4vw !important
  }

  .u-spfs19 {
    font-size: 2.53vw !important
  }

  .u-spfs20 {
    font-size: 2.67vw !important
  }

  .u-spfs21 {
    font-size: 2.8vw !important
  }

  .u-spmt0 {
    margin-top: 0 !important
  }

  .u-spmb0 {
    margin-bottom: 0 !important
  }

  .u-mr0 {
    margin-right: 0 !important
  }

  .u-ml0 {
    margin-left: 0 !important
  }

  .u-spmt5 {
    margin-top: .67vw !important
  }

  .u-spmb5 {
    margin-bottom: .67vw !important
  }

  .u-mr5 {
    margin-right: .67vw !important
  }

  .u-ml5 {
    margin-left: .67vw !important
  }

  .u-spmt10 {
    margin-top: 1.33vw !important
  }

  .u-spmb10 {
    margin-bottom: 1.33vw !important
  }

  .u-mr10 {
    margin-right: 1.33vw !important
  }

  .u-ml10 {
    margin-left: 1.33vw !important
  }

  .u-spmt15 {
    margin-top: 2vw !important
  }

  .u-spmb15 {
    margin-bottom: 2vw !important
  }

  .u-mr15 {
    margin-right: 2vw !important
  }

  .u-ml15 {
    margin-left: 2vw !important
  }

  .u-spmt20 {
    margin-top: 2.67vw !important
  }

  .u-spmb20 {
    margin-bottom: 2.67vw !important
  }

  .u-mr20 {
    margin-right: 2.67vw !important
  }

  .u-ml20 {
    margin-left: 2.67vw !important
  }

  .u-spmt25 {
    margin-top: 3.33vw !important
  }

  .u-spmb25 {
    margin-bottom: 3.33vw !important
  }

  .u-mr25 {
    margin-right: 3.33vw !important
  }

  .u-ml25 {
    margin-left: 3.33vw !important
  }

  .u-spmt30 {
    margin-top: 4vw !important
  }

  .u-spmb30 {
    margin-bottom: 4vw !important
  }

  .u-mr30 {
    margin-right: 4vw !important
  }

  .u-ml30 {
    margin-left: 4vw !important
  }

  .u-spmt35 {
    margin-top: 4.67vw !important
  }

  .u-spmb35 {
    margin-bottom: 4.67vw !important
  }

  .u-mr35 {
    margin-right: 4.67vw !important
  }

  .u-ml35 {
    margin-left: 4.67vw !important
  }

  .u-spmt40 {
    margin-top: 5.33vw !important
  }

  .u-spmb40 {
    margin-bottom: 5.33vw !important
  }

  .u-mr40 {
    margin-right: 5.33vw !important
  }

  .u-ml40 {
    margin-left: 5.33vw !important
  }

  .u-spmt45 {
    margin-top: 6vw !important
  }

  .u-spmb45 {
    margin-bottom: 6vw !important
  }

  .u-mr45 {
    margin-right: 6vw !important
  }

  .u-ml45 {
    margin-left: 6vw !important
  }

  .u-spmt50 {
    margin-top: 6.67vw !important
  }

  .u-spmb50 {
    margin-bottom: 6.67vw !important
  }

  .u-mr50 {
    margin-right: 6.67vw !important
  }

  .u-ml50 {
    margin-left: 6.67vw !important
  }

  .u-spmt55 {
    margin-top: 7.33vw !important
  }

  .u-spmb55 {
    margin-bottom: 7.33vw !important
  }

  .u-mr55 {
    margin-right: 7.33vw !important
  }

  .u-ml55 {
    margin-left: 7.33vw !important
  }

  .u-spmt60 {
    margin-top: 8vw !important
  }

  .u-spmb60 {
    margin-bottom: 8vw !important
  }

  .u-mr60 {
    margin-right: 8vw !important
  }

  .u-ml60 {
    margin-left: 8vw !important
  }

  .u-spmt65 {
    margin-top: 8.67vw !important
  }

  .u-spmb65 {
    margin-bottom: 8.67vw !important
  }

  .u-mr65 {
    margin-right: 8.67vw !important
  }

  .u-ml65 {
    margin-left: 8.67vw !important
  }

  .u-spmt70 {
    margin-top: 9.33vw !important
  }

  .u-spmb70 {
    margin-bottom: 9.33vw !important
  }

  .u-mr70 {
    margin-right: 9.33vw !important
  }

  .u-ml70 {
    margin-left: 9.33vw !important
  }

  .u-spmt75 {
    margin-top: 10vw !important
  }

  .u-spmb75 {
    margin-bottom: 10vw !important
  }

  .u-mr75 {
    margin-right: 10vw !important
  }

  .u-ml75 {
    margin-left: 10vw !important
  }

  .u-spmt80 {
    margin-top: 10.67vw !important
  }

  .u-spmb80 {
    margin-bottom: 10.67vw !important
  }

  .u-mr80 {
    margin-right: 10.67vw !important
  }

  .u-ml80 {
    margin-left: 10.67vw !important
  }

  .u-spmt85 {
    margin-top: 11.33vw !important
  }

  .u-spmb85 {
    margin-bottom: 11.33vw !important
  }

  .u-mr85 {
    margin-right: 11.33vw !important
  }

  .u-ml85 {
    margin-left: 11.33vw !important
  }

  .u-spmt90 {
    margin-top: 12vw !important
  }

  .u-spmb90 {
    margin-bottom: 12vw !important
  }

  .u-mr90 {
    margin-right: 12vw !important
  }

  .u-ml90 {
    margin-left: 12vw !important
  }

  .u-spmt95 {
    margin-top: 12.67vw !important
  }

  .u-spmb95 {
    margin-bottom: 12.67vw !important
  }

  .u-mr95 {
    margin-right: 12.67vw !important
  }

  .u-ml95 {
    margin-left: 12.67vw !important
  }

  .u-spmt100 {
    margin-top: 13.33vw !important
  }

  .u-spmb100 {
    margin-bottom: 13.33vw !important
  }

  .u-mr100 {
    margin-right: 13.33vw !important
  }

  .u-ml100 {
    margin-left: 13.33vw !important
  }

  .u-sppt0 {
    padding-top: 0 !important
  }

  .u-sppb0 {
    padding-bottom: 0 !important
  }

  .u-sppl0 {
    padding-left: 0 !important
  }

  .u-sppr0 {
    padding-right: 0 !important
  }

  .u-sppt5 {
    padding-top: .67vw !important
  }

  .u-sppb5 {
    padding-bottom: .67vw !important
  }

  .u-sppl5 {
    padding-left: .67vw !important
  }

  .u-sppr5 {
    padding-right: .67vw !important
  }

  .u-sppt10 {
    padding-top: 1.33vw !important
  }

  .u-sppb10 {
    padding-bottom: 1.33vw !important
  }

  .u-sppl10 {
    padding-left: 1.33vw !important
  }

  .u-sppr10 {
    padding-right: 1.33vw !important
  }

  .u-sppt15 {
    padding-top: 2vw !important
  }

  .u-sppb15 {
    padding-bottom: 2vw !important
  }

  .u-sppl15 {
    padding-left: 2vw !important
  }

  .u-sppr15 {
    padding-right: 2vw !important
  }

  .u-sppt20 {
    padding-top: 2.67vw !important
  }

  .u-sppb20 {
    padding-bottom: 2.67vw !important
  }

  .u-sppl20 {
    padding-left: 2.67vw !important
  }

  .u-sppr20 {
    padding-right: 2.67vw !important
  }

  .u-sppt25 {
    padding-top: 3.33vw !important
  }

  .u-sppb25 {
    padding-bottom: 3.33vw !important
  }

  .u-sppl25 {
    padding-left: 3.33vw !important
  }

  .u-sppr25 {
    padding-right: 3.33vw !important
  }

  .u-sppt30 {
    padding-top: 4vw !important
  }

  .u-sppb30 {
    padding-bottom: 4vw !important
  }

  .u-sppl30 {
    padding-left: 4vw !important
  }

  .u-sppr30 {
    padding-right: 4vw !important
  }

  .u-sppt35 {
    padding-top: 4.67vw !important
  }

  .u-sppb35 {
    padding-bottom: 4.67vw !important
  }

  .u-sppl35 {
    padding-left: 4.67vw !important
  }

  .u-sppr35 {
    padding-right: 4.67vw !important
  }

  .u-sppt40 {
    padding-top: 5.33vw !important
  }

  .u-sppb40 {
    padding-bottom: 5.33vw !important
  }

  .u-sppl40 {
    padding-left: 5.33vw !important
  }

  .u-sppr40 {
    padding-right: 5.33vw !important
  }

  .u-sppt45 {
    padding-top: 6vw !important
  }

  .u-sppb45 {
    padding-bottom: 6vw !important
  }

  .u-sppl45 {
    padding-left: 6vw !important
  }

  .u-sppr45 {
    padding-right: 6vw !important
  }

  .u-sppt50 {
    padding-top: 6.67vw !important
  }

  .u-sppb50 {
    padding-bottom: 6.67vw !important
  }

  .u-sppl50 {
    padding-left: 6.67vw !important
  }

  .u-sppr50 {
    padding-right: 6.67vw !important
  }

  .u-sppt55 {
    padding-top: 7.33vw !important
  }

  .u-sppb55 {
    padding-bottom: 7.33vw !important
  }

  .u-sppl55 {
    padding-left: 7.33vw !important
  }

  .u-sppr55 {
    padding-right: 7.33vw !important
  }

  .u-sppt60 {
    padding-top: 8vw !important
  }

  .u-sppb60 {
    padding-bottom: 8vw !important
  }

  .u-sppl60 {
    padding-left: 8vw !important
  }

  .u-sppr60 {
    padding-right: 8vw !important
  }

  .u-sppt65 {
    padding-top: 8.67vw !important
  }

  .u-sppb65 {
    padding-bottom: 8.67vw !important
  }

  .u-sppl65 {
    padding-left: 8.67vw !important
  }

  .u-sppr65 {
    padding-right: 8.67vw !important
  }

  .u-sppt70 {
    padding-top: 9.33vw !important
  }

  .u-sppb70 {
    padding-bottom: 9.33vw !important
  }

  .u-sppl70 {
    padding-left: 9.33vw !important
  }

  .u-sppr70 {
    padding-right: 9.33vw !important
  }

  .u-sppt75 {
    padding-top: 10vw !important
  }

  .u-sppb75 {
    padding-bottom: 10vw !important
  }

  .u-sppl75 {
    padding-left: 10vw !important
  }

  .u-sppr75 {
    padding-right: 10vw !important
  }

  .u-sppt80 {
    padding-top: 10.67vw !important
  }

  .u-sppb80 {
    padding-bottom: 10.67vw !important
  }

  .u-sppl80 {
    padding-left: 10.67vw !important
  }

  .u-sppr80 {
    padding-right: 10.67vw !important
  }

  .u-sppt85 {
    padding-top: 11.33vw !important
  }

  .u-sppb85 {
    padding-bottom: 11.33vw !important
  }

  .u-sppl85 {
    padding-left: 11.33vw !important
  }

  .u-sppr85 {
    padding-right: 11.33vw !important
  }

  .u-sppt90 {
    padding-top: 12vw !important
  }

  .u-sppb90 {
    padding-bottom: 12vw !important
  }

  .u-sppl90 {
    padding-left: 12vw !important
  }

  .u-sppr90 {
    padding-right: 12vw !important
  }

  .u-sppt95 {
    padding-top: 12.67vw !important
  }

  .u-sppb95 {
    padding-bottom: 12.67vw !important
  }

  .u-sppl95 {
    padding-left: 12.67vw !important
  }

  .u-sppr95 {
    padding-right: 12.67vw !important
  }

  .u-sppt100 {
    padding-top: 13.33vw !important
  }

  .u-sppb100 {
    padding-bottom: 13.33vw !important
  }

  .u-sppl100 {
    padding-left: 13.33vw !important
  }

  .u-sppr100 {
    padding-right: 13.33vw !important
  }
}


/* 禁止処理 */
@media print {
  * {
    display: none;
    opacity: 0;
    background: #fff;
  }
  img {
    display: none;
    opacity: 0;
    background: #fff;
  }
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
