@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&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%;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

img {
  display: block;
  border: none;
}

a {
  text-decoration: none;
}

/*# sourceMappingURL=reset.css.map */
* {
  letter-spacing: 1px;
  line-height: 32pt;
  color: #0f0e0e;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  position: relative;
  overflow-x: hidden;
}

header {
  background-color: #f0ede8;
}
header .header_content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  padding-top: 30px;
}

.main_sec {
  background-color: #f0ede8;
  position: relative;
  z-index: -1;
}
.main_sec .container {
  max-width: 1170px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 140px;
}
.main_sec .container figure {
  width: 100%;
}
.main_sec .container figure img {
  width: 100%;
}
.main_sec .container .m {
  display: none;
}

.second_sec {
  position: relative;
}
.second_sec::before {
  content: "";
  position: absolute;
  background-image: url(../images/title_bg.png);
  background-size: cover;
  width: 100%;
  padding-bottom: 30%;
  background-repeat: no-repeat;
  top: -12vw;
}
.second_sec::after {
  content: "";
  position: absolute;
  background-image: url(../images/little_spot.png);
  width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 8%;
  top: -3.1vw;
  left: 50%;
  transform: translateX(-50%);
}

.second_sec .container {
  position: relative;
  z-index: 1;
  margin: auto;
  padding-top: 7vw;
}
.second_sec .container .pic_title {
  max-width: 630px;
  width: 100%;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .second_sec .container .pic_title {
    width: 35vw;
    margin: 0 auto 25px;
  }
}
@media screen and (max-width: 1300px) {
  .second_sec .container .pic_title {
    width: 37vw;
  }
}
@media screen and (max-width: 980px) {
  .second_sec .container .pic_title {
    max-width: 370px;
    width: 85vw;
    margin: 0 auto 15px;
  }
}
.second_sec .container .pic_title img {
  width: 100%;
}
.second_sec .container .pic_subtitle {
  position: relative;
  max-width: 160px;
  width: 100%;
  margin: auto;
  z-index: 3;
  margin: auto;
}
@media screen and (max-width: 1600px) {
  .second_sec .container .pic_subtitle {
    max-width: 130px;
  }
}
@media screen and (max-width: 980px) {
  .second_sec .container .pic_subtitle {
    max-width: 90px;
  }
}
.second_sec .container .pic_subtitle::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2.3px;
  transform: rotate(45deg);
  background-color: #0f0e0e;
  left: -40px;
  top: 36%;
}
@media screen and (max-width: 980px) {
  .second_sec .container .pic_subtitle::before {
    width: 20px;
    left: -25px;
  }
}
.second_sec .container .pic_subtitle::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2.3px;
  transform: rotate(-45deg);
  background-color: #0f0e0e;
  right: -40px;
  top: 36%;
}
@media screen and (max-width: 980px) {
  .second_sec .container .pic_subtitle::after {
    width: 20px;
    right: -25px;
  }
}

.subtitle {
  font-size: 22px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.8;
}

.sidebar {
  position: fixed;
  right: 0px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-direction: column;
  bottom: 3vh;
  right: -200px;
  transition: all 0.5s linear;
  opacity: 0;
  z-index: 2;
}
.sidebar.showUp {
  right: 15px;
  opacity: 1;
}
.sidebar .side_icon {
  transition: all 0.19s linear;
}
.sidebar .side_icon:hover {
  transform: scale(1.07);
}
.sidebar .top {
  padding-top: 20px;
  transition: all 0.19s linear;
}
.sidebar .top:hover {
  transform: scale(1.07);
}

.header_logo {
  display: inline-block;
  max-width: 190px;
  width: 100%;
}
.header_logo img {
  width: 100%;
}

