@charset "UTF-8";
.furusato-bnr {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.animated {
  opacity: 0;
}

html {
  font-size: 0.2666666667vmin;
}

:root {
  --black: #000;
  --main: #a62126;
  --pink: #ff9999;
  --l-gray: #f8f8f8;
  --border: #cccccc;
  --en: "futura", "Century Gothic", CenturyGothic, sans-serif;
  --min: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#loading {
  height: 100%;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 130px;
}
#loading.load-anim img {
  animation: down 1.5s;
  animation-fill-mode: forwards;
}
@keyframes down {
  0% {
    transform: rotate(0) translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: rotate(0) translate(0, 10px);
    opacity: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

.animated {
  opacity: 0;
}

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

body {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: var(--black);
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: var(--black);
}

.pc {
  display: none;
}

p {
  line-height: 1.8;
  color: var(--black);
  font-size: 16px;
  text-align: justify;
  letter-spacing: 0;
}

#hm {
  background: var(--main);
  display: inline-block;
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  z-index: 100;
  border: 0;
}

#hm-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 45%;
  width: 28px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #fff;
  transition: 0.2s;
}

#hm-icon:before,
#hm-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}

#hm-icon:before {
  margin-top: -10px;
}

#hm-icon:after {
  margin-top: 8px;
}

#hm .close {
  background: transparent;
}

#hm .close:before,
#hm .close:after {
  margin-top: 0;
}

#hm .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#hm .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#sp_menu {
  position: fixed;
  top: 0;
  display: none;
  z-index: 11;
  width: 100vw;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
#sp_menu .inner {
  height: 100%;
  position: relative;
  padding: 120px 45px;
  overflow-y: scroll;
}
#sp_menu .inner nav {
  position: relative;
}
#sp_menu .inner nav ul {
  border-top: 1px solid var(--main);
}
#sp_menu .inner nav ul li {
  border-bottom: 1px solid var(--main);
}
#sp_menu .inner nav ul li a {
  display: block;
  padding: 12px 0;
  color: var(--main);
  font-weight: bold;
  font-size: 18rem;
  text-align: center;
}
#sp_menu .inner small {
  display: block;
  font-size: 10px;
  color: #fff;
  padding-bottom: 40px;
}
#sp_menu .menu-sns {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  gap: 40px;
  justify-content: center;
  margin-top: 60px;
}
#sp_menu .wrap-sns {
  left: 30px;
  bottom: 30px;
  top: auto;
  transform: none;
}

header {
  position: relative;
}
header .logo {
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 1;
}
header .logo a img {
  width: 96px;
}

.wrap-sns {
  display: none;
}

section.mainimage {
  margin: 50px 30px 30px;
  background: url("../images/main_sp.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
section.mainimage .badge {
  width: 100px;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
section.mainimage .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 100%;
}
section.mainimage .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
section.mainimage .logo img {
  width: 70%;
  max-width: 380px;
}
section.mainimage .copy {
  width: 100%;
  text-align: center;
}
section.mainimage .copy img {
  width: 50%;
  max-width: 236px;
}
section.mainimage .wrap-scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
section.mainimage a.mouse {
  padding-top: 45px;
  display: block;
}
section.mainimage a.mouse span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 40px;
  transform: translateX(-50%);
  border: 1px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
section.mainimage a.mouse span::before {
  position: absolute;
  top: 3px;
  left: 50%;
  content: "";
  width: 2px;
  height: 10px;
  margin-left: -1px;
  background-color: #fff;
  animation: scrollanim 2s infinite;
  box-sizing: border-box;
}
@keyframes scrollanim {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
section.mainimage p.scroll-text {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}

.hstyle-primary span {
  display: block;
}
.hstyle-primary .ja {
  font-family: var(--min);
  color: var(--main);
  font-weight: normal;
  font-size: 34rem;
  letter-spacing: 0.05em;
}
.hstyle-primary .en {
  color: var(--main);
  font-weight: bold;
  font-size: 14rem;
  letter-spacing: 0;
}
.hstyle-primary .en::before {
  content: "-";
  margin-right: 5px;
}

.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: var(--main);
  font-weight: bold;
  border: 1px dotted var(--main);
  position: relative;
  letter-spacing: 0;
  line-height: 1;
}
.btn-primary::before {
  position: absolute;
  left: -1px;
  top: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--main);
  border-left: 1px solid var(--main);
}
.btn-primary::after {
  position: absolute;
  right: -1px;
  top: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid var(--main);
  border-right: 1px solid var(--main);
}
.btn-primary span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.btn-primary span::before {
  position: absolute;
  left: -1px;
  bottom: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--main);
  border-left: 1px solid var(--main);
}
.btn-primary span::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid var(--main);
  border-right: 1px solid var(--main);
}

