@charset "UTF-8";
/*========================================================
▼Reset CSS
========================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, nav, 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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  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;
}

/* 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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*========================================================
▼共通コンテンツ
========================================================*/
@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: 'GerTTbold';
  src: url("./plugin/font/GerTT Bold.otf");
}

@font-face {
  font-family: 'GerTTmedium';
  src: url("./plugin/font/GerTT Medium.otf");
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  height: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

#wrapper {
  padding-top: 0;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .disp--sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .disp--pc {
    display: none;
  }
}

.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 {
  background-color: #000;
  position: relative;
}

.l-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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;
  max-width: 1200px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header__container {
    height: 70px;
    padding: 0 20px;
  }
}

@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__container > a > img {
    width: 106px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__container > a > img {
    width: 53px;
  }
}

.l-header__container > a.js-hover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.l-header__container > a.is_hover {
  opacity: .7;
}

.l-header__container .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__container .sns a {
  display: block;
  padding: 0 1em;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .l-header__container .sns a {
    padding: 0 1.5em;
  }
}

.l-header__container .sns a:last-of-type {
  padding-right: 0;
}

.l-header__container .sns a i {
  font-size: calc(2rem + 1vw);
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .l-header__container .sns a i {
    font-size: 3.5rem;
    vertical-align: middle;
  }
}

.l-header__container .sns a img {
  width: 26px;
}

@media screen and (max-width: 767px) {
  .l-header__container .sns a img {
    width: 5.3vw;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 182px;
  }
}

@media screen and (max-width: 767px) {
  .l-header__logo {
    width: 104px;
  }
}

@media screen and (min-width: 768px) {
  .l-header__logo:hover {
    opacity: .8;
  }
}

.l-header__logo img {
  height: auto;
  max-width: 100%;
}

.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: 1600px;
}

@media screen and (min-width: 768px) {
  .l-container {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 767px) {
  .l-container {
    padding: calc(60/750*100vw) calc(60/750*100vw);
  }
}

/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center;
  font-family: "Open Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

footer small {
  width: 100%;
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.6vw;
  line-height: 1.2;
  padding: 10px 0;
}

@media screen and (min-width: 769px) {
  footer small {
    font-size: 14px;
    line-height: 1.6;
  }
}

.c-title {
  text-align: center;
  font-size: 4rem;
  color: #333333;
  line-height: 40px;
  font-family: 'GerTTmedium';
  font-weight: 500;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: calc(70/750 * 100vw);
    font-size: calc(0/750 * 100vw);
    line-height: 1.5;
  }
}

.c-title span {
  border-top: solid 3px #000;
  display: inline-block;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1.1px;
}

@media screen and (max-width: 767px) {
  .c-title span {
    border-top: solid 2px #000;
    padding-top: calc(25/750 * 100vw);
    padding-left: calc(20/750 * 100vw);
    padding-right: calc(20/750 * 100vw);
  }
}

.c-linkbtn a {
  display: block;
  max-width: 300px;
  padding: 13px 0px;
  width: 100%;
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin: auto;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-linkbtn a {
    max-width: calc(300/750*100vw);
    font-size: calc(30/750*100vw);
    padding: calc(8/750*100vw) 0px;
  }
}

.c-linkbtn a:hover {
  color: #fff;
  background-color: #000;
}

.mv {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.mv img {
  width: 100%;
}

/*----------------------------------------
navigation
----------------------------------------*/
#lnav {
  background-color: rgba(226, 218, 208, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #lnav {
    position: relative;
  }
}

#lnav .nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #lnav .nav {
    max-width: 750px;
    width: 100%;
  }
}

#lnav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #lnav .nav__list {
    max-height: 70px;
    height: calc(70/1200 * 100vw);
    padding: 5px 50px;
  }
}

@media screen and (max-width: 767px) {
  #lnav .nav__list {
    height: calc(100/750 * 100vw);
    padding-left: calc(23/750 * 100vw);
    padding-right: calc(37/750 * 100vw);
    padding-top: calc(15/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
  }
}

#lnav .nav__list a:hover img {
  opacity: .6;
}

