@charset "utf-8";

/*==================================
  reSet
==================================*/
body {
  margin: 0 auto;
  padding: 0;
  color: #3a3a3a;
  min-width: 1000px;
}

html {
  margin: 0 auto;
  padding: 0;
  font-family: "メイリオ", 'ＭＳ Ｐゴシック', 'Osaka', Helvetica, Verdana, Arial, sans-serif;
  font-size: 62.5%;
}

@media screen and (max-width: 640px) {
  body {
    background: none;
    min-width: 320px;
  }

  html {
    font-family: Helvetica, Arial, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", "Droid Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
  /* -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;*/
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a img,
a {
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

p,
li,
dt,
dd,
th,
td {
  line-height: 1.75;
  /* text-align:justify;*/
}

hr {
  display: none;
}

.clear {
  zoom: 100%;
  list-style: none;
}

.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

::selection {
  background: #ffce00;
  color: #00788f;
}

::-moz-selection {
  background: #ffce00;
  color: #00788f;
}

/* LinxColor
==================================*/
a {
  color: #005aab;
  text-decoration: underline;
}

/* a:visited {
  color: #005aab;
  text-decoration: underline;
} */

a:hover {
  color: #39c32d;
  text-decoration: none;
}

a:active {
  color: #39c32d;
  text-decoration: none;
}

/*==============================================
  coMMon_seTTing
==============================================*/
/*--header--*/
header {
  background: #fff;
  height: 100px;
  position: relative;
}

header h1 {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -480px;
}

header p {
  font-size: 13px;
  position: absolute;
  top: 72px;
  left: 50%;
  margin-left: -130px;
}

header p a {
  color: #3a3a3a;
  text-decoration: none;
}

header p a:before {
  content: "＞";
  font-size: 10px;
  font-weight: bold;
}

header dl#fontsize {
  position: absolute;
  top: 69px;
  left: 50%;
  margin-left: -20px;
}

header dl#fontsize dt {
  font-size: 12px;
  float: left;
  margin: 3px 8px 0 0;
}

header dl#fontsize dd {
  float: left;
}

header dl#fontsize dd ul li {
  list-style: none;
  float: left;
  margin-right: 3px;
}

header dl#fontsize dd ul li a {
  display: block;
  font-size: 14px;
  font-family: "UD新ゴ DB", UD Shin Go DemiBold;
  color: #005bac;
  text-decoration: none;
  border: 1px solid #005bac;
  text-align: center;
  padding: 1px .5em;
}

header dl#fontsize dd ul li.first a {
  background: #005bac;
  color: #fff;
}

header dl#fontsize dd ul li a:hover {
  background: #005bac;
  color: #fff;
}

header dl#fontsize dd ul li.first a:hover {
  background: #fff;
  color: #005bac;
}

header div#search_box {
  width: 330px;
  height: 73px;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: 170px;
  background: url(/common/img/bg_header.png) bottom left no-repeat;
}

header div#search_box dl {
  width: 330px;
}

header div#search_box dt {
  font-size: 0;
  line-height: 0;
  width: 66px;
  float: left;
}

header div#search_box dt a:hover img {
  -ms-filter: "alpha(opacity=60)";
  filter: alpha(style=0, opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

header div#search_box dd {
  margin-top: 33px;
  padding: 1px;
  height: 28px;
  width: 244px;
  overflow: hidden;
  float: right;
  border: 2px solid #005bac;
  background: url(/common/img/bg_input.png);
}

header div#search_box dd input[type="text"] {
  border: none;
  width: 190px;
  padding: 0 10px;
  float: left;
  height: 28px;
  line-height: 28px;
  color: #005aab;
  font-weight: bold;
  font-family: "UD新ゴ DB", UD Shin Go DemiBold;
  box-sizing: border-box;
  outline: none;
}

