<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&amp;display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1 sans-serif;
  color: #fff;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}
a:hover {
  opacity: 0.7;
  transition: all 0.3s ease-in;
}

main {
  display: block;
}

/* -- LAYOUT -- */
/*////////////////
.header
////////////////*/
.header {
  width: 100%;
}
.header_nav {
  display: flex;
  justify-content: start;
  align-items: center;
}
.header_ttl {
  position: absolute;
  inset: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
}
.header_logo {
  width: 35.1vw;
  min-width: 363px;
  max-width: 501px;
  margin-right: 6vw;
}
.header_map {
  width: 23vw;
  min-width: 264px;
  max-width: 365px;
}
.header_dy {
  width: 11.7vw;
  min-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
.header_dy img {
  width: 100%;
  height: auto;
}
.header_dy:hover {
  opacity: 1;
}
.header_time {
  position: absolute;
  top: 53%;
  right: 22vw;
  max-width: 30vw;
}

@media (max-width:1000px) {
  .header_logo {
    width: 95.067vw;
    min-width: 0;
    max-width: 730px;
    margin: 0 auto;
  }
  .header_map {
    display: none;
  }
  .header_dy {
    width: 17.9vw;
    min-width: 0;
    height: 17.9vw;
  }
  .header_time {
    display: none;
  }
}
.logo {
  position: absolute;
  top: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 80px;
  margin-left: 86px;
}
.logo_tfm {
  width: 103px;
  margin-right: 18px;
}
.logo_hamada {
  width: 158px;
  margin-top: 3px;
}

@media (max-width:1000px) {
  .logo {
    width: 62.6vw;
    height: 13.6vw;
    margin-left: 13vw;
  }
  .logo_tfm {
    width: 17.7vw;
  }
  .logo_hamada {
    width: 27vw;
  }
}
/*////////////////////////////////
slider
////////////////////////////////*/
.slider {
  width: 100%;
  position: relative;
  z-index: -1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 80vh;
  min-height: 745px;
}
@media (max-width:1000px) {
  .slider {
    height: 83vh;
    min-height: auto;
  }
}

/*　背景画像設定　*/
.slider-item01 {
  background: url(../../img/header.jpg);
  background-position: top center;
}
@media (max-width:1000px) {
  .slider-item01 {
    background: url(../../img/sp/header_sp.jpg);
    background-position: top center;
  }
}

.slider-item02 {
  background: url(../../img/header2.jpg);
  background-position: top center;
}
@media (max-width:1000px) {
  .slider-item02 {
    background: url(../../img/sp/header_sp2.jpg);
    background-position: top center;
  }
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 80vh;
  min-height: 745px;
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}
@media (max-width:1000px) {
  .slider-item {
    height: 83vh;
    min-height: auto;
  }
}
@media (max-width:1000px) {
  .slider-item {
    background-size: cover;
    /*背景画像が.slider-item全体を覆い表示*/
  }
}

/*////////////////////////////////
about
////////////////////////////////*/
.about {
  padding: 44px 0 78px;
  background: url(../../img/about_bg.jpg);
  background-size: cover;
}
.about_head {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 57px;
  overflow: hidden;
}
.about_head img {
  width: 2000px;
  max-width: 2000px;
}
.about_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_txt {
  max-width: 1000px;
  line-height: 2;
  font-family: "Sawarabi Mincho", sans-serif;
}
.about_map {
  display: none;
}

@media (max-width:1000px) {
  .about {
    padding: 5.8vw 0 4.4vw;
    background: url(../../img/how_bg.jpg);
    background-size: cover;
  }
  .about_container {
    display: block;
    width: 90.533vw;
    margin: 0 auto;
  }
  .about_head {
    margin: 0 auto 4.8vw;
  }
  .about_head img {
    width: 100%;
    max-width: 100%;
  }
  .about_ph {
    display: block;
    width: 61.2vw;
    margin: 0 auto;
  }
  .about_txt {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.2vw;
  }
  .about_map {
    display: block;
    width: 71.467vw;
    max-width: 450px;
    margin: 0 auto;
  }
}
/*////////////////////////////////
perform 
////////////////////////////////*/
.perform {
  padding: 54px 0 58px;
  background: #e8dbb7;
}
.perform_head {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 71px;
  text-align: center;
  overflow: hidden;
}
.perform_head img {
  width: 2000px;
  max-width: 2000px;
}
.perform_container {
  position: relative;
  max-width: 992px;
  height: 871px;
  margin: 0 auto;
}
.perform img.map {
  width: 100%;
  height: auto;
}
.perform_tfm {
  position: absolute;
  top: 37px;
  left: 34px;
  display: block;
  width: 121px;
}
.perform_aomori {
  position: absolute;
  top: 15px;
  left: 351px;
  display: block;
  width: 99px;
}
.perform_akita {
  position: absolute;
  top: 12px;
  left: 693px;
  display: block;
  width: 135px;
}
.perform_iwate {
  position: absolute;
  top: 438px;
  left: 90px;
  display: block;
  width: 143px;
}
.perform_miyagi {
  position: absolute;
  top: 458px;
  left: 578px;
  display: block;
  width: 164px;
}

@media (max-width:1000px) {
  .perform {
    padding: 5.8vw 0 8.9vw;
  }
  .perform_container {
    position: relative;
    display: block;
    width: 82.267vw;
    height: auto;
    margin: 0 auto;
  }
  .perform_head {
    margin: 0 auto 8.8vw;
  }
  .perform_head img {
    width: 100%;
    max-width: 100%;
  }
  .perform_txt {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  .perform_tfm {
    top: 3vw;
    left: 12.267vw;
    width: 31.333vw;
  }
  .perform_aomori {
    top: 94vw;
    left: 18vw;
    width: 24vw;
  }
  .perform_akita {
    top: 201.267vw;
    left: 13.5vw;
    width: 34.267vw;
  }
  .perform_iwate {
    top: 300vw;
    left: 13.7vw;
    width: 36.4vw;
  }
  .perform_miyagi {
    top: 423.5vw;
    left: 9.5vw;
    width: 43.733vw;
  }
}
/*////////////////////////////////
how
////////////////////////////////*/
.how {
  padding: 60px 0 88px;
  background: url(../../img/how_bg.jpg);
  background-size: cover;
}
.how_head {
  width: 532px;
  margin: 0 auto 52px;
  text-align: center;
}
.how_container {
  position: relative;
  margin: 0 auto;
  max-width: 1001px;
}
.how .icon {
  width: 233px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 89px;
  left: 35px;
}
.how_tfm {
  display: block;
  width: 73px;
  height: 73px;
}
.how_tfm img {
  width: 100%;
  height: auto;
}
.how_tfm:hover {
  opacity: 0.8;
}
.how_aomori {
  width: 73px;
  height: 73px;
  margin: 0 7px 8px;
}
.how_aomori img {
  width: 100%;
  height: auto;
}
.how_aomori:hover {
  opacity: 0.8;
}
.how_akita {
  display: block;
  width: 73px;
  height: 73px;
}
.how_akita img {
  width: 100%;
  height: auto;
}
.how_akita:hover {
  background: rgba(255, 255, 255, 0.3019607843);
}
.how_iwate {
  width: 73px;
  height: 73px;
  margin-right: 7px;
}
.how_iwate img {
  width: 100%;
  height: auto;
}
.how_iwate:hover {
  background: rgba(255, 255, 255, 0.3019607843);
}
.how_miyagi {
  width: 73px;
  height: 73px;
}
.how_miyagi img {
  width: 100%;
  height: auto;
}
.how_miyagi:hover {
  background: rgba(255, 255, 255, 0.3019607843);
}

@media (max-width:1000px) {
  .how {
    padding: 8vw 0 10vw;
    background: url(../../img/how_bg.jpg);
    background-size: cover;
  }
  .how_head {
    margin: 0 auto 7.8vw;
    width: 75vw;
  }
  .how_box {
    position: relative;
    width: 51.6vw;
    height: auto;
    margin: 0 auto 29px;
  }
  .how_container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .how .icon {
    width: 58vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 21vw;
    left: 0;
    right: 0;
  }
  .how_fig {
    width: 71.7vw;
    margin: 0 auto;
  }
  .how_tfm {
    width: 18vw;
    height: 18vw;
  }
  .how_aomori {
    width: 18vw;
    height: 18vw;
  }
  .how_akita {
    width: 18vw;
    height: 18vw;
  }
  .how_iwate {
    width: 18vw;
    height: 18vw;
  }
  .how_miyagi {
    width: 18vw;
    height: 18vw;
  }
}
/*////////////////////////////////
pre
////////////////////////////////*/
.pre {
  padding: 58px 0 73px;
  background: #e8dbb7;
}
.pre_head {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 78px;
  overflow: hidden;
}
.pre_head img {
  width: 2000px;
  max-width: 2000px;
}
.pre_container {
  display: flex;
  justify-content: space-between;
  max-width: 1009px;
  margin: 0 auto;
}
.pre_container-pc {
  display: flex;
}
.pre_container-sp {
  display: none;
}
.pre_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: column;
  margin-right: 41px;
}
.pre_txt {
  width: 623px;
  margin-bottom: 51px;
}
.pre_btn {
  width: 627px;
}

@media (max-width:1000px) {
  .pre {
    padding: 4.2vw 0 8.4vw;
  }
  .pre_head {
    margin: 0 auto 4.8vw;
  }
  .pre_head img {
    width: 100%;
    max-width: 100%;
  }
  .pre_container {
    display: block;
    width: 83.6vw;
    margin: 0 auto;
  }
  .pre_container-pc {
    display: none;
  }
  .pre_container-sp {
    display: block;
    text-align: center;
  }
  .pre_box {
    margin-right: 0;
  }
  .pre_txt {
    margin-bottom: 3.6vw;
  }
  .pre_img {
    margin-bottom: 3.6vw;
  }
}
/*////////////////////////////////
snsmsg
////////////////////////////////*/
.snsmsg {
  padding: 88px 0 69px;
  color: #2d1e16;
  background: #efe6cc;
}
.snsmsg_head {
  width: 1040px;
  max-width: 98%;
  margin: 0 auto 54px;
}
.snsmsg_lead {
  width: 656px;
  margin: 0 auto 64px;
  text-align: center;
}
.snsmsg_lead picture,
.snsmsg_lead img {
  width: 100%;
  height: auto;
}

@media (max-width:1000px) {
  .snsmsg {
    padding: 8vw 0 10vw;
  }
  .snsmsg_head {
    width: 89.6vw;
    margin: 0 auto 7.733vw;
  }
  .snsmsg_lead {
    width: 81.333vw;
    margin: 0 auto 7.067vw;
  }
}
/*////////////////////////////////
dy 
////////////////////////////////*/
.dy {
  padding: 63px 0 62px;
  background: url(../../img/dy_bg.jpg);
  background-size: cover;
}
.dy_box a.link {
  display: block;
  position: relative;
  max-width: 967px;
  height: 277px;
  margin: 0 auto 50px;
}
.dy_btn {
  position: absolute;
  top: 203px;
  left: 43px;
  width: 210px;
  height: 32px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.dy_btn:hover {
  background: rgba(0, 0, 0, 0.3);
}
.dy_bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.dy_hamada {
  width: 185px;
  margin-right: 58px;
}
.dy_hamada img {
  width: 100%;
  height: auto;
}
.dy_past {
  display: block;
  width: 95vw;
  max-width: 505px;
  margin: 0 auto;
}
.dy_cam {
  width: 236px;
}
.dy .pc {
  display: block;
}
.dy .sp {
  display: none;
}

@media (max-width:1000px) {
  .dy {
    padding: 7vw 0 9vw;
    background: url(../../img/dy_bg.jpg);
    background-size: cover;
  }
  .dy_box a.link {
    position: relative;
    width: 95vw;
    max-width: 679px;
    height: auto;
    margin: 0 auto 29px;
  }
  .dy_box a.link img.sp {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .dy_btn {
    top: 44.3vw;
    left: 5.7vw;
    width: 28vw;
    height: 4.5vw;
  }
  .dy_bnr {
    margin-bottom: 6vw;
  }
  .dy_hamada {
    width: 30.6vw;
    margin-right: 7.7vw;
  }
  .dy_cam {
    width: 42vw;
  }
  .dy .pc {
    display: none;
  }
  .dy .sp {
    display: block;
  }
}
/*////////////////////////////////
footer 
////////////////////////////////*/
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: min(99px, 7.2474377745%);
  background: url(../../img/footer_bg.jpg);
  background-size: cover;
}
.footer_share {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 46px 0 46px 17px;
}
.footer_x {
  width: 36px;
  margin-right: 10px;
}
.footer_fb {
  width: 36px;
  margin-right: 15px;
}
.footer_line {
  width: 36px;
}
.footer_copy {
  padding-right: 20px;
}

@media (max-width:1000px) {
  .footer {
    padding: 30px 0 160px;
  }
}
@media (max-width:1000px) {
  .footer {
    display: block;
    padding: 8vw 0 22vw;
  }
  .footer_share {
    margin-bottom: 20px;
    padding: 0;
    justify-content: center;
  }
  .footer_copy {
    text-align: center;
  }
}
/*////////////////////////////////
btn_fix
////////////////////////////////*/
.btn_fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: url(../../img/f_bg.png) no-repeat center;
  background-size: cover;
}
.btn_fix img {
  display: none;
  max-width: 658px;
  height: auto;
  vertical-align: bottom;
}
.btn_fix ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  list-style: none;
}
.btn_fix ul li {
  width: 50%;
}
.btn_fix ul li.twlive a {
  display: block;
  width: 683px;
  max-width: 100%;
  aspect-ratio: 683/99;
  margin-left: auto;
  background-color: #392115;
  background-image: url(../../img/twitterlive_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
  text-indent: -9999px;
}
.btn_fix ul li.twlive a:hover {
  background-color: #2a170d;
  background-image: url(../../img/twitterlive_btn_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center right;
  transition: all 0.3s ease-in;
  opacity: 1;
}
.btn_fix ul li.present a {
  display: block;
  width: 100%;
  max-width: 683px;
  aspect-ratio: 683/98;
  background: url(../../img/present_btn.png) no-repeat center;
  background-size: 100%;
  text-indent: -9999px;
  background-position: center left;
}
.btn_fix ul li.present a:hover {
  background: url(../../img/present_btn_on.png) no-repeat center;
  background-size: 100%;
  background-position: center left;
  transition: all 0.3s ease-in;
  opacity: 1;
}

@media (max-width:1000px) {
  .btn_fix {
    width: 100%;
    background: url(../../img/f_bg.png) no-repeat center;
  }
  .btn_fix img {
    display: block;
  }
  .btn_fix ul {
    align-items: flex-start;
  }
  .btn_fix ul li.twlive a {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-indent: 0px;
    margin: 0;
  }
  .btn_fix ul li.twlive a img {
    width: 100%;
    height: auto;
  }
  .btn_fix ul li.twlive a:hover {
    background: none;
    opacity: 1;
  }
  .btn_fix ul img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 1em;
  }
  .btn_fix ul li.present a {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-indent: 0px;
    margin: 0;
  }
  .btn_fix ul li.present a img {
    width: 100%;
    height: auto;
  }
  .btn_fix ul li.present a:hover {
    background: none;
    opacity: 1;
    margin: 0;
  }
}
@media (max-width:1000px) {
  .btn_fix {
    width: 100%;
    background: none;
  }
  .btn_fix ul li.twlive a {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    text-indent: 0px;
  }
  .btn_fix ul li.twlive a img {
    width: 100%;
    height: auto;
  }
  .btn_fix ul li.twlive a:hover {
    background: none;
    opacity: 1;
  }
  .btn_fix ul img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    line-height: 1em;
  }
  .btn_fix ul li.present a {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    background-size: 100%;
    text-indent: 0px;
    margin: 0px;
  }
  .btn_fix ul li.present a img {
    width: 100%;
    height: auto;
  }
  .btn_fix ul li.present a:hover {
    background: none;
    opacity: 1;
    margin: 0;
  }
}
@media (max-width:1000px) {
  .multibox .pc {
    display: none;
  }
  .multibox .sp {
    display: block;
  }
}
/* Drawer */
.drawer-open {
  overflow: inherit !important;
}

