@charset "UTF-8";
/**
 * SuperGradient
 * SASS MULTI-COLOR GRADIENT MIXIN (LINEAR & RADIAL)
 * Options
 * $type: linear*, radial
 * $from: top*, left, top left, top right, bottom right, bottom left, center (radial)
 * $colors: hex, rgba
 * *default
 *
 * Include: bower install super-gradient
 *
 * Demo: http://super-gradient.ib.gs/
 */
/**
 * CSS Reset
 * Default StyleSheet Normalize
 *
 * @since 0.1
 * @author MIRAI Inc.
 */
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  touch-action: manipulation; }

html, body {
  width: 100%; }

body {
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Robot, "Droid Sans", sans-serif;
  font-size: 1.6rem;
  color: #2c2c2c;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }

header,
footer,
nav,
figure,
figcaption,
main,
article,
section,
aside {
  display: block; }

main {
  width: 100%; }

a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation; }

button {
  appearance: none;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #ccc; }

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime-local"],
input[type="number"],
input[type="color"] {
  appearance: none;
  font-size: 16px; }

textarea {
  appearance: none;
  font-size: 16px; }

button {
  cursor: pointer; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

a {
  color: #263F5B;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

ul, ol {
  padding-left: 40px; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none; }

picture {
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none; }

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.n1 {
  margin-top: -1px; }

html {
  scroll-behavior: smooth; }

.container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto; }

.l-wrapper {
  max-width: 500px;
  margin: 0 auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2); }
  .l-wrapper img {
    max-width: none;
    width: 100%; }

.infobar {
  padding: 10px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc; }
  @media (min-width: 769px) {
    .infobar {
      padding: 20px; } }
  @media (min-width: 769px) {
    .infobar__inner {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .infobar__heading {
    margin: 0 0 10px;
    padding-bottom: 12px;
    font-size: 16px;
    border-bottom: 1px solid #db5f83; }
    @media (min-width: 769px) {
      .infobar__heading {
        margin: 0;
        margin-right: 30px;
        padding: 8px 20px 8px 10px;
        border-bottom: 0;
        border-right: 1px solid #db5f83; } }
  .infobar__text {
    font-size: 14px; }
    .infobar__text .req {
      font-weight: bold;
      color: #db5f83; }
    .infobar__text .text p {
      line-height: 1.6; }

.reserve {
  position: relative; }
  .reserve a {
    left: 0;
    right: 0;
    display: block;
    transition: 235ms ease; }
    .reserve a:hover {
      opacity: 0.8; }

.reserve-link {
  position: relative;
  z-index: 10;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2px;
  text-align: center;
  background-color: #fff;
  border-radius: 200px;
  box-shadow: 0 6px 0 0 #7D5A22;
  transition: 235ms ease; }
  @media (min-width: 769px) {
    .reserve-link {
      padding: 4px;
      box-shadow: 0 10px 0 0 #7D5A22; } }
  .reserve-link span {
    -webkit-user-select: none;
            user-select: none;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 18.75%;
    overflow: hidden;
    background: linear-gradient(28deg, #7f5b25 0%, #ddc574 49.09%, #7f5b25 100%);
    border-radius: 200px;
    transition: 235ms ease; }
    .reserve-link span img {
      pointer-events: none;
      -webkit-user-select: none;
              user-select: none;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 82%;
      height: auto;
      transform: translate(-50%, -50%);
      filter: drop-shadow(0 0 3px #71511f); }
    .reserve-link span:before {
      content: "";
      position: absolute;
      top: 0;
      right: 300%;
      display: block;
      width: 30%;
      height: 100%;
      background: linear-gradient(-90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.5) 15.01%, transparent 90%);
      transform: skewX(-20deg);
      animation: btnFlash 2s linear 0s infinite forwards; }
  .reserve-link:hover span {
    opacity: 0.8; }
  .reserve-link:active {
    box-shadow: 0 2px 0 0 #640a2c;
    transform: translateY(4px); }
    @media (min-width: 769px) {
      .reserve-link:active {
        box-shadow: 0 4px 0 0 #640a2c;
        transform: translateY(11px); } }

.reserve-link-img {
  display: block;
  transition: 235ms ease; }
  .reserve-link-img:hover {
    opacity: 0.8; }

@keyframes btnFlash {
  0% {
    right: 300%; }
  20% {
    right: 300%; }
  80% {
    right: -300%; }
  100% {
    right: -300%; } }

.header .kv {
  position: relative;
  margin: 0; }
  .header .kv a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transition: 235ms ease; }
    .header .kv a img {
      filter: drop-shadow(0 0 6px rgba(146, 15, 64, 0.5)); }
    .header .kv a:hover {
      opacity: 0.8; }

.header .kv-reserve {
  position: relative; }
  .header .kv-reserve .reserve-link-img {
    position: absolute;
    left: 0;
    bottom: 0; }

.header .kv-reserve2 {
  position: relative; }
  .header .kv-reserve2 .reserve-link-img {
    position: absolute;
    left: 0;
    bottom: 8.6%; }

.header .slider-bg {
  padding-bottom: 20px;
  background-color: #fff;
  background-position: center center;
  background-image: url(../img/slide1/bg1@2x.png);
  background-size: 100% auto; }

.kv-bottom-sub {
  position: relative; }
  .kv-bottom-sub .video {
    position: absolute;
    left: 50%;
    bottom: 3.4%;
    width: 58.467%;
    border: 3px solid #fff;
    transform: translateX(-50.1%); }
    @media (min-width: 751px) {
      .kv-bottom-sub .video {
        border: 5px solid #fff; } }
    .kv-bottom-sub .video .video-frame {
      padding-bottom: 177.7774%;
      background-color: #fff; }
      .kv-bottom-sub .video .video-frame iframe,
      .kv-bottom-sub .video .video-frame video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.header-slide__title {
  margin: 0; }

.header-slide .swiper-slide {
  width: calc(100% - 100px); }

.header-slide .swiper-button-prev,
.header-slide .swiper-button-next {
  width: 44px;
  height: 44px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  border: 1px solid currentColor;
  transition: 235ms ease; }
  .header-slide .swiper-button-prev:hover,
  .header-slide .swiper-button-next:hover {
    color: #920F40;
    background-color: rgba(255, 255, 255, 0.8); }
  .header-slide .swiper-button-prev:after,
  .header-slide .swiper-button-next:after {
    font-size: 24px; }

.header-slide .swiper-button-prev {
  left: 5.8%; }

.header-slide .swiper-button-next {
  right: 5.8%; }

.test-bg {
  width: 100%;
  overflow: hidden; }
  .test-bg .bg {
    position: relative;
    width: 468%;
    height: 0;
    margin-bottom: 11px;
    padding-bottom: 54.7826087%;
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
    image-rendering: -webkit-optimize-contrast; }
    .test-bg .bg:last-child {
      margin-bottom: 0; }
  .test-bg .bg1 {
    left: -100px;
    background-image: url(../img/slide2/bg_01@2x.jpg); }

.horizontal-slide {
  width: 100%;
  overflow: hidden; }
  .horizontal-slide .bg {
    width: 456%;
    height: 0;
    margin-bottom: 11px;
    padding-bottom: 56%;
    background-repeat: repeat-x;
    background-position: left top;
    background-size: auto 100%;
    image-rendering: -webkit-optimize-contrast; }
    .horizontal-slide .bg:last-child {
      margin-bottom: 0; }
  .horizontal-slide .bg1 {
    background-image: url(../img/slide2/bg_01.jpg);
    animation: bgSlide 50s linear 0s infinite forwards; }
  .horizontal-slide .bg2 {
    background-image: url(../img/slide2/bg_02.jpg);
    animation: bgSlideReverse 55s linear 0s infinite forwards; }
  .horizontal-slide .bg3 {
    background-image: url(../img/slide2/bg_03.jpg);
    transform: translateX(-4.5%);
    animation: bgSlide 60s linear 0s infinite forwards; }

@keyframes bgSlide {
  from {
    transform: translateX(0%); }
  to {
    transform: translateX(-50%); } }

@keyframes bgSlideReverse {
  from {
    transform: translateX(-50%); }
  to {
    transform: translateX(0%); } }

.footer {
  padding: 16px 16px;
  padding-bottom: 16px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  background-color: #efa4bb;
  background-image: url(../img/footer_bg.png);
  background-size: cover; }
  .footer .copyright {
    margin: 0;
    line-height: 1.1;
    font-size: 12px;
    color: #fff;
    text-align: center; }

.sec01 > div {
  position: relative; }

.sec01 .btn-album-sample {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  padding: 8px 14px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5AC2BE;
  border: 2px solid #fff;
  border-radius: 12px;
  box-shadow: 0 6px 0 -1px #423F3E;
  transition: 235ms ease; }
  @media (min-width: 751px) {
    .sec01 .btn-album-sample {
      bottom: 7.6%;
      padding: 14px;
      font-size: 2rem; } }
  .sec01 .btn-album-sample:hover {
    background-color: #6dc9c5; }
  .sec01 .btn-album-sample:active {
    box-shadow: 0 2px 0 -1px #423F3E;
    transform: translateY(6px); }
  .sec01 .btn-album-sample svg {
    width: 1em;
    height: 1em;
    margin-left: 16px;
    font-size: 70%; }

.sec02 {
  position: relative; }
  .sec02 .add-conversion {
    position: absolute;
    top: 6%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: transparent; }

.sec03 .toggle-head {
  pointer-events: none;
  position: relative;
  z-index: 1;
  margin-top: -50px; }
  @media (min-width: 751px) {
    .sec03 .toggle-head {
      margin-top: -100px; } }

.sec03 .toggle-btn {
  cursor: pointer;
  position: relative; }
  .sec03 .toggle-btn .open {
    opacity: 0;
    background-color: #fff;
    transition: 235ms ease; }
  .sec03 .toggle-btn .close {
    position: absolute;
    top: 0;
    left: 0; }

.sec03 .toggle-wrap {
  position: relative; }
  .sec03 .toggle-wrap.closed .open {
    opacity: 1; }

.sec04 .reserve a {
  position: absolute;
  top: 61.5%; }

.sec05 .reserve {
  position: relative; }
  .sec05 .reserve a {
    position: absolute;
    top: 22%;
    left: 6%;
    right: 6%; }

.sec05 .reserve2 {
  position: relative; }
  .sec05 .reserve2 a {
    position: absolute;
    bottom: 9.5%;
    left: 0;
    width: 100%;
    text-align: center; }

.sec06 .access,
.sec06 .access2 {
  position: relative;
  z-index: 1; }

.sec06 .access-link {
  position: absolute;
  left: 0;
  bottom: 20%;
  display: flex;
  width: 100%;
  padding: 0 6.3%; }
  .sec06 .access-link > div {
    padding: 0 3.157%; }
    .sec06 .access-link > div:first-child {
      padding-left: 0; }
    .sec06 .access-link > div:last-child {
      padding-right: 0; }
  .sec06 .access-link a {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: 235ms ease; }
    .sec06 .access-link a:hover {
      opacity: 0.8; }

.sec06 .access2 .access-link {
  bottom: 8%; }
  .sec06 .access2 .access-link a {
    width: 46%; }

.sec06 .reserve a {
  position: absolute;
  bottom: 15%; }

.sec06 .popup-link {
  position: relative; }
  .sec06 .popup-link .reserve-link-img {
    position: absolute;
    bottom: 13.5%;
    left: 0;
    z-index: 1;
    width: 100%; }

.fixed-banner {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  background-color: #fff;
  background-position: left center;
  background-image: url(../img/popup/btn_fixed-bg.png);
  background-size: cover; }
  .fixed-banner a {
    display: block;
    max-width: 920px;
    width: 100%;
    margin: 0 auto; }
    .fixed-banner a img {
      width: auto;
      height: 90px; }

.lity {
  background-color: rgba(0, 0, 0, 0.5); }

.lity-content:after {
  display: none; }

.lity-close {
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  background-color: #707070;
  border-radius: 50px; }
  .lity-close:hover, .lity-close:active {
    background-color: #343434; }

.popup-inner {
  position: relative;
  max-width: 323px;
  min-width: 323px;
  margin: 15px;
  background-color: #fff; }
  .popup-inner .lity-close {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transform: translate(40%, -40%); }
  .popup-inner [class*="tel-"] {
    position: absolute;
    left: 17.5%;
    right: 17.5%; }
    .popup-inner [class*="tel-"] img {
      display: block;
      width: 100%; }
  .popup-inner .tel-kurashiki {
    top: 65%; }
    .popup-inner .tel-kurashiki img {
      width: 200px; }
  .popup-inner .tel-marukame {
    top: 72.8%; }
    .popup-inner .tel-marukame img {
      width: 200px; }
  .popup-inner .reserve-link-img {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: 100%;
    padding: 0 5%;
    text-align: center; }

.form-header__phones {
  margin: 20px 0 0;
  padding: 0 20px; }
  .form-header__phones .shop-info {
    margin: 0 0 40px;
    text-align: center; }
    .form-header__phones .shop-info:last-child {
      margin-bottom: 20px; }
    .form-header__phones .shop-info .shop-name {
      margin: 0 0 13px;
      font-weight: bold;
      font-size: 15px; }
    .form-header__phones .shop-info .shop-tel {
      display: flex;
      justify-content: center;
      margin: 0 0 8px; }
      .form-header__phones .shop-info .shop-tel .tel-link {
        width: 80%;
        transition: 235ms ease; }
        .form-header__phones .shop-info .shop-tel .tel-link:hover {
          opacity: 0.8; }
    .form-header__phones .shop-info .shop-time {
      margin: 0;
      font-size: 12px; }

.form-reserve {
  padding: 0 15px; }
  .form-reserve .form-content {
    padding: 53px 16px;
    background-color: #FDF2F5;
    border: 2px solid #F598A1;
    box-shadow: inset 0 0 0 4px #fff; }
  .form-reserve .error {
    margin-top: 8px;
    font-size: 14px;
    color: #FF001D; }
  .form-reserve label {
    cursor: pointer; }
  .form-reserve input,
  .form-reserve select,
  .form-reserve textarea {
    appearance: none;
    transition: 235ms ease; }
  .form-reserve input[type=radio],
  .form-reserve input[type=checkbox] {
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    background-color: #EC6F7A;
    border: 1px solid #C7C7C7;
    box-shadow: inset 0 0 0 1.5em #fff; }
    .form-reserve input[type=radio]:checked,
    .form-reserve input[type=checkbox]:checked {
      box-shadow: inset 0 0 0 0.2em #fff; }
  .form-reserve input[type=radio] {
    border-radius: 50px; }
  .form-reserve input[type=text],
  .form-reserve input[type=email],
  .form-reserve input[type=tel],
  .form-reserve input[type=password],
  .form-reserve select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #C7C7C7; }
  .form-reserve select {
    padding-right: 2em;
    color: #000;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-image: url(../img/form/icon-select@2x.png);
    background-size: 13px 10px; }
  .form-reserve textarea {
    width: 100%;
    height: calc(5em * 1.4 + 18px);
    padding: 8px 10px;
    line-height: 1.4;
    font-size: 16px;
    border: 1px solid #C7C7C7; }
  .form-reserve .info-red {
    font-size: 11px;
    color: #FF001D; }

.require-text {
  margin-right: 10px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #EC6F7A; }

.any-text {
  margin-right: 10px;
  padding: 4px 8px;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #CAB952; }

.form-group {
  display: flex;
  flex-direction: column; }
  .form-group + .form-group {
    margin-top: 34px; }

.form-label {
  margin: 0 0 18px;
  font-weight: bold;
  font-size: 15px; }

.form-radio,
.form-checkbox {
  display: flex;
  flex-direction: column; }

.field-radio label,
.field-checkbox label {
  display: flex;
  align-items: center; }
  .field-radio label + label,
  .field-checkbox label + label {
    margin-top: 10px; }
  .field-radio label input,
  .field-checkbox label input {
    margin-right: 10px; }

.field-radio + .field-radio,
.field-radio + .field-checkbox,
.field-checkbox + .field-radio,
.field-checkbox + .field-checkbox {
  margin-top: 10px; }

.form-shop img {
  width: 200px; }

.form-shop .form-radio .field-radio + .field-radio {
  margin-top: 32px; }

.form-birthday {
  display: flex; }
  .form-birthday .form-select {
    display: flex;
    align-items: flex-end; }
    .form-birthday .form-select + .form-select {
      margin-left: 10px; }
    .form-birthday .form-select .birth-text {
      margin-left: 5px;
      font-weight: bold; }

.form-privacy {
  margin: 32px 0 0; }
  .form-privacy__text .title {
    margin: 0 0 18px;
    font-size: 15px; }
  .form-privacy__text .text {
    margin: 0;
    line-height: 1.6;
    font-size: 12px; }
  .form-privacy .error {
    text-align: center; }
  .form-privacy .form-privacy-checkbox {
    display: flex;
    justify-content: center;
    margin: 22px 0 0; }
    .form-privacy .form-privacy-checkbox label {
      display: flex;
      align-items: center;
      font-size: 16px; }
      .form-privacy .form-privacy-checkbox label input {
        margin-right: 20px;
        border-radius: 50px; }

.form-submit {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 36px; }
  .form-submit .btn-submit-img {
    appearance: none;
    margin: 10px;
    padding: 0;
    background-color: transparent;
    border: 0; }

.confirm-lede {
  padding: 46px 0;
  font-size: 15px;
  text-align: center; }
  .confirm-lede + .bar {
    margin: 0 0 40px; }

.form-confirm .form-group {
  padding-bottom: 30px;
  border-bottom: 1px dotted #707070; }

.form-complete {
  padding-top: 58px;
  padding-bottom: 30px; }
  .form-complete .text {
    font-size: 14px;
    text-align: center; }
    .form-complete .text p {
      margin: 0 0 2em; }
  .form-complete .kome {
    max-width: 400px;
    margin: 60px auto 40px;
    font-size: 13px; }
  .form-complete .back-to-top {
    display: flex;
    justify-content: center;
    text-align: center; }
    .form-complete .back-to-top a {
      max-width: 350px; }

.furisode-swiper {
  margin-top: -4.4%;
  padding: 0 0 40px; }

.furisode-swiper-wrapper {
  align-items: center; }
  .furisode-swiper-wrapper .swiper-slide {
    -webkit-user-select: none;
            user-select: none;
    transform: scale(0.87);
    transition: transform 1000ms ease; }
    .furisode-swiper-wrapper .swiper-slide img {
      pointer-events: none;
      -webkit-user-select: none;
              user-select: none; }
  .furisode-swiper-wrapper .swiper-slide-active {
    transform: scale(1); }
  .furisode-swiper-wrapper .swiper-slide-prev,
  .furisode-swiper-wrapper .swiper-slide-next {
    transform: scale(0.87); }

.swiper-pagination-bullet {
  opacity: 1;
  background-color: #C9CACA; }
  .swiper-pagination-bullet-active {
    background-color: #250A0C; }

.furisode-slide-bg {
  position: relative;
  margin-top: -4%; }
  .furisode-slide-bg .furisode-swiper {
    background-color: transparent; }
  .furisode-slide-bg .slide-absolute {
    position: absolute;
    top: 31%;
    left: 0;
    width: 100%; }

.furisode-slide .slide-absolute {
  background-color: #EC6F7A;
  background-image: url(../img/slide3/img_bg.png);
  background-size: 100% 100%; }
/*# sourceMappingURL=campaign.css.map */