section#news {
  margin-top: 60px;
  padding: 0 30px;
}
section#news .hstyle-primary {
  margin-bottom: 20rem;
}
section#news .image {
  text-align: center;
  margin-bottom: 20px;
}
section#news .image img {
  width: 65%;
}
section#news .btn-primary {
  margin-top: 50rem;
}

section#about {
  margin-top: 80rem;
  padding: 50px 30px;
  background: url("../images/back1_sp.jpg") no-repeat center bottom;
  background-size: cover;
}
section#about .hstyle-primary {
  margin-bottom: 40rem;
}
section#about h2 {
  color: #506680;
  font-weight: bold;
  font-size: 25rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  margin-bottom: 50rem;
}
section#about .sentence p {
  color: #506680;
  line-height: 2.2;
}
section#about .map {
  margin-top: 30px;
}

section#lineup {
  margin-top: 80px;
  padding: 0 30px;
}
section#lineup .image img {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
section#lineup .hstyle-primary {
  margin-bottom: 20rem;
}
section#lineup .btn-primary {
  margin-top: 40px;
}

section#commitment {
  margin-top: 80px;
}
section#commitment .box-commitment {
  padding: 0 30px;
}
section#commitment .box-commitment .hstyle-primary {
  margin-bottom: 20rem;
}
section#commitment .box-commitment .image {
  margin-top: 40px;
}
section#commitment .box-kodawari {
  margin-top: -100px;
  padding: 150px 30px 60px;
  background: url("../images/back2.jpg") repeat;
  background-size: contain;
}
section#commitment .hstyle-red-line {
  margin-bottom: 30rem;
}
section#commitment .hstyle-red-line div:first-of-type {
  margin-bottom: 10rem;
}
section#commitment .hstyle-red-line span {
  display: inline-flex;
  align-items: center;
  background: var(--main);
  color: #fff;
  font-weight: bold;
  font-size: 22rem;
  padding: 2rem 8rem;
}
section#commitment .wrap-term dl {
  margin-top: 30px;
}
section#commitment .wrap-term dt {
  font-weight: bold;
  font-size: 22rem;
  display: inline-flex;
  align-items: center;
}
section#commitment .wrap-term dt span {
  font-size: 16rem;
  margin-left: 5rem;
}
section#commitment .wrap-image {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
section#commitment .hstyle-red {
  margin-top: 80px;
  color: var(--main);
  font-weight: bold;
  font-size: 22rem;
  margin-bottom: 20rem;
}
section#commitment .wrap-effect {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}
section#commitment .wrap-effect .effect {
  background: #fff;
  border: 2px solid var(--main);
  border-radius: 10px;
  padding: 10px;
}
section#commitment .wrap-effect .effect .ja {
  color: var(--main);
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  border-bottom: 1px solid var(--main);
}
section#commitment .wrap-effect .effect .en {
  font-size: 18px;
  color: var(--main);
  text-align: center;
}

section.bottom-sns {
  margin-top: 60px;
}
section.bottom-sns p.movie {
  text-align: center;
  margin-bottom: 30px;
}
section.bottom-sns p.movie a {
  color: var(--main);
  text-decoration: underline;
  font-weight: bold;
}
section.bottom-sns .bottom-sns {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 40px);
  justify-content: center;
  gap: 40px;
}

footer {
  margin-top: 60px;
  padding: 60px 30px;
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: calc(100vw - 30px);
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  background: #bebebf;
}
footer p {
  color: #646464;
}
footer .company {
  font-weight: bold;
  font-size: 16px;
  color: #646464;
  margin-bottom: 5px;
}
footer .company span {
  font-size: 20px;
  margin-left: 5px;
}
footer .address {
  line-height: 1.5;
  margin-bottom: 5px;
}
footer small {
  display: block;
  margin-top: 40px;
  color: #646464;
}

/**********************************************************************

 * Media Query For PC

 ***********************************************************************/
