@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Noto+Serif+TC:wght@300;400;500;700;800;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body {
  font-size: 10px;
  font-family: "Inter", "Noto Sans TC";
}

/****************\
* IMG
\****************/
/**************\
* Nav
\**************/
.menu-bar {
  position: fixed;
  height: 76px;
  width: 100%;
  background-color: #fff;
  border-bottom: #d72a17 6px solid;
  z-index: 999;
}
.menu-bar .logo {
  position: absolute;
  top: 18px;
  left: 23px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .logo {
    left: calc(50% - 76px);
  }
}
.menu-bar .logo img {
  width: 152px;
  height: 45px;
}
.menu-bar .href-link {
  display: block;
  position: absolute;
  right: 5px;
  top: 37px;
}
@media only screen and (max-width: 736px) {
  .menu-bar .href-link {
    display: none;
  }
}
.menu-bar .href-link ul li {
  display: inline-block;
}
.menu-bar .href-link ul li:first-child {
  margin-right: -3px;
  border-right: #979797 1px solid;
}
.menu-bar .href-link ul li:nth-child(2) a {
  padding-left: 52px;
}
.menu-bar .href-link ul li a {
  position: relative;
  display: block;
  color: #888888;
  text-decoration: none;
  padding: 0px 30px 0px 36px;
}
.menu-bar .href-link ul li .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-size: 100%;
  left: 10px;
  top: 0px;
}
.menu-bar .href-link ul li .icon-location {
  left: 28px;
}
.menu-bar .href-link ul li .txt-href {
  display: block;
  font-size: 14px;
}
.menu-bar .href-link .icon-service {
  background-image: url(../images/default/icon-notice.png);
}
.menu-bar .href-link .icon-location {
  background-image: url(../images/default/icon-location.png);
}

