@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #000;
  font-family: "Noto Serif JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body.js-navopen {
  height: 100%;
  position: fixed;
  width: 100%;
}

.preload * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

a:before, a:after {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

li {
  list-style: none;
}

.pc {
  display: block;
}

.tb_only {
  display: none;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-tb {
  display: none;
}

.br-sp {
  display: none;
}

.breadcrumbs {
  margin-bottom: 39px;
  margin-top: 9px;
  padding: 0 40px;
}

.breadcrumbs__item {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 0.3em;
}

.breadcrumbs__item + .breadcrumbs__item:before {
  content: '>';
  margin-right: 0.5em;
}

.btn {
  background: #bf3e38;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 350px;
  padding: 13px 18px 13px 13px;
  position: relative;
  text-align: center;
}

.btn:after {
  background: url("../images/arrow_white.svg") no-repeat right center;
  background-size: 8px 12px;
  bottom: 50%;
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  right: 24px;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  width: 8px;
}

.btn.-tel {
  background: #96863e;
  font-size: 22px;
  padding: 13px;
}

.btn.-tel:after {
  display: none;
}

.btn.-tel:hover {
  background: #a3913b;
}

.btn.-white {
  background: #fff;
  color: #bf3e38;
}

.btn.-white:after {
  background-image: url("../images/arrow_red.svg");
}

.btn.-white:hover {
  background-color: #fff;
}

.navbtn {
  cursor: pointer;
  display: block;
  height: 60px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 1001;
}

.navbtn:hover {
  opacity: 0.7;
}

.navbtn button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  color: #bf3e38;
  cursor: pointer;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 100%;
  outline: none;
  padding: 0;
  padding: 0 30px 0 56px;
  text-align: left;
  width: 100%;
}

.navbtn span {
  bottom: 51%;
  display: block;
  height: 10px;
  left: 30px;
  position: absolute;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  width: 14px;
}

.navbtn span:before, .navbtn span:after {
  background: #bf3e38;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  width: 14px;
}

.navbtn span:before {
  top: 0;
}

.navbtn span:after {
  bottom: 0;
}

.navbtn.js-active span {
  background: transparent;
}

.navbtn.js-active span:before {
  -webkit-transform: translateY(4px) rotate(45deg);
      -ms-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

.navbtn.js-active span:after {
  -webkit-transform: translateY(-4px) rotate(-45deg);
      -ms-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

.pagetop {
  bottom: 20px;
  height: 50px;
  position: fixed;
  right: 20px;
  width: 50px;
  z-index: 997;
}

.pagetop.js-active {
  bottom: auto;
  position: absolute;
  top: -70px;
}

.pagetop__link {
          align-items: center;
  background: #95aa64;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  height: 100%;
          justify-content: center;
  width: 100%;
}

.pagetop__link:hover {
  background: #9fb961;
}

.about {
  padding-bottom: 90px;
  padding-top: 90px;
}

.about__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.about__title {
  margin-bottom: 24px;
  text-align: center;
}

.about__title__english {
  color: #bf3e38;
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 12px;
  letter-spacing: 0.34em;
  margin-top: 35px;
}

.about__text {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 2.5625;
  text-align: center;
}

.about__name {
  display: block;
  margin-bottom: 60px;
  margin-right: 50px;
  margin-top: -23px;
  text-align: right;
}

.about__name img {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 18px;
  width: 117px;
}

.about__name span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.34em;
  text-align: right;
}

.about__movie {
  margin: 0 auto;
  width: 690px;
}

.about__movie--title {
  margin-bottom: 22px;
  text-align: center;
}

.about__movie--title img {
  width: 245px;
}

.about__movie--title span {
  border-bottom: 1px solid #bf3e38;
  padding-bottom: 1px;
}

.contact {
  background: #faf9f1;
}

.contact .content--column__main {
  margin-bottom: 70px;
  width: calc(100% - 180px);
}

.contact__copy {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.5;
  margin-bottom: 27px;
  text-align: center;
}

.contact .section__text {
  letter-spacing: 0.2em;
  margin-bottom: 57px;
}

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

.contact__btns .btn {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 0 2%;
  max-width: 340px;
  width: 46%;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
  padding: 50px 0 0;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
}

.content--column {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
}

.content--column__title {
  width: 130px;
}

.content--column__main {
  padding: 50px 0 0;
  width: calc(100% - 130px);
}

.footer {
  padding-bottom: 40px;
  position: relative;
}

.copyright {
  display: block;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: right;
  width: 100%;
}

nav {
  max-width: 550px;
  width: 50%;
}

.gnav__item {
  border-bottom: 1px solid #e17d78;
}

.gnav__link {
          align-items: flex-start;
  -webkit-box-align: start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 25px 0;
  position: relative;
}

.gnav__link:after {
  background: url("../images/arrow_white_small.svg") no-repeat right top;
  content: '';
  display: block;
  height: 12px;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
}

.gnav__link:hover {
  color: #f1e0ab;
}

.gnav__link:hover:after {
  background: url("../images/arrow_yellow_small.svg") no-repeat right top;
}

.gnav__english {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 0.2em;
  margin-left: 20px;
  margin-top: 6px;
}

.header {
  position: absolute;
  z-index: 9999;
}

.header__logo {
  -webkit-animation: slideLogo 0.8s ease-in-out 0.5s forwards;
          animation: slideLogo 0.8s ease-in-out 0.5s forwards;
  height: 322px;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 120px;
}

.header__logo a {
  display: block;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__logo img {
  display: block;
  max-width: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 170px;
}

.header__logo--fixed {
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 20px 26px;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  z-index: 1000;
}

.header__logo--fixed.js-show, .header__logo--fixed.js-active {
  opacity: 1;
  visibility: inherit;
}

.header__logo--fixed.js-active {
  background: #fff;
}

.header__logo--fixed a:hover {
  opacity: 0.7;
}

.header__nav {
  background: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  visibility: hidden;
  width: 100%;
}

.header__nav.js-active {
  opacity: 1;
  visibility: inherit;
}

.header__nav__inner {
  background: #bf3e38;
  height: 100%;
  margin-left: 82px;
}

.header__nav__content {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1220px;
  padding: 55px 60px 0;
  width: 100%;
}

.header__nav__image {
  margin-top: 25px;
  max-width: 460px;
  width: 42%;
}

.header__nav__image img {
  width: 100%;
}

.header__nav__btn {
  display: none;
}

@-webkit-keyframes slideLogo {
  0% {
    opacity: 0;
    width: 120px;
  }
  100% {
    opacity: 1;
    width: 170px;
  }
}

@keyframes slideLogo {
  0% {
    opacity: 0;
    width: 120px;
  }
  100% {
    opacity: 1;
    width: 170px;
  }
}

.kv {
  -webkit-animation: opacity 1s ease-in 0s;
          animation: opacity 1s ease-in 0s;
  position: relative;
}

.kv__copy {
  -webkit-animation: slideIn 0.8s ease-in-out 1s forwards;
          animation: slideIn 0.8s ease-in-out 1s forwards;
  bottom: 90px;
  height: 230px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 266px;
  z-index: 1000;
}

.kv__copy img {
  bottom: 0;
  display: block;
  left: 0;
  max-width: none;
  position: absolute;
}

.slider__item img {
  width: 100%;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    width: 266px;
  }
  100% {
    opacity: 1;
    width: 294px;
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    width: 266px;
  }
  100% {
    opacity: 1;
    width: 294px;
  }
}

.main {
  background: url("../images/bg.png") center top;
}

.news {
  background: #f6ebeb;
  padding-bottom: 80px;
}

.news .content--column__main {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 212px);
}

.news__facebook {
  width: 100%;
  /* Instagram復活時に消すCSS */
  /* width: 40%; */
  /* Instagram復活時のCSS */
}

.news__instagram {
  width: 55%;
}

.news__instagram__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

.news__instagram__item {
  margin: 2px;
  width: calc(33.33333% - 4px);
}

.news__instagram__item img {
  width: 100%;
}

.news__instagram__btn {
          align-items: center;
  border: 1px solid #bf3e38;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #bf3e38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  height: 40px;
          justify-content: center;
  letter-spacing: 0.15em;
  margin: 0 2px;
  text-align: center;
}

.news__instagram__btn:before {
  background: url("../images/ico_instagram.svg") no-repeat center;
  content: '';
  display: block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}

.news__instagram__btn:hover {
  opacity: 0.7;
}

.online {
  border-bottom: 1px solid #dfddc9;
  padding-bottom: 80px;
}

.online .content--column__main {
  width: calc(100% - 180px);
}

.online__images {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 23px;
}

.online__images__item {
  width: 32.5%;
}

.online__images__item img {
  width: 100%;
}

.online .section__text {
  margin-bottom: 37px;
}

.overview {
  padding-bottom: 113px;
}

.overview .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}

