@charset "UTF-8";
/*

共通設定 追加

*/
img {
  display: block;
  border-style: none;
  max-width: 100%;
  margin: 0 auto;
}

p {
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.wrapper {
  letter-spacing: 0.1em;
}

.irre-view {
  display: block;
}

@media screen and (min-width: 500px) {
  .irre-view {
    display: none;
  }
}

.inline {
  display: inline;
}

.sp-view {
  display: block;
}

@media screen and (min-width: 769px) {
  .sp-view {
    display: none;
  }
}

.sp-view.inline {
  display: inline;
}

@media screen and (min-width: 769px) {
  .sp-view.inline {
    display: none;
  }
}

.pc-view {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-view {
    display: block;
  }
}

.pc-view.inline {
  display: none;
}

@media screen and (min-width: 769px) {
  .pc-view.inline {
    display: inline;
  }
}

.pt20 {
  padding-top: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.btn {
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.btn01 {
  background-color: #efbfc0;
  border: 4px solid #efbfc0;
}

.btn01:hover {
  color: #efbfc0;
  background-color: #fff;
  border: 4px solid #efbfc0;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.btn01:hover a {
  color: #efbfc0;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.btn02 {
  background-color: #f5d5a1;
  border: 4px solid #f5d5a1;
}

.btn02:hover {
  color: #f5d5a1;
  background-color: #fff;
  border: 4px solid #f5d5a1;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.btn02:hover a {
  color: #f5d5a1;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.btn03 {
  background-color: #cfb9df;
  border: 4px solid  #cfb9df;
}

.btn03:hover {
  color: #cfb9df;
  background-color: #fff;
  border: 4px solid #cfb9df;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.btn03:hover a {
  color: #cfb9df;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.btn.insta {
  background-color: #f27b96;
  border: 4px solid #f27b96;
}

.btn.insta:hover {
  color: #f27b96;
  background-color: #fff;
  border: 4px solid #f27b96;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.btn.insta:hover a {
  color: #f27b96;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.btn.insta a {
  color: #fff;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  padding: 6px;
}

.btn.insta a i {
  font-weight: normal;
}

.btn a {
  display: block;
  color: #1f2232;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 16px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

/*

既存構成の引用

*/
/*--- モーダル関連 ---*/
/*
差し替え
*/
.modal-open {
  position: relative;
  display: block;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 99;
}

.modal__bg {
  background-color: rgba(31, 34, 50, 0.6);
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 65px 5% 5%;
  position: absolute;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  max-width: 700px;
}

@media all and (min-width: 769px) {
  .modal__content {
    width: 30vw;
  }
}

.modal__content video {
  width: 100%;
}

.close {
  position: absolute;
  right: 8px;
  top: 30px;
  width: 50px;
  height: 50px;
}

.close::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #1f2232;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.close::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: #1f2232;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

/*

既存パーツへの追記

*/
/*--- SP版サイドモーダル ---*/
.main_bnr {
  top: 15%;
}

.check_bnr ul {
  margin-top: 20px;
}

.wrapper .pushy .pushy-link {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .wrapper .pushy .pushy-link {
    font-size: 18px;
  }
}

/*

youtube　モーダル埋め込み

*/
.y-wrap {
  margin: 50px auto 0;
}

.y-play {
  text-align: center;
  cursor: pointer;
  font-size: 40px;
  font-weight: bold;
}

.y-movie-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(31, 34, 50, 0.6);
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.y-movie-modal.active {
  opacity: 1;
  pointer-events: all;
}

.y-modal-box {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

.y-modal-inner {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.y-movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.y-movie iframe {
  position: absolute;
  top: 0;
  left: 3%;
  width: 94%;
  height: 100%;
}

#y-close {
  position: absolute;
  right: 0;
  top: -50px;
  font-size: 50px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}

#y-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .y-wrap {
    width: 100%;
  }
}
/*# sourceMappingURL=parts.css.map */