@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
html {
  /*remで指定しない時は切ること*/
  font-size: 62.5%;
}

body {
  position: relative;
  color: #231815;
  font-size: 1.3rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.8;
  width: 100%;
  /*スマホの文字の大きさ一定*/
  -webkit-text-size-adjust: 100%;
  /*アンチエイリアス*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 920px) {
  body {
    font-size: 1.5rem;
  }
}

#wrap {
  overflow: hidden;
}

/*breakpoint display*/
.sp_360 {
  display: block;
}

.sp_min {
  display: block;
}

.sp_min_inline {
  display: inline-block;
}

.sp {
  display: block;
}

.sp_inline {
  display: inline-block;
}

.sp_tab {
  display: block;
}

.sp_tab_inline {
  display: inline-block;
}

.pc,
.pc_inline {
  display: none !important;
}

.tab,
.tab_inline {
  display: none !important;
}

.pc_tab,
.pc_tab_inline {
  display: none !important;
}

@media print, screen and (min-width: 321px) {
  .sp_min,
  .sp_min_inline {
    display: none !important;
  }
}
@media print, screen and (min-width: 360px) {
  .sp_360 {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp,
  .sp_inline {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .tab_inline {
    display: inline !important;
  }
  .pc_tab {
    display: block !important;
  }
  .pc_tab_inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 920px) {
  .sp_tab,
  .sp_tab_inline {
    display: none !important;
  }
  .tab,
  .tab_inline {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  .pc_inline {
    display: inline-block !important;
  }
}
/*box-sizing default*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
*:before,
* :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
  color: #231815;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*a アニメーション*/
a {
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
label,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  font-size: 1.6rem;
}
input:hover, input:focus, input:active,
button:hover,
button:focus,
button:active,
label:hover,
label:focus,
label:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?5tezgj");
  src: url("../fonts/icomoon.eot?5tezgj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5tezgj") format("truetype"), url("../fonts/icomoon.woff?5tezgj") format("woff"), url("../fonts/icomoon.svg?5tezgj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-round_arrow_s:before {
  content: "\e90d";
}

.icon-round_arrow_l:before {
  content: "\e90e";
}

.icon-sns_x:before {
  content: "\e90c";
}

.icon-arrow-narrow:before {
  content: "\e90b";
}

.icon-blank:before {
  content: "\e908";
}

.icon-arrow:before {
  content: "\e907";
}

.icon-icon_fb:before {
  content: "\e900";
}

.icon-icon_inst:before {
  content: "\e901";
}

.icon-icon_mail:before {
  content: "\e902";
}

.icon-icon_pdf:before {
  content: "\e903";
}

.icon-icon_tel:before {
  content: "\e904";
}

.icon-icon_tw:before {
  content: "\e905";
}

.icon-icon_yt:before {
  content: "\e906";
}

.icon-tiktok:before {
  content: "\e90a";
}

.icon-link:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\ea90";
}

.inner_s,
.inner_m,
.inner_l {
  max-width: 100%;
  width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
@media print, screen and (min-width: 768px) {
  .inner_s,
  .inner_m,
  .inner_l {
    padding: 0 40px;
  }
}

.inner_s {
  width: 860px;
}

.inner_l {
  width: 1280px;
}

.pdf {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  color: #231815;
  text-decoration: underline;
}
.pdf:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  content: "\e903";
  color: #02775c;
  top: 0.15em;
  font-size: 1.8rem;
  margin-right: 4px;
}
@media print, screen and (min-width: 920px) {
  .pdf:before {
    font-size: 2.1rem;
  }
}
.pdf:hover {
  text-decoration: none;
}

.sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 920px) {
  .sns {
    justify-content: flex-end;
    margin: 0 0 0 auto;
  }
}
.sns.sp {
  padding-bottom: 15px;
}
.sns li {
  margin: 0 7px;
}
.sns li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #231815;
}
.sns li a i {
  color: #fff;
  transform: translateX(1px);
}
.sns li a i:before {
  font-size: 1.8rem;
}
.sns li a i.icon-sns_x:before {
  font-size: 2.2rem;
}
.sns li a i.icon-facebook:before {
  font-size: 2.2rem;
}
.sns li a i.icon-icon_inst:before {
  font-size: 2rem;
}
.sns li a i.icon-icon_yt:before {
  font-size: 2rem;
}
.sns li a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 920px) {
  .footer_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer_logo figure {
  width: 250px;
  margin: 0 auto;
}
@media print, screen and (min-width: 920px) {
  .footer_logo figure {
    width: 228px;
    transform: none;
    margin: 0;
  }
}
.footer_logo figure a {
  opacity: 1;
  transition: all 0.3s ease;
}
.footer_logo figure a:hover {
  opacity: 0.6;
}
.footer_logo img {
  width: 100%;
}

.footer_info {
  margin-top: 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_info {
    display: flex;
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 920px) {
  .footer_info__date {
    width: 50%;
    padding-right: 20px;
  }
}
.footer_info__date .area_date {
  text-align: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_date {
    text-align: left;
    margin-bottom: 0;
    margin-bottom: 25px;
  }
}
.footer_info__date .area_date .title {
  display: block;
  font-size: 1.6rem;
  color: #3c2f20;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_date .title {
    font-size: 2rem;
  }
}
.footer_info__date .area_date .date {
  text-align: left;
  width: 220px;
  margin: 0 auto 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_date .date {
    width: 235px;
    margin: 0 0 10px;
  }
}
.footer_info__date .area_info {
  margin-top: 25px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_info {
    margin-top: 33px;
  }
}
.footer_info__date .area_info .title {
  display: block;
  font-size: 1.6rem;
  color: #3c2f20;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_info .title {
    font-size: 2rem;
  }
}
.footer_info__date .area_info .text {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .footer_info__date .area_info .text {
    font-size: 1.5rem;
  }
}
.footer_info__date .area_info .list {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_info .list {
    font-size: 1.8rem;
    margin-bottom: 0;
    letter-spacing: 0.04em;
  }
}
.footer_info__date .area_info .list:last-child {
  margin-bottom: 0;
}
.footer_info__date .area_info .list dt:not(.no-circle) {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  padding-right: 10px;
  font-size: 1.3rem;
  flex-shrink: 0;
}
@media print, screen and (min-width: 920px) {
  .footer_info__date .area_info .list dt:not(.no-circle) {
    font-size: 1.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer_info__date .area_info .list dt:not(.no-circle)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #02775c;
}
.footer_info__date .area_info .list dd .map {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 1.3rem;
  color: #231815;
}
.footer_info__date .area_info .list dd .map::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e908";
  margin-left: 5px;
  color: #00B9EF;
}
.footer_info__date .area_info .list dd .map span {
  text-decoration: underline;
}
.footer_info__date .area_info .list dd .map:hover span {
  text-decoration: none;
}

