@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Cormorant:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@400;500;700&display=swap);
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
@media (max-width: 48em) {
  .slick-prev,
  .slick-next {
    top: 28%
  }
}
@media (max-width: 33.9375em) {
  .slick-prev,
  .slick-next {
    top: 21%
  }
}
.slick-prev {
  z-index: 1;
  left: 46px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 2px solid #b6684e;
  border-bottom: 2px solid #b6684e
}
.slick-next {
  z-index: 1;
  right: 48px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid #b6684e;
  border-bottom: 2px solid #b6684e
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}
.slick-list:focus {
  outline: none
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}
.slick-track:after {
  clear: both
}
.slick-loading .slick-track {
  visibility: hidden
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}
[dir="rtl"] .slick-slide {
  float: right
}
.slick-slide img {
  display: block
}
.slick-slide.slick-loading img {
  display: none
}
.slick-slide.dragging img {
  pointer-events: none
}
.slick-initialized .slick-slide {
  display: block
}
.slick-loading .slick-slide {
  visibility: hidden
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.slick-arrow.slick-hidden {
  display: none
}
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px)
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.5)
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0
}
/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 96%;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38
}
.remodal-close:before {
  content: "\00d7";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  font-family: Arial,"Helvetica CY","Nimbus Sans L",sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  text-align: center
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  font: inherit;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0
}
.remodal-confirm {
  color: #fff;
  background: #81c784
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a
}
.remodal-cancel {
  color: #fff;
  background: #e57373
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
    padding: 20px
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38
}
.lt-ie9 .remodal {
  width: 700px
}
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch
}
.remodal-wrapper:after {
  content: "";
  display: inline-block;
  height: 100%;
  margin-left: -0.05em
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */display: inline-block
}
.remodal video {
  width: 100%
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html,
body,
body div,
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,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block
}
/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}
/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%
}
/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll
}
/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  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
}
del {
  text-decoration: line-through
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0
}
th {
  font-weight: bold;
  vertical-align: bottom
}
td {
  font-weight: normal;
  vertical-align: top
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
input,
select {
  vertical-align: middle
}
pre {
  white-space: pre;
  /* CSS2 */white-space: pre-wrap;
  /* CSS 2.1 */white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */word-wrap: break-word/* IE */
}
input[type="radio"] {
  vertical-align: text-bottom
}
input[type="checkbox"] {
  vertical-align: bottom
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline
}
.ie6 input {
  vertical-align: text-bottom
}
select,
input,
textarea {
  font: 99% sans-serif
}
table {
  font-size: inherit;
  font: 100%
}
small {
  font-size: 85%
}
strong {
  font-weight: bold
}
td,
td img {
  vertical-align: top
}
/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
/* standardize any monospaced elements */
pre,
code,
kbd,
samp {
  font-family: monospace,sans-serif
}
/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer
}
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea {
  margin: 0
}
/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible
}
/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic
}
/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden
}
.clearfix:after {
  clear: both
}
.clearfix {
  zoom: 1
}
html,
body {
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  font-family: "Noto Sans JP","Cormorant","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Osaka,"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased
}
a {
  text-decoration: none;
  color: #333;
  outline: none
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
.clearfix:after {
  content: '';
  display: block;
  clear: both
}
.container {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto
}
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: .3s;
  transition: .3s
}
@media (max-width: 48em) {
  .header {
    height: 60px
  }
}
.header.js-header-scroll {
  background-color: #fff
}
.header__inner {
  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;
  height: 90px
}
@media (max-width: 48em) {
  .header__inner {
    height: 57px
  }
}
.header__unit {
  display: none
}
@media (max-width: 48em) {
  .header__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.header__unit .gnav__insta {
  display: none;
  width: 25px;
  height: 25px;
  margin-right: 16px;
  -webkit-transition: .3s;
  transition: .3s
}
.header__unit .gnav__insta.js-gnav__insta-active {
  display: block
}
.header__unit .gnav__insta .gnav__link {
  width: 100%;
  height: 100%
}
.header__unit .gnav__insta .gnav__link::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  background-color: #b6684e;
  -webkit-mask: url("/_assets/images/ico-insta.svg");
  mask: url("/_assets/images/ico-insta.svg");
  -webkit-mask-size: cover;
  mask-size: cover
}
.header .ttl .logo {
  padding-left: 40px;
  font-family: "Cormorant",serif;
  font-size: 21px;
  -webkit-transition: .3s;
  transition: .3s;
  letter-spacing: 0.05em;
  color: #f5eee6
}
@media (max-width: 48em) {
  .header .ttl .logo {
    padding-left: 20px;
    font-size: 13px;
    font-weight: 500
  }
}
.header .ttl .logo.js-header-logo-scroll {
  color: #b6684e !important
}
.header .gnav-pc {
  display: block
}
@media (max-width: 48em) {
  .header .gnav-pc {
    display: none
  }
}
@media (max-width: 48em) {
  .header .gnav-sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
  .header .gnav-sp.js-gnav-sp-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.header .gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cormorant",serif;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .header .gnav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 85vh;
    background-color: #f5eee6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.header .gnav__item {
  padding-right: 40px
}
@media (max-width: 48em) {
  .header .gnav__item {
    width: 68%;
    padding: 18px 0;
    padding-right: 0;
    text-align: center
  }
}
.header .gnav__item .gnav__link {
  position: relative
}
@media (max-width: 48em) {
  .header .gnav__item .gnav__link {
    font-size: 28px
  }
}
.header .gnav__item .gnav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  opacity: 0;
  background-color: #333
}
.header .gnav__item .gnav__link:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1
}
.header .gnav__item:last-child .gnav__link {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px
}
@media (max-width: 48em) {
  .header .gnav__item:last-child .gnav__link {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 26px;
    font-family: "Noto Sans JP",sans-serif;
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    background-color: #b6684e
  }
}
.header .gnav__item:last-child .gnav__link::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transition: .3s;
  transition: .3s;
  vertical-align: middle;
  background-color: #b6684e;
  -webkit-mask: url("/_assets/images/ico-insta.svg");
  mask: url("/_assets/images/ico-insta.svg");
  -webkit-mask-size: cover;
  mask-size: cover
}
@media (max-width: 48em) {
  .header .gnav__item:last-child .gnav__link::before {
    left: 26%;
    width: 20px;
    height: 20px;
    background-color: #fff
  }
}
.header .gnav__item:last-child .gnav__link:hover::before {
  background-color: #b6684e;
  -webkit-mask: url("/_assets/images/ico-insta.svg"),url("/_assets/images/ico-insta-hover.svg");
  mask: url("/_assets/images/ico-insta.svg"),url("/_assets/images/ico-insta-hover.svg")
}
.header .gnav__item:last-child .gnav__link::after {
  display: none
}
.header .humburger {
  display: none
}
@media (max-width: 48em) {
  .header .humburger {
    position: relative;
    z-index: 11;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer
  }
  .header .humburger > .humburger__top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #b6684e
  }
  .header .humburger > .humburger__top.js-menu-top-active {
    top: 9px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
  }
  .header .humburger > .humburger__middle {
    position: absolute;
    top: 30%;
    left: 0;
    width: 80%;
    height: 1px;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #b6684e
  }
  .header .humburger > .humburger__middle.js-menu-middle-active {
    width: 100%;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
  }
  .header .humburger > .humburger__txt {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent
  }
  .header .humburger > .humburger__txt::before {
    content: 'MENU';
    position: absolute;
    bottom: 0;
    font-family: "Cormorant",serif;
    font-size: 11px;
    font-weight: 500;
    color: #b6684e
  }
  .header .humburger > .humburger__txt.js-menu-txt-active::before {
    content: 'CLOSE'
  }
}
.pc-only {
  display: block !important
}
@media (max-width: 48em) {
  .pc-only {
    display: none !important
  }
}
.sp-only {
  display: none !important
}
@media (max-width: 48em) {
  .sp-only {
    display: block !important
  }
}
#main {
  opacity: 0
}
#loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #f5eee6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
#loading.loaded {
  visibility: hidden;
  opacity: 0
}
.dotted {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #b6684e
}
.loader .dotted:nth-last-child(1) {
  -webkit-animation: loadingC 1.2s 0.2s ease-in-out infinite;
  animation: loadingC 1.2s 0.2s ease-in-out infinite
}
.loader .dotted:nth-last-child(2) {
  -webkit-animation: loadingC 1.2s 0.4s ease-in-out infinite;
  animation: loadingC 1.2s 0.4s ease-in-out infinite
}
.loader .dotted:nth-last-child(3) {
  -webkit-animation: loadingC 1.2s 0.6s ease-in-out infinite;
  animation: loadingC 1.2s 0.6s ease-in-out infinite
}
@-webkit-keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
@keyframes loadingC {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px)
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}
.l-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1080px
}
.main__ttl {
  font-family: "Cormorant",serif;
  font-size: 90px;
  font-weight: bold;
  color: #b6684e
}
@media (max-width: 48em) {
  .main__ttl {
    font-size: 45px;
    line-height: 0.99
  }
}
.sec__ttl {
  position: relative;
  font-family: "Cormorant",serif;
  font-size: 60px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #b6684e
}
@media (max-width: 48em) {
  .sec__ttl {
    font-size: 30px
  }
}
.sec__ttl::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 82px;
  height: 8px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-mask: url("/_assets/images/ttl-deco.svg");
  mask: url("/_assets/images/ttl-deco.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #b6684e
}
@media (max-width: 48em) {
  .sec__ttl::after {
    bottom: -15px;
    width: 41px;
    height: 4px
  }
}
.ac__inner {
  display: none
}
.ac__inner.ac__inner-active::before {
  display: block
}
.ac__click-active::after {
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important
}
.ac__click-dropdown {
  -webkit-box-shadow: #fff 0 -12px 10px;
  box-shadow: #fff 0 -12px 10px
}
.ac__click-dropdown::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 38%;
  width: 8px;
  height: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border-right: 2px solid #b6684e;
  border-bottom: 2px solid #b6684e
}
.ac__click-dropdown.ac__click-dropdown-active {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.ac__click-dropdown.ac__click-dropdown-active::before {
  top: 46% !important;
  -webkit-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important
}
.ac__inner-dropdown {
  display: none
}
.ac__inner-sp {
  display: block
}
@media (max-width: 48em) {
  .ac__inner-sp {
    display: none
  }
}
@media (max-width: 48em) {
  .menu-cover {
    position: fixed;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s
  }
}
@media (max-width: 48em) {
  .menu-cover.js-menu-cover-active {
    z-index: 30;
    visibility: visible;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
  }
}
.js-mv-fadeIn01,
.js-mv-fadeIn02,
.js-mv-fadeIn03,
.js-mv-fadeIn04 {
  opacity: 0
}
.js-mv-fadeIn01 {
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px)
}
.js-mv-fadeIn02 {
  -webkit-transition: 1.2s .4s;
  transition: 1.2s .4s;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px)
}
.js-mv-fadeIn03 {
  -webkit-transition: 1.2s 1s cubic-bezier(0.26, 0.75, 0.5, 0.89);
  transition: 1.2s 1s cubic-bezier(0.26, 0.75, 0.5, 0.89);
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0)
}
.js-mv-fadeIn04 {
  -webkit-transition: 1.2s 1.5s cubic-bezier(0.26, 0.75, 0.5, 0.89);
  transition: 1.2s 1.5s cubic-bezier(0.26, 0.75, 0.5, 0.89)
}
.js-mv-active {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1
}
.js-fadeIn {
  -webkit-transition: .8s;
  transition: .8s;
  opacity: 0
}
.js-fadeIn-active {
  opacity: 1
}
.js-fadeInUp {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0
}
.js-fadeInUp-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.js-fadeInRight {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0
}
.js-fadeInRight-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.js-fadeInLeft {
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0
}
.js-fadeInLeft-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #b69b92;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 48em) {
  .footer {
    height: 40px
  }
}
.footer .footer__cp {
  font-size: 13px;
  color: #f5eee6
}
@media (max-width: 48em) {
  .footer .footer__cp {
    font-size: 10px
  }
}
.p-mv {
  width: 100%
}
.p-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90vh
}
@media (max-width: 48em) {
  .p-mv__inner {
    height: 71vh
  }
}
.p-mv__bg {
  position: absolute;
  width: 55.55556%;
  height: calc(100vh - 325px);
  background: url("/_assets/images/mv-bg_pc.png") center center/cover no-repeat
}
@media (max-width: 48em) {
  .p-mv__bg {
    width: 84%;
    height: calc(100vh - 320px)
  }
}
.p-mv__image {
  position: absolute;
  z-index: 2;
  top: 164px;
  right: 0;
  width: 55.55556%;
  height: calc(100vh - 324px);
  background: url("/_assets/images/mv-image_pc.jpg") center center/cover no-repeat
}
@media (max-width: 48em) {
  .p-mv__image {
    width: 81.33333%;
    top: 160px;
    height: calc(100vh - 362px);
    background: url("/_assets/images/mv-image_sp.jpg") center center/cover no-repeat
  }
}
.p-mv__subttl {
  position: absolute;
  z-index: 3;
  bottom: 84px;
  left: 34%;
  width: 22.56944%;
  max-width: 325px
}
@media (max-width: 48em) {
  .p-mv__subttl {
    top: 94%;
    right: 5%;
    bottom: auto;
    left: auto;
    width: 38.53333%
  }
}
@media (max-width: 375px) {
  .p-mv__subttl {
    top: 90%
  }
}
.p-mv__ttl {
  position: absolute;
  z-index: 5;
  top: 14.4%;
  left: 6.6%;
  font-family: "Cormorant",serif;
  font-size: 90px;
  line-height: 1.05;
  letter-spacing: 0.05em;
  color: #f5eee6
}
@media (max-width: 64em) {
  .p-mv__ttl {
    font-size: 60px
  }
}
@media (max-width: 48em) {
  .p-mv__ttl {
    top: 13%;
    left: 4.6%;
    font-size: 40px;
    line-height: 1.04
  }
}
.p-mv__scroll {
  position: absolute;
  z-index: 2;
  bottom: 14.6%;
  left: 40px;
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px 70px;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b6684e;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr
}
@media (max-width: 48em) {
  .p-mv__scroll {
    bottom: 120px;
    left: 20px;
    padding: 10px 10px 50px;
    font-size: 12px
  }
}
.p-mv__scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #b6684e6e
}
@media (max-width: 48em) {
  .p-mv__scroll::before {
    height: 40px
  }
}
.p-mv__scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  -webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  background: #b6684eaf
}
@media (max-width: 48em) {
  .p-mv__scroll::after {
    height: 40px
  }
}
@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  51% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
  100% {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
  }
}
.p-movie {
  padding-top: 2.8%;
  padding-bottom: 120px;
  background: url("/_assets/images/movie-bgtxt_pc.png") center 64%/contain no-repeat
}
@media (max-width: 48em) {
  .p-movie {
    padding-top: 24%;
    padding-bottom: 17%
  }
}
@media (max-width: 375px) {
  .p-movie {
    padding-top: 17%
  }
}
.p-movie__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  max-width: 570px;
  text-align: center
}
@media (max-width: 48em) {
  .p-movie__inner {
    width: 76%
  }
}
.p-movie__inner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  width: 100%;
  height: 100%;
  border: 1px solid #b6684e
}
@media (max-width: 48em) {
  .p-movie__inner::after {
    top: 8px;
    left: 10px
  }
}
.p-movie__inner .movie {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 88px
}
@media (max-width: 48em) {
  .p-movie__inner .movie {
    margin-top: 43px
  }
}
.p-movie__inner .movie .image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: auto;
  -webkit-transition: .3s;
  transition: .3s
}
.p-movie__inner .movie .image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.9vw;
  max-width: 112px;
  height: 7.9vw;
  max-height: 112px;
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: url("/_assets/images/ico-play.png") center center/contain no-repeat
}
@media (max-width: 48em) {
  .p-movie__inner .movie .image::before {
    width: 14.667vw;
    height: 14.667vw
  }
}
.p-movie__inner .movie .image:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1)
}
.p-movie__inner .movie .image:hover::before {
  background: url("/_assets/images/ico-play-hover.png") center center/contain no-repeat
}
.p-about {
  position: relative;
  padding-top: 116px;
  padding-bottom: 100px;
  background-color: #f5eee6
}
@media (max-width: 48em) {
  .p-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 16%;
    padding-bottom: 10%
  }
}
.p-about__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1080px
}
@media (max-width: 48em) {
  .p-about__inner {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 3;
    width: 100%;
    padding-top: 44%;
    padding-right: 40px;
    padding-left: 40px
  }
}
@media (max-width: 33.9375em) {
  .p-about__inner {
    padding-top: 38%
  }
}
.p-about__txtWrap {
  width: 55.55556%
}
@media (max-width: 64em) {
  .p-about__txtWrap {
    padding-left: 15px
  }
}
@media (max-width: 48em) {
  .p-about__txtWrap {
    width: 100%;
    padding-left: 0
  }
}
.p-about__txtWrap .ttl {
  font-size: 90px;
  letter-spacing: 0.05em
}
@media (max-width: 74.9375em) {
  .p-about__txtWrap .ttl {
    font-size: 7.80234vw
  }
}
@media (max-width: 64em) {
  .p-about__txtWrap .ttl {
    font-size: 7.80234vw
  }
}
@media (max-width: 48em) {
  .p-about__txtWrap .ttl {
    width: 100%;
    font-size: 45px
  }
}
.p-about__txtWrap .subtxt {
  margin-top: 40px;
  font-family: "Noto Serif JP",serif;
  font-size: 32px;
  line-height: 1.88;
  letter-spacing: .1em
}
@media (max-width: 64em) {
  .p-about__txtWrap .subtxt {
    font-size: 2.9909vw
  }
}
@media (max-width: 48em) {
  .p-about__txtWrap .subtxt {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.94
  }
}
.p-about__txtWrap .txt {
  width: 79.31034%;
  margin-top: 38px;
  font-size: 15px;
  line-height: 2
}
@media (max-width: 48em) {
  .p-about__txtWrap .txt {
    width: 100%;
    margin-top: 22px;
    font-size: 12px
  }
}
.p-about__txtWrap .txt span {
  display: inline-block
}
.p-about__imageWrap {
  position: absolute;
  top: 100px;
  right: 0;
  width: 48.14815%
}
@media (max-width: 48em) {
  .p-about__imageWrap {
    position: relative;
    top: 0;
    width: 100%
  }
}
.p-about__imageWrap .image01Wrap {
  position: relative;
  left: 13%;
  width: 64.28571%;
  min-width: 360px;
  max-width: 450px
}
@media (max-width: 74.9375em) {
  .p-about__imageWrap .image01Wrap {
    width: 57.14286%
  }
}
@media (max-width: 64em) {
  .p-about__imageWrap .image01Wrap {
    min-width: 300px
  }
}
@media (max-width: 48em) {
  .p-about__imageWrap .image01Wrap {
    width: 62.66667%;
    left: 50%;
    display: inline-block;
    min-width: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}
.p-about__imageWrap .image01Wrap .image01 {
  position: relative
}
.p-about__imageWrap .image01Wrap .txt {
  position: absolute;
  right: -60px;
  bottom: 40px;
  display: inline-block;
  font-family: "Cormorant",serif;
  font-weight: bold;
  color: #b6684e
}
@media (max-width: 64em) {
  .p-about__imageWrap .image01Wrap .txt {
    right: -16px
  }
}
@media (max-width: 48em) {
  .p-about__imageWrap .image01Wrap .txt {
    right: -53px;
    bottom: 26px;
    font-size: 10px;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    -webkit-transform-origin: center center;
    transform-origin: center center
  }
}
.p-about__imageWrap .image02Wrap {
  position: absolute;
  top: 264px;
  left: -10px;
  width: 45.71429%;
  min-width: 260px;
  max-width: 320px
}
@media (max-width: 64em) {
  .p-about__imageWrap .image02Wrap {
    min-width: 200px
  }
}
@media (max-width: 48em) {
  .p-about__imageWrap .image02Wrap {
    width: 42.66667%;
    position: relative;
    top: -30px;
    left: 5%;
    min-width: auto
  }
}
.p-about__imageWrap .image02Wrap .image02 {
  position: absolute
}
.p-about__imageWrap .image03Wrap {
  position: absolute;
  top: 366px;
  right: 0;
  width: 48.57143%;
  min-width: 280px;
  max-width: 340px
}
@media (max-width: 64em) {
  .p-about__imageWrap .image03Wrap {
    min-width: 240px
  }
}
@media (max-width: 48em) {
  .p-about__imageWrap .image03Wrap {
    width: 45.33333%;
    top: 110%;
    bottom: -30px;
    min-width: auto
  }
}
.p-policy {
  width: 100%;
  height: 100%;
  margin-bottom: 88px;
  padding: 76px 0;
  background: url("/_assets/images/policy-bg_pc.jpg") center center/cover no-repeat
}
@media (max-width: 48em) {
  .p-policy {
    margin-bottom: 14%;
    background-image: url("/_assets/images/policy-bg_sp.jpg")
  }
}
.p-policy__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 63.88889%;
  max-width: 920px;
  padding: 43px 30px 44px;
  background-color: rgba(255, 255, 255, 0.9)
}
@media (max-width: 48em) {
  .p-policy__inner {
    width: 82.66667%;
    padding: 31px 30px 41px
  }
}
@media (max-width: 375px) {
  .p-policy__inner {
    width: 88%;
    padding: 31px 20px 41px
  }
}
@media (max-width: 20em) {
  .p-policy__inner {
    width: 94.66667%;
    padding: 31px 10px 41px
  }
}
.p-policy__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 98%;
  height: 96%;
  margin: auto;
  pointer-events: none;
  border: 1px solid #b6684e
}
@media (max-width: 48em) {
  .p-policy__inner::before {
    width: 95%;
    height: 97%
  }
}
.p-policy__inner > .ttl {
  margin-right: auto;
  margin-left: auto;
  width: 10%;
  max-width: 92px;
  text-align: center
}
@media (max-width: 48em) {
  .p-policy__inner > .ttl {
    width: 25.08197%
  }
}
.p-policy__inner > .subttl {
  margin-top: 23px;
  font-family: "Noto Serif JP",serif;
  font-size: 24px;
  text-align: center
}
@media (max-width: 48em) {
  .p-policy__inner > .subttl {
    margin-top: 18px;
    font-size: 15px
  }
}
.p-policy__inner > .txt {
  margin-top: 32px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  letter-spacing: .2em
}
@media (max-width: 48em) {
  .p-policy__inner > .txt {
    margin-top: 20px;
    font-size: 11px;
    line-height: 2.33
  }
}
.p-concept__ttl {
  font-size: 48px
}
@media (max-width: 48em) {
  .p-concept__ttl {
    font-size: 28px
  }
}
.p-concept__ttl::after {
  display: none
}
@media (max-width: 48em) {
  .p-concept__list {
    background: -webkit-gradient(linear, left bottom, left top, from(#e3e3e3), color-stop(80%, #e3e3e3), color-stop(80%, #fff), to(#fff));
    background: linear-gradient(0deg, #e3e3e3 0%, #e3e3e3 80%, #fff 80%, #fff 100%)
  }
}
.p-concept__item {
  position: relative;
  margin-top: 108px
}
@media (max-width: 48em) {
  .p-concept__item {
    margin-right: auto;
    margin-left: auto;
    width: 73.33333%;
    margin-top: 38px;
    padding: 0 12px;
    padding-bottom: 30px
  }
}
@media (max-width: 48em) {
  .p-concept__item:nth-of-type(3) {
    padding-right: 0
  }
}
.p-concept__item:nth-child(2) > .item__image {
  right: 0
}
.p-concept__item:nth-child(2) > .item__txtWrap {
  margin-right: auto;
  margin-left: 0
}
@media (max-width: null) {
  .p-concept__item:nth-child(2) > .item__txtWrap {
    margin-left: auto
  }
}
.p-concept__item:nth-child(2) > .item__txtWrap .item__txtinner {
  margin-right: auto;
  margin-left: 10%
}
@media (max-width: null) {
  .p-concept__item:nth-child(2) > .item__txtWrap .item__txtinner {
    margin-left: auto
  }
}
.p-concept__item > .item__image {
  position: absolute;
  z-index: 3;
  top: -40px;
  width: 44.28571%;
  max-width: 620px;
  background-color: transparent
}
@media (max-width: 48em) {
  .p-concept__item > .item__image {
    position: static;
    width: 100%
  }
}
.p-concept__item > .item__txtWrap {
  width: 87.5%;
  margin-right: 0;
  margin-left: auto;
  padding: 60px 0 73px;
  background-color: #e3e3e3
}
@media (max-width: 48em) {
  .p-concept__item > .item__txtWrap {
    width: 100%;
    margin-top: 8px;
    padding: 0;
    background-color: transparent
  }
}
.p-concept__item > .item__txtWrap .item__txtinner {
  width: 46.03175%;
  max-width: 580px;
  margin-left: 40%
}
.p-concept__item > .item__txtWrap .item__num {
  position: relative;
  display: block;
  font-family: "Cormorant",serif;
  font-size: 40px;
  text-align: center;
  color: #b6684e
}
@media (max-width: 48em) {
  .p-concept__item > .item__txtWrap .item__num {
    font-size: 28px
  }
}
.p-concept__item > .item__txtWrap .item__num::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #b6684e
}
@media (max-width: 48em) {
  .p-concept__item > .item__txtWrap .item__num::after {
    height: 16px
  }
}
.p-concept__item > .item__txtWrap .item__txt {
  display: block;
  margin-top: 40px;
  font-family: "Noto Serif JP",serif;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em
}
@media (max-width: 48em) {
  .p-concept__item > .item__txtWrap .item__txt {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2
  }
}
.p-concept__item > .item__txtWrap .item__subtxt {
  margin-top: 24px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em
}
@media (max-width: 48em) {
  .p-concept__item > .item__txtWrap .item__subtxt {
    font-size: 12px
  }
}
.p-menu {
  margin-top: 100px;
  padding: 100px 0 360px;
  background-color: #f5eee6
}
@media (max-width: 48em) {
  .p-menu {
    margin-top: 0;
    padding-top: 13%;
    padding-bottom: 30%
  }
}
.p-menu__subtxt {
  margin-top: 60px;
  font-size: 15px;
  line-height: 2.04;
  text-align: center;
  letter-spacing: 0.1em
}
@media (max-width: 48em) {
  .p-menu__subtxt {
    margin-top: 10%;
    font-size: 12px;
    line-height: 2
  }
}
.p-menu__list {
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1140px;
  margin-top: 70px
}
@media (max-width: 48em) {
  .p-menu__list {
    display: block;
    margin: 0;
    margin-top: 9%
  }
}
.p-menu__item {
  position: relative;
  width: 310px;
  height: 370px;
  margin: 0 33px 154px;
  padding: 40px 36px;
  background-color: #fff;
  -webkit-box-shadow: 10px 10px 0 #b6684e;
  box-shadow: 10px 10px 0 #b6684e
}
@media (max-width: 48em) {
  .p-menu__item {
    width: 74.66667%;
    height: auto;
    margin: 0 auto 33px 15px;
    padding: 19px;
    -webkit-box-shadow: 7px 7px 0 #b6684e;
    box-shadow: 7px 7px 0 #b6684e
  }
}
.p-menu__item > .item__ttl {
  position: relative;
  padding-bottom: 36px;
  font-size: 24px
}
@media (max-width: 48em) {
  .p-menu__item > .item__ttl {
    width: 58.92857%;
    font-size: 15px
  }
}
.p-menu__item > .item__ttl::after {
  content: "";
  position: absolute;
  bottom: 30%;
  left: -36px;
  width: 114%;
  border-bottom: 1px dashed #b6684e
}
@media (max-width: 48em) {
  .p-menu__item > .item__ttl::after {
    left: -19px
  }
}
.p-menu__item > .item__txt {
  line-height: 2.04;
  letter-spacing: .1em
}
@media (max-width: 48em) {
  .p-menu__item > .item__txt {
    width: 58.92857%;
    font-size: 11px
  }
}
.p-menu__item > .item__image {
  position: absolute;
  top: 260px;
  left: 32px;
  width: 310px
}
@media (max-width: 48em) {
  .p-menu__item > .item__image {
    top: 30px;
    right: -23%;
    bottom: 0;
    left: auto;
    display: inline-block;
    width: 58.92857%;
    max-width: 230px
  }
}
.p-course {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  top: -286px;
  width: 100%;
  max-width: 1080px
}
@media (max-width: 48em) {
  .p-course {
    top: -74px
  }
}
.p-course__box:nth-child(2) {
  margin-top: 80px
}
.p-course__box:nth-child(2) .p-course__bg {
  background: url("/_assets/images/course-wedding_pc.jpg") center center/cover no-repeat
}
@media (max-width: 48em) {
  .p-course__box:nth-child(2) .p-course__bg {
    background: url("/_assets/images/course-wedding_sp.jpg") center center/cover no-repeat
  }
}
.p-course__box:nth-child(2) .p-course__item .item__inner {
  height: 420px
}
@media (max-width: 64em) {
  .p-course__box:nth-child(2) .p-course__item .item__inner {
    height: 540px
  }
}
@media (max-width: 48em) {
  .p-course__box:nth-child(2) .p-course__item .item__inner {
    height: auto
  }
}
.p-course__box .attenstion {
  width: 450px;
  margin-top: 22px;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.88
}
@media (max-width: 48em) {
  .p-course__box .attenstion {
    width: 86.66667%;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
    text-align: right
  }
}
@media (max-width: 375px) {
  .p-course__box .attenstion {
    text-align: left
  }
}
.p-course__inner {
  position: relative;
  width: 100%
}
.p-course__bg {
  position: relative;
  width: 87.03704%;
  max-width: 940px;
  height: 400px;
  margin-left: auto;
  background: url("/_assets/images/course-photo_pc.jpg") center center/cover no-repeat
}
@media (max-width: 48em) {
  .p-course__bg {
    height: auto;
    padding-top: 40%;
    background: url("/_assets/images/course-photo_sp.jpg") center center/cover no-repeat
  }
}
.p-course__name {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 230px;
  font-size: 24px;
  line-height: 1.67;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  background: rgba(183, 104, 78, 0.9);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .p-course__name {
    width: 30.66667%;
    left: 15px;
    height: 90px;
    font-size: 15px
  }
}
.p-course__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 54px
}
@media (max-width: 48em) {
  .p-course__list {
    width: 86.66667%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 16px
  }
}
.p-course__item {
  width: 100%;
  padding: 0 30px;
  border-right: 1px solid #e3e3e3
}
@media (max-width: 64em) {
  .p-course__item {
    padding: 0 16px
  }
}
@media (max-width: 48em) {
  .p-course__item {
    padding: 0;
    padding: 25px 0;
    border-right: none;
    border-bottom: 1px solid #e3e3e3
  }
}
.p-course__item:last-child {
  border-right: none
}
.p-course__item > .item__head {
  pointer-events: none
}
@media (max-width: 48em) {
  .p-course__item > .item__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    pointer-events: auto
  }
  .p-course__item > .item__head::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10%;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #b6684e;
    border-bottom: 2px solid #b6684e
  }
}
@media (max-width: 48em) and (max-width: 48em) {
  .p-course__item > .item__head::after {
    right: 3%;
    width: 8px;
    height: 8px
  }
}
.p-course__item > .item__head .item__num {
  font-family: "Cormorant",serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #b6684e
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -20px;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.p-course__item > .item__head .item__num > .num {
  font-size: 60px;
  line-height: 0.5
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__num > .num {
    margin-top: -10px;
    padding-left: 3px;
    font-size: 36px
  }
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
  }
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__unit01 {
    margin-left: 23px
  }
}
.p-course__item > .item__head .item__name {
  margin-top: 20px;
  font-size: 25px;
  text-align: center
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__name {
    margin-top: 0;
    font-size: 15px;
    text-align: left
  }
}
.p-course__item > .item__head .item__price {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}
@media (max-width: 48em) {
  .p-course__item > .item__head .item__price {
    margin-top: 10px;
    margin-left: 2px;
    font-size: 14px;
    text-align: left
  }
}
.p-course__item > .item__head .item__price > .txt {
  font-size: 14px;
  font-weight: normal
}
.p-course__item .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 320px;
  height: 245px;
  margin-top: 28px;
  padding: 30px 12px 30px 22px;
  background-color: #e3e3e3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (max-width: 64em) {
  .p-course__item .item__inner {
    height: 300px;
    padding: 20px 4px 20px 6px
  }
}
@media (max-width: 48em) {
  .p-course__item .item__inner {
    max-width: none;
    height: auto
  }
}
.p-course__item .item__inner > .item__txt {
  position: relative;
  padding-left: 1.4em;
  font-size: 15px;
  line-height: 2
}
@media (max-width: 48em) {
  .p-course__item .item__inner > .item__txt {
    font-size: 11px
  }
}
.p-course__item .item__inner > .item__txt::before {
  content: "■";
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  color: #b6684e
}
.p-course__option {
  width: 100%;
  margin-top: 80px;
  padding: 36px 40px 26px;
  border: 1px solid #b6684e
}
@media (max-width: 64em) {
  .p-course__option {
    margin-right: auto;
    margin-left: auto;
    width: 74%
  }
}
@media (max-width: 48em) {
  .p-course__option {
    width: 89.33333%;
    margin-top: 50px;
    padding: 20px
  }
}
.p-course__option-headline {
  position: relative;
  padding-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.1em
}
@media (max-width: 48em) {
  .p-course__option-headline {
    font-size: 14px
  }
}
.p-course__option-headline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed #b6684e
}
.p-course__option-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.p-course__option-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40.1%;
  margin-right: 78px;
  padding-left: 20px;
  line-height: 2.2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media (max-width: 64em) {
  .p-course__option-item {
    width: 100%
  }
}
@media (max-width: 48em) {
  .p-course__option-item {
    width: 100%;
    margin-right: 0;
    padding-right: 12px;
    padding-left: 10px
  }
}
.p-course__option-item::before {
  content: "■";
  position: absolute;
  left: 0;
  display: inline-block;
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  color: #b6684e
}
@media (max-width: 48em) {
  .p-course__option-item::before {
    top: 0;
    left: -2%;
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4)
  }
}
.p-course__option-item-two {
  display: none
}
@media (max-width: 48em) {
  .p-course__option-item-two {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}
@media (max-width: 64em) {
  .p-course__option-item-two-large {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (max-width: 48em) {
  .p-course__option-item-two-large {
    display: none !important
  }
}
.p-course__option-item > .item__txt {
  font-size: 15px
}
@media (max-width: 48em) {
  .p-course__option-item > .item__txt {
    font-size: 12px;
    line-height: 2
  }
}
.p-course__option-item > .item__txt-two {
  font-size: 15px
}
@media (max-width: 48em) {
  .p-course__option-item > .item__txt-two {
    font-size: 12px;
    line-height: 2
  }
}
.p-course__option-item > .item__price {
  font-size: 16px
}
@media (max-width: 48em) {
  .p-course__option-item > .item__price {
    font-size: 13px;
    line-height: 2
  }
}
.p-course__option-item > .item__price-two {
  position: relative;
  padding-left: 29px;
  font-size: 16px
}
@media (max-width: 48em) {
  .p-course__option-item > .item__price-two {
    font-size: 13px;
    line-height: 2
  }
}
@media (max-width: 48em) {
  .p-course__option-item > .item__price-two::after {
    content: "／";
    position: absolute;
    top: 0
  }
}
.p-voice {
  width: 100%;
  margin-top: -190px;
  padding-top: 86px;
  padding-bottom: 120px;
  background-color: #f5eee6
}
@media (max-width: 48em) {
  .p-voice {
    margin-top: -12px;
    padding-top: 48px;
    padding-bottom: 60px
  }
}
.p-voice__subtxt {
  margin-top: 84px;
  font-size: 15px;
  text-align: center
}
@media (max-width: 48em) {
  .p-voice__subtxt {
    margin-top: 40px;
    font-size: 12px
  }
}
.p-voice__list {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1080px;
  margin-top: 88px
}
@media (max-width: 48em) {
  .p-voice__list {
    margin-top: 56px
  }
}
.p-voice__item {
  width: 96.15385%;
  max-width: 1000px;
  margin-top: 46px;
  margin-right: auto;
  margin-left: 0;
  padding: 10px
}
@media (max-width: 48em) {
  .p-voice__item {
    width: 86.66667%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px
  }
}
.p-voice__item:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#c5d9e1), color-stop(24.3%, #c5d9e1), color-stop(24.3%, #fff), to(#fff));
  background: linear-gradient(90deg, #c5d9e1 0%, #c5d9e1 24.3%, #fff 24.3%, #fff 100%)
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(1) {
    background: linear-gradient(180deg, #c5d9e1 0%, #c5d9e1 120px, #fff 120px, #fff 100%)
  }
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(1) .p-voice__inner > .item__num > .num::after {
    background: #c5d9e1
  }
}
.p-voice__item:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
  background: -webkit-gradient(linear, left top, right top, from(#aec7c6), color-stop(24.3%, #aec7c6), color-stop(24.3%, #fff), to(#fff));
  background: linear-gradient(90deg, #aec7c6 0%, #aec7c6 24.3%, #fff 24.3%, #fff 100%)
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(2) {
    margin-right: auto;
    background: linear-gradient(180deg, #aec7c6 0%, #aec7c6 120px, #fff 120px, #fff 100%)
  }
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(2) .p-voice__inner > .item__num > .num::after {
    background: #aec7c6
  }
}
.p-voice__item:nth-child(3) {
  background: -webkit-gradient(linear, left top, right top, from(#dde0b3), color-stop(24.3%, #dde0b3), color-stop(24.3%, #fff), to(#fff));
  background: linear-gradient(90deg, #dde0b3 0%, #dde0b3 24.3%, #fff 24.3%, #fff 100%)
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(3) {
    background: linear-gradient(180deg, #dde0b3 0%, #dde0b3 120px, #fff 120px, #fff 100%)
  }
}
.p-voice__item:nth-child(3) .p-voice__inner {
  padding-bottom: 51px
}
@media (max-width: 48em) {
  .p-voice__item:nth-child(3) .p-voice__inner > .item__num > .num::after {
    background: #dde0b3
  }
}
.p-voice__inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 58px 0 48px;
  border: 1px solid #333;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (max-width: 48em) {
  .p-voice__inner {
    display: block;
    padding: 36px 0 0
  }
}
.p-voice__inner > .item__num {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 50%;
  margin-top: -20px;
  padding: 0 18px;
  font-family: "Cormorant",serif;
  font-size: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center
}
@media (max-width: 48em) {
  .p-voice__inner > .item__num {
    top: -18px;
    margin-top: 0;
    font-size: 12px;
    background-color: transparent
  }
}
.p-voice__inner > .item__num > .num {
  position: relative;
  z-index: 2;
  font-size: 56px;
  line-height: 0.5
}
@media (max-width: 48em) {
  .p-voice__inner > .item__num > .num {
    font-size: 30px
  }
}
.p-voice__inner > .item__num > .num::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20px;
  left: -40%;
  display: inline-block;
  width: 80px;
  height: 24px;
  background-color: #fff
}
@media (max-width: 48em) {
  .p-voice__inner > .item__num > .num::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 12px;
    left: -40%;
    display: inline-block;
    width: 50px;
    height: 24px
  }
}
.p-voice__inner > .item__image {
  margin-right: auto;
  margin-left: auto;
  width: 35.71429%;
  max-width: 350px
}
@media (max-width: 48em) {
  .p-voice__inner > .item__image {
    width: 69.57929%;
    max-width: none;
    padding-bottom: 16px
  }
}
.p-voice__inner > .item__txt {
  margin-right: auto;
  margin-left: auto;
  width: 46.93878%;
  max-width: 460px;
  font-size: 14px;
  line-height: 2
}
@media (max-width: 48em) {
  .p-voice__inner > .item__txt {
    width: 90.61489%;
    font-size: 11px;
    letter-spacing: 0.09em
  }
}
.p-voice__inner .item__more {
  position: relative;
  padding: 18px 0;
  padding-left: 18px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  color: #b6684e;
  background-color: rgba(255, 255, 255, 0.7)
}
.p-qa {
  padding-top: 100px;
  padding-bottom: 100px
}
@media (max-width: 48em) {
  .p-qa {
    padding-top: 12%;
    padding-bottom: 15%
  }
}
@media (max-width: 48em) {
  .p-qa__ttl {
    font-weight: 500q
  }
}
.p-qa__list {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1080px;
  margin-top: 60px
}
@media (max-width: 74.9375em) {
  .p-qa__list {
    margin-top: 24px;
    padding: 0 20px
  }
}
.p-qa__item {
  width: 100%;
  padding-left: 10px;
  border-bottom: 1px solid #e3e3e3
}
.p-qa__item .quest {
  position: relative;
  padding: 32px 0 30px 52px;
  font-size: 15px;
  font-weight: 500;
  line-height: 2.04;
  cursor: pointer
}
@media (max-width: 48em) {
  .p-qa__item .quest {
    padding: 19px 32px;
    font-size: 12px;
    line-height: 2
  }
}
.p-qa__item .quest::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Cormorant",serif;
  font-size: 40px;
  color: #b6684e
}
@media (max-width: 48em) {
  .p-qa__item .quest::before {
    top: 6%;
    font-size: 26px
  }
}
.p-qa__item .quest::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 2.4%;
  display: inline-block;
  width: 12px;
  height: 12px;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #b6684e;
  border-bottom: 2px solid #b6684e
}
@media (max-width: 48em) {
  .p-qa__item .quest::after {
    right: 3%;
    width: 8px;
    height: 8px
  }
}
.p-qa__item .answer {
  position: relative;
  padding: 32px 0 32px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  border-top: 1px dotted #e3e3e3
}
@media (max-width: 48em) {
  .p-qa__item .answer {
    padding: 21px 12px;
    padding-left: 32px;
    font-size: 12px;
    line-height: 2;
    text-indent: -1.8em
  }
}
.p-qa__item .answer::before {
  content: "A";
  position: relative;
  top: 4px;
  left: -20px;
  font-family: "Cormorant",serif;
  font-size: 40px;
  line-height: 0;
  color: #aac7c6
}
@media (max-width: 48em) {
  .p-qa__item .answer::before {
    top: 3px;
    left: -12px;
    font-size: 26px
  }
}
.p-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%
}
@media (max-width: 48em) {
  .p-contact {
    display: block
  }
}
.p-contact__txtWrap {
  width: 50%;
  padding-top: 6%;
  padding-bottom: 6%;
  background-color: #f5eee6
}
@media (max-width: 64em) {
  .p-contact__txtWrap {
    width: 45%
  }
}
@media (max-width: 48em) {
  .p-contact__txtWrap {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
  }
}
.p-contact__txtWrap > .ttl {
  font-size: 3.90117vw;
  font-weight: 400;
  text-align: center
}
@media (max-width: 48em) {
  .p-contact__txtWrap > .ttl {
    font-size: 30px
  }
}
.p-contact__txtWrap > .subttl {
  font-size: 1.04031vw;
  margin-top: 5%;
  line-height: 2;
  text-align: center
}
@media (max-width: 48em) {
  .p-contact__txtWrap > .subttl {
    margin-top: 28px;
    font-size: 12px
  }
}
.p-contact__txtWrap .btn {
  margin-top: 56px;
  text-align: center
}
@media (max-width: 48em) {
  .p-contact__txtWrap .btn {
    margin-top: 32px
  }
}
.p-contact__txtWrap .btn .link {
  font-size: 1.04031vw;
  position: relative;
  display: inline-block;
  padding: 3.8% 77px 3.8% 113px;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
  border-radius: 50px;
  background-color: #b6684e
}
@media (max-width: 64em) {
  .p-contact__txtWrap .btn .link {
    padding: 3.8% 10% 3.8% 20%
  }
}
@media (max-width: 48em) {
  .p-contact__txtWrap .btn .link {
    padding: 20px 40px 20px 68px;
    font-size: 13px
  }
}
.p-contact__txtWrap .btn .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20%;
  width: 1.736vw;
  max-width: 25px;
  height: 1.736vw;
  max-height: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  background-color: #fff;
  -webkit-mask: url("/_assets/images/ico-insta.svg");
  mask: url("/_assets/images/ico-insta.svg");
  -webkit-mask-size: cover;
  mask-size: cover
}
@media (max-width: 48em) {
  .p-contact__txtWrap .btn .link::before {
    top: 53%;
    left: 16%;
    width: 20px;
    height: 20px
  }
}
.p-contact__txtWrap .btn .link:hover {
  background-color: #a44526
}
.p-contact__txtWrap > .txt {
  font-size: 1.04031vw;
  margin-top: 24px;
  text-align: center
}
@media (max-width: 48em) {
  .p-contact__txtWrap > .txt {
    margin: 15px;
    font-size: 11px
  }
}
.p-contact__image {
  width: 50%;
  padding-top: 33%;
  background: url("/_assets/images/insta_img_2025.png") center center/cover no-repeat
}
@media (max-width: 64em) {
  .p-contact__image {
    width: 55%
  }
}
@media (max-width: 48em) {
  .p-contact__image {
    width: 100%;
    padding-top: 66%
  }
}
@media all and (-ms-high-contrast: none) {
  .p-contact .link::before {
    color: #b6684e !important;
    background: url("/_assets/images/ico-insta.svg") center center/cover no-repeat;
    background-color: transparent !important
  }
}
@media all and (-ms-high-contrast: none) {
  .gnav__link::before {
    background: url("/_assets/images/ico-insta.svg") center center/cover no-repeat;
    background-color: transparent !important
  }
}
@media all and (-ms-high-contrast: none) {
  .sec__ttl::after {
    background: url("/_assets/images/ttl-deco.svg");
    background-color: transparent
  }
}
@media all and (-ms-high-contrast: none) {
  .p-course__option-item {
    letter-spacing: 0.08em
  }
}
@media all and (-ms-high-contrast: none) {
  .p-course__option-item::before {
    top: 0
  }
}
_::-webkit-full-page-media,
_:future,
:root .p-course__option-item {
  letter-spacing: 0.09em
}
/*# sourceMappingURL=../sourcemaps/style.css.map */