/**************\
* Footer
\**************/
footer {
  width: 100%;
  background-color: #254a91;
}
footer div {
  letter-spacing: 0.1em;
  padding: 20px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 414px) {
  footer div span {
    display: block;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  margin-left: 21px;
}
footer a.under-line {
  text-decoration: underline;
}

.wrapper {
  overflow: hidden;
}

.notice-area {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 10px 5px 10px;
  background-color: #e6e6e6;
}
.notice-area .txt-red {
  color: #e8383a;
}
.notice-area .txt-bold {
  font-weight: bold;
}
.notice-area .txt-regular {
  font-weight: 500;
}
.notice-area .txt-normal {
  font-weight: normal;
}
.notice-area .txt-blue {
  color: #0b619f;
}
.notice-area .txt-brown {
  color: #754c24;
}
.notice-area .txt-center {
  text-align: center;
}
.notice-area .under-line {
  text-decoration: underline;
}
.notice-area .txt-sup {
  font-size: 12px;
  vertical-align: super;
}
.notice-area .txt-big {
  font-size: 18px;
}
.notice-area .txt-black {
  color: #000;
}
.notice-area .font-16 {
  font-size: 16px;
}
.notice-area .font-18 {
  font-size: 18px;
}
.notice-area .mg-top-10 {
  margin-top: 10px;
}
.notice-area .mg-top-15 {
  margin-top: 15px;
}
.notice-area .mg-top-30 {
  margin-top: 30px;
}
.notice-area .txt-right {
  text-align: right;
}
.notice-area .txt-underline {
  text-decoration: underline;
}
.notice-area .sub-txt-line {
  line-height: 1.5;
}
.notice-area .notice-container {
  font-family: "Inter", "Noto Sans TC";
  font-size: 16px;
  color: #4d4d4d;
  max-width: 980px;
  margin: 0 auto;
  padding: 0px 10px;
  font-weight: normal;
}
.notice-area .notice-container .sub-notice {
  position: relative;
  text-align: justify;
  padding-left: 18px;
}
.notice-area .notice-container .sub-notice .list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container .sub-notice .list-icon.muti-line {
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .notice-area .notice-container .sub-notice .list-icon.muti-line {
    top: 0px;
  }
}
.notice-area .notice-container ul {
  list-style: decimal;
  text-align: justify;
}
.notice-area .notice-container ul li {
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 5px;
}
.notice-area .notice-container ul li .sp-txt {
  color: #f35f67;
}
.notice-area .notice-container ul li.list-red {
  color: #e50012;
}
.notice-area .notice-container ul li a {
  color: #333333;
  text-decoration: none;
  word-break: break-all;
}
.notice-area .notice-container ul li a:hover {
  text-decoration: underline;
}
.notice-area .notice-container ul .sub-ul {
  list-style: disc;
  padding-top: 5px;
  padding-bottom: 0px;
}
.notice-area .notice-container .image-area {
  margin-top: 6px;
  margin-bottom: 6px;
}
.notice-area .notice-container .image-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .image-area .mobile {
    display: block;
  }
}
.notice-area .notice-container .image-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .image-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .notice-area .notice-container .image-area {
    max-width: 375px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.notice-area .notice-container .top-notice {
  line-height: 26px;
  margin-bottom: 10px;
  text-align: justify;
}
.notice-area .notice-container .other-notice {
  position: relative;
  line-height: 26px;
  font-size: 18px;
  text-align: justify;
  padding-left: 22px;
  margin-bottom: 5px;
}
.notice-area .notice-container .other-notice.last-notice {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.notice-area .notice-container .other-notice.no-margin {
  margin-left: 0;
}
.notice-area .notice-container .other-notice.font-16 {
  font-size: 16px;
}
.notice-area .notice-container .other-notice .list-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.notice-area .notice-container .other-notice .list-icon.muti-line {
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .notice-area .notice-container .other-notice .list-icon.muti-line {
    top: 0px;
  }
}
.notice-area .notice-container .other-notice-sub {
  margin-left: 0px;
  line-height: 26px;
  text-align: justify;
}
.notice-area .notice-container .notice-title {
  width: 130px;
  position: relative;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 30px auto;
  cursor: pointer;
}
.notice-area .notice-container .notice-title .icon-plus {
  position: absolute;
  top: 3px;
  right: 6px;
  width: 12px;
  height: 12px;
}
.notice-area .notice-container .notice-title .icon-plus .icon {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: relative;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.notice-area .notice-container .notice-title .icon-plus .icon.close::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.notice-area .notice-container .notice-title .icon-plus .icon::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #666666;
  position: absolute;
  bottom: 5px;
}
.notice-area .notice-container .notice-tag-title {
  padding-bottom: 10px;
}
.notice-area .notice-container .icon-arrow-down,
.notice-area .notice-container .icon-arrow-up {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 15px;
  height: 10px;
  background-image: url(../images/default/triangle.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.notice-area .notice-container .icon-arrow-up {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.notice-area .notice-container .other-notice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
.notice-area .notice-container .other-notice-block .title {
  min-width: 45px;
  max-width: 45px;
  width: 45px;
}

@-webkit-keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes iconRotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
@keyframes arrowBounceIcon {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
}
/**************\
* 變數
\**************/
/**************\
* 通用
\**************/
img {
  width: 100%;
}

.section {
  position: relative;
}
.section > .container {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 850px;
}

.section-title {
  font-size: 34px;
  line-height: 1.4;
  color: #016bf0;
  font-weight: 800;
  text-align: center;
  font-family: "Noto Serif TC", serif;
}
.section-title .txt-pink {
  color: #ff52a3;
}
@media only screen and (max-width: 500px) {
  .section-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 500px) {
  .section-title .mobile-break {
    display: block;
  }
}

.section-sub-title {
  font-size: 20px;
  font-family: "Noto Serif TC", serif;
  text-align: center;
  color: #000;
  line-height: 1.5;
  margin-top: 5px;
}
@media only screen and (max-width: 500px) {
  .section-sub-title {
    font-size: 18px;
  }
}
.section-sub-title .txt-pink {
  color: #ff52a3;
}
.section-sub-title .txt-bold {
  font-weight: bold;
}

.fixed-icon-area {
  position: fixed;
  bottom: 40px;
  right: 35px;
  width: 130px;
  z-index: 300;
}
.fixed-icon-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .mobile {
    display: block;
  }
}
.fixed-icon-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .fixed-icon-area .desktop {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .fixed-icon-area {
    width: 65px;
    bottom: 10px;
    right: 0px;
  }
}
.fixed-icon-area a {
  display: block;
  cursor: pointer;
  position: relative;
  margin-bottom: -3px;
}
.fixed-icon-area .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: iconRotate 10s linear infinite;
          animation: iconRotate 10s linear infinite;
}
.fixed-icon-area .icon-image {
  position: relative;
  z-index: 1;
}

/**************\
* Main
\**************/
.section-kv {
  margin-top: 81px;
  z-index: 100;
  overflow: hidden;
}
.section-kv .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-kv .mobile {
    display: block;
  }
}
.section-kv .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-kv .desktop {
    display: none;
  }
}
.section-kv .title {
  position: absolute;
  width: 1px;
  height: 2px;
  color: #fff;
  text-indent: -123456px;
}
.section-kv .kv-title,
.section-kv .kv-sub-title,
.section-kv .kv-three {
  position: absolute;
}
.section-kv .kv-title {
  width: 27.2222222222%;
  left: 17.9861111111%;
  top: 34.2105263158%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-title {
    width: 83.7333333333%;
    left: 9.3333333333%;
    top: 6.3366336634%;
  }
}
.section-kv .kv-sub-title {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  width: 26.9444444444%;
  left: 18.3333333333%;
  top: 55.6140350877%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-sub-title {
    width: 82.6666666667%;
    left: 10.6666666667%;
    top: 25.5445544554%;
  }
}
.section-kv .kv-three.three-1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  width: 24.8611111111%;
  left: 44.2361111111%;
  top: 20.1754385965%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-three.three-1 {
    width: 53.0666666667%;
    left: 0%;
    top: 50.099009901%;
  }
}
.section-kv .kv-three.three-2 {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  width: 24.8611111111%;
  left: 60%;
  top: 20.1754385965%;
}
@media only screen and (max-width: 500px) {
  .section-kv .kv-three.three-2 {
    width: 62.6666666667%;
    left: 37.3333333333%;
    top: 50.099009901%;
  }
}