header div#search_box dd input[type="image"] {
  width: 41px;
  height: 28px;
  float: right;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 640px) {
  header {
    height: auto;
  }

  header h1 {
    position: relative;
    top: auto;
    left: auto;
    margin: 30px 0 0 15px;
  }

  header p {
    display: none;
  }

  header dl#fontsize {
    display: none;
  }

  header div#search_box {
    display: none;
  }
}

/*--navi--*/
p#btn_menu {
  display: none;
}

nav {
  background: #ffdd4c;
  display: none;
  height: 0;
  overflow: hidden;
}

nav ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  color: #3a3a3a !important;
  padding: .8em 0;
  background: #ffdd4c;
}

nav ul li a:hover {
  background: #005aab;
  color: #fff !important;
}

nav ul li a.current {
  background: #585858;
  color: #fff !important;
}

@media screen and (max-width: 640px) {
  p#btn_menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    width: 28%;
  }

  nav {
    width: 100%;
    position: absolute;
    z-index: 1002;
    display: block;
    height: auto;
  }

  nav ul {
    width: auto;
    margin: 0 auto;
    padding: 1em;
    background: none;
  }

  nav ul li#navi01,
  nav ul li#navi02,
  nav ul li#navi03,
  nav ul li#navi04,
  nav ul li#navi05,
  nav ul li#navi06,
  nav ul li#navi07,
  nav ul li#navi08 {
    width: auto;
    float: none;
    margin: 0 0 2px;
  }

  /*nav ul li#navi03{display:none;}
nav ul li.last{display:block; width:100%;}*/
  nav ul li a {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff !important;
    padding: .5em 1em;
    background: #005aab;
  }

  /*nav ul li.last a{background:#000;}*/
  nav ul li a:after {
    content: "＞";
    float: right;
  }

  nav ul li a:hover {
    background: #fff;
    color: #005aab !important;
  }

  nav ul li a.current {
    background: #005aab;
    color: #fff !important;
  }
}

/*--block_layout--*/
div#top_contents {
  margin: 0 auto;
  padding: 0;
  background-size: contain;
}

div#contents {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  div#top_contents {
    width: auto;
    padding: 10px 0 0;
  }

  div#contents {
    width: auto;
    padding: 0 0 25px;
  }
}

/*--footer--*/
p#gototop {
  position: fixed;
  bottom: -150px;
  right: 20px;
  display: none;
  z-index: 1005;
}

p#gototop img#bit {
  position: absolute;
  z-index: 1006;
  top: 83px;
  left: 23px;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(style=0, opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

p#bit_car {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 100;
  top: -35px;
  left: 50%;
  margin-left: -1500px;
}

footer {
  background: url(/common/img/bg_footer.png) top center repeat-x;
  padding-top: 53px;
  margin-top: -35px;
  position: relative;
  z-index: 1003;
}

div#footer {
  background: #ffce00;
  padding-top: 20px;
}

div#footer div.inner {
  width: 960px;
  margin: 0 auto;
  background: url(/common/img/bg_road.png) bottom right no-repeat;
  padding-bottom: 15px;
  position: relative;
}

div#footer div.inner p {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 120px;
  right: 10px;
}

div#footer div.text_link {
  background: #ffdd4c;
  margin: 0 270px 0 0;
  padding: 15px 0 5px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  behavior: url(/common/js/PIE.htc);
  position: relative;
}

div#footer div.text_link ul {
  list-style: none;
  width: 220px;
  float: left;
}

div#footer div.text_link ul li {
  font-size: 1.3em;
  padding-bottom: 10px;
}

div#footer div.text_link ul li a {
  color: #3a3a3a !important;
  text-decoration: none !important;
}

div#footer div.text_link ul li a:before {
  content: "＞";
  color: #005aab;
  font-size: 10px;
  margin-right: .5em;
}

div#footer div.text_link ul li a:hover {
  color: #005aab !important;
}

footer dl {
  background: #fff;
  height: 30px;
  position: relative;
}

footer dl dt {
  width: 100px;
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: 380px;
}

