@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/
#ss2_210416 img {
  width: 100%;
}

/*=======================================
          　　  　flex
========================================*/
/*=======================================
          　　   　js
========================================*/
.fade {
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  opacity: 0;
}

.fade.onView {
  opacity: 1;
}

/* ===================
	　　     mv
=================== */
.lp-sec__mv {
  position: relative;
  width: 120rem;
  height: 67.5rem;
  margin-bottom: 11rem;
  overflow: hidden;
}

.lp-sec__mv--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.lp-sec__mv .block__video {
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp-sec__mv .block__txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
}

.lp-sec__mv .block__txt .block__ttl {
  position: relative;
  bottom: 4rem;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

.lp-sec__mv .block__txt .block__btn {
  position: absolute;
  right: 9rem;
  top: -4rem;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
}

.lp-sec__mv .block__txt .block__btn .block__ico {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.5px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.lp-sec__mv .block__txt .block__btn .block__ico--triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4rem 0 0.4rem 0.8rem;
  border-color: transparent transparent transparent #fff;
  margin-left: 0.2rem;
  -webkit-transition: 1s;
  transition: 1s;
}

.lp-sec__mv .block__txt .block__btn .block__ico::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lp-sec__mv .block__txt .block__btn .block__ico:hover::after {
  -webkit-animation: ripple 1s ease;
  animation: ripple 1s ease;
}

.lp-sec__mv .block__txt .block__ico--txt {
  position: absolute;
  top: -3.5rem;
  right: 1.5rem;
  font-size: 1.1rem;
  font-family: bodoni-urw, serif;
  color: #fff;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white;
  }
}

/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
#ss2_210416 {
  width: 120rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: 'Crimson Text', serif;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.015em;
  text-align: center;
  background-size: 120rem;
  background-position: center 0rem;
}

/* ===================
	　　　 top
=================== */
.l-top {
  width: 120rem;
  margin: 4rem auto 6.85rem;
  position: relative;
}

.l-top__mv {
  width: 120rem;
  margin: 0 auto 10.95rem;
}

.l-top__ttl {
  font-size: 2.05rem;
  line-height: 2.1668292683;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: le-monde-livre-std, serif;
  font-weight: 300;
  font-style: normal;
  color: #595757;
}

/* ===================z
	　　  common
=================== */
.sec-wrap {
  width: 120rem;
  margin: 0 auto;
}

.sec {
  margin: 0 auto;
  position: relative;
}

.sec .sec__credit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 800ms;
  transition: opacity 800ms;
}

