/* ==================================================
Mixin
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-weight: 700;
  font-display: swap;
  font-family: "Economica";
  src: url("./../../../assets/fonts/Economica-Bold.ttf") format("truetype");
}
.sec_insta {
  background-color: #eee;
  display: flex;
  width: 100%;
  position: relative;
}
.sec_insta_wrapper {
  display: flex;
  position: relative;
}
.sec_insta_flex {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.sec_insta_inner_label {
  background-color: #0d0000;
  color: #fff;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_label::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_description {
  line-height: 1.35;
}
.sec_insta_inner_button {
  background-color: #ee0000;
  position: relative;
  line-height: 1;
}
.sec_insta_inner_button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
}
.sec_insta_inner_button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #eee transparent;
}
.sec_insta_inner_button a {
  color: #fff;
  display: block;
  position: relative;
  transition: all 300ms ease;
}

@media screen and (max-width: 960px) {
  .sec_insta {
    padding-bottom: 14vw;
  }
  .sec_insta_wrapper {
    flex-direction: column-reverse;
    padding-top: 17.3333333333vw;
  }
  .sec_insta_wrapper + .sec_insta_wrapper .sec_insta_pics {
    height: 61vw;
  }
  .sec_insta_flex {
    position: relative;
  }
  .sec_insta_inner_heading {
    margin-top: 13.3333333333vw;
    margin-bottom: 7.2vw;
  }
  .sec_insta_inner_label {
    margin-bottom: 7.2vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
    width: 66.6666666667vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_label::before {
    left: -6vw;
    border-width: 8vw 6vw 0 6vw;
  }
  .sec_insta_inner_label::after {
    right: -6vw;
    border-width: 0 6vw 8vw 6vw;
  }
  .sec_insta_inner_description {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto 1em;
  }
  .sec_insta_inner_button {
    margin-top: 8vw;
    width: 80vw !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_insta_inner_button::before {
    left: -6vw;
    border-width: 18vw 6vw 0 6vw;
  }
  .sec_insta_inner_button::after {
    right: -6vw;
    border-width: 0 6vw 18vw 6vw;
  }
  .sec_insta_inner_button a {
    font-size: 5.3333333333vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background: url(./../../../assets/img/common/arrow-sp@2x.png) no-repeat;
    background-size: cover;
    width: 16vw;
    height: 1.8vw;
    right: 6.6666666667vw;
    top: calc((100% - 1.8vw) / 2);
  }
  .sec_insta_pics {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto;
  }
  .sec_insta_pics iframe {
    width: 80vw !important;
    height: 80vw !important;
  }
}
@media all and (min-width: 961px) {
  .sec_insta {
    padding-bottom: 80px;
    height: 1056px;
  }
  .sec_insta_wrapper {
    padding-top: 80px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    width: 100%;
  }
  .sec_insta_wrapper + .sec_insta_wrapper {
    align-items: center;
  }
  .sec_insta_flex {
    max-width: 926px;
  }
  .sec_insta_inner {
    margin-left: 6.3vw;
  }
  .sec_insta_inner_heading {
    margin-bottom: 40px;
  }
  .sec_insta_inner_label {
    margin-bottom: 40px;
    font-size: 24px;
    width: 350px;
    padding: 10px 0;
  }
  .sec_insta_inner_label::before {
    left: -20px;
    border-width: 44px 20px 0 20px;
  }
  .sec_insta_inner_label::after {
    right: -20px;
    border-width: 0 20px 44px 20px;
  }
  .sec_insta_inner_description {
    margin-bottom: 16px;
    letter-spacing: -1px;
  }
  .sec_insta_inner_button {
    margin: 44px auto 0;
    width: 290px;
  }
  .sec_insta_inner_button::before {
    left: -22px;
    border-width: 80px 22px 0 22px;
  }
  .sec_insta_inner_button::after {
    right: -22px;
    border-width: 0 22px 80px 22px;
  }
  .sec_insta_inner_button a {
    font-size: 16px;
    padding: 22px 0;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 1px;
    right: 28px;
    width: 36px;
    top: 50%;
    transition: all 300ms ease;
  }
  .sec_insta_inner_button a::after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 1px;
    right: 28px;
    top: 25px;
    transform: rotate(30deg);
    transition: all 300ms ease;
  }
  .sec_insta_inner_button:hover a {
    color: #0d0000;
  }
  .sec_insta_inner_button:hover a::before {
    background-color: #0d0000;
  }
  .sec_insta_inner_button:hover a::after {
    background-color: #0d0000;
  }
}
@media all and (min-width: 961px) and (max-width: 1024px) {
  .sec_insta_inner {
    margin-left: 8vw;
  }
}
.sec_mv {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.sec_mv_heading {
  color: #333333;
  position: absolute;
  font-weight: bold;
  flex-shrink: 0;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .sec_mv {
    margin-bottom: 8vw;
  }
  .sec_mv_heading {
    font-size: 3.7333333333vw;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
  }
  .sec_mv_heading img {
    height: 9.6vw !important;
    width: auto;
    margin-bottom: 2vw;
  }
  .sec_mv picture img {
    width: 100%;
    height: auto;
  }
}
@media all and (min-width: 961px) {
  .sec_mv {
    padding-left: 20px;
    max-width: 1460px;
    width: 100%;
    height: 628px;
    position: relative;
    margin: 0 auto 162px;
  }
  .sec_mv_heading {
    font-size: 27px;
    top: 60px;
    left: 0;
    background: #FFF;
    padding: 40px 0 40px 95px;
    position: absolute;
    height: 223px;
  }
  .sec_mv_heading img {
    margin-bottom: 30px;
  }
  .sec_mv_heading::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    right: -100px;
    border-width: 223px 100px 0 0px;
    z-index: -1;
  }
  .sec_mv picture {
    position: absolute;
    right: -20px;
    top: 0;
  }
}
/* Page Company */
.sec_about_dlist {
  margin-left: auto;
  margin-right: auto;
}
.sec_about_dlist__items {
  display: flex;
  align-items: baseline;
}
.sec_about_dlist__items dt {
  position: relative;
  flex-shrink: 0;
}
.sec_about_dlist__items dt::before {
  content: "";
  position: absolute;
  left: 0;
  background: url("./../../assets/img/common/icon_naname@2x.png") no-repeat;
  background-size: cover;
}
.sec_about_dlist__sponsor {
  align-items: flex-start !important;
}
.sec_about_dlist__sponsor dd {
  width: 100%;
}
.sec_about_dlist__sponsor dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
}
.sec_about_dlist__sponsor dd ul li {
  flex-shrink: 0;
  width: calc(50% - 10px);
}
.sec_about_dlist__sponsor dd ul li img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .sec_about_img {
    width: 100%;
    height: auto;
    margin-bottom: 16vw;
  }
  .sec_about_dlist {
    width: 80vw !important;
    margin-bottom: 16vw;
  }
  .sec_about_dlist__items {
    column-gap: 30px;
    font-size: 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .sec_about_dlist__items dt {
    padding-left: 5.3333333333vw;
    width: 24vw !important;
    flex-shrink: 0;
  }
  .sec_about_dlist__items dt::before {
    width: 2.9333333333vw !important;
    height: 3.2vw !important;
    bottom: 0.4vw;
  }
  .sec_about_dlist__items dd {
    line-height: 1.7;
  }
  .sec_about_dlist__sponsor {
    display: block !important;
  }
  .sec_about_dlist__sponsor dt {
    margin-bottom: 20px;
  }
}
@media all and (min-width: 961px) {
  .sec_about_img {
    display: block;
    margin: 0 auto 125px;
  }
  .sec_about_dlist {
    width: 800px;
    margin-bottom: 145px;
  }
  .sec_about_dlist__items {
    column-gap: 110px;
    font-size: 16px;
    margin-bottom: 60px;
  }
  .sec_about_dlist__items dt {
    padding-left: 30px;
    width: 110px;
  }
  .sec_about_dlist__items dt::before {
    bottom: 0;
    width: 15px;
    height: 16px;
  }
  .sec_about_dlist__items dd p {
    line-height: 1.7;
  }
}
.sec_map iframe {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .sec_map {
    margin-bottom: 13.3333333333vw;
  }
  .sec_map iframe {
    height: 93.3333333333vw !important;
  }
}
@media all and (min-width: 961px) {
  .sec_map {
    margin-bottom: 120px;
  }
  .sec_map iframe {
    max-width: 1440px;
    height: 375px;
  }
}
.sec_alignment {
  margin: 0 auto;
}
.sec_alignment_inner_description {
  line-height: 2;
}
.sec_alignment_inner_title {
  font-weight: bold;
  position: relative;
  font-size: 20px;
  padding: 30px 0 0 28px;
  line-height: 20px;
}
.sec_alignment_inner_title::before {
  content: "";
  bottom: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  background: url("./../../assets/img/common/icon_naname@2x.png") no-repeat;
  background-size: cover;
}
.sec_alignment_inner p {
  margin-top: 30px !important;
}
.sec_alignment_inner_button {
  margin: 0 auto;
  background-color: #0d0000;
  position: relative;
  line-height: 1;
}
.sec_alignment_inner_button::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.sec_alignment_inner_button::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}
.sec_alignment_inner_button a {
  color: #fff;
  display: block;
  position: relative;
}
.sec_alignment_inner_button a::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  top: 50%;
}
.sec_alignment_inner_button a::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  transform: rotate(30deg);
  transform-origin: bottom right;
}
.sec_alignment_twitter {
  display: block;
  margin-top: 30px;
  text-align: center;
  transition: all 300ms ease;
}
.sec_alignment_twitter:hover {
  opacity: 0.7;
}

