@charset "UTF-8";

/* ---------------------------------------
メインビジュアル
--------------------------------------- */

.main_visual {
  position: relative;
  width: 100%;
  background: url(/assets/img/top/top_main.jpg) center center no-repeat;
  background-size: cover;
}

.mv_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 322px;
}

.mv_inner h2 {
  font-size: 113px;
  font-weight: bold;
  font-family: var(--mincho);
  color: #fff;
}

.mv_inner .h2_inner {
  font-size: 122px;
  font-family: var(--mincho);
  vertical-align: bottom;
}

.mv_inner .h2_sub {
  font-size: 68px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 980px) {
  .mv_inner h2 {
    font-size: 10vw;
  }

  .mv_inner .h2_inner {
    font-size: 12vw;
  }

  .mv_inner .h2_sub {
    font-size: 7.5vw;
  }
}

@media screen and (max-width: 720px) {
  .mv_inner {
    padding-top: 15vw;
    padding-bottom: 50vw;
  }
}

/* -------------------------------------------------------------
セクションパーツ
--------------------------------------------------------------*/
section {
  display: block;
  width: 100%;
}

.section_header h2 {
  color: #00acc2;
  font-size: 46px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_semibold);
}

.section_header h2 a {
  color: #00acc2;
}

.section_wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.arrow_wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.arrow_top,
.arrow_bottom {
  width: 7px;
  height: 25px;
  background: #000;
}

.arrow_top {
  transform: rotate(-45deg);
  margin-bottom: -12px;
}

.arrow_bottom {
  transform: rotate(45deg);
  margin-top: -12px;
}

