#douga_container {
  width: 100%;
  background-color: #000;
  background-image: url(../images/home/bokashi.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#douga_container:before {
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
#douga_container #animation_container1,
#douga_container #animation_container2 {
  position: relative;
  margin: 0 auto;
}
#douga_container #mv_container1,
#douga_container #mv_container2 {
  position: relative;
  max-width: 1920px;
  z-index: 10;
  margin: 0 auto;
}

main #container .intro_wrap {
  overflow: hidden;
  max-height: 1000px;
}
main #container .intro_wrap .intro {
  width: 100%;
  min-height: 500px;
  background-image: url(../images/home/bg_intro_leftside.png);
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  top: 0;
}
@media screen and (max-width: 750px) {
  main #container .intro_wrap .intro {
    background: none;
  }
}
main #container .intro_wrap .intro .intro_img {
  width: 100%;
  min-height: 500px;
  background-image: url(../images/home/bg_intro.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  position: initial;
}
main #container .intro_wrap .intro .intro_textblock {
  width: 50%;
  position: initial;
  padding: 36px 24px;
  width: 100%;
}
@media screen and (min-width: 1800px) {
  main #container .intro_wrap .intro .intro_textblock {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1040px) {
  main #container .intro_wrap .intro .intro_textblock {
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 750px) {
  main #container .intro_wrap .intro .intro_textblock {
    padding: 15px;
  }
}
main #container .intro_wrap .intro .intro_h {
  color: #E60012;
  font-size: 20px;
  text-align: left;
  border: none;
  margin-bottom: 0;
}
@media screen and (min-width: 1800px) {
  main #container .intro_wrap .intro .intro_h {
    text-align: center;
  }
}
@media screen and (min-width: 1800px) {
  main #container .intro_wrap .intro .intro_text {
    text-align: center;
  }
}
main #container .intro_wrap .intro .intro_text .intro_img_margin {
  display: block;
  opacity: 0;
  float: right;
  shape-margin: 10px;
  margin-top: -70px;
  shape-outside: url(../images/home/bg_intro_margin.png);
}
@media screen and (min-width: 1040px) {
  main #container .intro_wrap .intro .intro_text .intro_img_margin {
    margin-top: -60px;
  }
}
@media screen and (min-width: 1800px) {
  main #container .intro_wrap .intro .intro_text .intro_img_margin {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  main #container .intro_wrap .intro .intro_text .intro_img_margin {
    margin-top: -60px;
  }
}
main #container .intro_wrap .intro_cap {
  color: #666;
}
@media screen and (max-width: 750px) {
  main #container .box {
    margin: 15px;
  }
}
main #container #highlight {
  background-image: url(../images/home/red_bg.png);
  background-repeat: repeat;
  padding: 70px;
}
@media screen and (min-width: 1040px) {
  main #container #highlight {
    padding: 80px;
  }
}
@media screen and (max-width: 750px) {
  main #container #highlight {
    padding: 15px;
    padding-top: 70px;
  }
}
main #container #highlight .whitebg {
  padding: 0;
}
main #container #highlight .whitebg img {
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
}
main #container #highlight .whitebg h3 {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg h3.twoline {
    margin-bottom: 80px;
  }
  main #container #highlight .whitebg h3.twoline span {
    bottom: -60px;
  }
}
main #container #highlight .whitebg .topbox.pc {
  padding: 24px;
}
main #container #highlight .whitebg .topbox.pc p {
  text-align: center;
  font-size: 16px;
}
main #container #highlight .whitebg .topbox.pc p.small {
  font-size: 12px;
}
main #container #highlight .whitebg .topbox.pc .redtitle {
  font-size: 18px;
  color: #E60012;
  padding-bottom: 10px;
  padding-top: 36px;
}
main #container #highlight .whitebg .topbox.pc .hito {
  width: 80px;
  height: auto;
  float: right;
  shape-margin: 10px;
  shape-outside: url(../images/home/hito/top_right.png);
}
main #container #highlight .whitebg .topbox.pc .hito.left {
  float: left;
  shape-outside: url(../images/home/hito/top_left.png);
  margin-top: 24px;
}
@media screen and (min-width: 1040px) {
  main #container #highlight .whitebg .topbox.pc {
    max-width: 900px;
    margin: 0 auto;
  }
  main #container #highlight .whitebg .topbox.pc .hito {
    width: 120px;
  }
}
main #container #highlight .whitebg .topbox.sp {
  padding: 15px;
}
main #container #highlight .whitebg .topbox.sp .redtitle {
  font-size: 18px;
  color: #E60012;
  padding-bottom: 10px;
  padding-top: 36px;
}
main #container #highlight .whitebg .topbox.sp .float .hito {
  width: 100px;
  height: auto;
  float: right;
  shape-margin: 20px;
  shape-outside: url(../images/home/hito/top_right.png);
}
main #container #highlight .whitebg .topbox.sp .float .hito.left {
  float: left;
  shape-outside: url(../images/home/hito/top_left.png);
}
main #container #highlight .whitebg .topbox p.marginari {
  padding-top: 36px;
  font-size: 14px;
}
main #container #highlight .whitebg .sec_content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .sec_content {
    display: block;
    margin-bottom: 24px;
  }
}
main #container #highlight .whitebg .sec_content .sec_text {
  position: relative;
  font-size: 16px;
  margin-bottom: 24px;
}
main #container #highlight .whitebg .sec_content .sec_img {
  width: 180px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  top: -80px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .sec_content .sec_img {
    float: right;
    width: 120px;
    shape-margin: 10px;
    shape-outside: url(../images/home/top_right.png);
    position: inherit;
    margin-top: -70px;
  }
}
main #container #highlight .whitebg .hito {
  width: 120px;
  height: auto;
}
main #container #highlight .whitebg .hito .bara {
  position: relative;
  margin-top: -40px;
}
main #container #highlight .whitebg .tablist {
  padding: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 375px) {
  main #container #highlight .whitebg .tablist {
    font-size: 18px;
  }
}
main #container #highlight .whitebg .tabcont {
  padding: 24px;
}
main #container #highlight .whitebg .flex {
  gap: 15px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .flex {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .flex .midashi {
  background-color: #E60012;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 60px;
}
main #container #highlight .whitebg .flex .items {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-bottom: 15px;
}
main #container #highlight .whitebg .flex .items .midashi {
  background-color: #E60012;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  min-height: 60px;
  max-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #container #highlight .whitebg .flex .items .item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .flex .items .item {
    margin-bottom: 15px;
  }
}
main #container #highlight .whitebg .flex .items .item img {
  width: 100%;
}
main #container #highlight .whitebg .flex .items .item .imgtitle {
  font-weight: 600;
}
main #container #highlight .whitebg .flex .items .item .imgtitle .small {
  display: block;
}
main #container #highlight .whitebg .flex .items .item .caption {
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
}
main #container #highlight .whitebg .flex .items .caption {
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
}
main #container #highlight .whitebg .firstbox {
  flex-direction: column;
  width: 100%;
}
main #container #highlight .whitebg .firstbox .items.two_item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
main #container #highlight .whitebg .firstbox .items.two_item .midashi {
  flex: 0 1 100%;
}
main #container #highlight .whitebg .firstbox .items.two_item .item {
  flex: 0 1 48%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .firstbox .items.two_item .item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .firstbox .items.three_item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .firstbox .items.three_item {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .secondbox {
  flex-direction: column;
}
main #container #highlight .whitebg .secondbox .items.two_item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
main #container #highlight .whitebg .secondbox .items.two_item .item {
  flex: 0 1 48%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .secondbox .items.two_item {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .thirdbox {
  flex-direction: column;
}
main #container #highlight .whitebg .thirdbox .items {
  flex: 0 1 24%;
  align-items: stretch;
  justify-content: space-between;
}
main #container #highlight .whitebg .thirdbox .items.three_item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
main #container #highlight .whitebg .thirdbox .items.three_item .item {
  flex: 0 1 38%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .thirdbox .items.three_item {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .thirdbox .items.two_item {
  flex: 0 1 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .thirdbox .items.two_item {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .thirdbox .items.two_item .midashi {
  flex: 0 1 100%;
  width: 100%;
}
main #container #highlight .whitebg .thirdbox .items.two_item .item {
  flex: 0 1 46%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .thirdbox .items.two_item .item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .fourthbox {
  flex-direction: column;
}
main #container #highlight .whitebg .fourthbox .items {
  flex: 0 1 24%;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items {
    gap: 15px;
    margin-bottom: 0;
  }
}
main #container #highlight .whitebg .fourthbox .items.one_item {
  flex-direction: row;
  align-items: flex-start;
}
main #container #highlight .whitebg .fourthbox .items.one_item .item {
  flex: 1 0 50%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items.one_item {
    flex-direction: column;
    width: 100%;
  }
}
main #container #highlight .whitebg .fourthbox .items.two_item {
  flex: 0 1 74%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items.two_item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .fourthbox .items.two_item .imgtitle {
  margin-bottom: 15px;
}
main #container #highlight .whitebg .fourthbox .items.two_item .midashi {
  flex: 0 1 100%;
}
main #container #highlight .whitebg .fourthbox .items.two_item .item {
  flex: 0 1 48%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items.two_item .item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .fourthbox .items.three_item {
  flex: 0 1 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items.three_item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .fourthbox .items.three_item .midashi {
  flex: 0 1 100%;
}
main #container #highlight .whitebg .fourthbox .items.three_item .item {
  flex: 0 1 30%;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .fourthbox .items.three_item .item {
    flex: 0 1 100%;
  }
}
main #container #highlight .whitebg .box {
  margin-bottom: 15px;
  width: 100%;
  text-align: justify;
}
main #container #highlight .whitebg .box .l_blue {
  color: #00A0E9;
  font-size: 18px;
  padding-bottom: 8px;
}
@media screen and (max-width: 750px) {
  main #container #highlight .whitebg .box {
    margin: 0 0 15px;
    padding: 24px;
  }
}