.drawer-hamburger {
  box-sizing: border-box;
  z-index: 101;
  position: fixed;
  width: 39px;
  height: 80px;
  padding: 0;
  background: none;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  left: 21px;
}

.drawer-hamburger-icon:before {
  top: -13px;
}

.drawer-hamburger-icon:after {
  top: 13px;
}

.drawer-hamburger:hover {
  background: none;
}

.drawer-hamburger-icon {
  margin-top: 0;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 4px;
  background: #fff;
}

.drawer-nav {
  z-index: 100;
  width: 250px;
  color: #fff;
}

.drawer--top.drawer-open .drawer-nav {
  top: 50px;
}

.drawer-menu-item {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  background: transparent;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}

.drawer-menu-item:hover {
  color: #eee;
  text-decoration: none;
}

.drawer-overlay {
  background: url(../../img/nav_bg.jpg);
}

@media (max-width: 800px) {
  .drawer-hamburger {
    width: 31px;
    height: 60px;
  }
  .drawer--top .drawer-hamburger,
  .drawer--top.drawer-open .drawer-hamburger {
    left: 3vw;
    width: 7vw;
    height: 13vw;
  }
  .drawer-menu-item {
    padding: 15px;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    height: 0.6vw;
  }
  .drawer-hamburger-icon:before {
    top: -2vw;
  }
  .drawer-hamburger-icon:after {
    top: 2vw;
  }
}
.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 210px;
  right: 20px;
  cursor: pointer;
  text-align: center;
}
.pagetop img {
  width: 90px;
  height: auto;
}

@media (max-width:1000px) {
  .pagetop {
    position: static;
    display: block;
    width: 80px;
    padding: 0;
    margin: 5vw auto 0;
  }
  .pagetop img {
    width: 100%;
    height: auto;
  }
}
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

@media (max-width:1000px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}</pre></body></html>