@charset "UTF-8";
@font-face {
  font-family: 'en';
  src: url("../font/BaskervilleURWExtWid-Reg.eot");
  src: url("../font/BaskervilleURWExtWid-Reg.eot?iefix") format("eot"), url("../font/BaskervilleURWExtWid-Reg.woff2") format("woff2"), url("../font/BaskervilleURWExtWid-Reg.woff") format("woff"), url("../font/BaskervilleURWExtWid-Reg.ttf") format("truetype");
}
/* 
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
}

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

ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

input, select {
  vertical-align: middle;
}

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

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

svg {
  -webkit-backface-visibility: hidden;
}

body {
  width: 100%;
  min-width: 1200px;
  box-sizing: border-box;
}

.inner {
  width: 1100px;
  margin: 0 auto;
}

.break {
  display: inline-block;
}

/*header*/
header {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
}

.header {
  display: table;
  margin-bottom: 34px;
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto 35px;
}
.header_lead {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 1.4rem;
}
.header_logo {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding: 18px 0;
}

/*main*/
.contents {
  position: relative;
  border-top: 5px solid #000;
}
.contents:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #000;
  top: 8px;
  left: 0;
}

.mainArea {
  margin-bottom: 75px;
}
.mainArea dt {
  margin-bottom: 40px;
}
.mainArea dd {
  font-size: 1.6rem;
  line-height: 1.87;
  text-align: left;
}

article {
  margin-bottom: 125px;
}
article:nth-child(even) .block_img {
  order: 1;
}
article:nth-child(even) .block_detail {
  padding-right: 40px;
}
article:nth-child(odd) .block_detail {
  padding-left: 40px;
}
article:last-child {
  margin-bottom: 200px;
}

.block {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.block_ttl {
  border-left: 5px solid #000;
  position: relative;
  margin-bottom: 30px;
}
.block_ttl:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  left: 8px;
  top: 0;
}
.block_ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
.block_ttl span {
  display: inline-block;
  background: #fff;
  padding: 0 60px 0 26px;
  font-family: "en", sans-serif;
  font-size: 4.6rem;
  letter-spacing: .1rem;
  line-height: 1;
  padding-top: 8px;
}

.block_detail {
  width: 50%;
  box-sizing: border-box;
}
.block_detail_item {
  display: table;
  margin-bottom: 20px;
}
.block_detail_item li {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  min-width: 150px;
}
.block_detail_item li:last-child {
  padding-right: 0;
}
.block_detail_item-name {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 8px;
}
.block_detail_item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.block_detail_lead {
  font-size: 1.6rem;
  line-height: 1.87;
  margin-bottom: 30px;
}
.block_detail_detail {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.block_detail_detail dt {
  font-size: 2rem;
  display: table-cell;
  vertical-align: middle;
}
.block_detail_detail dt span:first-child {
  margin-right: 10px;
}
.block_detail_detail dt small {
  font-size: 1.6rem;
  line-height: 1.9;
}
.block_detail_detail dd {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.block_detail_detail dd a {
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  background: #243b62;
  padding: 16px 60px;
  text-decoration: none;
  border: 1px solid #243b62;
  transition: .3s;
}
.block_detail_detail dd a:hover {
  background: #fff;
  color: #243b62;
}

.brandLogo {
  text-align: center;
  margin: 45px 0  35px;
}

.pageTtl {
  text-align: center;
  margin-bottom: 30px;
}

.movie {
  width: 800px;
  margin: 0 auto 125px;
}

.btnAll {
  text-align: center;
}
.btnAll a {
  display: inline-block;
  color: #000;
  font-size: 2.2rem;
  line-height: 1;
  text-decoration: none;
  background: #cfc7c4;
  padding: 35px 115px;
  transition: .3s;
}
.btnAll a:hover {
  background: #a6a09d;
}
.btnAll span {
  padding: 0 8px;
}

/*footer*/
footer {
  box-shadow: inset 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  margin-top: 125px;
}

.footer {
  display: table;
  padding: 20px 50px;
}
.footer_sns {
  display: table-cell;
  vertical-align: middle;
}
.footer_sns dt, .footer_sns dd {
  display: inline-block;
  vertical-align: middle;
}
.footer_sns dt {
  margin-right: 20px;
}
.footer_sns dd a {
  padding: 0 5px;
}
.footer_copy {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 1.2rem;
}

@media only screen and (max-width: 630px) {
  body {
    min-width: initial;
  }

  .inner {
    width: 100%;
    padding: 0 3.7vw;
    box-sizing: border-box;
  }

  /*header*/
  .header {
    width: 100%;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .header_lead {
    font-size: 1rem;
  }
  .header_logo {
    padding: 12px 0;
  }
  .header_logo img {
    width: 80px;
  }

  /*main*/
  .contents {
    border-top: 3px solid #000;
  }
  .contents:before {
    top: 4px;
  }

  .brandLogo {
    margin: 30px 0 25px;
  }
  .brandLogo img {
    width: 16vw;
  }

  .pageTtl {
    margin-bottom: 20px;
  }
  .pageTtl img {
    width: 40vw;
  }

  .mainArea {
    margin-bottom: 35px;
  }
  .mainArea dt {
    margin-bottom: 12px;
  }
  .mainArea dd {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 3.7vw;
  }

  article {
    margin: 0 0 50px;
  }
  article:nth-child(odd) .block_detail, article:nth-child(even) .block_detail {
    padding: 0;
  }
  article:last-child {
    margin-bottom: 80px;
  }

  .block {
    display: block;
  }
  .block_ttl {
    border-left: 3px solid #000;
    margin-bottom: 15px;
  }
  .block_ttl:before {
    left: 4px;
  }
  .block_ttl span {
    font-size: 2.3rem;
    padding: 0 30px 0 15px;
    padding-top: 5px;
  }
  .block_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .block_detail {
    width: 100%;
  }
  .block_detail_item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .block_detail_item li {
    min-width: initial;
    display: block;
    padding-right: 4vw;
  }
  .block_detail_item-name {
    margin-top: 3px;
    font-size: 1.2rem;
  }
  .block_detail_lead {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .block_detail_detail {
    display: block;
  }
  .block_detail_detail dt {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .block_detail_detail dd {
    display: block;
    text-align: left;
  }
  .block_detail_detail dd a {
    font-size: 1.4rem;
    padding: 15px 60px;
  }
  .block_detail_detail dd a:hover {
    background: #243b62;
    color: #fff;
  }

  .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 50px;
  }
  .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .btnAll {
    margin: 0 3.7vw 50px;
  }
  .btnAll img {
    width: 50px;
  }
  .btnAll a {
    display: block;
    padding: 20px 0;
    font-size: 1.4rem;
  }
  .btnAll a:hover {
    background: #cfc7c4;
  }

  /*footer*/
  footer {
    box-shadow: none;
    margin-top: 0;
  }

  .footer {
    width: 100%;
    display: block;
    box-sizing: border-box;
  }
  .footer_sns {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer_sns dt {
    display: none;
  }
  .footer_copy {
    display: block;
    text-align: center;
    font-size: .9rem;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