footer dl dd {
  position: absolute;
  top: 3px;
  left: 50%;
  margin-left: -480px;
}

footer dl dd address {
  font-size: 13px;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  p#gototop {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }

  p#gototop a {
    display: block;
    background: #ffe67f;
    padding: .5em;
    font-size: 1.6em;
    text-align: center;
    color: #005aab;
    text-decoration: none !important;
  }

  p#bit_car {
    width: 20%;
    top: 0;
    left: 10px;
    margin-left: 0;
    z-index: 2000;
  }

  footer {
    background: url(/common/img/bg_footer_smp.png) top no-repeat;
    background-size: contain;
    padding-top: 30px;
    margin-top: 0;
    position: relative;
    z-index: 2;
  }

  div#footer {
    padding: 0 0 10px;
  }

  div#footer div.inner {
    width: auto;
    margin: 0 auto;
    background: none;
    padding: 0;
  }

  div#footer div.inner p {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    padding: 10px 10px 0;
  }

  div#footer div.inner p img {
    width: 25%;
  }

  div#footer div.text_link {
    background: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ffe67f;
    border-width: 1px 0 0 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  div#footer div.text_link ul {
    width: auto;
    float: none;
  }

  div#footer div.text_link ul li {
    padding-bottom: 0;
    width: 50%;
    float: left;
  }

  div#footer div.text_link ul li a {
    display: block;
    color: #005aab !important;
    padding: .4em;
    border: 1px solid #ffe67f;
    border-width: 0 1px 1px 0;
  }

  div#footer div.text_link ul li a span {
    display: none;
  }

  div#footer div.text_link ul li a:before {
    content: " ";
  }

  div#footer div.text_link ul li a:after {
    content: "＞";
    float: right;
  }

  div#footer div.text_link ul li a:hover {
    color: #005aab !important;
  }

  footer dl {
    height: auto;
  }

  footer dl dt {
    width: 30%;
    margin: 10px auto 5px;
    position: relative;
    top: auto;
    left: auto;
  }

  footer dl dd {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
  }

  footer dl dd address {
    font-size: 13px;
    font-style: normal;
    text-align: center;
  }
}

/* summer2024 start */
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.img_box img {
  width: 100%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.flex {
  display: flex;
}


#mv {
  background: url(img/mv_back_pc.jpg) no-repeat;
  background-size: cover;
  height: 59.17vw;
  max-height: 710px;
  min-height: 392.5px;
  overflow: hidden;
  position: relative;
  z-index: -2;
}

#mv .img_box:has(.mv) {
  max-width: 800px;
  width: 66.67vw;
  position: absolute;
  top: 40%;
  left: 56%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#mv .img_box:has(.cp_title) {
  max-width: 820px;
  width: 68.33vw;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#mv .img_box:has(.firework) {
  overflow: hidden; /* はみ出た部分を隠す */
  margin: initial;
  position: absolute;
  z-index: -1;
}

#mv .img_box:has(.firework):nth-child(1) {
  width: 25vw;
  max-width: 300px;
  height: 25.17vw;
  max-height: 302px;
  bottom: 170px;
  left: 20px;
}

#mv .img_box:has(.firework):nth-child(2) {
  width: 16.67vw;
  max-width: 200px;
  height: 16.83vw;
  max-height: 202px;
  top: -30px;
  left: 300px;
}

#mv .img_box:has(.firework):nth-child(3) {
  width: 12.5vw;
  max-width: 150px;
  height: 12.67vw;
  max-height: 152px;
  top: -30px;
  right: -10px;
}

#mv .img_box:has(.firework):nth-child(4) {
  width: 20.83vw;
  max-width: 300px;
  height: 21vw;
  max-height: 302px;
  bottom: -15px;
  right: -5px;
}

#mv .img_box:has(.logo) {
  width: 8.33vw;
  max-width: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
}

#mv .firework {
  width: 100%;
  height: 100%;
  transform: scale(0); /* 初期状態は縮小 */
  transform-origin: center center; /* 拡大縮小の中心を中央に */
  transition: 1s;
}