.sec .sec__credit .modal_bg {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.sec .sec__credit .modal_bg a {
  display: block;
  width: 100%;
  height: 100%;
}

.sec .sec__credit .credit_list {
  position: relative;
  z-index: 1;
}

.sec .sec__credit .credit_list li {
  margin-bottom: 0.5rem;
}

.sec .sec__credit .credit_list li a {
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  line-height: 2;
  border-bottom: 1px solid #fff;
}

.sec .sec__credit:hover {
  opacity: 1;
}

.sec .blk01,
.sec .blk02,
.sec .blk03 {
  margin: 0 auto;
}

/* ===================
	　　 section
=================== */
.sec01 {
  width: 84.6rem;
  margin: 0 auto 14.6rem;
}

.sec01 .blk01 {
  width: 52.6rem;
  margin: 0 auto 9.9rem;
}

.sec01 .blk02 {
  width: 84.6rem;
  margin: 0 auto 19.9rem;
}

.sec01 .blk03 {
  width: 56.4rem;
  margin: 0 auto;
}

.sectitle .text_img img {
  width: 37rem !important;
  margin: 0 auto 1.3rem;
}

.sectitle .lp-text {
  font-size: 1.4rem;
  line-height: 2.85;
  letter-spacing: 0.08em;
  text-align: center;
  font-family: le-monde-livre-std, serif;
  font-weight: 300;
  font-style: normal;
}

.sec02 {
  width: 120rem;
  margin-top: 18.5rem;
  margin-bottom: 9.9rem;
}

.sec02 .blk01 {
  width: 120rem;
  margin-bottom: 19.8rem;
}

.sec02 .blk02 {
  width: 56.4rem;
  margin: 0 auto 19.9rem;
}

.sec02 .blk03 {
  width: 101.1rem;
  margin-left: 0;
}

.sec03 {
  width: 120rem;
  margin-bottom: 19.9rem;
}

.sec03 .blk01 {
  width: 70rem;
  margin-left: 50rem;
  margin-bottom: 19.9rem;
}

.sec03 .blk02 {
  width: 52.6rem;
  margin: 0 auto 19.9rem;
}

.sec03 .blk03 {
  width: 95rem;
}

.sec03 .blk03 li {
  width: 45rem;
}

.sec04 {
  margin-bottom: 21.5rem;
}

.sec04 .blk01 {
  width: 56.4rem;
  margin-bottom: 20.2rem;
}

.sec04 .blk02 {
  width: 75rem;
  margin-bottom: 19.9rem;
}

.sec04 .blk03 {
  width: 56.4rem;
}

.sec05 {
  margin-bottom: 16rem;
}

.sec05 .blk01 {
  width: 95rem;
}

.sec05 .blk01 li {
  width: 45rem;
}

.sec_text {
  margin-bottom: 11.7rem;
}

.sec_text .text_img img {
  width: 46.5rem !important;
  margin-bottom: 1.4rem;
}

.sec_text .lp-text {
  font-size: 2.05rem;
  line-height: 2.1668292683;
  letter-spacing: 0.08em;
}

.sec06 {
  margin-bottom: 32.3rem;
}

.sec06 .blk01 {
  width: 56.3rem;
  margin-bottom: 20.3rem;
}

.sec06 .blk02 {
  width: 88.6rem;
  margin-left: 17.6rem;
}

.sec06 .blk02 .lp-li:first-child {
  width: 37.6rem;
}

.sec06 .blk02 .lp-li:last-child {
  width: 45rem;
}

.sec06 .blk02 .lp-li:last-child .sec__img {
  margin-top: 10.9rem;
}

.sec07 {
  width: 58rem;
  margin-left: 15.5rem;
  margin-bottom: 20rem;
}

.sec07 .blk01 {
  width: 58rem;
}

.sec07 .blk01::after {
  display: block;
  content: "";
  background: url(../img/img19.jpg);
  background-size: 100%;
  width: 62rem;
  height: 44rem;
  position: absolute;
  top: -12.4rem;
  left: 26.5rem;
  z-index: -1;
}

.sec08 {
  margin-bottom: 19.9rem;
}

.sec08 .blk01 {
  width: 56.3rem;
  margin-bottom: 20.3rem;
}

.sec08 .blk02 {
  width: 56.3rem;
  margin-bottom: 20rem;
}

.sec08 .blk03 {
  width: 120rem;
}

.sec09 {
  margin-bottom: 19.9rem;
}

.sec09 .blk01 {
  width: 120rem;
  margin-bottom: 19.9rem;
}

.sec09 .blk02 {
  width: 56.3rem;
  margin-bottom: 20.3rem;
}

.sec09 .blk03 {
  width: 73rem;
}

.sec10 {
  width: 56.3rem;
  margin-bottom: 19.35rem;
}

.lp-staffcredit {
  margin-bottom: 18.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 2.3076923077;
}

/* ===================
	　　  button
=================== */
.m-btn {
  width: 60rem;
  margin: 0 auto;
  padding: 0 0 18.5rem;
}

.m-btn a {
  width: 60rem;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 1.1rem;
  line-height: 1.54;
  letter-spacing: 0.002em;
  text-align: center;
}

/*=======================================
               Responsive   
========================================*/
/* for PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
  .slick-slider .slick-track::before,
  .slick-slider .slick-track::after,
  .slick-slider .slick-list::before,
  .slick-slider .slick-list::after {
    content: "" !important;
    display: none !important;
  }
  .codinate___img ul li {
    display: block !important;
  }
  html {
    font-size: 62.5%;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fdrr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

/* for tablet */
@media screen and (min-device-width: 768px) and (max-device-width: 1200px) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}