.footer_logo_dl {
  position: relative;
  font-size: 1.4rem;
  color: #4f3b30;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .footer_logo_dl {
    font-size: 1.5rem;
    max-width: 330px;
  }
}
.footer_logo_dl::after {
  content: "\e907";
  font-family: "icomoon";
  font-size: 1rem;
  color: #4f3b30;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.footer_logo_dl a {
  display: inline-block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  padding: 15px 20px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .footer_logo_dl a {
    font-size: 1.5rem;
  }
}
.footer_logo_dl a:hover {
  opacity: 0.6;
}

.footer_info__contact {
  margin-top: 40px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact {
    width: 50%;
    margin-top: 0;
    margin-left: auto;
  }
}
.footer_info__contact .contact_text {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .contact_text {
    margin-bottom: 15px;
  }
}
.footer_info__contact .contact_text .title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.6rem;
}
.footer_info__contact .contact_text .txt {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .footer_info__contact .contact_text .txt {
    font-size: 1.5rem;
  }
}
.footer_info__contact .tel_mail {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .footer_info__contact .tel_mail {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin-bottom: 0;
  }
}
.footer_info__contact .tel_mail .link_telmail {
  display: block;
  margin-top: 15px;
  padding: 13px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  font-size: 1.4rem;
  color: #231815;
  text-decoration: none;
  display: block;
  letter-spacing: 0.04em;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .tel_mail .link_telmail {
    margin-top: 20px;
    padding: 13px 10px;
    font-size: 1.7rem;
    width: calc(50% - 5px);
  }
}
.footer_info__contact .tel_mail .link_telmail.on_hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.footer_info__contact .tel_mail .link_telmail.on_hover:hover {
  opacity: 0.6;
}
.footer_info__contact .tel_mail .link_telmail span {
  position: relative;
  display: inline-block;
}
.footer_info__contact .tel_mail .link_telmail span.i_tel {
  padding-left: 25px;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .tel_mail .link_telmail span.i_tel {
    font-size: 1.7rem;
  }
}
.footer_info__contact .tel_mail .link_telmail span.i_tel:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "\e904";
  color: #02775c;
  font-size: 1.8rem;
  transition: 0.3s;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .tel_mail .link_telmail span.i_tel:before {
    font-size: 2rem;
  }
}
.footer_info__contact .tel_mail .link_telmail span.i_tel i {
  font-style: normal;
  font-size: 1.2rem;
  display: inline;
  margin-left: 10px;
  letter-spacing: 0;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .tel_mail .link_telmail span.i_tel i {
    font-size: 1.3rem;
  }
}
.footer_info__contact .tel_mail .link_telmail span.i_mail {
  padding-left: 28px;
  font-size: 1.3rem;
}
@media print, screen and (min-width: 768px) {
  .footer_info__contact .tel_mail .link_telmail span.i_mail {
    font-size: 1.5rem;
  }
}
.footer_info__contact .tel_mail .link_telmail span.i_mail:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  content: "\e902";
  color: #02775c;
  font-size: 1.4rem;
  transition: 0.3s;
  margin-top: 1px;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .tel_mail .link_telmail span.i_mail:before {
    margin-top: 0;
  }
}
.footer_info__contact .tel_mail .link_telmail span a {
  color: #231815;
  text-decoration: none;
}
.footer_info__contact .copy {
  display: block;
  margin-top: 30px;
  text-align: center;
  color: #3c2f20;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media print, screen and (min-width: 920px) {
  .footer_info__contact .copy {
    margin-top: 55px;
    text-align: right;
    font-size: 1.3rem;
  }
}
.footer_info__contact .sns {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.footer_info__contact .sns li {
  margin: 0 4px;
}
@media print, screen and (min-width: 768px) {
  .footer_info__contact .sns li {
    margin: 0 7px;
  }
}
.footer_info__contact .sns li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #4f3b30;
}
.footer_info__contact .sns li a i {
  color: #fff;
  transform: translateX(1px);
}
.footer_info__contact .sns li a i:before {
  font-size: 1.8rem;
}
.footer_info__contact .sns li a i.icon-facebook:before {
  font-size: 2.2rem;
}
.footer_info__contact .sns li a i.icon-icon_inst:before {
  font-size: 2rem;
}
.footer_info__contact .sns li a i.icon-icon_yt:before {
  font-size: 1.6rem;
}
.footer_info__contact .sns li a:hover {
  opacity: 0.7;
}