@media print, screen and (min-width: 767px) {
  .furusato-bnr {
    max-width: 640px;
    transition: 0.2s;
  }
  .furusato-bnr:hover {
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  p {
    line-height: 2;
  }
  section.mainimage {
    height: 900px;
  }
  #hm,
  #sp_menu {
    display: none !important;
  }
  header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  header .logo {
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: 1;
    width: 120px;
  }
  header .logo a img {
    width: 100%;
  }
  header nav.pc {
    display: flex;
    margin-left: 220px;
    align-items: center;
  }
  header nav.pc ul {
    display: flex;
    margin-top: 50px;
  }
  header nav.pc ul li {
    margin-right: 46px;
    position: relative;
  }
  header nav.pc ul li::after {
    content: "/";
    display: block;
    position: absolute;
    right: -25px;
    top: 0;
    color: var(--main);
    font-size: 16px;
  }
  header nav.pc ul li:last-of-type::after {
    display: none;
  }
  header nav.pc ul li a {
    display: block;
    text-align: center;
    transition: 0.2s;
    color: var(--main);
    font-weight: bold;
    font-size: 16px;
    padding: 0 5px;
  }
  header nav.pc ul li a:hover {
    background: var(--main);
    color: #fff;
    border-radius: 5px;
  }
  .wrap-sns {
    display: grid;
    gap: 40px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 32px;
    z-index: 10;
  }
  .wrap-sns .icon {
    width: 30px;
  }
  section.mainimage {
    margin: 100px;
    background: url("../images/main_pc.jpg") no-repeat center bottom;
    background-size: cover;
  }
  section.mainimage .badge {
    width: 200px;
  }
  section.mainimage .badge:hover {
    opacity: 0.9;
  }
  section.mainimage .inner {
    position: absolute;
    top: 14vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
  }
  section.mainimage .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  section.mainimage .logo img {
    width: 380px;
    max-width: none;
  }
  section.mainimage .copy {
    width: 100%;
    text-align: center;
  }
  section.mainimage .copy img {
    width: 202px;
    max-width: none;
  }
  section.mainimage .wrap-scroll {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  section.mainimage a.mouse {
    padding-top: 45px;
    display: block;
  }
  section.mainimage a.mouse span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 40px;
    transform: translateX(-50%);
    border: 1px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
  }
  section.mainimage a.mouse span::before {
    position: absolute;
    top: 3px;
    left: 50%;
    content: "";
    width: 2px;
    height: 10px;
    margin-left: -1px;
    background-color: #fff;
    animation: scrollanim 2s infinite;
    box-sizing: border-box;
  }
  section.mainimage p.scroll-text {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .hstyle-primary span {
    display: block;
  }
  .hstyle-primary .ja {
    font-size: 34px;
  }
  .hstyle-primary .en {
    font-size: 14px;
  }
  .btn-primary {
    height: 46px;
    transition: 0.2s;
  }
  .btn-primary:hover {
    background: var(--main);
    color: #fff;
  }
  section#news {
    margin-top: 180px;
    padding: 0 30px;
  }
  section#news .box-news {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  section#news .hstyle-primary {
    margin-bottom: 30px;
  }
  section#news .image {
    width: 480px;
    margin-bottom: 0;
  }
  section#news .image img {
    width: 100%;
  }
  section#news .desc {
    width: 330px;
  }
  section#news .btn-primary {
    margin-top: 50px;
  }
  section#about {
    margin-top: 180px;
    padding: 50px 30px;
    background: url("../images/back1_pc.jpg") no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    height: 620px;
  }
  section#about .inner-about {
    max-width: 960px;
    margin: 0 auto;
  }
  section#about .box-about {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  section#about .hstyle-primary {
    margin-bottom: 40px;
  }
  section#about h2 {
    writing-mode: vertical-rl;
    line-height: 1.8;
    letter-spacing: 0.2em;
    margin-bottom: 0;
    font-size: 25px;
  }
  section#about .title {
    width: 10%;
  }
  section#about .sentence {
    width: 38%;
    margin-right: 50px;
  }
  section#about .sentence p {
    writing-mode: vertical-rl;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
  section#about .map {
    margin-top: 30px;
    width: 260px;
    margin-right: 50px;
  }
  section#lineup {
    padding: 0;
    max-width: 1400px;
    margin: 80px auto 0;
  }
  section#lineup .box-lineup {
    display: flex;
    align-items: center;
  }
  section#lineup .image {
    width: 850px;
    margin-right: 60px;
  }
  section#lineup .image img {
    width: 100%;
    margin: auto;
  }
  section#lineup .desc {
    width: 330px;
    margin-right: 40px;
  }
  section#lineup .hstyle-primary {
    margin-bottom: 30px;
  }
  section#lineup .btn-primary {
    margin-top: 40px;
  }
  section#commitment {
    margin-top: 128px;
    overflow: hidden;
  }
  section#commitment .box-commitment {
    padding: 0;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
  }
  section#commitment .box-commitment .hstyle-primary {
    margin-bottom: 40px;
  }
  section#commitment .box-commitment .image {
    margin-top: 0;
    margin-left: 50px;
    width: 60.4166666667%;
  }
  section#commitment .box-commitment .desc {
    flex: 1;
  }
  section#commitment .box-kodawari {
    padding: 75px 100px;
    background: none;
    max-width: 1160px;
    margin: -100px auto 0;
    position: relative;
    z-index: -1;
  }
  section#commitment .box-kodawari::after {
    content: "";
    display: block;
    background: url("../images/back2.jpg") repeat;
    background-size: cover;
    width: calc(100% - (50% - 50vw));
    height: 100%;
    position: absolute;
    right: calc(50% - 50vw);
    top: 0;
    z-index: -2;
  }
  section#commitment .hstyle-red-line {
    margin-bottom: 35px;
  }
  section#commitment .hstyle-red-line div:first-of-type {
    margin-bottom: 10px;
  }
  section#commitment .hstyle-red-line span {
    font-size: 22px;
    padding: 2px 8px;
  }
  section#commitment .wrap-term {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  section#commitment .wrap-term dl {
    margin-top: 0;
  }
  section#commitment .wrap-term dt {
    font-size: 22px;
    margin-bottom: 5px;
  }
  section#commitment .wrap-term dt span {
    font-size: 16px;
    margin-left: 5px;
  }
  section#commitment .wrap-image {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  section#commitment .hstyle-red {
    margin-top: 60px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  section#commitment .wrap-effect {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
  }
  section#commitment .wrap-effect .effect {
    border-radius: 10px;
    padding: 5px 10px;
  }
  section#commitment .wrap-effect .effect .ja {
    font-size: 22px;
  }
  section#commitment .wrap-effect .effect .en {
    font-size: 18px;
  }
  section.bottom-sns {
    margin-top: 120px;
  }
  section.bottom-sns p.movie {
    margin-bottom: 10px;
  }
  section.bottom-sns p.movie a {
    font-size: 18px;
  }
  section.bottom-sns p.movie a:hover {
    text-decoration: none;
  }
  section.bottom-sns .bottom-sns {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(4, 40px);
    justify-content: center;
    gap: 40px;
  }
  footer {
    padding: 60px 150px;
    max-width: 900px;
    margin: 160px auto 0;
  }
  footer::before {
    width: 100%;
  }
  footer .company {
    font-size: 16px;
  }
  footer .company span {
    font-size: 20px;
  }
  footer .address {
    line-height: 1.5;
    margin-bottom: 5px;
  }
  footer nav.footer {
    margin-top: 40px;
  }
  footer nav.footer ul {
    display: flex;
  }
  footer nav.footer ul li {
    margin-right: 30px;
    position: relative;
  }
  footer nav.footer ul li:last-of-type::after {
    display: none;
  }
  footer nav.footer ul li::after {
    content: "｜";
    display: block;
    position: absolute;
    right: -22px;
    top: 0;
    font-size: 16px;
  }
  footer nav.footer ul a {
    color: #646464;
    font-size: 16px;
  }
  footer nav.footer ul a:hover {
    text-decoration: underline;
  }
  footer small {
    display: block;
    margin-top: 40px;
    color: #646464;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  header .logo {
    top: 20px;
    left: 20px;
    width: 100px;
  }
  header nav.pc {
    margin-left: 180px;
  }
  header nav.pc ul {
    margin-top: 20px;
  }
  .mainimage {
    margin: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1085px) {
  section#commitment .box-commitment {
    gap: 20px;
  }
  section#lineup .box-lineup {
    gap: 20px;
  }
  section#lineup .box-lineup .image {
    width: 50%;
  }
  section#lineup .box-lineup .desc {
    width: 40%;
  }
  section#commitment .box-commitment .desc {
    margin-left: 30px;
  }
  section#commitment .wrap-effect .effect .ja {
    font-size: 18px;
  }
  section#commitment .wrap-effect .effect .en {
    font-size: 12px;
  }
  section#about .box-about {
    justify-content: space-between;
  }
  section#about .title {
    width: 20%;
  }
  section#about .sentence {
    width: 55%;
    margin-right: 10px;
  }
  section#about .map {
    width: 30%;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  header nav.pc ul li a {
    font-size: 12px;
  }
  section#commitment .wrap-effect {
    gap: 10px;
  }
  section#commitment .wrap-effect .effect {
    padding: 5px;
  }
  section#commitment .wrap-effect .effect .ja {
    font-size: 15px;
  }
  section#commitment .box-kodawari {
    margin: -50px auto 0;
  }
}