.overview__title {
  margin-bottom: 47px;
}

.overview__title img {
  height: 25px;
}

.overview__box {
  width: 50%;
}

.overview__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.overview__list__item + .overview__list__item {
  margin-top: 33px;
}

.overview__list dt, .overview__list dd {
  letter-spacing: 0.2em;
  line-height: 1.4286;
}

.overview__list dt {
  color: #bf3e38;
  font-weight: bold;
  padding-right: 1em;
  width: 118px;
}

.overview__list dd {
  width: calc(100% - 118px);
}

.overview__list a {
  color: #000;
}

.access__box {
          align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: end;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
}

.access__box .googlemap a {
  border: 1px solid #bf3e38;
  color: #bf3e38;
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 3px 20px 3px 10px;
  position: relative;
}

.access__box .googlemap a:after {
  background: url("../images/arrow_red.svg") no-repeat right center;
  background-size: 7px 10px;
  content: '';
  display: block;
  height: 10px;
  margin-top: -5px;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 7px;
}

.access__box .googlemap a:hover {
  opacity: 0.7;
}

.products {
  background: #faf9f1;
  padding-bottom: 64px;
}

.products__copy {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}

.products__copy span {
  background: #faf9f1;
  position: relative;
  z-index: 1;
}

.products__copy strong {
  color: #bf3e38;
  font-weight: normal;
}

