@charset "UTF-8";
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, var, b, i, a, dl, dt, dd, ol, ul, li, button, input, textarea, 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, main, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  font-size: 1.6rem;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active, a:hover {
  outline-width: 0;
}

a, area, button, [role="button"], input:not([type=range]), label, select, summary, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

ol, ul, li {
  list-style: none;
}

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

th {
  font-weight: normal;
}

hr {
  display: block;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

code, kbd, pre, samp {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

blockquote, q {
  quotes: none;
}

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

.cf::after {
  display: block;
  clear: both;
  content: "";
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.t_center {
  text-align: center !important;
}

.t_right {
  text-align: right !important;
}

.t_left {
  text-align: left !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.f10 {
  font-size: 1rem;
}

.f11 {
  font-size: 1.1rem;
}

.f12 {
  font-size: 1.2rem;
}

.f13 {
  font-size: 1.3rem;
}

.f14 {
  font-size: 1.4rem;
}

.f15 {
  font-size: 1.5rem;
}

.f16 {
  font-size: 1.6rem;
}

.f17 {
  font-size: 1.7rem;
}

.f18 {
  font-size: 1.8rem;
}

.f19 {
  font-size: 1.9rem;
}

.f20 {
  font-size: 2rem;
}

body {
  font-family: "Gothic Medium BBB", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}

body.noscroll {
  overflow: hidden;
}

body:before {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

body.pre1:before {
  background-image: url(../img/preview_1/bg.jpg);
}

body.pre2:before {
  background-image: url(../img/preview_2/bg.jpg);
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mv {
  min-width: 1200px;
}

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

.about.pre1 {
  background-color: rgba(220, 195, 175, 0.85);
}

.about.pre2 {
  background-color: rgba(111, 115, 74, 0.85);
  color: #fff;
}

.about .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 150px 85px 210px;
}

.about .logo {
  text-align: center;
  margin-bottom: 75px;
}

.about .logo img {
  width: 274px;
}

.about .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about .clm .prof dt {
  margin-bottom: 15px;
}

.about .clm .prof dt img {
  width: 57px;
}

.about .clm .prof dd a {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.about .clm .u1 {
  width: 400px;
}

.about .clm .u1 p {
  font-size: 2.5rem;
  line-height: 1.7;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}

.about .clm .u2 {
  width: 380px;
}

.about .clm .u2 p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.items {
  min-width: 1200px;
  padding: 120px 175px 240px 175px;
}

.items .inner {
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 150px 0 200px 0;
  max-width: 850px;
  margin: 0 auto;
}

.items .item {
  padding: 0 75px;
  margin-bottom: 225px;
}

.items .item:last-of-type {
  margin-bottom: 0;
}

.items .item h1 {
  font-weight: bold;
  font-size: 3.1rem;
  margin-bottom: 60px;
  letter-spacing: 0.05em;
}

.items .item h2 {
  margin-bottom: 75px;
}

.items .item h2 img {
  height: 30px;
}

.items .item .item_name {
  margin-bottom: 85px;
}

.items .item .item_name dt {
  font-size: 3.1rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

.items .item .item_name dd {
  font-size: 2.2rem;
}

.items .item p {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 35px;
  letter-spacing: 0.035em;
}

.items .item figure {
  margin-bottom: 35px;
}

.items .item figure img {
  vertical-align: bottom;
}

.other .start {
  background-color: #1B1433;
  text-align: center;
  padding: 75px 0;
  color: #fff;
}

.other .start dt {
  margin-bottom: 35px;
}

.other .start dt img {
  width: 605px;
}

.other .start dd {
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.other .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

.other .links .link {
  background-color: #fff;
  width: 50%;
}

.other .links .link.off a {
  pointer-events: none;
}

.other .links .link.off a:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.other .links .link a {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  position: relative;
  display: block;
  color: #fff;
}

.other .links .link a:hover {
  opacity: 0.7;
}

.other .links .link a .bg {
  vertical-align: bottom;
}

.other .links .link a .inner {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 110px;
}

.other .links .link a .inner .yokoku {
  width: 155px;
  margin-bottom: 22px;
}

.other .links .link a .inner dl dt {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.other .links .link a .inner dl dd {
  font-size: 1.6rem;
}

.information {
  background-color: #fff;
}

.information .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 120px 0;
}

.information .inner h3 {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.information .staff {
  margin-bottom: 40px;
}

.information .staff dl {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  font-weight: bold;
}

.information .staff dl dt {
  width: 130px;
}

.information .shop {
  font-size: 1.6rem;
  line-height: 1.7;
}

footer {
  background-color: #fff;
  border-top: 1px solid #000;
  padding-bottom: 50px;
}

footer .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 0 85px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .foot_link {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .foot_link li {
  margin-right: 65px;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .sns dt {
  margin-right: 15px;
  font-size: 1.2rem;
}

footer .copyright {
  text-align: center;
  display: block;
  font-weight: bold;
}

#modal {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

#modal.active {
  opacity: 1;
  visibility: visible;
}

#modal #btnModalClose {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #fff;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer;
}

#modal #btnModalClose:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#modal #btnModalClose:before, #modal #btnModalClose:after {
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: #000;
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -15px;
}

#modal #btnModalClose:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal #btnModalClose:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#modal .inner {
  background-color: #fff;
}

#modal .inner .profile {
  padding: 50px;
  display: none;
}

#modal .inner .profile.active {
  display: block;
}

#modal .inner .profile dl {
  letter-spacing: 0.15em;
}

#modal .inner .profile dl dt {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

#modal .inner .profile dl dt span {
  font-size: 2rem;
  font-weight: normal;
  display: inline-block;
  margin-left: 20px;
}

#modal .inner .profile dl dd {
  font-size: 1.8rem;
  line-height: 1.7;
}

#modal .inner .profile dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  body.pre1:before {
    background-image: url(../img/preview_1/bg_sp.jpg);
  }
  body.pre2:before {
    background-image: url(../img/preview_2/bg_sp.jpg);
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .mv {
    min-width: initial;
  }
  .about .inner {
    max-width: initial;
    margin: 0 auto;
    padding: 11.33333vw 7.33333vw;
  }
  .about .logo {
    margin-bottom: 9.33333vw;
  }
  .about .logo img {
    width: 36.53333vw;
  }
  .about .clm {
    display: block;
  }
  .about .clm .prof dt {
    margin-bottom: 4vw;
  }
  .about .clm .prof dt img {
    width: 11.73333vw;
  }
  .about .clm .prof dd a {
    margin-bottom: 2vw;
    font-size: 3.33333vw;
  }
  .about .clm .u1 {
    width: 100%;
  }
  .about .clm .u1 p {
    font-size: 4.26667vw;
    margin-bottom: 8vw;
  }
  .about .clm .u2 {
    width: 100%;
  }
  .about .clm .u2 p {
    font-size: 2.8vw;
    margin-bottom: 10.66667vw;
  }
  .items {
    min-width: initial;
    padding: 8vw 0;
  }
  .items .inner {
    padding: 12vw 3.33333vw;
    max-width: initial;
  }
  .items .item {
    padding: 0;
    margin-bottom: 20vw;
  }
  .items .item h1 {
    font-size: 4.13333vw;
    margin-bottom: 12vw;
  }
  .items .item h2 {
    margin-bottom: 10vw;
  }
  .items .item h2 img {
    height: 4vw;
  }
  .items .item .item_name {
    margin-bottom: 10.66667vw;
  }
  .items .item .item_name dt {
    font-size: 4.13333vw;
    margin-bottom: 3.33333vw;
  }
  .items .item .item_name dd {
    font-size: 2.93333vw;
  }
  .items .item p {
    font-size: 3.2vw;
    margin-bottom: 4.66667vw;
  }
  .items .item figure {
    margin-bottom: 4.66667vw;
  }
  .other .start {
    padding: 10vw 0;
  }
  .other .start dt {
    margin-bottom: 4.66667vw;
  }
  .other .start dt img {
    width: 80.66667vw;
  }
  .other .start dd {
    font-size: 2.93333vw;
  }
  .other .links {
    display: block;
  }
  .other .links .link {
    width: 100%;
  }
  .other .links .link a:hover {
    opacity: 1;
  }
  .other .links .link a .inner {
    left: 14.66667vw;
  }
  .other .links .link a .inner .yokoku {
    width: 41.33333vw;
    margin-bottom: 2.93333vw;
  }
  .other .links .link a .inner dl dt {
    font-size: 5.33333vw;
    margin-bottom: 2.66667vw;
  }
  .other .links .link a .inner dl dd {
    font-size: 3.46667vw;
  }
  .information .inner {
    max-width: initial;
    padding: 16vw 6.66667vw;
  }
  .information .inner h3 {
    font-size: 4.13333vw;
    margin-bottom: 4vw;
    padding-bottom: 2.66667vw;
  }
  .information .staff {
    margin-bottom: 10.66667vw;
  }
  .information .staff dl {
    font-size: 3.73333vw;
  }
  .information .staff dl dt {
    width: 33.33333vw;
  }
  .information .shop {
    font-size: 3.73333vw;
  }
  footer {
    padding-bottom: 13.33333vw;
  }
  footer .inner {
    max-width: initial;
    padding: 13.33333vw 6.66667vw;
    display: block;
    text-align: center;
  }
  footer .foot_link {
    font-size: 4.26667vw;
    display: block;
    margin-bottom: 13.33333vw;
  }
  footer .foot_link li {
    margin: 0 0 6.66667vw 0;
  }
  footer .sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .sns dt {
    margin-right: 4vw;
    font-size: 2.66667vw;
  }
  #modal #btnModalClose {
    top: 4vw;
    right: 4vw;
    width: 8vw;
    height: 8vw;
  }
  #modal #btnModalClose:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #modal #btnModalClose:before, #modal #btnModalClose:after {
    width: 4vw;
    height: 2px;
    top: 4vw;
    margin-left: -2vw;
  }
  #modal .inner .profile {
    padding: 6.66667vw;
  }
  #modal .inner .profile dl dt {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  #modal .inner .profile dl dt span {
    font-size: 2.66667vw;
    margin-left: 2.66667vw;
  }
  #modal .inner .profile dl dd {
    font-size: 2.4vw;
  }
}