#mv .img_box:has(.lantern) {
  width: 25vw;
  max-width: 300px;
  margin: initial;
  position: absolute;
  z-index: -1;
}

#mv .img_box:has(.lantern.right) {
  right: 0;
}

#anker_link {
  display: fixed;
}

#anker_link .anker_link_box {
  max-width: 1050px;
  margin: auto;
}

#anker_link .anker_link_box.flex {
  justify-content: space-between;
}

#anker_link .anker_link_box .item .red {
  color: #e60039;
}

#anker_link .anker_link_box .item .green {
  color: #00a848;
}

#anker_link .anker_link_box .item .blue {
  color: #0082c7;
}

#anker_link .anker_link_box .item {
  width: calc(100% / 5);
  font-size: 1.4rem;
  padding: 15px 0;
}

#anker_link .anker_link_box .item:hover {
  cursor: pointer;
  opacity: .7;
}

#anker_link .anker_link_box .item a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 0;
  margin: 10px auto 0;
}

#anker_link .anker_link_box .item .red::after {
  border-top: 5px solid #e60039;
}

#anker_link .anker_link_box .item .green::after {
  border-top: 5px solid #00a848;
}

#anker_link .anker_link_box .item .blue::after {
  border-top: 5px solid #0082c7;
}

#anker_link .anker_link_box .item a {
  display: block;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  border-right: 1px solid #ddd;
}

#anker_link .anker_link_box .item:last-child a {
  border-right: none;
}


.main {
  background: url(img/main_back_pc.jpg) no-repeat;
  background-size: cover;
  padding: 100px 15px;
}

.main .container {
  max-width: 1100px;
  margin: auto;
}

.main section {
  margin-bottom: 70px;
  border-radius: 30px;
  padding: 25px;
}

.main section:last-child {
  margin-bottom: 0;
}

.btn {
  display: block;
  max-width: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  margin: 12px auto 0;
  padding: 10px;
}

#new {
  background-image: linear-gradient(0deg, rgba(249, 231, 0, 1), rgba(249, 248, 242, 1) 56%, rgba(255, 255, 255, 1) 84%);
  border: 10px solid #0082c7;
  box-sizing: border-box;
  position: relative;
}

#new .img_box:has(.new_subttl){
  width: 12.08vw;
  max-width: 145px;
  position: absolute;
  top: -14%;
  left: -2vw;
}

#new .flex {
  justify-content: right;
}

#new .flex .box_left {
  margin-left: 7.42vw;
}

#new .flex .box_right {
  position: relative;
}

#new .btn_box{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#new .btn_box .img_box {
  width: 100%;
  max-width: 266px;
}

#new .btn {
  width: 100%;
  max-width: 320px;
  color: #fff;
  background-color: #008c38;
  box-sizing: border-box;
  border: 2px solid #008c38;
  position: relative;
}

#new .btn:hover {
  color: #008c38;
  background-color: #fff;
}

#new .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 34%;
  right: 12px;
}

#new .btn:hover::after {
  border-left: 8px solid #008c38;
}

#lottery {
  background-image: linear-gradient(0deg, rgba(249, 231, 0, 1), rgba(249, 248, 242, 1) 56%, rgba(255, 255, 255, 1) 84%);
  border: 10px solid #e72427;
  box-sizing: border-box;
  position: relative;
}

#lottery .flex {
  justify-content: space-between;
} 

#lottery .flex .box_left {
  width: 100%;
  max-width: 485px;
  margin-left: 6.42vw;
}

#lottery .flex .box_left .img_box {
  max-width: 465px;
  width: 60vw;
}

#lottery .flex .box_right {
  width: 100%;
  max-width: 442px;
  position: relative;
}

#lottery .img_box:has(.lottery_subttl){
  width: 9.5vw;
  max-width: 114px;
  position: absolute;
  top: -5vw;
  left: 0;
}