/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  html {
    font-size: calc(10* (100vw / 750)) !important;
  }
  .main-area .main-inner {
    width: 100%;
  }
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #Contents {
    overflow: hidden;
  }
  /*=======================================
                  SP    
========================================*/
  /* ===================
	　　 General
=================== */
  #ss2_210416 {
    width: calc(750* (100vw / 750));
    width: calc(750* (100vw / 750));
  }
  /* モーダルCSSここから */
  .modalArea {
    visibility: hidden;
    /* displayではなくvisibility */
    opacity: 0;
    position: fixed;
    z-index: 10000;
    /* サイトによってここの数値は調整 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .closeModal {
    cursor: pointer;
  }
  .is-show {
    /* モーダル表示用クラス */
    visibility: visible;
    opacity: 1;
  }
  .modalBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .modalWrapper {
    width: 100%;
    height: 100%;
  }
  .modalWrapper .modalContents {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modalWrapper .modal___content_inner {
    padding: calc(83* (100vw / 2160)) 0 0;
    position: relative;
  }
  .modalWrapper .modal___content_inner .slick-prev:before,
  .modalWrapper .modal___content_inner .slick-next:before {
    content: "" !important;
    font-size: 0 !important;
  }
  .modalWrapper .modal___header {
    width: calc(650* (100vw / 750));
    margin: 0 auto calc(40* (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    font-size: calc(26 * (100vw / 750));
  }
  #make___slide {
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
  #make___slide .slick-arrow {
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
    top: 30%;
  }
  #make___slide .slick-arrow::before, #make___slide .slick-arrow::after {
    width: calc(4* (100vw / 750));
    height: calc(28* (100vw / 750));
    left: 50%;
  }
  #make___slide .slick-arrow::before {
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  #make___slide .slick-arrow::after {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  #make___slide .slick-arrow.slick-prev {
    left: calc(-50* (100vw / 750));
    -webkit-transform: translateY(-50%) scale(-1, 1);
            transform: translateY(-50%) scale(-1, 1);
  }
  #make___slide .slick-arrow.slick-next {
    right: calc(-50* (100vw / 750));
  }
  #make___slide .codinate___img {
    margin-bottom: calc(38* (100vw / 750));
  }
  #make___slide .codinate___img ul li picture {
    width: calc(650* (100vw / 750));
    display: block;
  }
  #make___slide .codinate___img ul li picture img {
    width: calc(650* (100vw / 750)) !important;
  }
  #make___slide .sec__credit {
    display: block;
    margin-top: calc(38* (100vw / 750));
  }
  #make___slide .sec__credit .credit_list {
    position: relative;
    z-index: 999;
  }
  #make___slide .sec__credit .modal_bg {
    display: block;
    width: calc(650* (100vw / 750));
    height: calc(978* (100vw / 750));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #make___slide .sec__credit .modal_bg a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #make___slide .credit_list li {
    margin-bottom: calc(12* (100vw / 750));
    text-align: left;
  }
  #make___slide .credit_list li a {
    font-size: calc(23* (100vw / 750));
    letter-spacing: 0.015em;
    line-height: 182.6087%;
    border-bottom: 1px solid #d2d2d2;
  }
  #make___slide .slick-slide {
    position: relative;
  }
  .slick-counter {
    letter-spacing: 0;
  }
  .m-btn {
    width: calc(615* (100vw / 750));
    margin: calc(155* (100vw / 750)) auto calc(250* (100vw / 750));
  }
  .m-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #898989;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    font-size: calc(22* (100vw / 750));
    line-height: 154.54545%;
    padding: 1.5em 0;
    text-align: center;
  }
  .modalArea {
    font-family: 'Crimson Text';
  }
  .modalArea img {
    width: 100%;
    display: block;
  }
  .modalArea .inpage___slide li:nth-child(n+2),
  .modalArea .inpage___slide_sponly li:nth-child(n+2) {
    display: none !important;
  }
  /* ===================
	　　     mv
=================== */
  .lp-sec__mv {
    width: calc(750* (100vw / 750));
    height: calc(1000* (100vw / 750));
    margin-bottom: calc(150* (100vw / 750));
  }
  .lp-sec__mv .block__txt .block__ttl {
    bottom: calc(40* (100vw / 750));
  }
  .lp-sec__mv .block__txt .block__btn {
    right: calc(40* (100vw / 750));
    top: calc(-90* (100vw / 750));
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
  }
  .lp-sec__mv .block__txt .block__btn .block__ico {
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
  }
  .lp-sec__mv .block__txt .block__btn .block__ico--triangle {
    border-width: calc(8* (100vw / 750)) 0 calc(8* (100vw / 750)) calc(16* (100vw / 750));
    margin-left: calc(2* (100vw / 750));
  }
  .lp-sec__mv .block__txt .block__btn .block__ico::after {
    width: calc(50* (100vw / 750));
    height: calc(50* (100vw / 750));
  }
  /* ===================
　　　 top
=================== */
  .l-top {
    width: calc(750* (100vw / 750));
    margin: 0 auto calc(72* (100vw / 750));
  }
  .l-top__mv {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(71* (100vw / 750));
  }
  .l-top__ttl {
    font-size: calc(23* (100vw / 750));
    line-height: 1.8695652174;
    letter-spacing: 0.08em;
  }
  /* ===================
　　  common
=================== */
  .sec-wrap {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }
  .sec {
    width: calc(750* (100vw / 750));
    margin: initial;
  }
  .sec .sec__credit {
    display: none;
  }
  .sec .sec__credit .modal_bg {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec .sec__credit .modal_bg a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec .sec__credit .credit_list {
    position: relative;
    z-index: 1;
  }
  .sec .sec__credit .credit_list li {
    margin-bottom: 1rem;
  }
  .sec .sec__credit .credit_list li a {
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.015em;
    line-height: 2;
    border-bottom: 1px solid #fff;
  }
  .sec .sec__credit:hover {
    opacity: 1;
  }
  .sec .sec__ttl {
    margin-top: 8rem;
  }
  /* ===================
　　 section
=================== */
  .sec01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(96* (100vw / 750));
  }
  .sec01 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(70* (100vw / 750));
  }
  .sec01 .blk02 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(150* (100vw / 750));
  }
  .sec01 .blk03 {
    width: calc(646* (100vw / 750));
  }
  .sectitle {
    margin-bottom: calc(137* (100vw / 750));
  }
  .sectitle .text_img img {
    width: calc(370* (100vw / 750)) !important;
    margin-bottom: calc(0* (100vw / 750));
  }
  .sectitle .lp-text {
    font-size: calc(20* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.08em;
  }
  .sec02 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(74* (100vw / 750));
  }
  .sec02 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(150* (100vw / 750));
  }
  .sec02 .blk02 {
    width: calc(564* (100vw / 750));
    margin-bottom: calc(145* (100vw / 750));
  }
  .sec02 .blk03 {
    width: calc(750* (100vw / 750));
  }
  .sec03 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(151* (100vw / 750));
  }
  .sec03 .blk01 {
    width: calc(600* (100vw / 750));
    margin-left: calc(150* (100vw / 750));
    margin-bottom: calc(146* (100vw / 750));
  }
  .sec03 .blk02 {
    width: calc(564* (100vw / 750));
    margin-bottom: calc(72* (100vw / 750));
  }
  .sec03 .blk03 {
    width: calc(564* (100vw / 750));
  }
  .sec03 .blk03 .lp-li {
    width: calc(564* (100vw / 750));
  }
  .sec03 .blk03 .lp-li:first-child {
    margin-bottom: calc(72* (100vw / 750));
  }
  .sec04 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(154* (100vw / 750));
  }
  .sec04 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec04 .blk02 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec04 .blk03 {
    width: calc(564* (100vw / 750));
  }
  .sec05 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(105* (100vw / 750));
  }
  .sec05 .blk01 {
    width: calc(563* (100vw / 750));
  }
  .sec05 .blk01 .lp-li {
    width: calc(563* (100vw / 750));
  }
  .sec05 .blk01 .lp-li:first-child {
    margin-bottom: calc(78* (100vw / 750));
  }
  .sec_text {
    margin-bottom: calc(90* (100vw / 750));
  }
  .sec_text .text_img img {
    width: calc(380* (100vw / 750)) !important;
    margin-bottom: calc(9* (100vw / 750));
  }
  .sec06 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(270* (100vw / 750));
  }
  .sec06 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec06 .blk02 {
    width: calc(563* (100vw / 750));
    margin: 0 auto;
  }
  .sec06 .blk02 .lp-li {
    width: calc(563* (100vw / 750));
  }
  .sec06 .blk02 .lp-li:first-child {
    width: calc(563* (100vw / 750));
  }
  .sec06 .blk02 .lp-li:last-child {
    width: calc(563* (100vw / 750));
  }
  .sec06 .blk02 .lp-li:last-child .sec__img {
    margin-top: calc(72* (100vw / 750));
  }
  .sec07 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(153* (100vw / 750));
  }
  .sec07 .blk01 {
    width: calc(580* (100vw / 750));
    margin-left: 0;
  }
  .sec07 .blk01::after {
    width: calc(551* (100vw / 750));
    height: calc(441* (100vw / 750));
    background: url(../img/img19_sp.jpg);
    left: calc(195* (100vw / 750));
    top: calc(-123* (100vw / 750));
    background-size: 100%;
  }
  .sec08 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(147* (100vw / 750));
  }
  .sec08 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec08 .blk02 {
    width: calc(563* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec08 .blk03 {
    width: calc(750* (100vw / 750));
  }
  .sec09 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec09 .blk01 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec09 .blk02 {
    width: calc(563* (100vw / 750));
    margin-bottom: calc(149* (100vw / 750));
  }
  .sec09 .blk03 {
    width: calc(750* (100vw / 750));
  }
  .sec10 {
    width: calc(750* (100vw / 750));
    margin-bottom: calc(130* (100vw / 750));
  }
  .lp-staffcredit {
    margin-bottom: calc(129* (100vw / 750));
    font-size: calc(20* (100vw / 750));
    line-height: 2.4;
    letter-spacing: 0.02em;
  }
  /* ===================
　　  button
=================== */
  .m-btn {
    width: calc(676* (100vw / 750));
    margin: 0 auto;
    padding: 0 0;
  }
  .m-btn a {
    width: calc(676* (100vw / 750));
    height: calc(125* (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 0.1rem solid #000;
    background-color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: calc(22* (100vw / 750));
    line-height: 1.5454545455;
    letter-spacing: 0.002em;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */