@charset "UTF-8";
html {
  font-size: 100%;
}

body {
  font-family: "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  width: 100%;
  color: #3D3C3E;
  line-height: 1.7;
}

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

a {
  display: inline-block;
  color: #3D3C3E;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

ul, li {
  list-style: none;
}

.btn {
  display: inline-block;
  cursor: pointer;
  max-width: 350px;
  width: 90%;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(11, 11, 11, 0.14);
          box-shadow: 0 3px 8px rgba(11, 11, 11, 0.14);
  background-color: #3D3C3E;
  border: 1px solid #3D3C3E;
}

.btn:hover, .btn:focus {
  color: #8D8B86;
  background-color: #fff;
  border: 1px solid #EDF2FC;
}

/*  header  */
.header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1279px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: 51.04167%;
  margin: 0 auto;
  min-width: 540px;
}

@media screen and (max-width: 1279px) {
  .header-logo {
    width: 100%;
    min-width: 0px;
  }
}

.header-logo > a {
  max-width: 360px;
  padding: 5px 15px;
  display: block;
  margin: 10px auto 0;
}

@media screen and (max-width: 380px) {
  .header-logo > a {
    padding: 0 15px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 380px) {
  .header-logo > a > img {
    height: auto;
  }
}

.header-menu {
  max-width: 980px;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .header-menu {
    display: none;
  }
}

.heading {
  cursor: default;
  text-align: center;
  margin-bottom: 1.5rem;
}

.heading__max-width {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.heading > h2 {
  text-align: center;
  color: #524E44;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1279px) {
  .heading > h2 {
    font-size: 1.375rem;
  }
}

.heading > h2 > span {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-align: center;
  color: #8D8B86;
  font-size: 0.9375rem;
  text-transform: capitalize;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-top: 4px;
}

@media screen and (max-width: 1279px) {
  .heading > h2 > span {
    font-size: .875rem;
  }
}

.heading h2.line {
  position: relative;
}

@media screen and (max-width: 1279px) {
  .heading h2.line {
    margin: 0 2rem;
  }
}

@media screen and (max-width: 480px) {
  .heading h2.line {
    margin: 0;
  }
}

.heading h2.line::before, .heading h2.line::after {
  content: "";
  width: 35.39823%;
  max-width: 26.99115%;
  height: 2px;
  border-radius: 1px;
  background-color: #CBCAC7;
  position: absolute;
  top: 50%;
}

.heading h2.line::before {
  left: 0;
}

.heading h2.line::after {
  right: 0;
}

@media screen and (max-width: 480px) {
  .heading h2.line::before, .heading h2.line::after {
    max-width: 23%;
  }
}

@media screen and (max-width: 480px) and (max-width: 380px) {
  .heading h2.line::before, .heading h2.line::after {
    width: 0;
    opacity: 0;
  }
}

.heading > h2.heading__alph {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3D3C3E;
  font-size: 1.75rem;
}

@media screen and (max-width: 1279px) {
  .heading > h2.heading__alph {
    font-size: 1.75rem;
  }
}

.container-flex {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1279px) {
  .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-view {
  max-width: 980px;
  width: 100%;
  height: auto;
}

.main-view > img {
  -webkit-animation: fadeIn 1.3s ease forwards;
          animation: fadeIn 1.3s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .main {
    padding: 0;
  }
}

.main__inner {
  margin: 0 auto;
  min-width: 480px;
  max-width: 582px;
  width: 100%;
}

@media screen and (max-width: 1279px) {
  .main__inner {
    max-width: 950px;
    min-width: 0;
  }
}

.pick-up {
  margin-top: 15px;
}

@media screen and (max-width: 1279px) {
  .pick-up {
    margin-top: 5px;
  }
}

.pick-up .heading {
  margin-bottom: 8px;
}

.pick-up .heading > h2 {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #E36769;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.pick-up > p {
  text-align: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 1279px) {
  .pick-up > p {
    font-size: 0.875rem;
  }
}

.pick-up__btn {
  display: inline-block;
  cursor: pointer;
  max-width: 350px;
  width: 90%;
  font-size: 1rem;
  line-height: 1;
  padding: 0.75rem 1rem;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 3px 8px rgba(11, 11, 11, 0.14);
          box-shadow: 0 3px 8px rgba(11, 11, 11, 0.14);
  background-color: #F7B2AF;
  border: 1px solid #F7B2AF;
  margin-top: 5px;
}

.pick-up__btn:hover, .pick-up__btn:focus {
  opacity: 0.7;
}

.news, .profile, .top_contact {
  margin-top: 40px;
}

@media screen and (max-width: 1279px) {
  .news, .profile, .top_contact {
    margin-top: 60px;
  }
}

/* @media screen and (max-width: 480px) {
  .news, .profile, .top_contact {
    margin-top: 30px;
  }
} */

.news-umekomi {
  height: 200px;
  /* overflow: auto;
  padding: 10px 15px; */
  border: 1px solid #EDF2FC;
  border-radius: 8px;
  
}
.news-umekomi iframe {
  width: 100%;
  height: 100%;
  padding: 10px 5px 10px 15px;
}

@media screen and (max-width: 1279px) {
  .news-umekomi {
    height: 300px;
  }
}

.news-area {
  /* height: 200px;
  overflow: auto;
  padding: 10px 15px;
  border: 1px solid #EDF2FC;
  border-radius: 8px; */
  width: 100%;
}

/* @media screen and (max-width: 1279px) {
  .news-area {
    height: 300px;
  }
} */

.news-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.news-text:not(:last-child) {
  border-bottom: 1px solid #EDF2FC;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.news-text > div {
  margin-bottom: 3px;
}

.news-text > p {
  font-size: 0.875rem;
}

.news-text > p > a {
  font-weight: bold;
}

/* .news-text > p > a span {
  display: inline;
  border-bottom: 2px dotted #FEA39F;
  cursor: pointer;
  font-size: 1em;
} */

.news-title a {
  /* display: inline;
  border-bottom: 2px dotted #FEA39F; */
  cursor: pointer;
  font-size: 1em;
  transition: all 0.3s;
}
.news-title a:hover {
  color: #FEA39F;;
}

.date {
  font-size: 0.75rem;
  padding-right: 0.7em;
}

.label {
  font-size: 0.75rem;
  color: #fff;
  background-color: #EA5A63;
  line-height: 1;
  letter-spacing: 0.1rem;
  padding: 3px 6px;
}

.label__news {
  background-color: #F2C570;
}

.label__rensai {
  background-color: #008783;
}

.label__tankobon {
  background-color: #085189;
}

.label__illust {
  background-color: #73B8C2;
}

.new {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFCE70;
  letter-spacing: .1em;
  line-height: 1;
  font-size: 0.75rem;
  margin-right: 1rem;
}

.new::before {
  content: "▼";
  font-size: 0.5rem;
  padding-right: 0.5rem;
}

.profile__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 670px) {
  .profile__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.profile-img {
  min-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.profile-desc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 6.87285%;
  max-width: 400px;
}

@media screen and (max-width: 670px) {
  .profile-desc {
    margin-left: 0;
    margin-top: 30px;
  }
}

.profile-desc__ttl {
  font-size: 1.25rem;
  padding: 4px 20px 4px 2px;
  text-align: left;
}

@media screen and (max-width: 1279px) {
  .profile-desc__ttl {
    font-size: 1.125rem;
  }
}

.profile-desc__txt {
  text-align: left;
}

@media screen and (max-width: 1279px) {
  .profile-desc__txt {
    font-size: .875rem;
  }
}

.profile-desc__timeline {
  width: 310px;
  height: 390px;
  overflow: hidden;
  border: 1px solid #E3E3E3;
}

@media screen and (max-width: 380px) {
  .profile-desc__timeline {
    width: 100%;
  }
}

.books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.books__img {
  width: 130px;
  padding: 5px;
  height: auto;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  margin-right: 15px;
}

@media screen and (max-width: 380px) {
  .books__img {
    margin-right: 8px;
  }
}

.books__txt {
  text-align: left;
  font-size: .875rem;
  height: 140px;
  line-height: 2;
  margin-bottom: 5px;
}

@media screen and (max-width: 380px) {
  .books__txt {
    height: 120px;
    font-size: 0.75rem;
  }
}

.books__btn {
  padding: 6px 12px;
  font-size: 0.875rem;
}

.accordion {
  position: relative;
  overflow: hidden;
}

.accordion > input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.accordion > label {
  display: block;
  position: relative;
}

.accordion > label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #3D3C3E;
  border-right: 1px solid #3D3C3E;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.accordion > label::after {
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
  bottom: 50%;
  right: 15px;
}

.accordion__cont {
  position: relative;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.accordion > input[type="checkbox"]:checked ~ .accordion__cont {
  height: auto;
  padding: 8px 0 20px;
}

.accordion > input[type="checkbox"]:checked ~ label::after {
  -webkit-transform: rotate(-225deg) translate(2px);
          transform: rotate(-225deg) translate(2px);
  bottom: 50%;
  right: 15px;
}

.main-icon {
  width: 50px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px auto;
}

.sns > a:not(:last-of-type) {
  margin-right: 40px;
}

@media screen and (max-width: 1279px) {
  .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .sns > a:not(:last-of-type) {
    margin-right: 0px;
    margin-bottom: 25px;
  }
}

.sns-icon {
  display: block;
  width: 125px;
  text-align: right;
  padding-left: 5px;
}

.sns-icon > span {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 0 37px 0 6px;
  color: #3D3C3E;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  position: relative;
}

.sns-icon > span::before, .sns-icon > span::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #3D3C3E;
  position: absolute;
  top: 50%;
  right: 0px;
}

.sns-icon > span::before {
  -webkit-transform: rotate(35deg) translateY(-2px);
          transform: rotate(35deg) translateY(-2px);
  right: -1px;
  width: 7px;
}

.sns-icon > span::after {
  width: 25px;
}

.sns-icon:hover, .sns-icon:focus {
  opacity: 0.7;
}

footer {
  padding: 11px 0;
  text-align: center;
  line-height: 1;
}

footer small {
  font-size: 0.75em;
}

@media screen and (max-width: 1279px) {
  footer {
    padding: 8px 0;
  }
  footer small {
    font-size: 0.5625em;
  }
}

.thumb-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  display: block;
  text-align: center;
}

.contact-title {
  margin: 0 auto;
  text-align: center;
}

.contact-title .heading {
  margin: 50px auto 40px;
}

.contact-title .message {
  font-size: .9375em;
  margin-bottom: 40px;
}

@media screen and (max-width: 1279px) {
  .contact-title .heading {
    margin: 30px auto 24px;
  }
}

form {
  max-width: 520px;
  margin: 0 auto 50px;
}

form tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dotted #D0D0D0;
  padding: 5px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

form tr th {
  font-weight: normal;
  text-align: left;
  width: 160px;
}

form tr th label span {
  font-size: 0.6875em;
  padding-left: 4px;
  color: #fd5a53;
}

form input[type=text], form input[type=Email], form input[type=tel], form textarea {
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  padding: 10px 8px;
}

form input[type=text]:focus, form input[type=Email]:focus, form input[type=tel]:focus, form textarea:focus {
  outline: none;
  color: #3D3C3E;
  border: 1px solid #FFEE62;
  -webkit-box-shadow: 0px 0px 5px rgba(255, 239, 97, 0.6);
          box-shadow: 0px 0px 5px rgba(255, 239, 97, 0.6);
}

form input[type=text], form input[type=Email], form input[type=tel] {
  width: 240px;
  line-height: 1;
}

form textarea {
  width: 400px;
  line-height: 1.2;
}

form p {
  text-align: center;
}

form p .btn {
  margin: 40px auto 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1279px) {
  form {
    width: 90%;
  }
  form table {
    width: 100%;
  }
  form tr {
    display: block;
    border: none;
    padding: 0;
    width: 100%;
  }
  form tr th {
    padding: 16px 0 4px;
    display: block;
  }
  form tr td {
    display: block;
    width: 100%;
  }
  form input[type=text], form input[type=Email], form input[type=tel], form textarea {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 670px) {
  form input[type=text], form input[type=Email], form input[type=tel], form textarea {
    font-size: 3.7333333333vw;
  }
}

.check_container {
  text-align: center;
  margin: 50px auto 0;
}

.check_container h3 {
  font-size: 1.375rem;
  font-weight: normal;
  padding: 15px 0;
}

.check_container h4 {
  font-size: 1.125rem;
  font-weight: normal;
  padding: 15px 0;
}

.check_container p {
  text-align: center;
  margin-bottom: 25px;
}

.check_container td {
  width: 400px;
  text-align: left;
}

.check_container tr:last-child {
  border-bottom: 1px dotted #D0D0D0;
}

@media screen and (max-width: 1279px) {
  .check_container {
    width: 90%;
    font-size: 0.9375rem;
  }
  .check_container h3 {
    font-size: 1.375rem;
    font-weight: normal;
    padding: 15px 0;
  }
  .check_container h4 {
    font-size: 1rem;
  }
  .check_container p {
    font-size: 0.9375rem;
  }
  .check_container tr {
    border-top: 1px dotted #D0D0D0;
  }
  .check_container td {
    width: 100%;
  }
}

p.error_messe {
  margin: 5px 0;
  color: red;
}

.gallery-title {
  margin: 0 auto;
  text-align: center;
}

.gallery-title .heading {
  margin: 50px auto 40px;
}

@media screen and (max-width: 1279px) {
  .gallery-title .heading {
    margin: 30px auto 24px;
  }
}

.gallery-bg {
  background-color: #F6F9F9;
}

.gallery-nav {
  margin-bottom: 20px;
}

.gallery-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery-nav__item > button {
  font-family: futura-pt, "游ゴシック","Yu Gothic",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3D3C3E;
  font-size: 1.5rem;
  text-transform: capitalize;
  padding: 2px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (max-width: 480px) {
  .gallery-nav__item > button {
    font-size: 1.125rem;
  }
}

.gallery-nav__item > button:hover, .gallery-nav__item > button:focus {
  opacity: 0.7;
}

.gallery-nav__item:not(:last-of-type) {
  position: relative;
}

.gallery-nav__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin: 0 1rem;
  width: 2px;
  height: 18px;
  background-color: #3D3C3E;
  -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
}

@media screen and (max-width: 480px) {
  .gallery-nav__item:not(:last-of-type)::after {
    margin: 0 0.5em;
  }
}

.works {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
}

.works__item {
  padding: 0 5px;
  margin-bottom: 40px;
}

@media screen and (max-width: 670px) {
  .works__item {
    padding: 0 10px;
    margin-bottom: 55px;
  }
}

.work__thumb {
  overflow: hidden;
  position: relative;
}

.work__thumb > img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.work__thumb > img:hover, .work__thumb > img:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: .85;
}

.work__thumb::after {
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-slide {
  overflow: hidden !important;
  width: auto !important;
  height: 280px !important;
}

@media screen and (max-width: 380px) {
  .swiper-slide {
    height: 36.45833vw !important;
  }
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.top-slide {
  padding: 45px 0 10px;
}

@media screen and (max-width: 670px) {
  .top-slide {
    padding: 35px 0 0;
  }
}

.top-slide .center {
  margin: 0 auto;
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 670px) {
  .top-slide .center {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1279px) {
  .vue-lb-figure {
    max-width: 87%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .vue-lb-left {
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .vue-lb-right {
    right: 0px;
  }
}

.slide-show {
  width: 100vw;
  overflow: hidden;
  height: 280px !important;
}

@media screen and (max-width: 380px) {
  .slide-show {
    height: 36.45833vw !important;
  }
}
/*# sourceMappingURL=style.css.map */