@media screen and (max-width: 960px) {
  .sec_alignment {
    width: 80vw !important;
    padding-bottom: 22.6666666667vw;
  }
  .sec_alignment_heading {
    font-size: 4.8vw;
    margin-bottom: 6.6666666667vw;
  }
  .sec_alignment_inner img {
    display: block;
    margin: 0 auto;
  }
  .sec_alignment_inner_description {
    font-size: 3.7333333333vw;
  }
  .sec_alignment_inner_description p {
    margin-top: 8vw;
    margin-bottom: 16vw;
  }
  .sec_alignment_inner_title {
    font-size: 3.7333333333vw;
    line-height: 3.7333333333vw;
    padding-top: 6.6666666667vw;
  }
  .sec_alignment_inner_title::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
  .sec_alignment_inner_button {
    width: 73.3333333333vw !important;
  }
  .sec_alignment_inner_button::before {
    left: -6.6666666667vw;
    border-width: 14vw 6.5vw 0 6.5vw;
  }
  .sec_alignment_inner_button::after {
    right: -6.6666666667vw;
    border-width: 0 6.5vw 14vw 6.5vw;
  }
  .sec_alignment_inner_button a {
    font-size: 3.7333333333vw;
    padding-top: 4.6666666667vw;
    padding-bottom: 4.6666666667vw;
  }
  .sec_alignment_inner_button a::before {
    width: 12.6666666667vw !important;
    right: 8.6666666667vw;
  }
  .sec_alignment_inner_button a::after {
    width: 2.6666666667vw !important;
    right: 8.6666666667vw;
    top: 6.5333333333vw;
  }
}
@media all and (min-width: 961px) {
  .sec_alignment {
    width: 800px;
    padding-bottom: 130px;
  }
  .sec_alignment_heading {
    font-size: 30px;
    margin-bottom: 85px;
  }
  .sec_alignment_inner {
    display: flex;
    justify-content: space-between;
  }
  .sec_alignment_inner_description {
    font-size: 16px;
  }
  .sec_alignment_inner_description p {
    margin: 50px 0 60px;
  }
  .sec_alignment_inner_button {
    width: 290px;
  }
  .sec_alignment_inner_button::before {
    left: -30px;
    border-width: 82px 30px 0 30px;
  }
  .sec_alignment_inner_button::after {
    right: -30px;
    border-width: 0 30px 82px 30px;
  }
  .sec_alignment_inner_button a {
    font-size: 16px;
    padding: 25px 0;
    transition: all 300ms ease;
  }
  .sec_alignment_inner_button a::before {
    width: 35px;
    right: 50px;
    transition: all 300ms ease;
  }
  .sec_alignment_inner_button a::after {
    width: 18px;
    right: 50px;
    top: 33px;
    transition: all 300ms ease;
  }
  .sec_alignment_inner_button:hover a {
    color: #ee0000;
  }
  .sec_alignment_inner_button:hover a::before {
    background-color: #ee0000;
  }
  .sec_alignment_inner_button:hover a::after {
    background-color: #ee0000;
  }
}
