@charset "UTF-8";
/* Base Style
===============================*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1535px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1326px) {
  html {
    font-size: 44%;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 62.5%;
  }
}

body {
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

/* Visible Style
===============================*/
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .sp {
    display: block;
  }
}

.sp-600 {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp-600 {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .pc-600 {
    display: none;
  }
}

/* Common Style
===============================*/
img {
  width: 100%;
  height: auto;
}

.abs {
  position: absolute;
}

.abs-def {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.rel {
  position: relative;
}

.mt-1 {
  margin-top: -1px;
}

.zeroA {
  margin: 0 auto;
}

.opacity {
  opacity: 0;
}

.hover-opacity {
  transition: 0.2s;
}
.hover-opacity:hover {
  opacity: 0.6;
}

/*== SAMPLE FONT STYLE

.zen-kaku-gothic-new-bold {
font-family: "Zen Kaku Gothic New", serif;
font-weight: 700;
font-style: normal;
}

==*/
body {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: palt;
}

/* ご自愛セクション（COLUMN）
=============================*/
.font-01 {
  font-size: 2.1rem;
  line-height: 1.97;
  letter-spacing: 0em;
  text-align: justify;
}
@media screen and (max-width: 1535px) {
  .font-01 {
    font-size: 16px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1110px) {
  .font-01 {
    font-size: 11px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 800px) {
  .font-01 {
    font-size: 3.46vw;
    line-height: 1.7;
  }
}

.movie-p {
  font-size: 2.2rem;
  font-weight: 700;
  color: #9d0000;
  line-height: 1.97;
  letter-spacing: -0.05em;
  text-align: center;
  margin-top: 1px;
}
@media screen and (max-width: 1535px) {
  .movie-p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1110px) {
  .movie-p {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .movie-p {
    font-size: 4vw;
  }
}

@media screen and (max-width: 800px) {
  .morning-p {
    letter-spacing: -0.03em;
  }
}

.am-p {
  letter-spacing: -0.03em;
}

.lunch-p {
  letter-spacing: -0.02em;
}
@media screen and (max-width: 800px) {
  .lunch-p {
    letter-spacing: -0.06em;
  }
}

.night-p {
  letter-spacing: -0.04em;
}

.sleep-p {
  letter-spacing: -0.06em;
}
@media screen and (max-width: 1535px) {
  .sleep-p {
    letter-spacing: -0.08em;
  }
}

.mv-bg {
  width: 1100px;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .mv-bg {
    width: 692px;
  }
}
@media screen and (max-width: 1110px) {
  .mv-bg {
    width: 65%;
    top: 40%;
  }
}

.mv-title {
  width: 1170px;
  top: 3.4%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .mv-title {
    width: 893px;
  }
}
@media screen and (max-width: 1110px) {
  .mv-title {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .mv-title {
    width: 100%;
    top: 0;
    left: 50%;
  }
}

.mv-logo {
  width: 660px;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .mv-logo {
    width: 494px;
  }
}
@media screen and (max-width: 600px) {
  .mv-logo {
    width: 86.6%;
    top: 30%;
  }
}

.mv-shirokuma {
  width: 104px;
  top: 22%;
  left: 33.5%;
}
@media screen and (max-width: 1440px) {
  .mv-shirokuma {
    width: 79px;
  }
}
@media screen and (max-width: 600px) {
  .mv-shirokuma {
    width: 13.8%;
    top: 21.5%;
    left: 23%;
  }
}

.mv-jaga {
  width: 78px;
  top: 29%;
  left: 18%;
}
@media screen and (max-width: 1440px) {
  .mv-jaga {
    width: 57px;
  }
}
@media screen and (max-width: 600px) {
  .mv-jaga {
    width: 8.74%;
    top: 31%;
    left: 4.5%;
  }
}

.mv-ushi {
  width: 94px;
  top: 35%;
  left: 28.8%;
}
@media screen and (max-width: 1440px) {
  .mv-ushi {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .mv-ushi {
    width: 11.9%;
    top: 20.5%;
    left: 51%;
  }
}

.mv-ika {
  width: 100px;
  top: 47.5%;
  left: 24.5%;
}
@media screen and (max-width: 1440px) {
  .mv-ika {
    width: 76px;
  }
}
@media screen and (max-width: 600px) {
  .mv-ika {
    width: 11.9%;
    top: 53%;
    left: 5%;
  }
}

.mv-usagi {
  width: 72px;
  top: 57%;
  left: 31.2%;
}
@media screen and (max-width: 1440px) {
  .mv-usagi {
    width: 55px;
  }
}
@media screen and (max-width: 600px) {
  .mv-usagi {
    width: 11.2%;
    top: 81%;
    left: 41%;
  }
}

.mv-soft {
  width: 72px;
  top: 59.4%;
  left: 20.5%;
}
@media screen and (max-width: 1440px) {
  .mv-soft {
    width: 68px;
  }
}
@media screen and (max-width: 600px) {
  .mv-soft {
    width: 9.8%;
    top: 61%;
    left: 12.5%;
  }
}

.mv-onsen {
  width: 164px;
  top: 69.9%;
  left: 28.5%;
}
@media screen and (max-width: 1440px) {
  .mv-onsen {
    width: 162px;
  }
}
@media screen and (max-width: 600px) {
  .mv-onsen {
    width: 23.3%;
    top: 75%;
    left: 12%;
  }
}

.mv-gomafu {
  width: 158px;
  top: 31%;
  left: 64.5%;
}
@media screen and (max-width: 1440px) {
  .mv-gomafu {
    width: 121px;
  }
}
@media screen and (max-width: 600px) {
  .mv-gomafu {
    width: 17.9%;
    top: 23%;
    left: 76%;
  }
}

.mv-risu {
  width: 98px;
  top: 34.5%;
  left: 76.2%;
}
@media screen and (max-width: 1440px) {
  .mv-risu {
    width: 75px;
  }
}
@media screen and (max-width: 600px) {
  .mv-risu {
    width: 11.68%;
    top: 34.5%;
    left: 87%;
  }
}

.mv-cone {
  width: 88px;
  top: 38%;
  left: 58.3%;
}
@media screen and (max-width: 1440px) {
  .mv-cone {
    width: 64px;
  }
}
@media screen and (max-width: 600px) {
  .mv-cone {
    width: 10.6%;
    top: 50%;
    left: 88%;
  }
}

.mv-kani {
  width: 181px;
  top: 47.6%;
  left: 69.3%;
}
@media screen and (max-width: 1440px) {
  .mv-kani {
    width: 138px;
  }
}
@media screen and (max-width: 600px) {
  .mv-kani {
    width: 21.68%;
    top: 58%;
    left: 75%;
  }
}

.mv-kitsune {
  width: 68px;
  top: 59%;
  left: 61.7%;
}
@media screen and (max-width: 1440px) {
  .mv-kitsune {
    width: 51px;
  }
}
@media screen and (max-width: 600px) {
  .mv-kitsune {
    width: 8.16%;
    top: 37.5%;
    left: 71%;
  }
}

.mv-ramen {
  width: 88px;
  top: 68%;
  left: 66%;
}
@media screen and (max-width: 1440px) {
  .mv-ramen {
    width: 68px;
  }
}
@media screen and (max-width: 600px) {
  .mv-ramen {
    width: 10.6%;
    top: 71.5%;
    left: 73.5%;
  }
}

.mv-pieceMelon {
  width: 91px;
  top: 71.5%;
  left: 71%;
}
@media screen and (max-width: 1440px) {
  .mv-pieceMelon {
    width: 70px;
  }
}
@media screen and (max-width: 600px) {
  .mv-pieceMelon {
    width: 10.98%;
    top: 74.5%;
    left: 82%;
  }
}

.mv-melon {
  width: 100px;
  top: 72.9%;
  left: 59.8%;
}
@media screen and (max-width: 1440px) {
  .mv-melon {
    width: 76px;
  }
}
@media screen and (max-width: 600px) {
  .mv-melon {
    width: 11.94%;
    top: 77.9%;
    left: 61.8%;
  }
}

@keyframes pon {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.pon {
  opacity: 0;
}

.pon-active {
  animation: pon 0.5s ease-in-out forwards;
}

@keyframes scale {
  0% {
    transform: scale(0.95);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale {
  opacity: 0;
}

.scale-active {
  animation: scale 1.5s ease-out forwards 1s;
}

@keyframes trans-y {
  0% {
    transform: translateY(3%);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.trans-y {
  opacity: 0;
}

.trans-y-active {
  animation: trans-y 1.5s ease-out forwards 1s;
}

@keyframes slide-in-01 {
  0% {
    transform: translateX(-125%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slide-in-02 {
  0% {
    transform: translateX(125%);
    opacity: 1;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
.slide-in-wrap {
  overflow: hidden;
  opacity: 0;
}

.slide-in-wrap-active {
  animation: slide-in-01 1.2s ease-out forwards;
}

.slide-in-active {
  animation: slide-in-02 1.2s ease-out forwards;
}

/* Media Query
===============================*/
/* Margin Calc Set
===============================*/
/* Delay Set
===============================*/
.delay-005 {
  transition-delay: 0.05s;
  animation-delay: 0.05s;
}

.delay-01 {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay-015 {
  transition-delay: 0.15s;
  animation-delay: 0.15s;
}

.delay-02 {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay-025 {
  transition-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-03 {
  transition-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay-035 {
  transition-delay: 0.35s;
  animation-delay: 0.35s;
}

.delay-04 {
  transition-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay-045 {
  transition-delay: 0.45s;
  animation-delay: 0.45s;
}

.delay-05 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-055 {
  transition-delay: 0.55s;
  animation-delay: 0.55s;
}

.delay-06 {
  transition-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
  animation-delay: 0.8s;
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

/* メインビジュアルセクション
===============================*/
/* メイン背景
===============================*/
.main-bg {
  width: 100%;
  background-image: url(images/main_bg.jpg);
  background-color: #fff125;
  background-size: 1920px;
  background-position: center -1%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .main-bg {
    background-size: 1440px;
  }
}
@media screen and (max-width: 1110px) {
  .main-bg {
    background-size: 100%;
  }
}
@media screen and (max-width: 800px) {
  .main-bg {
    background-image: url(images/sp_bg.png);
    background-size: 100%;
  }
}

/* ビジュアル セクション
===============================*/
.sec-mv {
  overflow-x: clip;
}

.mv-wrapper {
  width: 1920px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 1440px) {
  .mv-wrapper {
    width: 1400px;
    aspect-ratio: 2/1.1;
  }
}
@media screen and (max-width: ) {
  .mv-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv-wrapper {
    aspect-ratio: auto;
    height: 157.3vw;
  }
}

.mv-img-wrap {
  width: 1920px;
  aspect-ratio: 2/1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .mv-img-wrap {
    top: 2%;
    width: 1400px;
  }
}
@media screen and (max-width: ) {
  .mv-img-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .mv-img-wrap {
    aspect-ratio: auto;
    width: 100%;
    height: 157.3vw;
  }
}

/* フラッグセクション
===============================*/
.sec-flag {
  width: 880px;
  padding-bottom: 58px;
}
@media screen and (max-width: 1110px) {
  .sec-flag {
    width: 90%;
  }
}
.sec-flag .flag-h2 {
  width: 900px;
}
@media screen and (max-width: 1110px) {
  .sec-flag .flag-h2 {
    width: 100%;
  }
}
.sec-flag .flag-h2 .flag-limited {
  width: 140px;
  top: -20%;
  left: 84%;
}
@media screen and (max-width: 1110px) {
  .sec-flag .flag-h2 .flag-limited {
    width: 20%;
    top: -33%;
    left: 80%;
  }
}
.sec-flag .flag-box {
  background-color: #fff;
  border-radius: 20px;
  border: 10px solid #004098;
  padding-top: 4.5%;
  padding-bottom: 5.5%;
  padding-right: 5%;
  padding-left: 5%;
}
@media screen and (max-width: 1110px) {
  .sec-flag .flag-box {
    padding-top: 8vw;
    padding-bottom: 2vw;
    padding-left: 3%;
    padding-right: 3%;
  }
}
.sec-flag .flag-box .flag-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sec-flag .flag-box .flag-container .flag-ph {
  width: 47%;
}

.flag-anker {
  display: block;
  width: 70%;
  margin-bottom: 15vw;
}

/* SSセクション
===============================*/
.sec-ss {
  width: 880px;
}
@media screen and (max-width: 1110px) {
  .sec-ss {
    width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .sec-ss {
    width: 100%;
  }
}
.sec-ss .ss-container {
  width: 90.95%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sec-ss .ss-container {
    display: block;
  }
}
.sec-ss .ss-container .ss-item {
  width: 48.5%;
}
@media screen and (max-width: 600px) {
  .sec-ss .ss-container .ss-item {
    width: 100%;
    display: block;
  }
  .sec-ss .ss-container .ss-item:nth-child(1) {
    margin-bottom: 4.5vw;
  }
}
.sec-ss .ss-caption {
  font-size: 12px;
  width: 60%;
  margin-top: 45px;
  margin-bottom: 60px;
  line-height: 1.75;
}
@media screen and (max-width: 1110px) {
  .sec-ss .ss-caption {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .sec-ss .ss-caption {
    margin-top: 11vw;
    margin-bottom: 15vw;
  }
}
.sec-ss .ss-btn {
  display: block;
  width: 300px;
}
@media screen and (max-width: 1110px) {
  .sec-ss .ss-btn {
    width: 68%;
  }
}
.sec-ss .ss-btn-01 {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .sec-ss .ss-btn-01 {
    margin-bottom: 4vw;
  }
}
.sec-ss .ss-btn-02 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .sec-ss .ss-btn-02 {
    margin-bottom: 15vw;
  }
}
.sec-ss .map-frame {
  width: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 600px) {
  .sec-ss .map-frame {
    display: block;
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 9/16;
  }
}

/* プライズセクション
===============================*/
.sec-prize {
  width: 880px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1110px) {
  .sec-prize {
    width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .sec-prize {
    padding-bottom: 20vw;
  }
}
.sec-prize .prize-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sec-prize .prize-container {
    display: block;
  }
}
.sec-prize .prize-container .prizeA {
  width: 50%;
  border: 5px solid #00a63c;
}
@media screen and (max-width: 600px) {
  .sec-prize .prize-container .prizeA {
    width: 100%;
    border: 3px solid #00a63c;
  }
}
.sec-prize .prize-container .prizeB {
  width: 50%;
  border: 5px solid #00a63c;
  border-left: 1px solid #00a63c;
}
@media screen and (max-width: 600px) {
  .sec-prize .prize-container .prizeB {
    width: 100%;
    border: 3px solid #00a63c;
  }
}

/* 応募方法セクション
===============================*/
.sec-how {
  width: 950px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1110px) {
  .sec-how {
    width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .sec-how {
    margin-bottom: 18vw;
  }
}
.sec-how .how-h2 {
  border-bottom: 3px solid #00a63c;
}
.sec-how .how-h2 .how-bike {
  width: 56px;
  bottom: 0;
  right: 0;
}
.sec-how .how-p {
  font-size: 16px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .sec-how .how-p {
    font-size: 14px;
  }
}
.sec-how .how-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .sec-how .how-container {
    display: block;
  }
}
.sec-how .how-container .howL {
  width: 52%;
}
@media screen and (max-width: 600px) {
  .sec-how .how-container .howL {
    width: 100%;
  }
}
.sec-how .how-container .howR {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .sec-how .how-container .howR {
    width: 100%;
  }
}
.sec-how .how-btn {
  display: block;
  width: 300px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .sec-how .how-btn {
    width: 68%;
    margin-bottom: 12vw;
  }
}
.sec-how .how-caption {
  width: 500px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 1110px) {
  .sec-how .how-caption {
    width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .sec-how .how-caption {
    width: 100%;
  }
}

/* 当選発表セクション
===============================*/
.sec-announce {
  width: 950px;
}
@media screen and (max-width: 1110px) {
  .sec-announce {
    width: 89%;
  }
}
.sec-announce .announce-h2 {
  border-bottom: 3px solid #00a63c;
}
.sec-announce .announce-h2 .announce-bike {
  width: 56px;
  bottom: 0;
  left: 0;
}
.sec-announce .announce-ul {
  width: 58%;
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;
  margin-bottom: 90px;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .sec-announce .announce-ul {
    width: 100%;
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 12vw;
  }
}
.sec-announce .green {
  color: #00a63c;
}

/* さんふらわあセクション
===============================*/
.sec-sunflower {
  width: 950px;
  background-color: rgba(234, 148, 60, 0.15);
  padding-top: 60px;
  padding-bottom: 55px;
  margin-bottom: 80px;
  overflow-x: clip;
}
@media screen and (max-width: 1110px) {
  .sec-sunflower {
    width: 89%;
  }
}
@media screen and (max-width: 600px) {
  .sec-sunflower {
    width: 90%;
  }
}
.sec-sunflower .sun-container {
  display: flex;
  justify-content: space-between;
  width: 92%;
  margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container {
    display: block;
    width: 88%;
    margin-bottom: 5vw;
  }
}
.sec-sunflower .sun-container .sun-ph {
  width: 37.8%;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container .sun-ph {
    width: 100%;
  }
}
.sec-sunflower .sun-container .sun-ph .sun-abs {
  width: 42.45%;
  top: -10%;
  left: 6%;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container .sun-ph .sun-abs {
    width: 54.5%;
    top: -13%;
  }
}
.sec-sunflower .sun-container .sun-outline {
  width: 58%;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container .sun-outline {
    width: 100%;
    margin-top: 5vw;
  }
}
.sec-sunflower .sun-container .sun-outline p {
  font-size: 18px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container .sun-outline p {
    font-size: 14px;
    line-height: 1.6;
  }
}
.sec-sunflower .sun-container .sun-outline .sun-bandana {
  width: 35.3%;
  top: -29%;
  right: -7.5%;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-container .sun-outline .sun-bandana {
    top: -55%;
    right: -6%;
    width: 40%;
  }
}
.sec-sunflower .sun-ul {
  width: 92%;
  font-size: 16px;
  line-height: 1.5;
  padding: 2% 3% 8% 3%;
  border-radius: 10px;
  background-color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-ul {
    font-size: 14px;
    padding-left: 2em;
    padding-top: 6%;
    padding-bottom: 70%;
    text-indent: -1em;
  }
}
.sec-sunflower .sun-ul .sun-flag {
  width: 62%;
  bottom: 8%;
  right: 3%;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-ul .sun-flag {
    width: 80%;
    right: 12%;
  }
}
.sec-sunflower .sun-btn {
  display: block;
  width: 50%;
  background-color: #ea943c;
  color: white;
  text-align: center;
  margin-top: 30px;
  padding: 2%;
  font-size: 24px;
  font-weight: bold;
  border-radius: 50px;
}
@media screen and (max-width: 800px) {
  .sec-sunflower .sun-btn {
    font-size: 20px;
    width: 80%;
    padding: 5%;
  }
}

.orange {
  color: #ea943c;
}

/* フッターセクション
===============================*/
.sec-footer {
  background-color: #00a73c;
  padding-top: 40px;
}
.sec-footer .footer-box {
  width: 700px;
  color: #ffffff;
}
@media screen and (max-width: 1110px) {
  .sec-footer .footer-box {
    width: 89%;
  }
}
.sec-footer .footer-box .footer-h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}
.sec-footer .footer-box .footer-ul {
  font-size: 12px;
  line-height: 1.75;
  padding-bottom: 30px;
  border-bottom: 1px solid #FFFFFF;
}
.sec-footer .footer-box .footer-ul .footer-li {
  padding-left: 1em;
  text-indent: -1em;
}
.sec-footer .footer-mail {
  width: 320px;
}
@media screen and (max-width: 1110px) {
  .sec-footer .footer-mail {
    width: 89%;
  }
}
.sec-footer .footer-btn {
  display: block;
  width: 300px;
}
.sec-footer .footer-credit {
  margin-top: 68px;
  background-color: #fff000;
}
.sec-footer .footer-credit .footer-credit-box {
  width: 575px;
}
@media screen and (max-width: 1110px) {
  .sec-footer .footer-credit .footer-credit-box {
    width: 89%;
  }
}/*# sourceMappingURL=style.css.map */