/********************\
* 絕美升活提案 美元活存增量
\********************/
.section-three {
  background-color: #fff;
}
.section-three .bg-icon {
  position: absolute;
}
.section-three .bg-icon.icon-top {
  top: -4%;
  left: 0;
  max-width: 286px;
  width: 19.8611111111%;
}
@media only screen and (max-width: 600px) {
  .section-three .bg-icon.icon-top {
    top: 0;
  }
}
.section-three .bg-icon.icon-bottom {
  bottom: -1px;
  right: 0;
  max-width: 489px;
  width: 33.9583333333%;
}
.section-three .container {
  max-width: 830px;
}
.section-three .container .image-area {
  margin-top: 5px;
}
.section-three .container .image-area .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-three .container .image-area .mobile {
    display: block;
  }
}
.section-three .container .image-area .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-three .container .image-area .desktop {
    display: none;
  }
}
.section-three .container .tag-area-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-area-top {
    display: block;
    max-width: 200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-area-top .tag-block {
    margin-right: auto;
  }
}
.section-three .container .tag-area-top .tag-block.last-block {
  margin-right: 0;
}
.section-three .container .tag-area-bottom {
  margin-top: 30px;
}
@media only screen and (max-width: 500px) {
  .section-three .container .tag-area-bottom {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .section-three .container .tag-area-bottom .tag-block {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .section-three .container .tag-area-bottom .tag-block .tag-dsc {
    text-align: left;
  }
}
.section-three .container .tag-area {
  font-size: 18px;
  color: #1a1a1a;
  margin-top: 15px;
}
@media only screen and (max-width: 500px) {
  .section-three .container .tag-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-area .tag-block {
    margin-bottom: 25px;
  }
}
.section-three .container .tag-area .image-tag {
  display: block;
  max-width: 132px;
  min-height: 37px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  min-width: 132px;
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-area .image-tag {
    margin: 0 auto 10px;
  }
}
.section-three .container .tag-area .image-tag .txt {
  font-size: 18px;
  color: #fff;
  margin-top: -2px;
}
.section-three .container .tag-area .image-tag .tag-icon {
  margin-right: 10px;
}
.section-three .container .tag-area .image-tag.tag-1 {
  background-color: #1f68e8;
}
.section-three .container .tag-area .image-tag.tag-1 .tag-icon {
  width: 19px;
}
.section-three .container .tag-area .image-tag.tag-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6c61d1), to(#935dc3));
  background-image: linear-gradient(to right, #6c61d1, #935dc3);
}
.section-three .container .tag-area .image-tag.tag-2 .tag-icon {
  width: 18px;
}
.section-three .container .tag-area .image-tag.tag-3 {
  background-color: #ff52a3;
}
.section-three .container .tag-area .image-tag.tag-3 .tag-icon {
  width: 14px;
}
.section-three .container .tag-area .image-tag.tag-4 {
  background-color: #1f68e8;
}
.section-three .container .tag-area .image-tag.tag-4 .tag-icon {
  width: 16px;
}
.section-three .container .tag-area .tag-dsc {
  line-height: 1.67;
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-area .tag-dsc {
    text-align: center;
    font-size: 16px;
  }
}
.section-three .container .tag-area .tag-dsc .txt-purple {
  color: #8349ca;
}
.section-three .container .tag-area .tag-dsc .txt-sup {
  vertical-align: super;
  font-size: 12px;
}
.section-three .container .tag-area .tag-dsc .txt-bold {
  font-weight: bold;
}
.section-three .container .tag-notice-area {
  background-color: #fff8ff;
  font-size: 16px;
  color: #4d4d4d;
  line-height: 1.6;
  margin-top: 20px;
  padding: 20px 25px;
}
@media only screen and (max-width: 600px) {
  .section-three .container .tag-notice-area {
    font-size: 15px;
    padding: 20px 15px;
  }
}
.section-three .container .tag-notice-area .tag-notice-title {
  margin-bottom: 5px;
}
.section-three .container .tag-notice-area .tag-notice-list {
  list-style: disc;
  padding-left: 20px;
}
.section-three .container .tag-notice-area .tag-notice-list li {
  text-align: justify;
  margin-bottom: 5px;
}

/********************\
* 專案條件
\********************/
.section-project {
  background-image: url(../images/group_274.jpg);
  background-size: cover;
}
@media only screen and (max-width: 500px) {
  .section-project {
    background-image: url(../images/mobile/bg_m_2.jpg);
  }
}
.section-project .container {
  max-width: 900px;
}
@media only screen and (max-width: 500px) {
  .section-project .container {
    padding: 50px 0px;
  }
}
.section-project .container .image-table {
  max-width: 800px;
  margin: 15px auto 0 auto;
}
.section-project .container .image-table .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table .mobile {
    display: block;
  }
}
.section-project .container .image-table .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-project .container .image-table {
    max-width: 500px;
    margin-top: 5px;
  }
}
.section-project .container .section-project-ul {
  list-style: decimal;
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.8;
  margin-left: 20px;
  text-align: justify;
  margin-top: 15px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .section-project-ul {
    margin-top: 8px;
    padding: 0 20px;
  }
}
.section-project .container .section-project-ul .txt-purple {
  color: #814ac9;
}
.section-project .container .section-project-ul .txt-black {
  color: #4d4d4d;
}
.section-project .container .section-project-ul .txt-underline {
  text-decoration: underline;
}
.section-project .container .section-project-ul .txt-big {
  font-size: 16px;
}
@media only screen and (max-width: 500px) {
  .section-project .container .section-project-ul .txt-big {
    font-size: 15px;
  }
}