.section_header {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.arrow_large {
  gap: 1em;
}

.arrow_large .arrow .arrow_top,
.arrow_large .arrow .arrow_bottom {
  background-color: #00acc2;
  width: 8px;
  height: 120px;
}

.arrow_large .arrow .arrow_top {
  margin-bottom: -40px;
}

.arrow_large .arrow .arrow_bottom {
  margin-top: -40px;
}

.circle_wrapper {
  display: flex;
  height: 10px;
  gap: 8px;
}

.foundation_circles {
  width: 70px;
}

.circle {
  display: block;
  width: 10px;
  height: 100%;
  border-radius: 50%;
  background-color: #00acc2;
}

.section_border {
  width: 100%;
}

.border_top,
.border_bottom {
  width: 100%;
  background: #00acc2;
}

.border_top {
  height: 20px;
  margin-bottom: 6px;
}

.border_bottom {
  height: 10px;
}

.minisec_header .header_mini {
  font-size: 28px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

@media screen and (max-width: 1220px) {
  .section_header h2 {
    font-size: 40px;
    white-space: nowrap;
  }

  .arrow_large .arrow .arrow_top,
  .arrow_large .arrow .arrow_bottom {
    width: 6px;
    height: 85px;
  }

  .arrow_large .arrow .arrow_top {
    margin-bottom: -29px;
  }

  .arrow_large .arrow .arrow_bottom {
    margin-top: -29px;
  }
}

@media screen and (max-width: 720px) {

  .arrow_top,
  .arrow_bottom {
    width: 5px;
    height: 20px;
  }

  .arrow_top {
    margin-bottom: -9px;
  }

  .arrow_bottom {
    margin-top: -9px;
  }

  .section_header {
    margin-bottom: 1em;
  }

  .section_header h2 {
    font-size: 26px;
  }

  .arrow_large .arrow .arrow_top,
  .arrow_large .arrow .arrow_bottom {
    width: 4px;
    height: 40px;
  }

  .arrow_large .arrow .arrow_bottom {
    margin-top: 15px;
  }

  .circle_wrapper {
    gap: 1px;
  }

  .circle {
    transform: scale(0.7);
  }
}

/* -------------------------------------------------------------
ニュースセクション
--------------------------------------------------------------*/
.news {
  width: 100%;
  margin: 60px auto 0;
}

.news_header {
  align-items: center;
}

.news_header h3 {
  font-size: 52px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.news_header .arrow_wrapper {
  margin-left: 45px;
  margin-top: 10px;
}

.news_item {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 3fr;
  margin-top: 1em;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.news_date {
  text-align: center;
}

.even,
.odd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 35px;
  text-align: center;
  position: relative;
}

.odd {
  background-color: #00acc2;
  color: #fff;
}

.even {
  width: 248px;
  background-color: #fff;
  border: 1px solid #00acc2;
  color: #00acc2;
}

.news_item svg {
  display: block;
  width: 9%;
  position: absolute;
  left: 19px;
}

.news_item .even svg .cls-1 {
  stroke: #fff;
}

.news_item .odd svg .cls-1 {
  stroke: #00acc2;
}


.add_desc {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.add_desc h2 {
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.add_desc span {
  font-size: 12px;
  margin-top: 2px;
  color: #7f7f80;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

.news_link {
  width: 100%;
}

.news_link {
  text-align: right;
  font-family: var(--noto_san);
  font-weight: var(--noto_medium);
}

@media screen and (max-width: 1220px) {
  .news_header h3 {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .news_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    gap: 8px;
    font-size: 18px;
  }

  .news_item .odd,
  .news_item .even {
    width: 100%;
  }

  .news_item .news_date {
    padding-left: 3%;
  }

  .const_center h2 {
    text-align: center;
  }

  .news_item .add_desc span {
    margin-top: 3px;
  }

  .news_item svg {
    width: 4%;
  }
}

@media screen and (max-width: 720px) {
  .news_header h3 {
    font-size: 34px;
  }

  .news_item .add_desc h2 {
    font-size: 16px;
  }

  .news_item .news_date {
    font-size: 16px;
  }

  .news_link {
    font-size: 18px;
    margin-top: 1em;
  }

  .news_item svg {
    width: 7%;
  }
}

/* -------------------------------------------------------------
協会設立の趣旨
--------------------------------------------------------------*/
.foundation {
  margin-top: 96px;
}

.foundation_header {
  gap: 3em;
}

.foundation_header h2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-right: 16px;
}

.foundation_header .foundation_circles {
  padding-top: 1.5em;
}

.foundation_contents {
  background: url(/assets/img/top/top_01_bg.jpg) center center no-repeat;
}

.foundation_mv {
  display: flex;
  gap: 2em;
  padding-top: 55px;
  padding-bottom: 140px;
}

.foundation_mv p {
  display: block;
  width: 60%;
  padding-top: 2em;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  font-size: 22px;
}

.foundation img {
  display: block;
  width: 40%;
}

.goal_wrapper {
  width: 100%;
  background: #00acc2;
  position: relative;
  padding-bottom: 2em;
}

.foundation_name {
  display: block;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 100px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  text-align: center;
  color: #fff;
  opacity: 0.7;
  position: absolute;
  top: -82px;
}

.foundation_goal {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.foundation_goal h2 {
  font-size: 46px;
  color: #fff;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  padding-top: 90px;
  margin-bottom: 40px;
}

.foundation_goal ol li {
  font-size: 22px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  margin-left: 30px;
}

.foundation_goal img {
  position: relative;
  left: 50%;
  width: 42%;
}

.members_header h2 {
  margin-top: 52px;
  margin-bottom: 26px;
}

.members_list {
  width: 100%;
  background: #c8c8c8;
  padding: 30px 0;
}

.members_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.members_list ul {
  display: block;
  margin: 0 auto;
}

.members_list ul li {
  display: block;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  font-size: 24px;
}

.members_list ul li::before {
  content: "●";
  font-size: 18px;
}

.jp_syllabary {
  display: block;
  font-size: 1.3em;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 1220px) {
  .members_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .members_inner ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .members_inner ul li {
    display: flex;
    align-items: center;
    font-size: 1em;
  }

  .jp_syllabary {
    font-size: 1em;
  }

  .foundation_name {
    font-size: 85px;
    top: -71px;
  }

  .foundation_goal h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 980px) {
  .members_inner {
    grid-template-columns: 2fr 1fr;
  }

  .foundation_mv p {
    font-size: 18px;
  }

  .foundation_name {
    font-size: 70px;
    top: -60px;
  }

  .foundation_goal img {
    left: 0;
    right: 0;
    width: 75%;
    margin: 0 auto;
    margin-top: 1em;
  }
}

@media screen and (max-width: 720px) {
  .foundation_header .foundation_circles {
    padding-top: 10px;
  }

  .foundation_mv {
    flex-direction: column;
    padding-bottom: 20vw;
  }

  .foundation_mv p {
    font-size: 16px;
    width: 100%;
    padding-top: 0;
  }

  .foundation img {
    width: 90%;
    margin: 0 auto;
  }

  .foundation_name {
    font-size: 10vw;
    top: -8vw;
    opacity: 0.85;
  }

  .foundation_goal h2 {
    font-size: 24px;
    padding-top: 14vw;
    margin-left: 2vw;
    margin-bottom: 6vw;
  }

  .foundation_goal ol li {
    font-size: 16px;
    margin-left: 2vw;
  }

  .members_header h2 {
    margin-bottom: 0;
  }

  .members_inner {
    grid-template-columns: 1fr;
  }

  .members_inner ul li {
    font-size: 15px;
  }

  .members_list ul li::before {
    font-size: 16px;
  }
}

/* -------------------------------------------------------------
圧力管更生工法ラインアップ
--------------------------------------------------------------*/
.const_header {
  align-items: flex-end;
  margin-top: 82px;
}

.const_header .header_mini {
  font-size: 28px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.const_header .header_sub span {
  font-size: 20px;
  margin-left: -1em;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
}

.header_left {
  width: 55%;
}

.header_center {
  width: 30%;
  text-align: left;
}

.header_right {
  width: 15%;
  margin-bottom: -2em;
}

.const_contents {
  display: grid;
  width: 100%;
  grid-template-columns: 2fr 2fr 1fr;
  margin-top: 2em;
}

.const_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.const_right {
  background: #00acc2;
}

.const_center h2 {
  display: block;
  font-family: var(--noto_sans);
  font-weight: var(--noto_black);
  font-size: 22px;
  background: #e5e5e6;
  padding-left: 12px;
}

.const_center .const_tex {
  font-size: 15px;
}

.const_center .const_kouhou {
  font-size: 20px;
}

.const_center .const_desc {
  font-size: 18px;
}

.const_center p {
  margin-top: 14px;
  margin-bottom: 22px;
  margin-left: 1em;
  font-size: 14px;
  font-family: var(--noto_sans);
  font-weight: var(--noto_semibold);
}

.const_center .note {
  margin-top: 2px;
  margin-bottom: 0;
}

.const_center table {
  width: 97%;
  margin: 0 auto;
}

.const_center table th,
.const_center table td {
  border-collapse: collapse;
  border: 1px solid #000;
}

.const_center table th {
  width: 15%;
  font-family: var(--noto_sans);
  font-weight: var(--noto_bold);
  border-left: none;
  font-size: 16px;
  background: #eeeeef;
  text-align: center;
}

.const_center table td {
  border-right: none;
  font-family: var(--noto_sans);
  font-weight: var(--noto_medium);
  text-indent: 1em;
}

.const_center figure {
  display: block;
  margin-bottom: 1.5em;
}

.const_center figcaption {
  display: block;
  margin-left: 1em;
  color: #3F8DC8;
  font-weight: var(--noto_bold);
}

.const_center img {
  width: 74%;
  margin-top: 12px;
  margin-left: 1em;
  margin-bottom: -8px;
}

.const_bottom {
  display: none;
}

.how_wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  margin-top: 40px;
  gap: 1em;
  align-items: center;
  font-family: var(--noto_sans);
}

.how_images {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.icon_header {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.icon_header img {
  width: 20px;
  height: 20px;
  position: relative;
}

.icon_header .strong {
  top: 7px;
}

.icon_header .supply {
  top: -13px;
}

.icon_header .span {
  top: 2px;
}

.icon_header .thirty,
.icon_header .jwwa,
.icon_header .regenerate {
  top: 7px;
}

.how_wrapper .how_left p {
  font-size: 18px;
  font-weight: var(--noto_medium);
}

.icon_header h3 {
  font-size: 26px;
  font-weight: var(--noto_bold);
}

.how_wrapper .how_center img,
.how_wrapper .how_right img {
  width: 100%;
}

.attribute_wrapper {
  margin-top: 26px;
}

.atr_list {
  display: flex;
  align-items: flex-start;
  width: 93%;
  gap: 8%;
  margin: 0 auto;
  margin-top: 20px;
}

.atr_list ul li {
  width: 100%;
  margin-top: 8px;
}

.atr_list ul li .icon_header h3 {
  font-size: 20px;
}

.atr_list ul li ul li {
  display: flex;
  font-size: 16px;
  margin-top: 0;
  margin-left: 20px;
}

.list_icon {
  align-items: flex-start;
  line-height: 0.8;
}

.list_icon span {
  font-size: 13px;
}

.atr_list .ul_right {
  margin-top: -8px;
}

.atr_list .ul_right li {
  margin-top: 16px;
}

.dt_br {
  display: inline;
}

.note_br {
  display: none;
}

.nonbr {
  display: inline;
}

.how_border {
  margin-top: 2em;
}

@media screen and (max-width: 1220px) {
  .header_left {
    position: relative;
  }

  .header_center span {
    position: absolute;
    left: 48px;
    margin-top: -0.5%;
  }

  .header_right {
    position: absolute;
    left: 60%;
  }

  .const_contents {
    grid-template-columns: repeat(2, 1fr);
  }

  .const_right,
  .const_bottom {
    display: block;
    width: 100%;
    height: 20px;
    background-color: #00acc2;
  }

  .tex_bottom {
    margin-bottom: 1em;
  }

  .atr_list {
    width: 98%;
    left: 60%;
    gap: 0;
    flex-direction: column;
  }
}

@media screen and (max-width: 980px) {

  .const_center h2,
  .const_center p {
    padding-left: 0;
  }

  .const_header .header_right {
    left: 82%;
  }

  .const_center h2 {
    text-align: center;
  }

  .const_center p {
    display: block;
    width: 95%;
    margin: 10px auto;
  }

  .const_contents {
    grid-template-columns: minmax(100%, 1fr);
  }

  .how_wrapper {
    grid-template-columns: minmax(100%, 1fr);
  }
}

@media screen and (max-width: 720px) {
  .const_header .header_mini {
    font-size: 5vw;
  }

  .const_header .header_left h2 {
    font-size: 26px;
  }

  .const_header .header_sub span {
    font-size: 5vw;
    margin-left: 0;
    left: 2.4%;
  }

  .const_header .header_right {
    left: 70%;
  }

  .const_header .header_right {
    margin-bottom: -5em;
    left: 78%;
  }

  .const_contents {
    margin-top: 6em;
  }

  .const_center table th {
    width: 25%;
    padding: 12px;
    white-space: nowrap;
  }

  .const_center img {
    width: 90%;
    margin-top: 26px;
  }

  .const_center h2 {
    line-height: 1.5;
  }

  .const_center td span {
    display: block;
    padding-left: 4px;
    text-indent: 0;
  }

  .how_images {
    flex-direction: column;
    gap: 1em;
  }

  .note_br {
    display: inline;
  }

  .sp_nonbr {
    display: none;
  }

  .icon_header h3 {
    font-size: 18px;
  }

  .how_wrapper .how_left p {
    font-size: 16px;
  }

  .atr_list ul li {
    font-size: 5vw;
  }

  .atr_list ul li .icon_header h3 {
    font-size: 16px;
  }

  .atr_list ul li ul li {
    margin: 0;
    font-size: 13px;
    padding-left: 5%;
  }

  .icon_header .span {
    top: -12px;
  }

  .list_icon div {
    line-height: 0.2;
  }

  .list_icon span {
    font-size: 11px;
  }

  .nonbr {
    display: none;
  }
}

/* -------------------------------------------------------------
ダウンロード
--------------------------------------------------------------*/
.download {
  margin-top: 28px;
}

.download .hedaer_left{
  position: relative;
}

.download .header_left .download_btn{
  display: block;
  width: 15em;
  position: absolute;
  bottom: -11em;
  text-align: center;
  color: #fff;
  background: #00acc2;
  text-decoration: none;
  padding: 1em 3em;
  border-radius: 15px;
  font-size: 1.2em;
  font-weight: var(--noto_semibold);
}

.minisec_wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 76px;
  position: relative;
}

.minisec_wrapper .left_content,
.minisec_wrapper .right_content {
  width: 50%;
}

.minisec_wrapper .left_content .header_left,
.minisec_wrapper .left_content .header_righht {
  width: auto;
}

.minisec_wrapper .left_content .minisec_header {
  align-items: flex-end;
  gap: 4em;
}

.minisec_wrapper .right_content img {
  position: absolute;
  width: 300px;
  top: 60px;
  left: 40vw;
  display: block;
  transform: rotate(20deg);
  -moz-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 17px 17px 20px 3px rgba(0, 0, 0, 0.4);
}

.minisec_bottom {
  background: #c8c8c8;
  height: 327px;
  margin-top: 2em;
}

.minisec_bottom .download_btn{
  display: none;
}

.section_cover {
  margin-top: -2em;
}

@media screen and (max-width: 1220px) {
  .minisec_header .header_right {
    left: 38%;
  }

  .minisec_wrapper .right_content img{
    left: 54vw;
  }
}

@media screen and (max-width: 980px) {
  .minisec_header .header_right {
    left: 60%;
  }

  .minisec_wrapper .right_content img {
    width: 260px;
    left: 55vw;
    top: 148px;
  }

  .minisec_bottom {
    height: 305px;
    margin-top: 2em;
  }

  .download .header_left .download_btn{
    bottom: -10em;
  }
}

@media screen and (max-width: 720px) {
  .minisec_wrapper .right_content img {
    width: 14em;
    top: 30vw;
    left: 29%;
    box-shadow: 10px 6px 15px 3px rgba(0, 0, 0, 0.4);
  }

  .minisec_header .header_mini {
    font-size: 20px;
  }

  .download .minisec_header .header_right {
    left: 74%;
    margin-bottom: 0;
  }

  .download .header_left .download_btn{
    display: none;
  }

  .minisec_bottom{
    display: flex;
    height: 33em;
    justify-content: center;
    align-items: flex-end;
  }

  .minisec_bottom .download_btn{
    display: block;
    width: 60%;
    margin-bottom: 3em;
    text-align: center;
    color: #fff;
    background: #00acc2;
    text-decoration: none;
    padding: 1em 3em;
    border-radius: 15px;
    font-size: 1.2em;
    font-weight: var(--noto_semibold);
  }
}

/* -------------------------------------------------------------
協会はこちら
--------------------------------------------------------------*/

.section_access .minisec_wrapper .access_content {
  width: 100%;
}

.access_wrapper {
  display: block;
}

.access_bottom {
  width: 100%;
  background: #dde4e5;
  margin-top: 30px;
}
.access_bottom h2 {
  padding-top: 46px;
  font-size: 1.8em;
  font-weight: bold;
}
.access_bottom h3 {
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.access_bottom p {
  padding-bottom: 64px;
}
.access_inner {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 46px;
  padding-bottom: 64px;
  gap: 2em;
}

.access_left,
.access_right {
  width: 49%;
  font-family: var(--noto_sans);
}

.access_left address,
.access_right address{
  line-height: 1.5;
}

.access_right address,
.access_right span {
  /* font-weight: var(--noto_medium); */
  white-space: nowrap;
}
/*
.access_right address {
  display: flex;
  flex-direction: row;
  width: 100%;
}*/

.access_right address span {
  display: block;
}
.access_inner p {
  display: block;
  min-height: 2em;
}
.access_inner iframe {
  display: block;
  margin-top: 0.5em;
  width: 100%;
  aspect-ratio: 12/8;
}

.access_tel {font-size: 1.2em;}

@media screen and (max-width: 990px) {
  .access_inner iframe {
    width: 100%;
    aspect-ratio: 2/1.7;
  }
  .access_bottom {padding-bottom: 1em;}
}

@media screen and (max-width: 720px) {
  .access_inner {flex-wrap: wrap; gap: 4em;}
  .access_inner iframe {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .access_left,
  .access_right {width: 100%;}
  .access_bottom {padding-bottom: 2em;}
}

@media (hover:hover) {
  a:hover {opacity: 0.8;}
}

@media (orientation: landscape) and (max-width: 670px) {
  .download .minisec_header .header_right {
    left: 40%;
  }

  .minisec_wrapper .right_content img {
    top: 14vw;
    left: initial;
    right: 20vw;
  }

  .section_access .minisec_header .header_right {
    left: 35%;
  }
}


/* -------------------------------------------------------------
ポップ
--------------------------------------------------------------*/
.pop_main {
  position: absolute;
  top: 5%;
  right: 3%;
  z-index: 2;
}
.pop_main a:hover {
  filter: contrast(1.5);
  opacity: 1;
}
.pop_main a img {
  display: block;
  max-width: 320px;
}

.pop_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  background: url('/assets//img/top/pop_bnr_bg.png') no-repeat center;
  background-size: cover;
}
.pop_bnr a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
.pop_bnr a:hover {
  filter: contrast(1.5);
  opacity: 1;
}
.pop_bnr a figure {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  padding: 0 1em;
  box-sizing: border-box;
  text-align: center;
}
.pop_bnr a figure img {width: 100%; max-height: 66px;}

@media all and (max-width: 1200px) {
  .pop_main {top: auto; bottom: 5%;}
  .footer_arw {height: calc(10vw + 1em); right: 30px;}
}
@media all and (max-width: 720px) {
  .pop_main a img {max-width: 240px;}
  .footer_arw {right: 20px;}
}
@media all and (max-width: 480px) {
  .pop_main a img {max-width: 180px;}
  .footer_arw {right: 20px;}
}