.header_nav {
  max-width: 600px;
  width: 100%;
  background-color: #fff;
  padding: 10px 60px;
  border-radius: 50px;
  box-shadow: 5px 6px 0px 2px rgba(0, 0, 0, 0.2);
}
.header_nav .menu_list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.header_nav .menu_list .menu_item a {
  width: 100%;
}
.header_nav .menu_list .menu_item a:hover p {
  color: #0c6af8;
}
.header_nav .menu_list .menu_item a:hover p:before {
  opacity: 1;
  transform: rotate(-13deg);
}
.header_nav .menu_list .menu_item a p {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  transition: all 0.2s ease-in-out;
  font-family: "Noto Sans TC", sans-serif;
  width: 92px;
  text-align: center;
}
.header_nav .menu_list .menu_item a p::before {
  content: "";
  position: absolute;
  background-image: url(../images/nav_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 45px;
  transform: rotate(-13deg);
  left: calc(-100% + 40px);
  top: calc(-100% + 25px);
  opacity: 0;
  transition: all 0.2s linear;
}
.header_nav .menu_list .menu_item a .p1::before {
  left: calc(-100% + 60px);
}
.header_nav .menu_list .menu_item a .p2::before {
  background-image: url(../images/nav_icon2.svg);
}
.header_nav .menu_list .menu_item a .p3::before {
  background-image: url(../images/nav_icon3.svg);
}
.header_nav .menu_list .menu_item a .p4::before {
  background-image: url(../images/nav_icon4.svg);
}

.pic_text_container {
  position: relative;
  z-index: 2;
  padding-bottom: 130px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -ms-flex-pack: flex-start;
  align-items: flex-start;
  -ms-flex-align: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
.pic_text_container .prize_title_m, .pic_text_container .move_p {
  display: none;
}
.pic_text_container .pic_container {
  max-width: 580px;
  width: 100%;
  position: relative;
}
.pic_text_container .pic_container .pic .pic_content {
  position: relative;
}
.pic_text_container .pic_container .pic .pic_content::after {
  content: "";
  position: absolute;
  width: 150px;
  background-color: #0c6af8;
  height: 3px;
  z-index: 4;
  bottom: -1px;
  left: 85px;
}
.pic_text_container .pic_container .pic .pic_content::before {
  content: "";
  position: absolute;
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 146px;
  height: 8px;
  z-index: 5;
  bottom: -3px;
  left: 87px;
}
.pic_text_container .pic_container .pic .pic_content figure {
  border-radius: 60px;
  border: 2px solid white;
  background-size: cover;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: 30%;
  position: relative;
}
.pic_text_container .pic_container .pic > p {
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 6px;
  letter-spacing: 1.7px;
}
.pic_text_container .pic_container .pic2 {
  position: relative;
  top: -5px;
  padding-left: 300px;
  max-width: 310px;
}
.pic_text_container .pic_container .pic2 .content2 {
  box-shadow: -5px 2px 0px #0c6af8;
  border-radius: 60px;
}
.pic_text_container .pic_container .pic2 .content2::after {
  width: 135px;
  height: 3px;
  bottom: -1px;
  left: 73px;
}
.pic_text_container .pic_container .pic2 .content2::before {
  background-size: cover;
  width: 125px;
  height: 7px;
  bottom: -2px;
  left: 78px;
}
.pic_text_container .pic_container .pic2 .content2 figure {
  padding-bottom: 84%;
  transform: scale(-1, 1);
}
.pic_text_container .pic_container .pic2 p {
  padding-left: 0px;
  text-align: center;
}
.pic_text_container .pic_container .pic3, .pic_text_container .pic_container .pic4 {
  z-index: -1;
  position: absolute;
  left: 170px;
  top: 595px;
  max-width: 175px;
  width: 100%;
}
.pic_text_container .pic_container .pic3 .content3::after, .pic_text_container .pic_container .pic4 .content3::after {
  width: 100px;
  bottom: -1px;
  left: 50px;
}
.pic_text_container .pic_container .pic3 .content3::before, .pic_text_container .pic_container .pic4 .content3::before {
  background-size: cover;
  width: 105px;
  height: 8px;
  z-index: 5;
  bottom: -2px;
  left: 35px;
}
.pic_text_container .pic_container .pic3 .content3 figure, .pic_text_container .pic_container .pic4 .content3 figure {
  padding-bottom: 90%;
  background-size: 180%;
  background-position: 70% 55%;
}
.pic_text_container .pic_container .pic3 p, .pic_text_container .pic_container .pic4 p {
  padding-left: 0;
  text-align: center;
}
.pic_text_container .pic_container .pic4 {
  position: absolute;
  top: 470px;
  left: 0;
}
.pic_text_container .pic_container .pic4 .content3 figure {
  background-position: 46% 55%;
}
.pic_text_container .text_container {
  max-width: 540px;
  width: 100%;
}
.pic_text_container .text_container .prize_title {
  max-width: 145px;
  width: 100%;
  margin: 0 auto 40px;
}
.pic_text_container .text_container .prize_title img {
  width: 100%;
}
.pic_text_container .text_container .repeat {
  color: white;
  font-size: 18px;
  letter-spacing: 2.2px;
  position: relative;
  line-height: 2.2;
}
.pic_text_container .text_container .repeat span {
  color: white;
  text-decoration: underline;
}
.pic_text_container .text_container ul {
  margin-top: 30px;
  margin-bottom: 45px;
}
.pic_text_container .text_container ul li span {
  letter-spacing: 2.1px;
  color: white;
  font-size: 18px;
  font-weight: 400;
}
.pic_text_container .text_container ul li span:first-child {
  font-weight: 500;
  min-width: 85px;
  font-size: 22px;
  letter-spacing: 1.5px;
}
.pic_text_container .text_container .discount p {
  color: white;
  font-size: 18px;
  letter-spacing: 2.2px;
}
.pic_text_container .text_container .discount p span {
  color: white;
}
.pic_text_container .text_container .discount p span:first-child {
  font-size: 22px;
}

@media screen and (max-width: 1600px) {
  header .header_content {
    max-width: 1030px;
    padding-top: 33px;
  }
  header .header_content .header_logo {
    max-width: 184px;
    margin-left: 10px;
  }
  header .header_content .header_nav {
    margin-right: 10px;
  }
  header .header_content .header_nav .menu_list .menu_item a p {
    font-size: 21px;
  }
  header .header_content .header_nav .menu_list .menu_item a p:before {
    width: 45px;
    height: 40px;
    left: calc(-100% + 43px);
  }
  header .header_content .header_nav .menu_list .menu_item a .p1::before {
    left: calc(-100% + 65px);
  }
  .main_sec {
    padding: 0 10px;
  }
  .main_sec .container {
    max-width: 1000px;
    padding-top: 45px;
  }
  .second_sec {
    transform: translateY(-35px);
  }
  .second_sec::before {
    padding-bottom: 36%;
    background-position: center;
  }
  .sidebar {
    right: -200px;
  }
  .sidebar.showUp {
    right: 10px;
    bottom: 30px;
  }
  .sidebar .side_icon {
    max-width: 55px;
  }
  .sidebar .side_icon img {
    width: 100%;
  }
  .sidebar .top {
    max-width: 55px;
  }
  .sidebar .top img {
    width: 100%;
  }
  .pic_text_container {
    padding-bottom: 110px;
  }
  .pic_text_container .pic_container {
    max-width: 500px;
  }
  .pic_text_container .pic_container .pic > p {
    font-size: 20px;
  }
  .pic_text_container .pic_container .pic2 {
    padding-left: 275px;
    top: -10px;
  }
  .pic_text_container .pic_container .pic2 .content2::before, .pic_text_container .pic_container .pic2 .content2:after {
    width: 95px;
    left: 60px;
  }
}
@media screen and (max-width: 1600px) and (max-width: 1100px) {
  .pic_text_container .pic_container .pic2 .content2::before, .pic_text_container .pic_container .pic2 .content2:after {
    width: 85px;
  }
}
@media screen and (max-width: 1600px) {
  .pic_text_container .pic_container .pic3, .pic_text_container .pic_container .pic4 {
    max-width: 160px;
    top: 495px;
    left: 150px;
  }
  .pic_text_container .pic_container .pic3 .content3::before, .pic_text_container .pic_container .pic4 .content3::before {
    width: 90px;
  }
}
@media screen and (max-width: 1600px) {
  .pic_text_container .pic_container .pic4 {
    top: 400px;
    left: 0;
  }
}
@media screen and (max-width: 1600px) {
  .pic_text_container .text_container {
    max-width: 560px;
    margin-left: 15px;
  }
  .pic_text_container .text_container .prize_title {
    margin-bottom: 20px;
  }
  .pic_text_container .text_container p {
    font-size: 21px;
  }
  .pic_text_container .text_container p::after {
    height: 8px;
  }
  .pic_text_container .text_container ul {
    margin: 20px auto;
  }
  .pic_text_container .text_container ul li span {
    font-size: 21px;
  }
  .pic_text_container .text_container ul li span:first-child {
    font-size: 21px;
  }
  .pic_text_container .text_container ul li span:nth-child(2) {
    font-size: 17px;
  }
  .pic_text_container .text_container .discount p {
    line-height: 1.8;
    font-size: 17px;
  }
  .pic_text_container .text_container .discount p span {
    line-height: 1.2;
  }
  .pic_text_container .text_container .discount p span:first-child {
    font-size: 21px;
  }
}
@media screen and (max-width: 980px) {
  body.noscroll {
    overflow: hidden;
  }
  .menu_icon {
    position: fixed;
    right: 20px;
    top: 25px;
    width: 60px;
    height: 60px;
    background-color: #0c6af8;
    border-radius: 50%;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    z-index: 4;
  }
  .menu_icon.open span {
    transition: all ease-in-out 0.3s;
    transform: rotate(-135deg);
  }
  .menu_icon.open span::after {
    transform: rotate(-90deg);
    bottom: 50%;
  }
  .menu_icon.open span::before {
    display: none;
  }
  .menu_icon span {
    width: 30px;
    height: 0.2vw;
    background-color: #fff;
    position: absolute;
  }
  .menu_icon span::before {
    content: "";
    position: absolute;
    top: 10px;
    width: 30px;
    height: 0.2vw;
    background-color: #fff;
  }
  .menu_icon span::after {
    content: "";
    position: absolute;
    bottom: 10px;
    width: 30px;
    height: 0.2vw;
    background-color: #fff;
  }
  header .header_content {
    padding-bottom: 33px;
  }
  header .header_content .header_logo {
    margin-left: 30px;
  }
  header .header_content .header_nav {
    padding: 0;
    background-color: #fff;
    max-width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    border-radius: 0;
    z-index: 3;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: nowrap;
    flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    opacity: 0;
    top: -100vh;
    transition: all 0.3s linear;
  }
  header .header_content .header_nav.show {
    opacity: 1;
    top: 0;
  }
  header .header_content .header_nav .menu_list {
    flex-direction: column;
    justify-content: space-around;
  }
  header .header_content .header_nav .menu_list .menu_item {
    margin-bottom: 10vh;
  }
  header .header_content .header_nav .menu_list .menu_item a p {
    font-size: 26px;
    width: 110px;
  }
  .main_sec {
    padding: 0;
    background-color: white;
  }
  .main_sec .container {
    width: 100%;
    padding: 0;
  }
  .main_sec .container .pc {
    display: none;
  }
  .main_sec .container .m {
    display: block;
  }
  .second_sec {
    transform: none;
  }
  .second_sec .container {
    padding-top: 20px;
  }
  .second_sec::before, .second_sec:after {
    display: none;
  }
  .pic_text_container {
    flex-direction: column;
    align-items: center;
    transform: none;
    padding: 0;
    padding-bottom: 45px;
  }
  .pic_text_container .text_container {
    padding: 0;
    margin: 0;
  }
  .pic_text_container .text_container > .pc {
    display: none;
  }
  .pic_text_container .text_container ul {
    margin: 10px 0 20px;
  }
  .pic_text_container .text_container ul li {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .pic_text_container .text_container ul li span {
    line-height: 1.2;
  }
  .pic_text_container .text_container ul li span:first-child {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .pic_text_container .text_container ul li span:nth-child(2) {
    font-size: 18px;
    word-break: break-all;
  }
  .pic_text_container .prize_title_m {
    display: block;
    max-width: 145px;
    width: 100%;
    margin-bottom: 20px;
  }
  .pic_text_container .prize_title_m img {
    width: 100%;
  }
  .pic_text_container .move_p {
    display: block;
    color: white;
    font-size: 20px;
    letter-spacing: 2.2px;
    position: relative;
    line-height: 1.5;
  }
  .pic_text_container .move_p span {
    color: white;
    text-decoration: underline;
  }
  .pic_text_container .pic_container {
    padding: 15px 0 5px;
  }
  .pic_text_container .pic_container .pic {
    padding: 0;
  }
  .pic_text_container .pic_container .pic .pic_content figure {
    padding-bottom: 60%;
  }
  .pic_text_container .pic_container .pic > p {
    margin: 5px auto 10px;
    padding-left: 0;
    text-align: center;
    font-size: 22px;
  }
  .pic_text_container .pic_container .pic2, .pic_text_container .pic_container .pic3, .pic_text_container .pic_container .pic4 {
    transform: none;
    position: static;
    padding: 0;
    max-width: 100%;
    left: 0;
  }
  .pic_text_container .pic_container .pic2 .content2, .pic_text_container .pic_container .pic3 .content2, .pic_text_container .pic_container .pic4 .content2 {
    max-width: 100%;
  }
  .pic_text_container .pic_container .pic2 .content2:before, .pic_text_container .pic_container .pic3 .content2:before, .pic_text_container .pic_container .pic4 .content2:before {
    width: 130px;
  }
  .pic_text_container .pic_container .pic2 .content3 figure, .pic_text_container .pic_container .pic2 .content4 figure, .pic_text_container .pic_container .pic3 .content3 figure, .pic_text_container .pic_container .pic3 .content4 figure, .pic_text_container .pic_container .pic4 .content3 figure, .pic_text_container .pic_container .pic4 .content4 figure {
    padding-bottom: 90%;
  }
  .pic_text_container .pic_container .pic2 .content3::before, .pic_text_container .pic_container .pic2 .content4::before, .pic_text_container .pic_container .pic3 .content3::before, .pic_text_container .pic_container .pic3 .content4::before, .pic_text_container .pic_container .pic4 .content3::before, .pic_text_container .pic_container .pic4 .content4::before {
    max-width: 122px;
    width: 25vw;
  }
  .pic_text_container .pic_container .two {
    display: flex;
    justify-content: space-between;
  }
  .pic_text_container .pic_container .two > div {
    width: calc(50% - 7px);
  }
  .pic_text_container .pic_container .two .pic4 {
    order: -1;
  }
}
.noscroll {
  overflow: hidden;
  height: 100vh;
}

.lightbox {
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  overflow: auto;
  z-index: 998;
  pointer-events: auto;
}
.lightbox-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lightbox-cover {
  background-color: #f0ede8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.lightbox-container {
  width: 50%;
  position: relative;
  z-index: 999;
}
.lightbox .close-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  z-index: 97;
  background-color: black;
  border-radius: 50%;
}
.lightbox .close-icon::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  left: 20%;
  top: calc(50% - 1.5px);
  background-color: white;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.lightbox .close-icon::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  left: 20%;
  top: calc(50% - 1.5px);
  background-color: white;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
}
.lightbox .close-icon:hover {
  cursor: pointer;
}
.lightbox .close-icon:hover::before {
  -webkit-animation: hover-close-1 0.3s ease;
          animation: hover-close-1 0.3s ease;
}
.lightbox .close-icon:hover::after {
  -webkit-animation: hover-close-2 0.3s ease;
          animation: hover-close-2 0.3s ease;
}
.lightbox.open {
  display: block;
}

picture {
  display: block;
  width: 100%;
}
picture img {
  display: block;
  width: 100%;
}

@-webkit-keyframes hover-close-1 {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

@keyframes hover-close-1 {
  0% {
    -webkit-transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@-webkit-keyframes hover-close-2 {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@keyframes hover-close-2 {
  0% {
    -webkit-transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-45deg);
  }
}
@media screen and (max-width: 980px) {
  .lightbox-wrap {
    align-items: flex-start;
  }
  .lightbox-container {
    width: 90%;
    margin-top: 5rem;
  }
}
footer {
  text-align: center;
  color: black;
  box-sizing: border-box;
}
footer p {
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  footer p {
    line-height: 1.1;
    font-size: 14px;
  }
}
footer p:first-child {
  font-size: 14px;
  line-height: 2.5;
  background-color: black;
  padding: 0;
  box-sizing: border-box;
  color: white;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 980px) {
  footer p:first-child {
    line-height: 2.2;
  }
}
footer .pc-hide {
  display: none;
}
@media screen and (max-width: 980px) {
  footer .pc-hide {
    display: block;
  }
}/*# sourceMappingURL=layout.css.map */