@media screen and (max-width: 767px) {
  #lnav .nav__logo {
    width: calc(72/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #lnav .nav__logo li {
    width: calc(72/750 * 100vw);
  }
}

#lnav .nav__logo img {
  max-width: 53px;
  width: calc(53/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #lnav .nav__logo img {
    max-width: 72px;
    width: calc(72/750 * 100vw);
  }
}

#lnav .nav__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 978px;
  width: calc(938/1200 * 100vw);
}

@media screen and (min-width: 768px) {
  #lnav .nav__Link {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  #lnav .nav__Link {
    margin-left: calc(42/750 * 100vw);
  }
}

#lnav .nav__Link--coord {
  max-width: 222px;
  width: 100%;
  width: calc(222/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #lnav .nav__Link--coord {
    width: calc(182/750 * 100vw);
  }
}

#lnav .nav__Link--items {
  max-width: 75px;
  width: 100%;
  width: calc(75/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #lnav .nav__Link--items {
    width: calc(60/750 * 100vw);
  }
}

#lnav .nav__Link--inter {
  max-width: 180px;
  width: 100%;
  width: calc(180/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #lnav .nav__Link--inter {
    width: calc(146/750 * 100vw);
  }
}

#lnav .nav__Link--album {
  max-width: 119px;
  width: 100%;
  width: calc(119/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #lnav .nav__Link--album {
    width: calc(96/750 * 100vw);
  }
}

#lnav .nav__Link img {
  width: 100%;
}

/* floating
  --------------------------------------------------------- */
#floating {
  background-color: #e2dad0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1041;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  border-bottom: solid 2px #fff;
}

#floating .nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #floating .nav {
    max-width: 750px;
    width: 100%;
  }
}

#floating .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  #floating .nav__list {
    max-height: 70px;
    height: calc(70/1200 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #floating .nav__list {
    height: calc(100/750 * 100vw);
    padding-left: calc(23/750 * 100vw);
    padding-right: calc(37/750 * 100vw);
    padding-top: calc(15/750 * 100vw);
    padding-bottom: calc(15/750 * 100vw);
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #floating .nav__list a:hover img {
    opacity: .6;
  }
}

@media screen and (max-width: 767px) {
  #floating .nav__logo {
    width: calc(72/750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  #floating .nav__logo li {
    width: calc(72/750 * 100vw);
  }
}

#floating .nav__logo img {
  max-width: 53px;
  width: calc(53/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #floating .nav__logo img {
    max-width: 72px;
    width: calc(72/750 * 100vw);
  }
}

#floating .nav__Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 978px;
  width: calc(938/1200 * 100vw);
}

@media screen and (min-width: 768px) {
  #floating .nav__Link {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  #floating .nav__Link {
    margin-left: calc(42/750 * 100vw);
  }
}

#floating .nav__Link--coord img {
  max-width: 222px;
  width: 100%;
  width: calc(222/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #floating .nav__Link--coord img {
    width: calc(182/750 * 100vw);
  }
}

#floating .nav__Link--items img {
  max-width: 75px;
  width: 100%;
  width: calc(75/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #floating .nav__Link--items img {
    width: calc(60/750 * 100vw);
  }
}

#floating .nav__Link--inter img {
  max-width: 180px;
  width: 100%;
  width: calc(180/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #floating .nav__Link--inter img {
    width: calc(146/750 * 100vw);
  }
}

#floating .nav__Link--album img {
  max-width: 119px;
  width: 100%;
  width: calc(119/1200 * 100vw);
}

@media screen and (max-width: 767px) {
  #floating .nav__Link--album img {
    width: calc(96/750 * 100vw);
  }
}

#floating.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#floating.show.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  #floating.show.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.p-lead {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-lead {
    width: 92.5%;
  }
}

.p-lead__container {
  max-width: 1600px;
  width: 100%;
  padding: 46px 0;
}

@media screen and (max-width: 767px) {
  .p-lead__container {
    padding: calc(100/750 * 100vw) 0;
  }
}

.p-lead__text {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-lead__text {
    font-size: calc(28/750 * 100vw);
  }
}