#barcode {
  background-image: linear-gradient(0deg, rgba(249, 231, 0, 1), rgba(249, 248, 242, 1) 56%, rgba(255, 255, 255, 1) 84%);
  border: 10px solid #1f842a;
  box-sizing: border-box;
  position: relative;
  .original-gradient {
    height: 200px;
    width: 90%;
    
  }
}

#barcode .img_box:has(.barcode_subttl){
  width: 12.5vw;
  max-width: 150px;
  position: absolute;
  top: -5vw;
  left: -2vw;
}

#barcode .flex:has(.barcode_5per) {
  justify-content: right;
}

#barcode .barcode_5per {
  width: 100%;
  max-width: 400px;
  margin-left: 8vw;
}

#barcode .barcode_box {
  margin-left: 10px;
}

#barcode .barcode_box li {
  color: #1f842a;
  font-size: 1.6rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

#barcode .how_to_apply {
  margin-top: 30px;
}

#barcode .company.flex {
  flex-wrap: wrap;
  justify-content: space-between;
}

#barcode .company_item {
  width: calc(50% - 10px);
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px 0px #dedede;
}

#barcode .company_item:last-child {
  box-shadow: initial;
}

#barcode .company_item .flex {
  flex-direction: column;
  align-items: center;
}

#barcode .company_item .logo {
  max-width: 390px;
  margin-top: 20px;
}

#barcode #paypay.company_item {
  background-color: #fde9e9;
}

#barcode #paypay.company_item .paypay_ttl {
  max-width: 426px;
}

#barcode #dbarai.company_item {
  background-color: #e5f3f9;
}

#barcode #dbarai.company_item .dbarai_ttl {
  max-width: 410px;
}

#barcode #aupay.company_item {
  background-color: #e9f3ea;
}

#barcode #aupay.company_item .dbarai_ttl {
  max-width: 418px;
}

#barcode .btn {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}

#barcode #paypay .btn {
  color: #e72427;
  border: 2px solid #e72427;
}

#barcode #paypay .btn:hover {
  color: #fff;
  background-color: #e72427;
}

#barcode #dbarai .btn {
  color: #0082c7;
  border: 2px solid #0082c7;
}

#barcode #dbarai .btn:hover {
  color: #fff;
  background-color: #0082c7;
}

#barcode #aupay .btn {
  color: #1f842a;
  border: 2px solid #1f842a;
}

#barcode #aupay .btn:hover {
  color: #fff;
  background-color: #1f842a;
}

#barcode .btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  position: absolute;
  top: 34%;
  right: 12px;
}

#barcode #paypay .btn::after {
  border-left: 8px solid #e72427;
}

#barcode #paypay .btn:hover::after {
  border-left: 8px solid #fff;
}

#barcode #dbarai .btn::after {
  border-left: 8px solid #0082c7;
}

#barcode #dbarai .btn:hover::after {
  border-left: 8px solid #fff;
}

#barcode #aupay .btn::after {
  border-left: 8px solid #1f842a;
}

#barcode #aupay .btn:hover::after {
  border-left: 8px solid #fff;
}

#barcode .barcode_back {
  width: 42.17vw;
  max-width: 506px;
  position: absolute;
  bottom: 0;
  right: 15px;
}

#inquiry {
  max-width: 1050px;
  padding: 0 15px 120px;
  margin: auto;
}

#inquiry h3 {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px dotted #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#inquiry h4 {
  font-size: 1.8rem;
  font-weight: bold;
}

#inquiry .inquiry_box {
  margin-top: 60px;
}

#inquiry .inquiry_box p {
  font-size: 1.4rem;
}