.products__copy:before {
  background: #000;
  bottom: 0.7em;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.products__image {
  margin-bottom: 23px;
}

.products__text {
  letter-spacing: 0.25em;
  line-height: 1.92;
}

.products__lead {
          align-items: center;
  border-top: 1px solid #dfddc9;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: center;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 23px;
  margin-top: 25px;
  padding-top: 50px;
}

.products__lead__images {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  width: calc(100% - 384px);
}

.products__lead__images__item {
  width: 49%;
}

.products__lineTitle {
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: start;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-align: start;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: start;
  font-size: 20px;
  font-weight: normal;
          justify-content: flex-start;
  letter-spacing: 0.08em;
}

.products__lineTitle span {
  background: #bf3e38;
  display: block;
  padding: 8px 6px;
}

.products__lineTitle span + span {
  margin-top: 13px;
}

.section__text {
  letter-spacing: 0.25em;
  line-height: 1.92;
}

.service {
  padding-bottom: 80px;
}

.service__list {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  margin-bottom: 30px;
}

.service__list__image {
  margin-bottom: 23px;
}

.service__list__item {
  margin-bottom: 33px;
  width: 31%;
}

.service__list__name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1.5;
  margin-bottom: 18px;
  text-align: center;
}

.service__list__text {
  letter-spacing: 0.25em;
  line-height: 1.92;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tb_only {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .btn:hover {
    background-color: #ce3e38;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .breadcrumbs {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .breadcrumbs__item {
    margin-right: 0;
  }
  .btn {
    font-size: 17px;
    letter-spacing: 0.1em;
  }
  .btn.-tel {
    font-size: 18px;
    margin-bottom: 25px;
  }
  .btn.-tel:hover {
    opacity: 1;
  }
  .navbtn {
    height: 55px;
  }
  .navbtn:hover {
    opacity: 1;
  }
  .navbtn button {
    font-size: 15px;
    padding: 0 30px 0 50px;
    padding-right: 15px;
  }
  .navbtn span {
    left: 20px;
    width: 18px;
  }
  .navbtn span:before, .navbtn span:after {
    width: 18px;
  }
  .pagetop.js-active {
    top: -80px;
  }
  .about {
    padding-bottom: 75px;
    padding-top: 70px;
  }
  .about__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about__title__english {
    font-size: 11px;
  }
  .about__title img {
    width: 320px;
  }
  .about__text {
    font-size: 14px;
    letter-spacing: 0.21em;
    line-height: 2.136;
    margin-bottom: 23px;
  }
  .about__name {
    margin: 0 auto 70px;
    text-align: center;
  }
  .about__name img {
    margin: 0 auto 10px;
    width: 94px;
  }
  .about__name span {
    font-size: 10px;
    text-align: center;
  }
  .about__movie {
    height: 200px;
    width: 100%;
  }
  .about__movie iframe {
    max-height: 100%;
    max-width: 100%;
  }
  .about__movie--title {
    margin-bottom: 20px;
  }
  .about__movie--title img {
    width: 198px;
  }
  .contact .content--column__main {
    margin-bottom: 75px;
    width: 100%;
  }
  .contact__copy {
    font-size: 18px;
    line-height: 1.8;
  }
  .contact .section__text {
    letter-spacing: 0.15em;
    margin-bottom: 44px;
  }
  .contact__btns {
    display: block;
  }
  .contact__btns .btn {
    font-size: 17px;
    margin: 0;
    width: 100%;
  }
  .contact__btns .btn.-tel {
    margin-bottom: 25px;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content--column {
    display: block;
  }
  .content--column__title {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }
  .content--column__title img {
    height: 94px;
  }
  .content--column__main {
    padding: 0;
    width: 100%;
  }
  .footer {
    padding-bottom: 25px;
  }
  .copyright {
    font-size: 10px;
    text-align: center;
  }
  nav {
    max-width: 100%;
    width: 100%;
  }
  .gnav {
    margin-bottom: 50px;
  }
  .gnav__link {
    font-size: 14px;
  }
  .gnav__english {
    margin-left: 17px;
  }
  .header__logo {
    height: 207px;
    width: 90px;
  }
  .header__logo img {
    width: 110px;
  }
  .header__logo--fixed {
    background: #fff;
    -webkit-box-shadow: 0px 1px 8.6px 0.4px rgba(163, 163, 163, .2);
            box-shadow: 0px 1px 8.6px 0.4px rgba(163, 163, 163, .2);
    height: auto;
    padding: 18px 15px;
    width: 100%;
  }
  .header__logo--fixed img {
    width: 146px;
  }
  .header__nav {
    background: #bf3e38;
    bottom: 0;
    overflow-y: scroll;
    padding-top: 55px;
  }
  .header__nav__inner {
    background: none;
    height: auto;
    margin-left: 0;
  }
  .header__nav__content {
    height: 100%;
    padding: 25px 20px 200px;
  }
  .header__nav__image {
    display: none;
  }
  .header__nav__btn {
    display: block;
  }
  .header__nav .btn.-tel {
    font-size: 16px;
    margin-bottom: 20px;
  }
  @-webkit-keyframes slideLogo{
    0% {
      opacity: 0;
      width: 90px;
    }
  }
  @-webkit-keyframes slideLogo{
    100% {
      opacity: 1;
      width: 110px;
    }
  }
  @keyframes slideLogo{
    0% {
      opacity: 0;
      width: 90px;
    }
  }
  @keyframes slideLogo{
    100% {
      opacity: 1;
      width: 110px;
    }
  }
  .kv__copy {
    bottom: 40px;
    height: 158px;
    width: 179px;
  }
  .kv__copy img {
    width: 199px;
  }
  @-webkit-keyframes slideIn{
    0% {
      opacity: 0;
      width: 179px;
    }
  }
  @-webkit-keyframes slideIn{
    100% {
      opacity: 1;
      width: 199px;
    }
  }
  @keyframes slideIn{
    0% {
      opacity: 0;
      width: 179px;
    }
  }
  @keyframes slideIn{
    100% {
      opacity: 1;
      width: 199px;
    }
  }
  .news {
    padding-bottom: 75px;
  }
  .news .content--column__main {
    display: block;
    width: 100%;
  }
  .news__facebook {
    width: 100%;
    /* margin-bottom: 50px; */
    /* Instagram復活時のCSS */
  }
  .news__instagram {
    width: 100%;
  }
  .news__instagram__images {
    margin-bottom: 25px;
  }
  .news__instagram__btn {
    font-size: 15px;
  }
  .news__instagram__btn:before {
    background-size: 12px 12px;
    height: 14px;
    margin-right: 10px;
    width: 14px;
  }
  .online {
    padding-bottom: 75px;
  }
  .online .content {
    padding-top: 75px;
  }
  .online .content--column__main {
    width: 100%;
  }
  .online__images {
    margin-bottom: 18px;
  }
  .online__images__item {
    width: 49%;
  }
  .online__images__item:nth-of-type(1) {
    display: none;
  }
  .online .section__text {
    margin-bottom: 42px;
  }
  .overview {
    padding-bottom: 100px;
  }
  .overview .content {
    display: block;
    padding-top: 65px;
  }
  .overview__title {
    margin-bottom: 28px;
    text-align: center;
  }
  .overview__title img {
    height: 20px;
  }
  .overview__box {
    width: 100%;
  }
  .overview__box + .overview__box {
    margin-top: 70px;
  }
  .overview__list__item + .overview__list__item {
    margin-top: 20px;
  }
  .overview__list dt, .overview__list dd {
    line-height: 1.692;
  }
  .overview__list dt {
    margin-bottom: 10px;
    padding-right: 0;
    width: 100%;
  }
  .overview__list dd {
    width: 100%;
  }
  .access__box .googlemap a {
    font-size: 11px;
    margin: 7px 0 0;
  }
  .products {
    padding-bottom: 52px;
  }
  .products__copy {
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.55;
    margin-bottom: 11px;
    text-align: center;
  }
  .products__copy span {
    background: none;
  }
  .products__copy:before {
    display: none;
  }
  .products__image {
    margin-bottom: 22px;
  }
  .products__text {
    letter-spacing: 0.15em;
    line-height: 2;
  }
  .products__lead {
    display: block;
    margin-bottom: 22px;
    margin-top: -6px;
  }
  .products__lead__images {
    width: 100%;
  }
  .products__lineTitle {
            align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .products__lineTitle span {
    padding: 5px 7px;
  }
  .section__text {
    letter-spacing: 0.15em;
    line-height: 2;
  }
  .service {
    padding-bottom: 75px;
  }
  .service .content {
    padding-top: 75px;
  }
  .service__list {
    margin-bottom: 20px;
  }
  .service__list__image {
    margin-bottom: 18px;
  }
  .service__list__item {
    margin-bottom: 25px;
    width: 46.5%;
  }
  .service__list__name {
    font-size: 16px;
    letter-spacing: 0.125em;
    line-height: 1.3125;
    margin-bottom: 12px;
  }
  .service__list__text {
    letter-spacing: 0.15em;
    line-height: 1.692;
  }
}