.link_icon_head {
  display: block;
}
.link_icon_head a {
  color: #4f3b30;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .link_icon_head a {
    font-size: 1.5rem;
  }
}
.link_icon_head.pdf::before {
  content: "\e903";
  color: #02775c;
  display: inline-block;
  margin-right: 5px;
}

.corona {
  margin-top: 30px;
  position: relative;
  text-align: center;
}
.corona::before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 49px;
  background-image: url(../img/common/new_hokkaido_style.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  margin-right: 15px;
}
@media print, screen and (min-width: 768px) {
  .corona::before {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 920px) {
  .corona {
    margin-top: 0;
    text-align: right;
  }
}
.corona a {
  color: #de4e4e;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.25;
  text-decoration: underline;
}
@media print, screen and (min-width: 920px) {
  .corona a {
    font-size: 1.8rem;
  }
}

.footer_bottom {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d8;
}
@media print, screen and (min-width: 920px) {
  .footer_bottom {
    margin-top: 40px;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.old_contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .old_contents {
    justify-content: start;
  }
}

@media print, screen and (min-width: 768px) {
  .old_contents_item {
    margin-bottom: 0;
  }
}
.old_contents_item:last-child {
  margin-bottom: 0;
}
.old_contents_item a {
  display: inline-block;
  width: 100%;
  color: #838383;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 10px 8px;
  opacity: 1;
}
@media print, screen and (min-width: 920px) {
  .old_contents_item a {
    width: 195px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0;
  }
}
.old_contents_item a:hover {
  opacity: 0.6;
}

.copy {
  margin-left: auto;
  margin-top: 30px;
  text-align: center;
}
@media print, screen and (min-width: 920px) {
  .copy {
    margin-top: 0;
    text-align: left;
  }
}
.copy small {
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 1180px) {
  .copy small {
    font-size: 1.3rem;
  }
}

.modal_area {
  display: none;
}

.modal_cont {
  width: calc(100% - 30px);
  padding: 50px 20px;
  max-width: 900px;
  margin: 30px auto;
  background-color: #fff;
  list-style: none;
  position: relative;
}
.modal_cont.exhibitors_box {
  padding: 60px 15px;
}
@media print, screen and (min-width: 768px) {
  .modal_cont.exhibitors_box {
    padding: 80px 40px;
  }
}
.modal_cont.exhibitors_box .title {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .modal_cont.exhibitors_box .title {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal_cont.exhibitors_box .pdf {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 920px) {
  .modal_cont {
    margin: 80px auto;
    width: calc(100% - 80px);
    padding: 100px 40px;
  }
}
.modal_cont sup {
  font-size: 1rem;
  vertical-align: top;
}

.modal_body .title {
  text-align: center;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .modal_body .title {
    margin-bottom: 60px;
  }
}
.modal_body .title p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.3;
}
@media print, screen and (min-width: 768px) {
  .modal_body .title p {
    font-size: 2.6rem;
  }
}
.modal_body .title img {
  margin: 30px 0 0;
  max-width: 450px;
  width: 100%;
}
.modal_body s .text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 28px;
}
@media print, screen and (min-width: 768px) {
  .modal_body s .text {
    line-height: 2;
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
.modal_body .purpose {
  margin-top: 30px;
}
.modal_body .purpose .head {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 920px) {
  .modal_body .purpose .head {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}
.modal_body .purpose .head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #d8d8d8;
}
.modal_body .purpose .list li {
  position: relative;
  padding-left: 18px;
  margin-top: 11px;
}
.modal_body .purpose .list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background: #00B9EF;
}
@media print, screen and (min-width: 920px) {
  .modal_body .purpose .list li:before {
    top: 9px;
  }
}
.modal_body .notes {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.modal_body table {
  table-layout: fixed;
  width: 100%;
}
.modal_body table thead th {
  background: #231815;
  color: #fff;
  border-right-color: #aaa;
}
.modal_body table th,
.modal_body table td {
  padding: 10px;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  text-align: center;
}
.modal_body table th:last-child,
.modal_body table td:last-child {
  border-right: 0;
}
.modal_body table th.bottom_end,
.modal_body table td.bottom_end {
  border-bottom: 0;
}
.modal_body table th.va_c,
.modal_body table td.va_c {
  vertical-align: middle;
}
.modal_body table td {
  padding: 15px 10px;
}
.modal_body table tr:last-child th,
.modal_body table tr:last-child td {
  border-bottom: 0;
}

.popup-modal-dismiss {
  display: block;
  position: absolute;
  top: -17px;
  right: -12px;
  width: 33px;
  height: 33px;
  border-radius: 100px;
  background: #00B9EF;
  transform: rotate(-45deg);
  cursor: pointer;
}
@media print, screen and (min-width: 920px) {
  .popup-modal-dismiss {
    top: -22px;
    right: -22px;
    width: 45px;
    height: 45px;
  }
}
.popup-modal-dismiss:before, .popup-modal-dismiss:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin-top: -1px;
  margin-left: -7px;
  background: #fff;
}
@media print, screen and (min-width: 920px) {
  .popup-modal-dismiss:before, .popup-modal-dismiss:after {
    width: 27px;
    height: 2px;
    margin-top: -1px;
    margin-left: -13px;
  }
}
.popup-modal-dismiss:after {
  transform: rotate(-90deg);
}
.popup-modal-dismiss.example {
  top: 10px;
  right: 10px;
}
@media print, screen and (min-width: 920px) {
  .popup-modal-dismiss.example {
    width: 52px;
    height: 52px;
    top: 8px;
    right: 52px;
  }
}

.modal_body .person_img img {
  width: 160px;
}
@media print, screen and (min-width: 768px) {
  .modal_body .person_img img {
    width: 200px;
  }
}

.greeting .modal_body .title {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .greeting .modal_body .title {
    margin-bottom: 30px;
  }
}

.child_page {
  position: relative;
}
.child_page .ttl {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .child_page .ttl {
    margin-bottom: 80px;
  }
}

header {
  background-color: #F6F7F7;
}
header .logo {
  width: 70px;
}
@media print, screen and (min-width: 768px) {
  header .logo {
    width: 146px;
    padding: 10px 0 0 30px;
  }
}

.h2_assy {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 25px;
}
.h2_assy .text_en {
  display: block;
  margin: 0 auto;
}
.h2_assy .text_l {
  display: block;
  color: #231815;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .h2_assy .text_l {
    font-size: 4.3rem;
  }
}

.decoration_area {
  position: relative;
}
.decoration_area::before {
  content: "";
  display: block;
  background-image: url(../img/common/deco_block_l.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 63px;
  position: absolute;
  top: 40px;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .decoration_area::before {
    width: 180px;
    height: 141px;
    top: 80px;
  }
}
.decoration_area::after {
  content: "";
  display: block;
  background-image: url(../img/common/deco_block_r.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 80px;
  height: 63px;
  position: absolute;
  bottom: 40px;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .decoration_area::after {
    width: 180px;
    height: 141px;
    bottom: 80px;
  }
}

.show_body {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .header_nav__body {
    right: 40px;
  }
}
@media print, screen and (min-width: 920px) {
  .header_nav__body {
    position: static;
    width: auto;
    height: auto;
  }
}

.nav_toggle.show i {
  background-color: #02775c;
}
.nav_toggle.show i:nth-child(1) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-7px) rotate(45deg);
}

.overray {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  transition: background-color 0.2s;
}
.overray.show_over {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: rgba(11, 11, 11, 0.8);
}

.gl_nav {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 10;
  width: 84%;
  min-width: 320px;
  height: 100vh;
}
@media print, screen and (min-width: 768px) {
  .gl_nav {
    left: auto;
    right: 0;
    width: 100%;
    max-width: 400px;
  }
}

.gl_nav_body {
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 400px;
  height: 100%;
  overflow: auto;
  padding: 80px 20px;
  background-color: #fff;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  .gl_nav_body {
    right: 0;
    left: auto;
    padding: 120px 30px;
    width: 400px;
  }
}
.gl_nav_body .nav_top {
  font-size: 2rem;
}
.gl_nav_body .nav_top li {
  position: relative;
}
.gl_nav_body .nav_top li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d8d8d8;
  opacity: 1;
  color: #231815;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .nav_top li a {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.gl_nav_body .nav_top li a:hover {
  color: #00B9EF;
  opacity: 0.8;
}
.gl_nav_body .nav_top li a::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/top/arrow03.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 15px;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .gl_nav_body .nav_top li a::after {
    width: 20px;
    height: 12px;
  }
}
.gl_nav_body .nav_middle {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 19px;
}
@media print, screen and (min-width: 768px) {
  .gl_nav_body .nav_middle {
    font-size: 1.5rem;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.gl_nav_body .nav_middle a:hover {
  color: #02775c;
}
.gl_nav_body .nav_middle li {
  margin-bottom: 16px;
}
.gl_nav_body .sns {
  display: flex;
  justify-content: start;
  margin-top: 30px;
  margin-right: -7px;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .sns {
    margin-top: 20px;
  }
}
.gl_nav_body .sns li {
  margin: 0;
  padding-right: 8px;
}
.gl_nav_body .sns li a {
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  .gl_nav_body .sns li a {
    width: 42px;
    height: 42px;
  }
}
.gl_nav_body .gl_nav_list {
  padding: 40px 20px;
  background-color: rgba(147, 35, 33, 0.8);
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .gl_nav_list {
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
}
.gl_nav_body .nav_item {
  border-bottom: 1px solid #fff;
}
.gl_nav_body .nav_item:last-child {
  border: none;
}
.gl_nav_body .nav_item a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .nav_item a {
    padding: 0;
    color: #231815;
  }
}
.gl_nav_body .nav_item a::after {
  content: none;
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .nav_item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #231815;
    position: absolute;
    bottom: -3px;
    left: 0;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.3s, transform 0.3s;
  }
}
.gl_nav_body .nav_item a:hover::after {
  opacity: 1;
  transform: translateY(0);
}
@media print, screen and (min-width: 920px) {
  .gl_nav_body .nav_item {
    border: none;
    padding: 0 20px;
  }
  .gl_nav_body .nav_item a {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}

.page_inner_s {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5.3%;
}
@media print, screen and (min-width: 768px) {
  .page_inner_s {
    width: calc(900px + 16%);
    padding: 0 8%;
  }
}
.page_inner_l {
  width: 670px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5.3%;
}
@media print, screen and (min-width: 768px) {
  .page_inner_l {
    width: calc(1100px + 16%);
    padding: 0 8%;
  }
}

.bg_base {
  background: #F6F7F7;
}

.bg_mizutama {
  background: url(../img/common/bg_dot_small.svg) repeat 0 0;
  background-size: 2.5%;
}
@media print, screen and (min-width: 920px) {
  .bg_mizutama {
    background-size: auto;
  }
}

.parts_btn .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  color: #231815;
  text-align: center;
  padding: 13px 20px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 26px;
}
@media print, screen and (min-width: 360px) {
  .parts_btn .btn {
    padding: 13px 33px;
  }
}
@media print, screen and (min-width: 768px) {
  .parts_btn .btn {
    padding: 13px 30px;
  }
}
@media print, screen and (min-width: 920px) {
  .parts_btn .btn {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    width: auto;
    font-size: 1.5rem;
  }
}
.parts_btn .btn span {
  position: relative;
  display: block;
  margin-right: 10px;
}
@media print, screen and (min-width: 360px) {
  .parts_btn .btn span {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .parts_btn .btn span {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .parts_btn .btn.popup_design {
    width: 330px;
  }
}
.parts_btn .btn.popup_design .i_popup {
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #00B9EF;
  border-radius: 100px;
  transition: 0.3s;
}
@media print, screen and (min-width: 360px) {
  .parts_btn .btn.popup_design .i_popup {
    right: 20px;
  }
}
.parts_btn .btn.popup_design .i_popup:after, .parts_btn .btn.popup_design .i_popup:before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  transition: 0.3s;
}
.parts_btn .btn.popup_design .i_popup:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.parts_btn .btn.popup_design:hover {
  background: #00B9EF;
  color: #fff;
}
.parts_btn .btn.popup_design:hover .i_popup {
  background: #fff;
}
.parts_btn .btn.popup_design:hover .i_popup:after, .parts_btn .btn.popup_design:hover .i_popup:before {
  background: #00B9EF;
}
.parts_btn .btn.popup_design.link_blank .i_popup {
  width: 20px;
  height: 20px;
  background-color: transparent;
}
.parts_btn .btn.popup_design.link_blank .i_popup:before {
  content: none;
}
.parts_btn .btn.popup_design.link_blank .i_popup:after {
  content: "\e908";
  font-family: "icomoon";
  color: #fff;
  font-style: normal;
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}
.parts_btn .btn.ver02 {
  background-color: #00B9EF;
  color: #fff;
}
.parts_btn .btn.ver02 .i_popup {
  background: #fff;
}
.parts_btn .btn.ver02 .i_popup::before, .parts_btn .btn.ver02 .i_popup::after {
  background: #00B9EF;
}
.parts_btn .btn.ver02:hover {
  background-color: #fff;
  color: #00B9EF;
}
.parts_btn .btn.ver02:hover .i_popup {
  background: transparent;
}
.parts_btn .btn.ver02:hover .i_popup::before, .parts_btn .btn.ver02:hover .i_popup::after {
  background: transparent;
  color: #00B9EF;
}
@media print, screen and (min-width: 768px) {
  .parts_btn.column2 {
    display: flex;
    justify-content: center;
  }
}
.parts_btn.column2 a:first-of-type {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .parts_btn.column2 a:first-of-type {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.parts_btn .btn.btn_link .i_popup {
  position: absolute;
  display: block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/top/arrow_w.svg) no-repeat 0 0;
  background-size: 100%;
}

.youtube_button {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 6;
  width: 75px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .youtube_button {
    bottom: 20px;
    right: 20px;
    width: 125px;
    height: auto;
  }
}
.youtube_button:hover {
  opacity: 0.6;
}

sub {
  font-size: 0.5em;
}

.child_page {
  background-color: #F6F7F7;
}
.child_page section {
  padding: 10px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .child_page section {
    padding: 90px 0 120px;
  }
}
.child_page .category {
  margin-bottom: 40px;
}
.child_page .category:last-child {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .child_page .category {
    margin-bottom: 40px;
  }
  .child_page .category:last-child {
    margin-bottom: 0;
  }
}

.logo {
  width: 60px;
  padding: 10px 0 10px 10px;
  box-sizing: content-box;
}
@media print, screen and (min-width: 768px) {
  .logo {
    width: 150px;
    padding: 10px 0 0 50px;
  }
}

.child_title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .child_title {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.3;
  }
}

.center {
  text-align: center;
}

/*# sourceMappingURL=teaser_common.css.map */
