@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';
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

.wrapper {
  width: 900px;
  margin: 0px auto;
  text-align: center;
}

.mv {
  padding-top: 70px;
}

.mv h1 {
  margin-bottom: 56px;
}

.intro p {
  font-size: 2.48rem;
  line-height: 2;
  padding: 80px 0px 90px;
}

.intro h2 {
  line-height: 1.5;
  font-weight: bold;
  font-size: 3.7rem;
  letter-spacing: 0.5rem;
  padding: 120px 0 0;
}

.yokoku_waku {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}

.yokoku_waku .yokoku_sub {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -32px;
  left: 50%;
}

.yokoku_waku .item {
  padding: 50px 0;
  position: relative;
  overflow: visible;
  display: inline-block;
}

.yokoku_waku img {
  margin-top: 10px;
}

.yokoku_waku .txt {
  text-align: center;
}

.yokoku_waku .txt h2 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  line-height: 1.5;
}

.yokoku_waku .txt p {
  font-size: 2rem;
  line-height: 1.76;
  padding: 20px 0 0 0;
  letter-spacing: 0.1rem;
}

.yokoku_waku .txt p.al {
  text-align: left;
}

.item {
  padding: 100px 0px 50px;
  text-align: left;
  width: 700px;
  margin: 0px auto;
  overflow: hidden;
}

.item.item_mt {
  padding-top: 100px;
}

.item .item_n img {
  height: 30px;
}

.item .txt_c {
  text-align: center;
}

.item .txt_c h3 {
  font-size: 3.1rem;
  margin-bottom: 50px;
  line-height: 1.7;
  letter-spacing: 0.2rem;
  text-align: center;
  font-weight: bold;
}

.item .txt_c h3.mt10 {
  margin-bottom: 10px;
}

.item .txt_c h3 span {
  letter-spacing: 0.1rem;
  font-size: 2.1rem;
  display: block;
  font-weight: normal;
}

.item .txt_c h3 span span {
  font-size: 1.2rem;
  display: inline-block;
}

.item p {
  font-size: 2.4rem;
  line-height: 1.76;
  padding: 20px 0px 50px;
  letter-spacing: 0.1rem;
  text-align: center;
}

.item .photo {
  display: block;
  margin: 0 auto 30px auto;
  width: 700px;
}

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

.yokoku li.off a {
  position: relative;
  pointer-events: none;
}