.p-movie {
  position: relative;
  width: 100%;
  background-color: #e2dad0;
}

.p-movie__container {
  padding-top: 60px;
  padding-bottom: 100px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-movie__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-movie__container {
    width: 92.5%;
    padding-top: calc(50/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-movie__ttl {
  max-width: 282px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-movie__ttl {
    width: calc(282/750*100vw);
  }
}

.p-movie__text {
  margin-top: 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-movie__text {
    margin-top: calc(50/750*100vw);
    font-size: calc(26/750*100vw);
  }
}

.p-movie__box {
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-movie__box {
    margin-top: calc(50/750*100vw);
  }
}

.p-movie__box > iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-movie__img {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-movie__img {
    margin-bottom: calc(50/750*100vw);
  }
}

.p-coordinate {
  position: relative;
}

.p-coordinate__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-coordinate__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-coordinate__container {
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-coordinate__title img {
  max-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-coordinate__title img {
    width: calc(250/750*100vw);
  }
}

.p-coordinate__items:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-coordinate__items:not(:last-child) {
    margin-bottom: calc(80/750 * 100vw);
  }
}

.p-coordinate__subtitle {
  max-width: 574px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-coordinate__subtitle {
    width: calc(676/750*100vw);
  }
}

.p-slider {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-slider {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-slider {
    margin-top: calc(60/750*100vw);
  }
}

.p-slider__list {
  display: block;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .p-slider__list {
    padding-left: calc(15/750 * 100vw);
    padding-right: calc(15/750 * 100vw);
  }
}

.p-slider__list a:hover {
  opacity: .8;
}

.slider-dots li {
  margin-top: 36px;
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .slider-dots li {
    margin-top: calc(20/750 * 100vw);
    width: calc(40/750 * 100vw);
    height: calc(40/750 * 100vw);
  }
}

.slider-dots li button {
  margin: 0;
  padding: 4px 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
  font-family: 'GerTTmedium';
}

@media screen and (max-width: 767px) {
  .slider-dots li button {
    font-size: calc(36/750 * 100vw);
    padding: calc(5.5/750 * 100vw) 0;
  }
}

.slider-dots li:not(:first-child) {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .slider-dots li:not(:first-child) {
    margin-left: calc(30/750 * 100vw);
  }
}

.slider-dots .slick-active {
  display: inline-block;
  border-radius: 50%;
  background-color: #daba40;
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 767px) {
  .slider-dots .slick-active {
    width: calc(40/750 * 100vw);
    height: calc(40/750 * 100vw);
  }
}

.slider-dots .slick-active button {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .prev-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 22%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999;
  }
}

.next-arrow {
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .next-arrow {
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 22%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9999;
  }
}

.p-items {
  background-color: #e2dad0;
}

.p-items__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-items__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-items__container {
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-items__title img {
  max-width: 106px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-items__title img {
    width: calc(106/750*100vw);
  }
}

.p-items__ccopy {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 38px;
}

@media screen and (min-width: 768px) {
  .p-items__ccopy {
    font-family: 'GerTTmedium';
  }
}

@media screen and (max-width: 767px) {
  .p-items__ccopy {
    text-align: left;
    font-size: calc(28/750*100vw);
    margin-bottom: calc(35/750*100vw);
  }
}

.p-items__name {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-items__name {
    text-align: left;
    font-size: calc(28/750*100vw);
    margin-top: calc(30/750*100vw);
    margin-bottom: calc(50/750*100vw);
    line-height: 1.7;
  }
}

.p-items__name span {
  display: block;
}

@media screen and (max-width: 767px) {
  .p-items__name span {
    display: block;
  }
}

.p-items__img {
  position: relative;
}

.p-items__des {
  margin-top: 30px;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .p-items__des {
    margin-top: calc(30/750*100vw);
    margin-bottom: calc(50/750*100vw);
    padding-left: calc(25/750*100vw);
    padding-right: calc(25/750*100vw);
  }
}

.p-items__des p {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-items__des p {
    font-size: calc(30/750*100vw);
  }
}

.p-items .p-item01 {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item01 {
    width: calc(550/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.p-items .p-item01__mainimg {
  position: relative;
}

.p-items .p-item01__mainimg::before {
  content: "";
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .p-items .p-item01__mainimg::before {
    background: url(../images/img_tap_main.png) no-repeat center top;
    background-size: cover;
    width: 128px;
    height: 128px;
    right: -64px;
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-items .p-item01__mainimg::before {
    background: url(../images/img_tap_main_sp.png) no-repeat center top;
    background-size: cover;
    width: calc(170/750*100vw);
    height: calc(170/750*100vw);
    right: calc(-85/750*100vw);
    top: calc(20/750*100vw);
  }
}

.p-items .p-item01__tap01 {
  position: absolute;
  top: 256px;
  left: 118px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item01__tap01 {
    width: calc(62/750*100vw);
    top: calc(255/750*100vw);
    left: calc(122/750*100vw);
  }
}

.p-items .p-item01__tap02 {
  position: absolute;
  top: 338px;
  right: 166px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item01__tap02 {
    width: calc(62/750*100vw);
    top: calc(338/750*100vw);
    right: calc(166/750*100vw);
  }
}

.p-items .p-item01__tap03 {
  position: absolute;
  bottom: 45px;
  left: 29px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item01__tap03 {
    width: calc(62/750*100vw);
    bottom: calc(45/750*100vw);
    left: calc(29/750*100vw);
  }
}

.p-items .p-item01__tap04 {
  position: absolute;
  bottom: 104px;
  right: 78px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item01__tap04 {
    width: calc(62/750*100vw);
    bottom: calc(104/750*100vw);
    right: calc(78/750*100vw);
  }
}

.p-items .p-item02 {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item02 {
    width: calc(550/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.p-items .p-item02__mainimg {
  position: relative;
}

.p-items .p-item02__mainimg::before {
  content: "";
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .p-items .p-item02__mainimg::before {
    background: url(../images/img_tap_main.png) no-repeat center top;
    background-size: cover;
    width: 128px;
    height: 128px;
    right: -64px;
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-items .p-item02__mainimg::before {
    background: url(../images/img_tap_main_sp.png) no-repeat center top;
    background-size: cover;
    width: calc(170/750*100vw);
    height: calc(170/750*100vw);
    right: calc(-85/750*100vw);
    top: calc(20/750*100vw);
  }
}

.p-items .p-item02__tap01 {
  position: absolute;
  top: 55px;
  left: 140px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item02__tap01 {
    width: calc(62/750*100vw);
    top: calc(55/750*100vw);
    left: calc(140/750*100vw);
  }
}

.p-items .p-item02__tap02 {
  position: absolute;
  top: 124px;
  right: 165px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item02__tap02 {
    width: calc(62/750*100vw);
    top: calc(124/750*100vw);
    right: calc(165/750*100vw);
  }
}

.p-items .p-item02__tap03 {
  position: absolute;
  bottom: 160px;
  left: 135px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item02__tap03 {
    width: calc(62/750*100vw);
    bottom: calc(160/750*100vw);
    left: calc(135/750*100vw);
  }
}

.p-items .p-item02__tap04 {
  position: absolute;
  bottom: 312px;
  right: 147px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item02__tap04 {
    width: calc(62/750*100vw);
    bottom: calc(312/750*100vw);
    right: calc(147/750*100vw);
  }
}

.p-items .p-item03 {
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item03 {
    width: calc(550/750*100vw);
    margin-bottom: calc(80/750*100vw);
  }
}

.p-items .p-item03__mainimg {
  position: relative;
}

.p-items .p-item03__mainimg::before {
  content: "";
  display: inline-block;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .p-items .p-item03__mainimg::before {
    background: url(../images/img_tap_main.png) no-repeat center top;
    background-size: cover;
    width: 128px;
    height: 128px;
    right: -64px;
    top: 26px;
  }
}

@media screen and (max-width: 767px) {
  .p-items .p-item03__mainimg::before {
    background: url(../images/img_tap_main_sp.png) no-repeat center top;
    background-size: cover;
    width: calc(170/750*100vw);
    height: calc(170/750*100vw);
    right: calc(-85/750*100vw);
    top: calc(20/750*100vw);
  }
}

.p-items .p-item03__tap01 {
  position: absolute;
  bottom: 45px;
  left: 83px;
}

@media screen and (max-width: 767px) {
  .p-items .p-item03__tap01 {
    width: calc(62/750*100vw);
    bottom: calc(45/750*100vw);
    left: calc(83/750*100vw);
  }
}

.p-items__LInkbtn02 a {
  max-width: 500px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .p-items__LInkbtn02 a {
    max-width: calc(500/750*100vw);
    font-size: calc(30/750*100vw);
  }
}

.p-popup {
  background-color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 702px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-popup {
    padding-top: 102px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-popup {
    width: 92.5%;
    padding-top: calc(60/750*100vw);
  }
}

.p-popup__img {
  max-width: 702px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-popup__img img {
  width: 100%;
}

.p-popup__text {
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: .1px;
}

@media screen and (max-width: 767px) {
  .p-popup__text {
    padding-top: calc(40/750*100vw);
    padding-left: calc(40/750*100vw);
    padding-right: calc(40/750*100vw);
  }
}

.p-popup .mfp-close {
  width: 40px;
  height: 40px;
  background: url(../images/popup_close.png) center no-repeat;
  background-size: 40px 40px;
  font-size: 0;
}

@media screen and (min-width: 768px) {
  .p-popup .mfp-close {
    right: 0;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-popup .mfp-close {
    width: calc(40/750*100vw);
    height: calc(40/750*100vw);
    background-size: calc(40/750*100vw) calc(40/750*100vw);
    right: 0;
    top: 0px;
  }
}

.js-popup {
  max-width: 62px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .js-popup {
    width: calc(62/750*100vw);
  }
}

.js-popup img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .js-popup img {
    width: calc(62/750*100vw);
  }
}

.p-album__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-album__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-album__container {
    width: 92.5%;
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-album__title img {
  max-width: 276px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-album__title img {
    width: calc(276/750*100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-album__title {
    margin-bottom: calc(50/750 * 100vw);
  }
}

.p-album__thum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-album .thum-img {
  width: calc(100% / 4 - 22px);
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .p-album .thum-img {
    width: calc(100% / 4 - 2.1%);
    margin-top: calc(20/750*100vw);
  }
}

.p-album .thum-img .js-popup {
  max-width: 218px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-album .thum-img .js-popup img {
  width: calc(218/750*100vw);
}

@media screen and (min-width: 769px) {
  .gallary__images {
    margin-top: 30px;
  }
  .gallary__image {
    margin-top: 28px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 22%;
  }
  .gallary__image:hover {
    opacity: .7;
  }
}

.p-profile__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-profile__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-profile__container {
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-profile__title img {
  max-width: 151px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-profile__title img {
    width: calc(151/750*100vw);
  }
}

.p-profile__img {
  max-width: 460px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-profile__img {
    width: calc(300/750*100vw);
    padding-bottom: calc(70/750*100vw);
  }
}

.p-profile__text {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-profile__text {
    width: calc(552/750*100vw);
  }
}

.p-profile__text p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -.3px;
}

@media screen and (max-width: 767px) {
  .p-profile__text p {
    font-size: calc(24/750*100vw);
    line-height: 1.6;
  }
}

.p-profile__sns {
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-profile__sns {
    width: calc(350/750*100vw);
    margin-top: calc(30/750*100vw);
  }
}

.p-profile__sns li img {
  width: 50px;
}

@media screen and (max-width: 767px) {
  .p-profile__sns li img {
    width: calc(60/750*100vw);
  }
}

.p-profile__sns li img:hover {
  opacity: .8;
}

.p-cover {
  position: relative;
}

.p-cover__btn {
  background-color: #fff;
  border: solid 1px #0075bf;
  bottom: 0;
  cursor: pointer;
  font-weight: bold;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 100;
}

.p-cover__btn:not(.js-cover_btn) {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-cover__btn {
    height: 60px;
    line-height: 60px;
    width: 480px;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__btn {
    height: 40px;
    line-height: 40px;
    width: 250px;
  }
}

.p-cover__btn::before {
  color: #0075bf;
  content: "スタッフレビューを読む";
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-cover__btn::before {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cover__btn::before {
    font-size: 1.5rem;
  }
}

.p-cover__btn.is_show::before {
  content: "閉じる";
}

.p-cover__btn.is_show + .js-cover_wrap::before {
  opacity: 0;
}

.p-cover .js-cover_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 160px;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-cover .js-cover_wrap {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .p-cover .js-cover_wrap {
    padding-bottom: 60px;
  }
}

.p-cover .js-cover_wrap::before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
  bottom: 0;
  content: "";
  height: 80%;
  position: absolute;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  width: 100%;
  z-index: 10;
}

.p-credit__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .p-credit__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__container {
    width: 92.5%;
  }
}

.p-credit__list {
  max-width: 760px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-top: 50px;
  border-top: solid 3px #000;
  border-bottom: solid 3px #000;
}

@media screen and (max-width: 767px) {
  .p-credit__list {
    padding-bottom: calc(30/750 * 100vw);
    padding-top: calc(50/750 * 100vw);
  }
}

.p-credit__list--inner {
  display: block;
  text-align: left;
  width: 188px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-credit__list--inner {
    width: calc(290/750 * 100vw);
  }
}

.p-credit__list--inner ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-credit__list--inner ul {
    margin-bottom: calc(40/750 * 100vw);
  }
}

.p-credit__list--inner li {
  font-size: 1.3rem;
  color: #808080;
  margin-top: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-credit__list--inner li {
    margin-top: calc(20/750 * 100vw);
    font-size: calc(18/750 * 100vw);
  }
}

.p-credit__list--inner li img {
  max-width: 157px;
  margin: 4px 0;
}

@media screen and (max-width: 767px) {
  .p-credit__list--inner li img {
    width: calc(220/750 * 100vw);
    margin: calc(5/750 * 100vw) 0;
  }
}

.p-credit__list--inner li img:hover {
  opacity: .8;
}

.p-credit__list--inner li span {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-credit__list--inner li .p-credit__des {
    color: #333333;
  }
}

.p-credit__logo {
  padding-bottom: 190px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .p-credit__logo {
    padding-bottom: calc(100/750 * 100vw);
    padding-top: calc(120/750 * 100vw);
  }
}

.p-credit__brand {
  color: #333 !important;
  display: block;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .p-credit__brand > img {
    width: 216px;
  }
}

@media screen and (max-width: 767px) {
  .p-credit__brand > img {
    width: calc(358/750*100vw);
  }
}

.p-credit__brand.is_hover {
  opacity: .7;
}

.p-interview__container {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .p-interview__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-interview__container {
    width: 92.5%;
    padding-top: calc(80/750*100vw);
    padding-bottom: calc(80/750*100vw);
  }
}

.p-interview__title img {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-interview__title img {
    width: calc(200/750*100vw);
  }
}

.p-interview__qa {
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-interview__qe {
  margin-top: 70px;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .p-interview__qe {
    margin-bottom: calc(20/750*100vw);
    margin-top: calc(70/750*100vw);
  }
}

.p-interview__qe p {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-interview__qe p {
    font-family: 'GerTTmedium';
  }
}

@media screen and (max-width: 767px) {
  .p-interview__qe p {
    line-height: 1.5;
    text-align: left;
    font-size: calc(24/750*100vw);
  }
}

.p-interview__an p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -.9px;
}

@media screen and (max-width: 767px) {
  .p-interview__an p {
    text-align: left;
    font-size: calc(24/750*100vw);
    line-height: 1.5;
  }
}

.p-interview__img {
  margin-top: 70px;
  margin-bottom: 50px;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-interview__img {
    margin-bottom: calc(50/750*100vw);
    margin-top: calc(70/750*100vw);
    width: calc(550/750*100vw);
  }
}

.p-interview__img img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */