.header_area {
  height: 83px;
}
@media screen and (max-width: 1217px) {
  .win .header_area {
    height: 70px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .header_area {
    height: 70px;
  }
}
@media screen and (max-width: 784px) {
  .win .header_area {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header_area {
    height: 60px;
  }
}

.header {
  height: 83px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: white;
  width: 100%;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1217px) {
  .win .header {
    height: 70px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .header {
    height: 70px;
  }
}
@media screen and (max-width: 784px) {
  .win .header {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 980;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 0.8;
}
.header.is-fixed:hover {
  opacity: 1;
}
.header:before {
  content: "";
  display: block;
  height: 1px;
  background: #00ABA3;
  position: absolute;
  top: 0;
  left: 0;
  width: 61.5384615385vw;
}
@media screen and (max-width: 784px) {
  .win .header:before {
    width: 220px;
  }
}
@media screen and (max-width: 767px) {
  .header:before {
    width: 220px;
  }
}
.header .header-left {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-inline: 25px;
}
@media screen and (max-width: 784px) {
  .win .header .header-left {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left {
    padding-inline: 10px;
  }
}
.header .header-left .logo_header {
  transition: opacity 0.3s;
  margin-right: 50px;
}
@media screen and (max-width: 784px) {
  .win .header .header-left .logo_header {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left .logo_header {
    margin-right: 0;
  }
}
@media screen and (min-width: 785px) {
  .win .header .header-left .logo_header:not(.is-sp .win .header .header-left .logo_header):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .header .header-left .logo_header:not(.is-sp .header .header-left .logo_header):hover {
    opacity: 0.7;
  }
}
.header .header-left .logo_header img {
  width: 256px;
  display: block;
}
@media screen and (max-width: 1217px) {
  .win .header .header-left .logo_header img {
    width: 233px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .header .header-left .logo_header img {
    width: 233px;
  }
}
@media screen and (max-width: 784px) {
  .win .header .header-left .logo_header img {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left .logo_header img {
    width: 200px;
  }
}
.header .header-left .gnav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .header .header-left .gnav {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-left .gnav {
    display: none;
  }
}
.header .header-left .gnav .nav_item {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1216px) {
  .win .header .header-left .gnav .nav_item:not(.is-sp .header .header-left .gnav .nav_item):hover .item_title:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .header .header-left .gnav .nav_item:not(.is-sp .header .header-left .gnav .nav_item):hover .item_title:before {
    width: 100%;
  }
}
.header .header-left .gnav .nav_item.is-current .item_title:before {
  width: 100%;
}
.header .header-left .gnav .nav_item .nav_link {
  height: 100%;
  text-decoration: none;
  padding-inline: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-left .gnav .nav_item .item_title {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 2px;
  position: relative;
}
.header .header-left .gnav .nav_item .item_title:before {
  content: "";
  display: block;
  height: 1px;
  background: #CEAA43;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  transition: width ease-in 0.3s;
}
.header .header-left .gnav .nav_item .gnav-sub {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding-block: 30px;
  z-index: 1000;
  display: none;
}
.header .header-left .gnav .nav_item .gnav-sub .nav_link-sub {
  display: block;
  padding-block: 10px;
  padding-inline: 20px;
  text-align: left;
  line-height: 1.5;
  text-decoration: none;
  color: white;
  font-size: 13px;
  position: relative;
}
.header .header-left .gnav .nav_item .gnav-sub .nav_link-sub:before {
  content: "";
  display: block;
  background: #CEAA43;
  height: 1px;
  width: 10px;
  position: absolute;
  top: 19px;
  left: 0;
}
.header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 30px;
}
@media screen and (max-width: 784px) {
  .win .header .header-right {
    padding-right: 70px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-right {
    padding-right: 70px;
  }
}
.header .header-right .langs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 20px;
}
@media screen and (max-width: 784px) {
  .win .header .header-right .langs {
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-right .langs {
    column-gap: 15px;
  }
}
.header .header-right .langs a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width: 784px) {
  .win .header .header-right .langs a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-right .langs a {
    font-size: 12px;
  }
}
.header .header-right .langs a.is-active {
  text-decoration: underline;
  text-decoration-color: #CEAA43;
  text-underline-offset: 10px;
}
.header .header-right .btn_contact {
  text-decoration: none;
  height: 100%;
  display: block;
  background: #00ABA3;
  color: white;
  font-size: 15px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: solid 2px #CEAA43;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .header .header-right .btn_contact {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header .header-right .btn_contact {
    display: none;
  }
}

.footer {
  background: white;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .footer {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .footer {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 784px) {
  .win .footer {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}
.footer .inner {
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .footer .inner {
    max-width: 820px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .inner {
    max-width: 820px;
  }
}
@media screen and (max-width: 784px) {
  .win .footer .inner {
    padding: 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding: 0 0 40px;
  }
}
.footer .footer_top {
  padding-block: 70px 50px;
}
@media screen and (max-width: 784px) {
  .win .footer .footer_top {
    padding-block: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    padding-block: 0;
  }
}
.footer .footer_top .footer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 1217px) {
  .win .footer .footer_top .footer_nav {
    justify-content: space-between;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .footer .footer_top .footer_nav {
    justify-content: space-between;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .footer .footer_top .footer_nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_top .footer_nav {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 784px) {
  .win .footer .footer_top .footer_nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_nav {
    justify-content: flex-start;
  }
}
.footer .footer_top .footer_nav .nav_item {
  flex-grow: 1;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .footer .footer_top .footer_nav .nav_item {
    flex: none;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_top .footer_nav .nav_item {
    flex: none;
  }
}
@media screen and (max-width: 784px) {
  .win .footer .footer_top .footer_nav .nav_item {
    height: 60px;
    width: 50%;
    border-bottom: solid 1px #CECECE;
  }
  .win .footer .footer_top .footer_nav .nav_item:nth-of-type(even) {
    border-left: solid 1px #CECECE;
  }
  .win .footer .footer_top .footer_nav .nav_item:last-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_nav .nav_item {
    height: 60px;
    width: 50%;
    border-bottom: solid 1px #CECECE;
  }
  .footer .footer_top .footer_nav .nav_item:nth-of-type(even) {
    border-left: solid 1px #CECECE;
  }
  .footer .footer_top .footer_nav .nav_item:last-of-type {
    width: 100%;
  }
}
.footer .footer_top .footer_nav .nav_item .nav_link {
  text-decoration: none;
  font-size: 18px;
  color: #444444;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 784px) {
  .win .footer .footer_top .footer_nav .nav_item .nav_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_nav .nav_item .nav_link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 1216px) {
  .win .footer .footer_top .footer_nav .nav_item .nav_link:not(.is-sp .footer .footer_top .footer_nav .nav_item .nav_link):hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer_top .footer_nav .nav_item .nav_link:not(.is-sp .footer .footer_top .footer_nav .nav_item .nav_link):hover:before {
    width: 100%;
  }
}
.footer .footer_top .footer_nav .nav_item .nav_link:before {
  content: "";
  display: block;
  background: #CEAA43;
  width: 0;
  left: 0;
  bottom: -2px;
  position: absolute;
  height: 1px;
  transition: width 0.3s;
}
.footer .footer_top .footer_nav .nav_item .footer_nav-sub {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 15px;
}
@media screen and (max-width: 784px) {
  .win .footer .footer_top .footer_nav .nav_item .footer_nav-sub {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top .footer_nav .nav_item .footer_nav-sub {
    display: none;
  }
}
.footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub {
  text-decoration: none;
  font-size: 12px;
  color: #444444;
  position: relative;
}
@media screen and (min-width: 1216px) {
  .win .footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub:not(.is-sp .footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub):hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub:not(.is-sp .footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub):hover:before {
    width: 100%;
  }
}
.footer .footer_top .footer_nav .nav_item .footer_nav-sub .nav_link-sub:before {
  content: "";
  display: block;
  background: #CEAA43;
  width: 0;
  left: 0;
  bottom: -2px;
  position: absolute;
  height: 1px;
  transition: width 0.3s;
}
.footer .footer_bottom {
  padding-block: 30px 60px;
  border-top: solid 1px #CECECE;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1217px) {
  .win .footer .footer_bottom {
    row-gap: 60px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .footer .footer_bottom {
    row-gap: 60px;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .footer .footer_bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .footer .footer_bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 784px) {
  .win .footer .footer_bottom {
    row-gap: 40px;
    border: none;
    padding-block: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom {
    row-gap: 40px;
    border: none;
    padding-block: 30px 0;
  }
}
.footer .footer_bottom .tour {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 40px;
  flex: 1;
}
@media screen and (max-width: 784px) {
  .win .footer .footer_bottom .tour {
    flex-direction: column;
    column-gap: 0;
    row-gap: 15px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .tour {
    flex-direction: column;
    column-gap: 0;
    row-gap: 15px;
    align-items: center;
  }
}
.footer .footer_bottom .tour .tour_link {
  text-decoration: none;
  font-size: 14px;
  color: #444444;
  position: relative;
}
@media screen and (min-width: 1216px) {
  .win .footer .footer_bottom .tour .tour_link:not(.is-sp .footer .footer_bottom .tour .tour_link):hover:before {
    width: 100%;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer_bottom .tour .tour_link:not(.is-sp .footer .footer_bottom .tour .tour_link):hover:before {
    width: 100%;
  }
}
.footer .footer_bottom .tour .tour_link:before {
  content: "";
  display: block;
  background: #CEAA43;
  width: 0;
  left: 0;
  bottom: -2px;
  position: absolute;
  height: 1px;
  transition: width 0.3s;
}
.footer .footer_bottom .logo_footer.is-en .logo_footer_img {
  width: 256px;
}
.footer .footer_bottom .logo_footer .logo_footer_img {
  display: block;
  width: 338px;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .footer .footer_bottom .logo_footer .logo_footer_img:not(.is-sp .footer .footer_bottom .logo_footer .logo_footer_img):hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1199px) {
  .footer .footer_bottom .logo_footer .logo_footer_img:not(.is-sp .footer .footer_bottom .logo_footer .logo_footer_img):hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 784px) {
  .win .footer .footer_bottom .logo_footer .logo_footer_img {
    width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_bottom .logo_footer .logo_footer_img {
    width: 256px;
  }
}
.footer .footer_bottom .logo_footer .logo_footer_img img {
  width: 100%;
}

.section_copy {
  border-top: solid 1px #CCC854;
  background: #292929 url(../img/footer/bg_footer.png) top left/auto 100% no-repeat;
  padding-block: 20px;
  padding-right: 60px;
}
@media screen and (max-width: 1217px) {
  .win .section_copy {
    padding-block: 25px;
  }
}
@media screen and (min-width:768px) and (max-width: 1200px) {
  .section_copy {
    padding-block: 25px;
  }
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section_copy {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .section_copy {
    padding-right: 0;
  }
}
@media screen and (max-width: 784px) {
  .win .section_copy {
    padding-block: 40px;
    background: #292929 url(../img/footer/bg_footer@sp.png) center/100% auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .section_copy {
    padding-block: 40px;
    background: #292929 url(../img/footer/bg_footer@sp.png) center/100% auto no-repeat;
  }
}
.section_copy .copy {
  color: white;
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .section_copy .copy {
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .section_copy .copy {
    text-align: center;
  }
}

.btn_drawer {
  display: none;
  width: 70px;
  height: 70px;
  background: #00ABA3 url(../img/drawer/icon_line_drawer.png) center/41px auto no-repeat;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 990;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .btn_drawer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .btn_drawer {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 784px) {
  .win .btn_drawer {
    width: 60px;
    height: 60px;
    background: #00ABA3 url(../img/drawer/icon_line_drawer@sp.png) center/33px auto no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .btn_drawer {
    width: 60px;
    height: 60px;
    background: #00ABA3 url(../img/drawer/icon_line_drawer@sp.png) center/33px auto no-repeat;
  }
}

.drawer_mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  display: none;
}

.drawer {
  background: #00ABA3;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
  padding-block: 90px 25px;
  width: 380px;
  height: 100dvh;
  flex-direction: column;
}
.drawer .btn_close_drawer {
  width: 25px;
  height: 25px;
  background: transparent url(../img/drawer/icon_drawer_close.png) center/contain no-repeat;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .drawer .btn_close_drawer {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .drawer .btn_close_drawer {
    display: block;
  }
}
.drawer .drawer_scroller {
  padding-right: 15px;
  max-height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.drawer .drawer_scroller .iScrollVerticalScrollbar {
  overflow: hidden;
  position: absolute;
  background-color: #D1D1D1;
  border-radius: 4px;
  z-index: 9999;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}
.drawer .drawer_scroller .iScrollIndicator {
  position: absolute;
  background: #CEAA43;
  width: 2px;
  left: 0;
}
.drawer .drawer_nav {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 25px;
  padding-bottom: 100px;
}
.drawer .drawer_nav .nav_item {
  width: 100%;
}
.drawer .drawer_nav .nav_item .nav_link {
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 2;
  color: white;
  text-align: center;
}
.drawer .drawer_nav .drawer_nav-sub {
  margin-top: 10px;
}
.drawer .drawer_nav .drawer_nav-sub .nav_link-sub {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  position: relative;
  padding-left: 16px;
}
.drawer .drawer_nav .drawer_nav-sub .nav_link-sub:not(:first-of-type) {
  margin-top: 20px;
}
.drawer .drawer_nav .drawer_nav-sub .nav_link-sub:before {
  content: "";
  display: block;
  height: 2px;
  background: #CEAA43;
  width: 11px;
  position: absolute;
  top: 10px;
  left: 0;
}

.breads {
  background: #222222;
}
.breads .bread_inner {
  max-width: 1100px;
  margin-inline: auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  column-gap: 8px;
}
@media screen and (min-width: 785px) and (max-width: 1217px) {
  .win .breads .bread_inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1200px) {
  .breads .bread_inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 784px) {
  .win .breads .bread_inner {
    overflow: scroll;
  }
}
@media screen and (max-width: 767px) {
  .breads .bread_inner {
    overflow: scroll;
  }
}
.breads .bread_link {
  color: #CEAA43;
  font-size: 11px;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  padding-inline: 40px;
  padding-block: 10px;
  text-decoration: none;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1216px) {
  .win .breads .bread_link:not(.is-sp .breads .bread_link):hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 1199px) {
  .breads .bread_link:not(.is-sp .breads .bread_link):hover {
    text-decoration: none;
  }
}
.breads .bread_link:not(:first-of-type) {
  z-index: 0;
}
.breads .bread_link:not(:first-of-type):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: solid 1px white;
  transform: skewX(30deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.breads .bread_text {
  color: white;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  position: relative;
  padding-inline: 40px;
  padding-block: 10px;
  z-index: 1;
  letter-spacing: 2px;
}
.breads .bread_text:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-left: solid 1px white;
  transform: skewX(30deg);
  position: absolute;
  top: 0;
  left: 0;
  background: #434343;
  z-index: -1;
}

.popup_box {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
}
.popup_box .popup_box_inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px 20px 100px;
}
.popup_box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.popup_box .popup_close {
  font-size: 22px;
  color: white;
  font-weight: 500;
  border: solid 1px white;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  background: none;
  padding: 10px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  white-space: nowrap;
}
.popup_box .popup_close:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url(../img/common/icon_popup_close.png) center/contain no-repeat;
}

.popup_box_long {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 40px 20px 100px;
}
@media screen and (max-width: 784px) {
  .win .popup_box_long {
    padding: 40px 10px 100px 20px;
  }
}
@media screen and (max-width: 767px) {
  .popup_box_long {
    padding: 40px 10px 100px 20px;
  }
}
.popup_box_long .popup_box_inner {
  max-width: 1200px;
  height: 100%;
  position: relative;
}
.popup_box_long .popup_scroller {
  padding-right: 15px;
  max-height: 100%;
  position: relative;
  overflow: hidden;
}
.popup_box_long .popup_scroller .iScrollVerticalScrollbar {
  overflow: hidden;
  position: absolute;
  background-color: #D1D1D1;
  border-radius: 4px;
  z-index: 9999;
  width: 2px;
  top: 0;
  right: 0;
  bottom: 0;
}
.popup_box_long .popup_scroller .iScrollIndicator {
  position: absolute;
  background: #00ABA3;
  width: 2px;
  left: 0;
}
.popup_box_long .popup_content_title {
  font-size: 20px;
  font-weight: 400;
  border-bottom: solid 1px #CEAA43;
  padding-bottom: 10px;
  line-height: 1;
  margin-bottom: 20px;
  color: white;
  width: fit-content;
}
.popup_box_long .popup_content_text {
  color: white;
  margin-bottom: 30px;
}
.popup_box_long picture {
  display: block;
}
.popup_box_long picture img {
  width: 100%;
}
.popup_box_long .popup_close {
  font-size: 24px;
  color: white;
  font-weight: 400;
  border: solid 1px white;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
  background: none;
  padding: 6px 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  white-space: nowrap;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1216px) {
  .win .popup_box_long .popup_close:not(.is-sp .popup_box_long .popup_close):hover {
    background: white;
    color: #444444;
  }
  .win .popup_box_long .popup_close:not(.is-sp .popup_box_long .popup_close):hover:after {
    background: url(../img/common/icon_popup_close-on.png) center/contain no-repeat;
  }
}
@media screen and (min-width: 1199px) {
  .popup_box_long .popup_close:not(.is-sp .popup_box_long .popup_close):hover {
    background: white;
    color: #444444;
  }
  .popup_box_long .popup_close:not(.is-sp .popup_box_long .popup_close):hover:after {
    background: url(../img/common/icon_popup_close-on.png) center/contain no-repeat;
  }
}
@media screen and (max-width: 784px) {
  .win .popup_box_long .popup_close {
    font-size: 20px;
    width: calc(100% - 40px);
    padding-inline: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .popup_box_long .popup_close {
    font-size: 20px;
    width: calc(100% - 40px);
    padding-inline: 0;
    text-align: center;
  }
}
.popup_box_long .popup_close:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_popup_close.png) center/contain no-repeat;
  transition: background 0.3s;
}

.popup {
  width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 784px) {
  .win .popup {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .popup {
    width: 100%;
  }
}
.popup.is-half {
  width: 210px;
}
@media screen and (max-width: 784px) {
  .win .popup.is-half {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .popup.is-half {
    width: 60%;
  }
}
@media screen and (min-width: 785px) {
  .win .popup:not(.is-sp .win .popup):hover .popup_inner {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .popup:not(.is-sp .popup):hover .popup_inner {
    opacity: 0.7;
  }
}
.popup .popup_inner {
  position: relative;
  transition: opacity 0.3s;
  border: solid 1px #707070;
}
.popup .popup_img {
  width: 100%;
  cursor: pointer;
  box-sizing: border-box;
}
.popup .popup_img img {
  width: 100%;
}
.popup .btn_expand {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #3D6401 url(../img/common/icon_expand.png) center/19px auto no-repeat;
  border: solid 1px white;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
}
@media screen and (max-width: 784px) {
  .win .popup .btn_expand {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .popup .btn_expand {
    display: none;
  }
}