@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
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: "Noto Sans CJK JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
}

html, body {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0e0e0e;
}

ol,
ul {
  list-style: none;
}

/*========================================================
▼共通コンテンツ
========================================================*/
@font-face {
  font-family: 'GerTTmedium';
  src: url("./font/GerTT Medium.otf") format("opentype"), url("./font/GerTT Medium.woff") format("woff");
}

@font-face {
  font-family: 'GerTTlight';
  src: url("./font/gerttlightweb.otf") format("opentype"), url("./font/gerttlightweb.woff") format("woff");
}

@font-face {
  font-family: 'GerTTlight';
  src: url("./font/CircularPro-BlackItalic.otf") format("opentype");
}

@media screen and (min-width: 768px) {
  .disp--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .disp--pc {
    display: none;
  }
}

.font-eng {
  font-family: circular pro,sans-serif;
}

.u-bg-white {
  background-color: #fff;
}

.u-d-block {
  display: block;
}

.u-d-inline-block {
  display: inline-block;
}

.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-ml-auto {
  margin-left: auto;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.u-text-brandclr {
  color: #0075bf;
}

.u-text-red {
  color: #d8001a;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-underline {
  text-decoration: underline;
}

/*========================================================
▼ヘッダー
========================================================*/
.l-header {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0e0e0e;
  z-index: 9999;
}

@media screen and (min-width: 768px) {
  .l-header {
    height: 90px;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    height: calc(41.25px + 1vw);
  }
}

.l-header__container {
  width: 100%;
  position: relative;
  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;
}

@media screen and (min-width: 768px) {
  .l-header__container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-header__container {
    height: calc(41.25px + 1vw);
    padding: 0 3%;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: 102px;
    max-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 14.67vw;
    max-width: 70px;
  }
}

.l-header__logo :hover {
  opacity: 0.8;
}

.l-header__sns {
  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;
}

.l-header__sns a {
  display: block;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header__sns a {
    padding: 0 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .l-header__sns a {
    padding: 0 .567em;
  }
}

@media screen and (min-width: 768px) {
  .l-header__sns a img {
    width: 32px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__sns a img {
    width: 26px;
  }
}

.l-header__sns a i {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-header__sns a i {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-header__sns a i {
    font-size: calc(1.5rem + 1vw);
  }
}

.l-header__sns a :hover {
  opacity: 0.8;
}

.l-main {
  display: block;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .l-main {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    font-size: 1.2rem;
  }
}

.l-main img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.l-main a {
  color: #0088CC;
}

.l-main a.js-hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-main a.is_hover {
  opacity: .7;
}

.l-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 128px 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: calc(80/750*100vw) calc(40/750*100vw);
  }
}

.l-footer {
  background-color: #000;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .l-footer small {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer small {
    font-size: 2.6vw;
  }
}

.c-title {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c-title--primary {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--primary {
    margin-bottom: calc(60/750*100vw);
  }
}

@media screen and (min-width: 768px) {
  .c-title--primary img {
    height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .c-title--primary img {
    height: 22px;
  }
}

.c-linkBtn {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #000;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media screen and (min-width: 768px) {
  .c-linkBtn {
    width: 350px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .c-linkBtn {
    max-width: 350px;
    width: calc(350/750*100vw);
    margin-top: calc(80/750*100vw);
  }
}

.c-linkBtn:hover {
  background: #fff;
}

.c-linkBtn a {
  position: relative;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  border: 2px solid #000;
  color: #fff;
  text-decoration: none;
  z-index: 11;
  letter-spacing: .8px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .c-linkBtn a {
    font-size: 19px;
    padding: 14px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-linkBtn a {
    font-size: calc(24/750*100vw);
    padding: calc(15/750*100vw) 0;
  }
}

.c-linkBtn a:hover {
  color: #000;
}

.p-gallery {
  position: relative;
}

.p-gallery__container {
  margin-bottom: calc(120/750*100vw);
}

.p-gallery__ttl {
  background-color: #000;
  padding: calc(40/750*100vw) 0;
}

.p-gallery__ttl img {
  max-width: 666px;
  width: calc(666/750*100vw);
  margin-left: auto;
  margin-right: auto;
}

.p-gallery__box01 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: calc(150/750*100vw);
}

.p-gallery__box01--img01 {
  margin-left: auto;
  margin-right: auto;
  width: calc(550/750*100vw);
  margin-bottom: calc(50/750*100vw);
}

.p-gallery__box01--img01 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-gallery__box01--img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: calc(50/750*100vw);
}

.p-gallery__box01--img02 figure {
  width: calc(100%/2 - 1.5%);
}

.p-gallery__box02 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.p-gallery__box02--img01 {
  margin-bottom: calc(50/750*100vw);
}

.p-gallery__box02--img01 img {
  margin-right: auto;
  width: calc(680/750*100vw);
}

.p-gallery__box02--img02 {
  margin-bottom: calc(50/750*100vw);
}

.p-gallery__box02--img02 img {
  margin-left: auto;
  width: calc(620/750*100vw);
}

.p-gallery__text {
  max-width: calc(690/750*100vw);
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(80/750*100vw);
  margin-bottom: calc(40/750*100vw);
}

.p-gallery__text--desc {
  font-size: calc(24/750*100vw);
  font-weight: bold;
  line-height: 2;
  margin-bottom: calc(40/750*100vw);
}

.p-gallery__text--credit {
  font-size: calc(22/750*100vw);
  text-align: right;
  font-weight: bold;
}

.p-credit {
  background-color: #000;
}

.p-credit__container {
  margin-left: auto;
  margin-right: auto;
  width: calc(690/750*100vw);
  margin-bottom: calc(100/750*100vw);
  padding: calc(100/750*100vw) 0 calc(100/750*100vw);
}

.p-credit .p-creditImg {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-credit .p-creditImg__lft {
  width: calc(550/750*100vw);
  margin-bottom: calc(-20/750*100vw);
}

.p-credit .p-creditImg__rgt {
  width: calc(560/750*100vw);
  margin-left: auto;
}

.p-credit .p-creditBox {
  margin-top: calc(100/750*100vw);
  border-top: solid calc(2/750*100vw) #fff;
  border-bottom: solid calc(2/750*100vw) #fff;
}

.p-credit .p-creditBox__container {
  padding: calc(50/750*100vw) 0;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-credit .p-creditBox__Img {
  margin-right: calc(20/750*100vw);
}

.p-credit .p-creditBox__Img img {
  width: 170px;
  width: calc(170/750*100vw);
}

.p-credit .p-creditBox__Text {
  color: #fff;
  text-align: left;
  font-size: calc(18/750*100vw);
  line-height: 1.9;
}

.p-credit .p-creditBox__Text span {
  display: block;
  font-size: calc(22/750*100vw);
  line-height: 1.9;
  margin-bottom: calc(10/750*100vw);
}

.p-items {
  position: relative;
}

.p-items__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(120/750*100vw);
}

.p-items__box {
  width: calc(690/750*100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(100/750*100vw);
}

.p-items__list {
  position: relative;
  margin-bottom: calc(40/750*100vw);
}

.p-items__list:last-child {
  margin-bottom: calc(0/750*100vw);
}

.p-items__img {
  margin-left: auto;
  margin-right: auto;
  width: calc(606/750*100vw);
}

.p-items__text {
  position: absolute;
  font-size: calc(18/750*100vw);
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
}

.p-items__text span {
  display: block;
  margin-top: calc(12/750*100vw);
}

.p-items .items-Textjackst {
  top: calc(100/750*100vw);
  left: calc(422/750*100vw);
}

.p-items .items-Textpant {
  top: calc(234/750*100vw);
  left: calc(40/750*100vw);
}

.p-point {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: calc(150/750 * 100vw);
}

.p-point__bg {
  background: url(../images/point_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  height: calc(1070/750 * 100vw);
}

.p-point__sect {
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.55);
  padding: calc(50/750 * 100vw) 0;
}

.p-point__ttl {
  max-width: 198px;
  width: calc(198/750 * 100vw);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(50/750 * 100vw);
}

.p-point__box {
  background-color: rgba(255, 255, 255, 0.7);
  width: calc(550/750*100vw);
  margin-left: auto;
  margin-right: auto;
  padding: calc(20/750*100vw) 0 calc(40/750*100vw);
  background-color: #f0f0f0;
}

.p-point__boxCont {
  width: calc(500/750*100vw);
}

.p-point__list {
  text-align: left;
  padding: 0 calc(20/750*100vw);
}

.p-point__subTtl {
  margin-top: calc(20/750*100vw);
  margin-bottom: calc(12/750*100vw);
  padding-bottom: calc(12/750*100vw);
  border-bottom: solid 1px #000;
}

.p-point__subTtl span {
  font-size: calc(28/750*100vw);
  font-weight: bold;
}

.p-point__desc {
  font-size: calc(24/750*100vw);
  line-height: 1.5;
}

.p-graph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #e4e7e9;
  padding: calc(40/750*100vw) 0;
}

.p-graph__container {
  width: calc(690/750*100vw);
  margin-left: auto;
  margin-right: auto;
  padding: calc(25/750*100vw) 0;
  border: solid calc(6/750*100vw) #ffffff;
}

.p-graph__box {
  width: calc(600/750*100vw);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.p-graph__left {
  margin-bottom: calc(50/750*100vw);
}

.p-graph__left--text {
  margin-top: calc(30/750*100vw);
  font-size: calc(24/750*100vw);
  line-height: 1.9;
}

.p-graph__left--text span {
  display: block;
  font-size: calc(28/750*100vw);
  font-weight: bold;
}

.p-fLogo {
  position: relative;
  text-align: center;
  width: calc(750/750 * 100vw);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-fLogo__container {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-fLogo__container {
    margin-bottom: calc(80/750*100vw);
  }
}

.p-fLogo__logo a {
  font-size: calc(18/750*100vw);
  font-weight: 500;
  display: inline-block;
}

.p-fLogo__logo a img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.p-fLogo__logo a span {
  margin-top: calc(12/750*100vw);
  display: block;
  text-decoration: underline;
}

.p-fLogo__logo a span:hover {
  text-decoration: none;
}

.p-fLogo__logo a:hover img {
  opacity: .7;
}

.p-slider {
  margin-left: auto;
  margin-right: auto;
}

.p-slider__list {
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.p-slider .slick-dots li {
  display: inline-block;
}

.p-slider .slick-dots li button {
  background-color: #000;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  opacity: .25;
  outline: none;
  padding: 0;
  width: 10px;
}

.p-slider .slick-dots li:not(:first-child) {
  margin-left: 5px;
}

.p-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.p-slider .slick-track:after {
  clear: both;
  content: "";
  display: table;
}

.slick-prev {
  max-width: 80px;
  width: calc(38/750*100vw);
  height: calc(50/750*100vw);
  z-index: 999;
  background-image: url(../images/arrow_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.slick-prev:hover {
  opacity: .7;
}

.slick-next {
  max-width: 80px;
  width: calc(38/750*100vw);
  height: calc(50/750*100vw);
  z-index: 999;
  background-image: url(../images/arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.slick-next:hover {
  opacity: .7;
}

.p-fade {
  position: relative;
  z-index: 1;
  height: 100%;
  max-width: 1000px;
  margin: calc(40/750*100vw) 0 calc(50/750*100vw);
}

.p-fade .fade-slide {
  position: relative;
  width: 100%;
}

.p-fade .p-fade__list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-fade .p-fade__list img {
  width: calc(100% + 4%);
  overflow: hidden;
  -webkit-transform: translateX(-4%);
          transform: translateX(-4%);
}

.p-fade.slick-active img {
  width: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-fade .slick-active img {
  -webkit-animation: keep_moving 3s linear forwards;
  animation: keep_moving 2s linear forwards;
}

@-webkit-keyframes keep_moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
}

@keyframes keep_moving {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
}

.p-lead {
  position: relative;
  width: calc(690/750*100vw);
  margin-left: auto;
  margin-right: auto;
}

.p-lead__container {
  margin-bottom: calc(80/750*100vw);
  margin-top: calc(80/750*100vw);
}

.p-lead__text {
  font-weight: 700;
  font-size: calc(24/750*100vw);
  line-height: 2;
}

.p-mv {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.ani-up {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.ani-up.is-active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/*# sourceMappingURL=style.css.map */