/********************\
* 專案特色
\********************/
.section-sp {
  background-color: #fff;
}
.section-sp .container {
  max-width: 870px;
}
@media only screen and (max-width: 500px) {
  .section-sp .container {
    padding-top: 30px;
  }
}
.section-sp .container .block-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area {
    display: block;
    max-width: 230px;
    margin: 25px auto 0;
  }
}
.section-sp .container .block-area .block {
  width: 31.0344827586%;
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section-sp .container .block-area .block .block-title {
  max-width: 157px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-title {
    max-width: 142px;
  }
}
.section-sp .container .block-area .block .block-context-area {
  position: relative;
  min-height: 270px;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-context-area {
    min-height: 245px;
    padding-top: 20px;
  }
}
.section-sp .container .block-area .block .block-context-area .txt-pink {
  color: #ff52a4;
}
.section-sp .container .block-area .block .block-context-area .top-txt {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  width: 82.962962963%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-context-area .top-txt {
    width: 100%;
  }
}
.section-sp .container .block-area .block .block-context-area .bottom-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  width: 82.962962963%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-context-area .bottom-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-context-area.last-block-context {
    padding-top: 0;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 700px) {
  .section-sp .container .block-area .block .block-context-area.last-block-context .top-txt {
    top: 10px;
  }
}
.section-sp .container .image-block {
  max-width: 860px;
  margin: 25px auto 0 auto;
}
.section-sp .container .image-block .mobile {
  display: none;
}
@media only screen and (max-width: 500px) {
  .section-sp .container .image-block .mobile {
    display: block;
  }
}
.section-sp .container .image-block .desktop {
  display: block;
}
@media only screen and (max-width: 500px) {
  .section-sp .container .image-block .desktop {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .section-sp .container .image-block {
    max-width: 330px;
  }
}