.box.news {
  max-width: 620px;
  border-radius: 10px;
  padding-right: 6px;
  height: 120px;
}
@media screen and (max-width: 750px) {
  .box.news {
    padding: 24px;
  }
}
.box.news ul {
  overflow-y: scroll;
  max-width: 620px;
  height: 80px;
  width: auto;
}
.box.news ul li {
  height: 50px;
  display: flex;
  flex-direction: row;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .box.news ul li {
    flex-direction: column;
    height: auto;
    margin-bottom: 15px;
  }
}
.box.news ul li .date {
  display: inline-block;
  margin-right: 24px;
  color: #00A0E9;
  font-weight: 800;
}
@media screen and (max-width: 750px) {
  .box.news ul li .date {
    display: block;
  }
}
.box.news.x {
  padding: 0;
  max-width: 510px;
}
.box.news.x .twitter-widget {
  border: 1px solid #00A0E9;
}

#go_top,
#tic_btn {
  display: none;
}

.modalbox {
  position: relative;
}
.modalbox .modal {
  transition: opacity 0.3s ease-in-out;
}
.modalbox .modal:hover {
  opacity: 0.7;
}
.modalbox .kakudai {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 11;
  background: url("../images/home/kakudai_bl.png") no-repeat center/contain;
  pointer-events: none;
}
.modalbox .kakudai.wh {
  background: url("../images/home/kakudai_wh.png") no-repeat center/contain;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  z-index: 98;
}
.modal-overlay.show {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
.modal-overlay .modal-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.modal-overlay .modal-container .modal-content {
  max-width: 85%;
  max-height: 85vh;
}
.modal-overlay .close-btn {
  position: absolute;
  top: 80px;
  right: 16px;
  border: none;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background: url("../images/home/close.png") no-repeat center/contain;
  z-index: 100;
}
.modal-overlay .close-btn:hover {
  opacity: 0.7;
}/*# sourceMappingURL=home.css.map */