.yokoku li.off a:after {
  background-color: rgba(0, 0, 0, 0.5);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.yokoku li.yokoku1 a {
  background: url(../img/preview_1/bg_foot_yokoku1.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 450px;
  height: 568px;
}

.yokoku li.yokoku2 a {
  background: url(../img/preview_1/bg_foot_yokoku2.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 450px;
  height: 568px;
}

.yokoku li a {
  display: block;
  position: relative;
}

.yokoku li a:hover {
  opacity: 0.7;
}

.yokoku li .titledate {
  color: #fff;
  padding: 0 33px;
  position: absolute;
  top: 355px;
  left: 0;
}

.yokoku li .titledate .title {
  text-align: left;
  overflow: hidden;
  line-height: 1.5em;
  display: block;
  overflow: hidden;
}

.yokoku li .titledate .title img {
  float: none;
  vertical-align: bottom;
}

.yokoku li .titledate .title span {
  float: none;
  display: block;
  text-align: none;
  font-size: 1.8rem;
  margin-top: 20px;
  line-height: 1.5;
}

.yokoku li .titledate .date {
  font-size: 1.6rem;
  text-align: left;
  padding: 0px;
  padding-top: 24px;
}

.bk {
  padding: 50px 0px 50px;
  background: #1e5a5a;
  text-align: center;
  color: #fff;
}

.bk .startdate p {
  margin-top: 40px;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 2;
}

.bk .startdate p span {
  font-size: 3.2rem;
}

.foot_area {
  width: 700px;
  margin: 50px auto;
  text-align: left;
}

.foot_area h4 {
  font-size: 1.6rem;
  padding: 10px 0px;
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
  font-weight: 300;
}

.foot_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 50px;
}

.foot_area ul li {
  width: 275px;
}

.foot_area ul li:last-child {
  float: right;
}

.foot_area p {
  font-size: 1.4rem;
  line-height: 2;
  padding: 0px;
}

.foot_area a.shop {
  font-size: 1.6rem;
  display: block;
  padding: 0px 0px 10px;
}

footer {
  border-top: 1px solid #231815;
  padding: 50px;
}

footer ul.foot_link {
  overflow: hidden;
  margin-bottom: 80px;
  margin-top: 0px;
}

footer ul.foot_link li {
  width: auto;
  float: left;
  margin-right: 50px;
}

footer ul.foot_link li a {
  font-size: 1.8rem;
}

footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .wrapper {
    width: 100%;
  }
  .mv {
    padding-top: 18.66667vw;
  }
  .mv h1 {
    margin-bottom: 14.93333vw;
  }
  .mv h1 img {
    width: 80%;
  }
  .intro p {
    font-size: 5.33333vw;
    padding: 10.66667vw 5.33333vw 12vw;
    text-align: left;
  }
  .intro h2 {
    font-size: 7.2vw;
    padding: 16vw 0 0;
  }
  .yokoku_waku .yokoku_sub {
    top: -8.53333vw;
  }
  .yokoku_waku .item {
    padding: 10.66667vw 5.33333vw 10.66667vw;
  }
  .yokoku_waku img {
    margin-top: 2.66667vw;
  }
  .yokoku_waku .txt {
    text-align: left;
  }
  .yokoku_waku .txt h2 {
    font-size: 6.4vw;
    margin-top: 5.33333vw;
  }
  .yokoku_waku .txt p {
    font-size: 5.33333vw;
    padding: 5.33333vw 0 0 0;
    text-align: left;
  }
  .item {
    padding: 2.66667vw 5.33333vw;
    width: 100%;
  }
  .item.item_mt {
    padding-top: 2.66667vw;
  }
  .item .item_n img {
    height: 8vw;
  }
  .item .txt_c {
    text-align: center;
  }
  .item .txt_c h3 {
    font-size: 5.86667vw;
    margin-bottom: 13.33333vw;
  }
  .item .txt_c h3.mt10 {
    margin-bottom: 2.66667vw;
  }
  .item .txt_c h3 span {
    font-size: 4.8vw;
  }
  .item .txt_c h3 span span {
    font-size: 3.2vw;
  }
  .item p {
    font-size: 4.8vw;
    padding: 5.33333vw 0 13.33333vw;
    text-align: left;
  }
  .item .photo {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .yokoku {
    display: block;
  }
  .yokoku li {
    width: 100%;
  }
  .yokoku li.yokoku1 a {
    background: none;
    width: 100%;
    height: auto;
  }
  .yokoku li.yokoku2 a {
    background: none;
    width: 100%;
    height: auto;
  }
  .yokoku li.yokoku3 a {
    background: none;
    width: 100%;
    height: auto;
  }
  .yokoku li .titledate {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .yokoku li .titledate .title {
    text-align: center;
    margin-bottom: 4vw;
  }
  .yokoku li .titledate .title img {
    height: 44px;
    width: auto;
    max-width: initial;
  }
  .yokoku li .titledate .title span {
    text-align: left;
    font-size: 6.13333vw;
    margin-top: 5.33333vw;
    font-weight: bold;
  }
  .yokoku li .titledate .date {
    font-size: 3.73333vw;
    padding-top: 0;
  }
  .bk {
    padding: 13.33333vw 5.33333vw;
  }
  .bk .startdate p {
    margin-top: 10.66667vw;
    font-size: 4.8vw;
  }
  .bk .startdate p span {
    font-size: 6.4vw;
  }
  .foot_area {
    width: 100%;
    padding: 0 2.66667vw;
  }
  .foot_area h4 {
    font-size: 4.26667vw;
    padding: 2.66667vw 0;
    margin-bottom: 5.33333vw;
  }
  .foot_area ul {
    display: block;
    margin-bottom: 13.33333vw;
  }
  .foot_area ul li {
    width: 100%;
  }
  .foot_area p {
    font-size: 3.73333vw;
  }
  .foot_area p br {
    display: inline-block !important;
  }
  .foot_area a.shop {
    font-size: 4.26667vw;
    padding: 0 0 2.66667vw;
  }
  footer {
    padding: 13.33333vw 2.66667vw;
  }
  footer ul.foot_link {
    margin-bottom: 21.33333vw;
  }
  footer ul.foot_link li {
    width: 100%;
    float: none;
    margin-right: 0;
    padding: 2.66667vw;
    text-align: center;
  }
  footer ul.foot_link li a {
    font-size: 4.8vw;
  }
  footer .copyright {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 640px) {
  br {
    display: none;
  }
  .sp-br {
    display: block;
  }
  .intro h1 {
    font-size: 2.7rem;
    padding: 60px 0 0;
  }
  .item_n {
    padding: 20px;
  }
  .item_n img {
    width: auto;
    height: 30px;
  }
  .startdate p span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
}