@media screen and (min-width:1441px) {
  #mv .img_box:has(.firework):nth-child(1) {
    max-width: 420px;
    max-height: 422px;
    bottom: 60px;
    left: initial;
    right: 65vw;
  }
  
  #mv .img_box:has(.firework):nth-child(2) {
    max-width: 250px;
    max-height: 252px;
    top: -80px;
    left: initial;
    right: 60vw;
  }
  
  #mv .img_box:has(.firework):nth-child(3) {
    max-width: 200px;
    max-height: 202px;
    top: 20px;
    right: initial;
    left: 68vw;
  }
  
  #mv .img_box:has(.firework):nth-child(4) {
    max-width: 500px;
    max-height: 502px;
    bottom: -100px;
    right: initial;
    left: 70vw;
  }
}

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

  .sp {
    display: block;
  }

  .flex {
    flex-direction: column;
  }

  .main {
    padding: 40px 10px;
  }

  .main section {
    margin-bottom: 40px;
    padding: 12px;
  }

  .btn {
    font-size: 1.6rem;
  }

  #mv {
    height: 104.53vw;
  }

  #mv .img_box:has(.mv) {
    width: 85.33vw;
    top: 50%;
  }

  #mv .img_box:has(.cp_title) {
    width: 80vw;
    top: 72%;
  }


  #mv .img_box:has(.firework):nth-child(1) {
    width: 40vw;
    height: 40.53vw;
    bottom: -10px;
    left: -10px;
  }

  #mv .img_box:has(.firework):nth-child(2) {
    width: 26.67vw;
    height: 27.2vw;
    top: 50px;
    left: 15px;
  }

  #mv .img_box:has(.firework):nth-child(3) {
    width: 21.33vw;
    height: 21.87vw;
    top: -20px;
    right: -10px;
  }

  #mv .img_box:has(.firework):nth-child(4) {
    width: 32vw;
    height: 32.53vw;
    bottom: 40px;
    right: -5px;
  }

  #mv .img_box:has(.logo) {
    width: 21.33vw;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }

  #mv .img_box:has(.lantern) {
    width: 37.33vw;
  }

  #anker_link .anker_link_box.flex {
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: initial;
  }

  #anker_link .anker_link_box .item {
    width: 50%;
    font-size: 1.3rem;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }

  #new .img_box:has(.new_subttl) {
    width: 21.33vw;
    top: -5vw;
    left: -10px;
  }

  #new .flex .box_left .img_box {
    width: 68vw;
    margin-left: auto;
  }

  #new .flex .box_right {
    max-width: initial;
    width: initial;
  }

  #new .btn_box {
    position: initial;
    bottom: initial;
    left: initial;
    transform: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    margin-top: -16vw;
  }

  #new .btn {
    max-width: 280px;
  }

  #lottery .img_box:has(.lottery_subttl){
    width: 16vw;
  }

  #lottery .flex .box_left {
    width: 72vw;
    margin-left: auto;
  }

  #lottery .flex .box_right {
    margin: auto;
  }

  #barcode .img_box:has(.barcode_subttl) {
    width: 21.33vw;
  }

  #barcode .barcode_5per {
    width: 66.67vw;
    margin-left: auto;
  }

  #barcode .barcode_box {
    margin-top: 10px;
    margin-left: 0;
  }

  #barcode .barcode_box li {
    font-size: 1.1rem;
  }

  #barcode .company.flex .company_item {
    width: 100%;
    margin-top: 15px;
  }

  #barcode .flex {
    margin-top: 0;
  }

  #barcode .flex li:first-child {
    margin-right: 0;
  }

  #barcode .company.flex .company_item:last-child {
    padding: 0;
    margin-bottom: 150px;
  }

  #barcode .barcode_back {
    width: 100%;
    max-width: 320px;
  }

  #inquiry h3 {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #inquiry h4 {
    font-size: 1.6rem;
  }

  #inquiry .inquiry_box {
    margin-top: 30px;
  }

  #inquiry .inquiry_box p {
    font-size: 1,3rem;
  }
}

.fadeIn {
  opacity : 0;
  transition : all 1s;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.fadeIn.active{
  opacity : 1;
}

.fadeIn-up.active {
  transform: translate(0, 0);
}