@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.b-o-header_heading .b-a-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  background-image: none;
}
.b-o-header_heading .b-a-logo img {
  width: 100%;
}

.lp_inner {
  background-color: #F5F0E5;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", serif;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lp_inner {
    font-size: 3.4666666667vw;
  }
}
.lp_inner img {
  width: 100%;
  height: auto;
}

.kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #B49E80;
}
@media print, screen and (min-width: 769px) {
  .kv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 98.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kv img {
    width: calc(100% - 380px);
    max-width: 1040px;
  }
}
@media screen and (max-width: 768px) {
  .kv img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 52vw;
  }
}
.kv h1 {
  color: #FFF;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 76px;
  letter-spacing: 4.8px;
  white-space: nowrap;
}
@media print, screen and (min-width: 769px) {
  .kv h1 {
    margin-left: 60px;
    min-width: 320px;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 4.8px;
  }
}
@media screen and (max-width: 768px) {
  .kv h1 {
    margin-top: 0;
    padding: 5.2vw 6.4vw;
    font-size: 8vw;
    line-height: 10.1333333333vw;
  }
}
.kv h1 small {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .kv h1 small {
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px; /* 160% */
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 768px) {
  .kv h1 small {
    margin-top: 0;
    font-size: 3.7333333333vw;
    letter-spacing: 0.2986666667vw;
  }
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #B49E80;
}
@media print, screen and (min-width: 769px) {
  .intro {
    padding: 125px 0;
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 14.6666666667vw 0 16vw;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .logo {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .intro .logo {
    width: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro h2 {
    margin-top: 100px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 2.88px;
  }
}
@media screen and (max-width: 768px) {
  .intro h2 {
    margin-top: 16vw;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 8.5333333333vw; /* 177.778% */
    letter-spacing: 0.192vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .lead {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .intro .lead {
    margin-top: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .lead p {
    font-weight: 700;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .intro .lead p {
    font-size: 3.4666666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .intro .lead p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .intro .lead p + p {
    margin-top: 5.3333333333vw;
  }
}

.contents {
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .contents {
    padding: 125px 0 200px;
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 16vw 0 20vw;
    width: 89.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 768px) {
  .contents h3 {
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 7.4666666667vw; /* 155.556% */
    letter-spacing: 0.144vw;
  }
  .contents h3 + p, .contents h3 + figure, .contents h3 + picture, .contents h3 + picture + p {
    margin-top: 5.3333333333vw !important;
  }
}
@media print, screen and (min-width: 769px) {
  .contents h3:not(:first-child) {
    margin-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .contents h3:not(:first-child) {
    margin-top: 16vw;
  }
}
.contents p {
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .contents p {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents p {
    margin-top: 8vw;
  }
}
.contents p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 769px) {
  .contents p + p {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents p + p {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .comment {
    margin-top: 40px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .contents .comment {
    margin-top: 8vw;
  }
}
.contents .comment .name {
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .contents .comment .name {
    position: absolute;
    top: 0.45em;
  }
}
@media screen and (max-width: 768px) {
  .contents .comment .name + p {
    margin-top: 1.6vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .comment p {
    margin-left: 96px;
  }
}
.contents img {
  width: 100%;
  height: auto;
}
.contents picture {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .contents picture:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents picture:not(:first-child) {
    margin-top: 8vw;
  }
}
.contents picture.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .contents picture.gallery img {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 768px) {
  .contents picture.gallery img {
    width: calc((100% - 3.2vw) / 3);
  }
}
@media screen and (max-width: 768px) {
  .contents picture + picture {
    margin-top: 5.3333333333vw !important;
  }
}
@media print, screen and (min-width: 769px) {
  .contents figure {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contents figure {
    margin-top: 8vw;
  }
}
.contents figure figcaption {
  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;
  background: #B49E80;
  color: #FFF;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .contents figure figcaption {
    padding: 24px 32px;
    min-height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 28px; /* 175% */
  }
}
@media screen and (max-width: 768px) {
  .contents figure figcaption {
    padding: 4vw;
    text-align: left;
    font-size: 3.2vw;
    line-height: 5.8666666667vw; /* 183.333% */
  }
}
.contents figure figcaption.align-left {
  text-align: left;
}
.contents .swiper {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper {
    margin-top: 5.3333333333vw;
    overflow: visible;
  }
}
.contents .swiper .swiper-slide {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-slide {
    width: 470px;
    min-width: 470px;
    max-width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-slide {
    width: 62.6666666667vw;
    min-width: 62.6666666667vw;
    max-width: 62.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-slide.sizeS {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-slide.sizeS {
    width: 41.3333333333vw;
    min-width: 41.3333333333vw;
    max-width: 41.3333333333vw;
  }
}
.contents .swiper .swiper-pagination-bullets {
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-pagination-bullets {
    margin-top: 27px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-pagination-bullets {
    margin-top: 2.6666666667vw;
  }
}
.contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 50%;
  background-color: #D9D9D9;
  pointer-events: all;
  cursor: pointer;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B49E80;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.8666666667vw;
  }
}
.contents .swiper .swiper-button-next,
.contents .swiper .swiper-button-prev {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  border: none;
  background-color: #fff;
  -webkit-mask-image: url(../img/arrow.svg);
          mask-image: url(../img/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  top: 43%;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-button-next,
  .contents .swiper .swiper-button-prev {
    width: 19px;
    height: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-button-next,
  .contents .swiper .swiper-button-prev {
    width: 2.5333333333vw;
    height: 5.0666666667vw;
  }
}
.contents .swiper .swiper-button-next.swiper-button-disabled,
.contents .swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-button-next {
    right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-button-next {
    right: 2.1333333333vw;
  }
}
.contents .swiper .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media print, screen and (min-width: 769px) {
  .contents .swiper .swiper-button-prev {
    left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contents .swiper .swiper-button-prev {
    left: 2.1333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .contents .swiper.pc_not_swipe {
    pointer-events: none;
  }
  .contents .swiper.pc_not_swipe .swiper-pagination-bullets,
  .contents .swiper.pc_not_swipe .swiper-button-next,
  .contents .swiper.pc_not_swipe .swiper-button-prev {
    display: none;
  }
}

.ending {
  border-top: 1px solid #B49E80;
}
@media print, screen and (min-width: 769px) {
  .ending {
    margin-top: 150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ending {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}

.qa {
  border-top: 1px solid #B49E80;
}
@media print, screen and (min-width: 769px) {
  .qa {
    margin-top: 150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .qa {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}
.qa h2 {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .qa h2 img {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .qa h2 img {
    width: 19.0666666667vw;
  }
}
.qa h2 + p {
  text-align: center;
  font-weight: 700;
}
.qa dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .qa dl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .qa dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8vw;
  }
}
.qa dl dt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #FFF;
  background-image: url(../img/txt_q.png);
  background-repeat: no-repeat;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 769px) {
  .qa dl dt {
    padding: 100px 30px 30px;
    width: 480px;
    gap: 25px;
    z-index: 2;
    background-size: 27px;
    background-position: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .qa dl dt {
    padding: 13.3333333333vw 4vw 4vw;
    background-size: 5.3333333333vw;
    background-position: 4vw 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .qa dl dt p {
    min-height: 96px;
  }
}
.qa dl dt span {
  width: 100%;
  text-align: right;
}
.qa dl dd {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #B49E80;
  background-image: url(../img/qa_yano.png);
  background-repeat: no-repeat;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .qa dl dd {
    margin: 40px 0 0 -30px;
    padding: 125px 30px 40px 70px;
    width: 520px;
    background-size: 60px;
    background-position: 70px 40px;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .qa dl dd {
    padding: 5.3333333333vw 4vw 5.3333333333vw 18.6666666667vw;
    background-size: 10.6666666667vw;
    background-position: 4vw 4vw;
  }
}

.sumufumu {
  border-top: 1px solid #B49E80;
}
@media print, screen and (min-width: 769px) {
  .sumufumu {
    margin-top: 150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sumufumu {
    margin-top: 16vw;
    padding-top: 8vw;
  }
}
.sumufumu > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .sumufumu > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .sumufumu > div .text {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .sumufumu > div .text {
    margin-top: 8vw;
  }
}
.sumufumu > div .text a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #FFF;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .sumufumu > div .text a {
    margin-top: 40px;
    width: 480px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .sumufumu > div .text a {
    margin-top: 8vw;
    width: 89.3333333333vw;
    height: 14.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .sumufumu > div .text a img {
    margin-left: 14px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .sumufumu > div .text a img {
    margin-left: 1.8666666667vw;
    width: 3.4666666667vw;
  }
}
.sumufumu > div .text a:hover {
  background: #B49E80;
}

.book {
  font-family: "Zen Old Mincho", serif;
  border-top: 1px solid #B49E80;
}
@media print, screen and (min-width: 769px) {
  .book {
    margin-top: 150px;
    padding-top: 150px;
  }
}
@media screen and (max-width: 768px) {
  .book {
    margin-top: 16vw;
    padding-top: 16vw;
  }
}
.book > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .book > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .book > div .left img {
    width: 348px;
  }
}
@media screen and (max-width: 768px) {
  .book > div .left img {
    width: 46.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .book > div .right {
    margin-left: 92px;
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .book > div .right {
    margin-top: 10vw;
  }
}
.book > div .right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  color: #FFF;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media print, screen and (min-width: 769px) {
  .book > div .right a {
    margin-top: 50px;
    width: 480px;
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .book > div .right a {
    margin-top: 10vw;
    width: 89.3333333333vw;
    height: 14.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .book > div .right a img {
    margin-left: 14px;
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .book > div .right a img {
    margin-left: 1.8666666667vw;
    width: 3.4666666667vw;
  }
}
.book > div .right a:hover {
  background: #B49E80;
}

.bnr {
  background-color: #b49e80;
}
@media print, screen and (min-width: 769px) {
  .bnr {
    padding: 165px 0;
  }
}
@media screen and (max-width: 768px) {
  .bnr {
    padding: 20vw 5.3333333333vw;
  }
}
.bnr .wrapper {
  background-color: #fff;
  border: #231815 2px solid;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .bnr .wrapper {
    margin: 0 auto;
    padding: 40px 0 50px;
    max-width: 948px;
  }
}
@media screen and (max-width: 768px) {
  .bnr .wrapper {
    padding: 8vw 0 10.6666666667vw;
    border-width: 1px;
  }
}
@media print, screen and (min-width: 769px) {
  .bnr .wrapper h2 img {
    width: 427px;
  }
}
@media screen and (max-width: 768px) {
  .bnr .wrapper h2 img {
    width: 73.3333333333vw;
  }
}
.bnr .wrapper p {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .bnr .wrapper p {
    margin-top: 20px;
    font-size: 24px;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .bnr .wrapper p {
    margin-top: 3.2vw;
    font-size: 4.2666666667vw;
  }
}
.bnr .wrapper a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border-bottom: #231815 1px solid;
}
@media print, screen and (min-width: 769px) {
  .bnr .wrapper a {
    margin-top: 34px;
    padding-bottom: 10px;
    width: 280px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .bnr .wrapper a {
    margin-top: 5.3333333333vw;
    padding-bottom: 1.8666666667vw;
    width: 37.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.bnr .wrapper a::after {
  content: "";
  display: inline-block;
  background-color: #231815;
  -webkit-mask-image: url(../img/icon_newwindow.svg);
          mask-image: url(../img/icon_newwindow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .bnr .wrapper a::after {
    margin-left: 14px;
    width: 20px;
    height: 16px;
    top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .bnr .wrapper a::after {
    margin-left: 1.8666666667vw;
    width: 3.4666666667vw;
    height: 2.9333333333vw;
    top: 0.2666666667vw;
  }
}

.kurashi_page_back {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .kurashi_page_back {
    aspect-ratio: 550/80;
    font-size: 24px;
    margin-top: 90px;
    width: 550px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi_page_back {
    aspect-ratio: 670/100;
    font-size: 32px;
    font-size: 4.2666666667vw;
    margin-top: 16.53vw;
    width: 89.33vw;
  }
}
.kurashi_page_back 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;
  background-color: #241814;
  color: #fff;
  font-family: "Helvetica Neue", arial, 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-weight: 700;
  width: 100%;
  height: 100%;
  text-align: center;
}
.kurashi_page_back a:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.kurashi_fixedBnr {
  opacity: 0;
  position: fixed;
  right: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .kurashi_fixedBnr {
    bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi_fixedBnr {
    bottom: 20vw;
  }
}
.kurashi_fixedBnr .kurashi_fixedBnr_img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_img img {
    width: 320px;
  }
  .kurashi_fixedBnr .kurashi_fixedBnr_img:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_img img {
    width: 31.7333333333vw;
  }
}
.kurashi_fixedBnr .kurashi_fixedBnr_close {
  position: absolute;
}
@media print, screen and (min-width: 769px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_close {
    cursor: pointer;
    top: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_close {
    top: -4vw;
    left: -4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_close img {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  .kurashi_fixedBnr .kurashi_fixedBnr_close img {
    width: 8vw;
  }
}

.mfp-content .movie-wrap {
  margin: auto;
  width: calc(100% - 40px);
  max-width: 900px;
  position: relative;
}
.mfp-content .movie-wrap .mfp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -50px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/kodate/hokuohkurashi/common/img/bnr_fixed_close.png) center no-repeat;
  background-size: contain;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  text-indent: 1000%;
  cursor: pointer;
  z-index: 1;
}