@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  margin: 0;
}

body {
  margin: 0;
}

main {
  display: block;
}

.tu-tpl {
  /* Document */
  /* ============================================ */
  /**
  * 1. Correct the line height in all browsers.
  * 2. Prevent adjustments of font size after orientation changes in iOS.
  * 3. Remove gray overlay on links for iOS.
  */
  /* Sections */
  /* ============================================ */
  /**
  * Remove the margin in all browsers.
  */
  /**
  * Render the `main` element consistently in IE.
  */
  /* Headings */
  /* ============================================ */
  /* Lists (enumeration) */
  /* ============================================ */
  /* Lists (definition) */
  /* ============================================ */
  /* Grouping content */
  /* ============================================ */
  /**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /* Text-level semantics */
  /* ============================================ */
  /**
  * Remove the gray background on active links in IE 10.
  */
  /**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
  /**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
  /**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
  /**
  * Add the correct font size in all browsers.
  */
  /**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
  /* Replaced content */
  /* ============================================ */
  /**
  * Prevent vertical alignment issues.
  */
  /* Forms */
  /* ============================================ */
  /**
  * Reset form fields to make them styleable.
  * 1. Make form elements stylable across systems iOS especially.
  * 2. Inherit text-transform from parent.
  */
  /**
  * Reset radio and checkbox appearance to preserve their look in iOS.
  */
  /**
  * Correct cursors for clickable elements.
  */
  /**
  * Improve outlines for Firefox and unify style with input elements & buttons.
  */
  /**
  * Remove padding
  */
  /**
  * Reset to invisible
  */
  /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
  /**
  * Remove the default vertical scrollbar in IE 10+.
  */
  /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
  /**
  * 1. Correct the outline style in Safari.
  */
  /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
  /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Fix font inheritance.
  */
  /**
  * Clickable labels
  */
  /* Interactive */
  /* ============================================ */
  /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
  /*
  * Add the correct display in all browsers.
  */
  /*
  * Remove outline for editable content.
  */
  /* Tables */
  /* ============================================ */
  /**
  1. Correct table border color inheritance in all Chrome and Safari.
  */
}
.tu-tpl *,
.tu-tpl ::before,
.tu-tpl ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.tu-tpl img {
  max-width: 100%;
}
.tu-tpl p,
.tu-tpl table,
.tu-tpl blockquote,
.tu-tpl address,
.tu-tpl pre,
.tu-tpl iframe,
.tu-tpl form,
.tu-tpl figure,
.tu-tpl dl {
  margin: 0;
}
.tu-tpl ul,
.tu-tpl ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tu-tpl dt {
  font-weight: bold;
}
.tu-tpl dd {
  margin-left: 0;
}
.tu-tpl hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
.tu-tpl pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.tu-tpl address {
  font-style: inherit;
}
.tu-tpl abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
.tu-tpl b,
.tu-tpl strong {
  font-weight: bolder;
}
.tu-tpl code,
.tu-tpl kbd,
.tu-tpl samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
.tu-tpl small {
  font-size: 80%;
}
.tu-tpl sub,
.tu-tpl sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.tu-tpl sub {
  bottom: -0.25em;
}
.tu-tpl sup {
  top: -0.5em;
}
.tu-tpl svg,
.tu-tpl img,
.tu-tpl embed,
.tu-tpl object,
.tu-tpl iframe {
  vertical-align: bottom;
}
.tu-tpl button,
.tu-tpl input,
.tu-tpl optgroup,
.tu-tpl select,
.tu-tpl textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}
.tu-tpl [type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
.tu-tpl [type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
.tu-tpl button,
.tu-tpl [type=button],
.tu-tpl [type=reset],
.tu-tpl [type=submit] {
  cursor: pointer;
}
.tu-tpl button:disabled,
.tu-tpl [type=button]:disabled,
.tu-tpl [type=reset]:disabled,
.tu-tpl [type=submit]:disabled {
  cursor: default;
}
.tu-tpl :-moz-focusring {
  outline: auto;
}
.tu-tpl select:disabled {
  opacity: inherit;
}
.tu-tpl option {
  padding: 0;
}
.tu-tpl fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
.tu-tpl legend {
  padding: 0;
}
.tu-tpl progress {
  vertical-align: baseline;
}
.tu-tpl textarea {
  overflow: auto;
}
.tu-tpl [type=number]::-webkit-inner-spin-button,
.tu-tpl [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.tu-tpl [type=search] {
  outline-offset: -2px;
  /* 1 */
}
.tu-tpl [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.tu-tpl ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.tu-tpl label[for] {
  cursor: pointer;
}
.tu-tpl details {
  display: block;
}
.tu-tpl summary {
  display: list-item;
}
.tu-tpl [contenteditable]:focus {
  outline: auto;
}
.tu-tpl table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}
.tu-tpl caption {
  text-align: left;
}
.tu-tpl td,
.tu-tpl th {
  vertical-align: top;
  padding: 0;
}
.tu-tpl th {
  text-align: left;
  font-weight: bold;
}

/* Color */
/* Sise */
/* Font */
.tu-tpl img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .tu-tpl .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .tu-tpl .sp {
    display: block !important;
  }
}

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

/*body {
  @include g.mq-up() {
    min-width: auto;
  }
}*/
.tu-tpl {
  width: 100vw;
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0D0D0D;
}

.tu-tpl br.is-pc{display: none;}
.tu-tpl br.is-sp{display: inline-block;}


@media screen and (min-width: 769px) {
  footer #f_category_menu .f_category {
    width: 173.3333333333px !important;
  }
}

footer #pagetop_btn {
  z-index: 10;
}

/* 共通パーツ */
.l-container{
  width: 100%;
  margin: 0 auto;
}

.l-container--header{
  width: 100%;
  height: calc(53/ 375*100vw);
  margin: 0 auto;
  position: relative;
}



.c-lead{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: calc(14/ 375*100vw);
  line-height: calc(30/ 375*100vw);
}

.c-caption{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: calc(12/ 375*100vw);
  line-height: calc(22/ 375*100vw);
}


/* mv */
.tu-tpl .p-mv__head {
  position: relative;
  height: calc(53/ 375 * 100vw);
  border-bottom: 2px solid #231815;
}
.tu-tpl .p-mv__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(20/ 375 * 100vw);
  width: calc(66/ 375 * 100vw);
}

.tu-tpl .p-mv__pr {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: inline-block;
  border: 1px solid #333;
  background-color: #fff;
  color: #333333;
  font-size: calc(10/ 375 * 100vw);
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(20/ 375 * 100vw);
  padding:calc(4/ 375 * 100vw);
}


.l-mv__wrapper{
  width: 100%;
  height: calc(536/ 375 * 100vw);
  position: relative;
  background-color: #BA9B53;;
}
.p-mv__movie{
  width: 100%;
}
.p-mv__text{
  width: calc(353/ 375 * 100vw);
  position: absolute;
  top: calc(27/ 375 * 100vw);
  left: calc(10/ 375 * 100vw);
}

.l-mv__lead__wrapper{
  width: 100%;
  margin-top: calc(30/ 375 * 100vw);
  margin-bottom: calc(60/ 375 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-mv__lead{
  width: calc(331/ 375 * 100vw);
}


.content {
  margin-bottom: calc(100/ 375 * 100vw);
}

.content .l-content__upper{
  padding-bottom: calc(36/ 375 * 100vw);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.content .l-content__upper::after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s ease;
}
.content .l-content__upper.is-inview:after {
    opacity: 1;
    transform: translateY(0);
}


.content .l-content__upper-1::after{
  width: calc(174/ 375 * 100vw);
  height: calc(144/ 375 * 100vw);
  background-image: url("../images/2510cr_01_bg.svg");
  left: calc(14/ 375 * 100vw);
  bottom: calc(-4/ 375 * 100vw);
}

.content .l-content__upper-2::after{
  width:calc(183/ 375 * 100vw);
  height: calc(147/ 375 * 100vw);
  background-image: url("../images/2510cr_02_bg.svg");
  left: calc(14/ 375 * 100vw);
  bottom: calc(-4/ 375 * 100vw);
}
.content .l-content__upper-3::after{
  width: calc(180/ 375 * 100vw);
  height: calc(146/ 375 * 100vw);
  background-image: url("../images/2510cr_03_bg.svg");
  left: calc(14/ 375 * 100vw);
  bottom: calc(-4/ 375 * 100vw);
}

.content .l-content__upper-4::after{
  width: calc(187/ 375 * 100vw);
  height: calc(147/ 375 * 100vw);
  background-image: url("../images/2510cr_04_bg.svg");
  left: calc(14/ 375 * 100vw);
  bottom: calc(-4/ 375 * 100vw);
}
.content .l-content__upper-5::after{
  width: calc(182/ 375 * 100vw);
  height: calc(147/ 375 * 100vw);
  background-image: url("../images/2510cr_05_bg.svg");
  left: calc(14/ 375 * 100vw);
  bottom: calc(-4/ 375 * 100vw);
}

.content .p-content__aori{
  width: calc(109/ 375 * 100vw);
  margin-bottom: calc(20/ 375 * 100vw);
}

.content .p-content__slash{
  width: calc(20/ 375 * 100vw);
  height: 1px;
  margin-bottom: calc(24/ 375 * 100vw);
  background-color: #0D0D0D;
  transform: rotate(150deg);
}
.content .p-content__heading-1{
  width: calc(250/ 375 * 100vw);
}
.content .p-content__heading-2{
  width: calc(84/ 375 * 100vw);
}
.content .p-content__heading-3{
  width: calc(81/ 375 * 100vw);
}
.content .p-content__heading-4{
  width: calc(233/ 375 * 100vw);
}.content .p-content__heading-5{
  width:calc(277/ 375 * 100vw);
}
.content .l-content__lower{
  margin-bottom: calc(40/ 375 * 100vw);
}

.content .l-content__ph{
  width: 100%;
  margin-bottom: calc(40/ 375 * 100vw);
}
.content .l-content__ph .p-content__ph{
  width: 100%;
}


.content .l-content__lower .slidein__inner__ph{
  width: 0;
  height: calc(500/ 375 * 100vw);
}
.content .l-content__lower .slidein__inner__ph.is-inview{
  animation : slideIn 0.5s linear 0s 1  forwards;
}

.content .l-content__ph .p-content__ph{
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position:left;
}


.content .l-content__description{
  width: calc(335/ 375 * 100vw);
  margin: 0 auto;
}

.content .p-content__lead{
  width: 100%;
  margin-bottom: calc(30/ 375 * 100vw);
  position: relative;
  text-align: center;
}

.content .p-content__lead::before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(19.8/ 375 * 100vw);
  height: calc(18/ 375 * 100vw);
  background-image: url("../images/2510cr_icon_quote.svg");
  top: 0px;
}
.content .p-content__lead::after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(19.8/ 375 * 100vw);
  height: calc(18/ 375 * 100vw);
  background-image: url("../images/2510cr_icon_quote_reverse.svg");
  bottom: 0px;
}

.content .p-content__lead-1::before{
  left: calc(20/ 375 * 100vw);
}
.content .p-content__lead-1::after{
  right: calc(18/ 375 * 100vw);
}
.content .p-content__lead-2::before{
  left: calc(80/ 375 * 100vw);
}
.content .p-content__lead-2::after{
  right: calc(86/ 375 * 100vw);
}
.content .p-content__lead-3::before{
  left: calc(30/ 375 * 100vw);
}
.content .p-content__lead-3::after{
  right: calc(14/ 375 * 100vw);
}
.content .p-content__lead-4::before{
  left: calc(20/ 375 * 100vw);
}
.content .p-content__lead-4::after{
  right: calc(50/ 375 * 100vw);
}
.content .p-content__lead-5::before{
  left: calc(34/ 375 * 100vw);
}
.content .p-content__lead-5::after{
  right: calc(40/ 375 * 100vw);
}

.content .l-content__item{
  width: 100%
}
.content .l-content__item__heading__wrapper{
  padding: calc(16/ 375 * 100vw) 0;
  border-top: 1px solid #0D0D0D;
  border-bottom: 1px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
}


.content .p-content__item__heading{
  width:calc(220/ 375 * 100vw) ;
}
.content .l-content__item__wrapper{
  margin-top: calc(14/ 375 * 100vw);
  margin-bottom: calc(14/ 375 * 100vw);
}

.content .l-content__item__wrapper.l-content__item__wrapper-5{
  margin-top: 0;
}

.content .p-content__button{
  width:calc(274/ 375 * 100vw);
  height: calc(44/ 375 * 100vw);
  margin: 0 auto;
  border: 1px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(20/ 375 * 100vw);
}

.content .p-content__button__text{
  font-size: calc(12/ 375 * 100vw);
  line-height: 100%
}
.content .p-content__button__arrow{
  width: calc(40/ 375 * 100vw);
}

.shop .l-container{
  width: 100%;
}


.shop .l-shop__inner{
  padding-top: calc(50/375*100vw);
  padding-bottom: calc(30/375*100vw);
  background: linear-gradient(311deg, #FFF9EC 0%, rgba(186, 155, 83, 0.90) 40%);
}

.shop .l-shop__images{
  margin-left: auto;
  width: calc(355/375*100vw);
}
.shop .l-shop__text{
  margin: calc(30/375*100vw) auto 0;
  width: calc(333/375*100vw);
}

.shop .l-shop__text__wrapper{
  display: flex;
  align-items: start;
  gap: 0 calc(12/375*100vw);
}

.shop .l-shop__text__wrapper:nth-child(n+2){
  margin-top: calc(10/375*100vw);
}
  
.shop .p-shop__text__no{
  margin-top: calc(6/375*100vw);
  width: calc(9/375*100vw);
}

.shop .l-shop__row1{
  margin-bottom: calc(10/375*100vw);
}
.shop .l-shop__row2{
  margin-bottom: calc(10/375*100vw);
  display: flex;
}
.shop .l-shop__row3{
  margin-bottom: calc(10/375*100vw);
}
.shop .l-shop__row4{
  margin-bottom: calc(10/375*100vw);
}
.shop .l-shop__row1__heading{
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.shop .p-shop__row1__heading{
  width: calc(239 / 375 * 100vw);
  margin-bottom: calc(5 / 375 * 100vw);
}

.shop .p-shop__row1__sentence{
  margin-bottom: calc(30 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
  text-align: center;
}

.shop .l-shop__ph1__wrapper{
  width: calc(209 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph1__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(34 / 375 * 100vw);
  height: calc(149 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_01.svg");
  right: calc(-44 / 375 * 100vw);
  top: calc(28 / 375 * 100vw);
}

.shop .l-shop__ph2__wrapper{
  width: calc(224 / 375 * 100vw);
  margin-left: calc(6 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph2__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(68 / 375 * 100vw);
  height: calc(94 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_1st.svg");
  right: calc(21 / 375 * 100vw);
  top: calc(-98 / 375 * 100vw);
  z-index: 2;
}

.shop .l-shop__ph2__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(104 / 375 * 100vw);
  height: calc(52 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_02.svg");
  left: calc(-114 / 375 * 100vw);
  top: calc(26 / 375 * 100vw);
}

.shop .l-shop__ph3__wrapper{
  width: calc(126 / 375 * 100vw);
  margin-top: calc(105 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph3__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(159 / 375 * 100vw);
  height: calc(53 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_03.svg");
  right: calc(-169 / 375 * 100vw);
  top: calc(98 / 375 * 100vw);
}

.shop .l-shop__ph4__wrapper{
  width: calc(184 / 375 * 100vw);
  margin-left: calc(151 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph4__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(90 / 375 * 100vw);
  height: calc(68 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_2nd.svg");
  left: calc(-94 / 375 * 100vw);
  top: calc(9 / 375 * 100vw);
  z-index: 2;
}

.shop .l-shop__ph4__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(106 / 375 * 100vw);
  height: calc(34 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_04.svg");
  left: calc(-114 / 375 * 100vw);
  top: calc(87 / 375 * 100vw);
}

.shop .l-shop__ph5__wrapper{
  width:  calc(168 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph5__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(68 / 375 * 100vw);
  height: calc(90 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_3rd.svg");
  left: 0;
  bottom: calc(-94 / 375 * 100vw);
  z-index: 2;
}

.shop .l-shop__ph5__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(159 / 375 * 100vw);
  height: calc(53 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_05.svg");
  right: calc(-168 / 375 * 100vw);
  top: calc(10 / 375 * 100vw);
}

.shop .l-shop__ph6__wrapper{
  width: calc(232 / 375 * 100vw);
  margin-bottom: calc(8 / 375 * 100vw);
  margin-left: calc(123 / 375 * 100vw);
  position: relative;
}

.shop .l-shop__ph6__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(92 / 375 * 100vw);
  height: calc(68 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_4th.svg");
  left: calc(-96 / 375 * 100vw);
  top: calc(106 / 375 * 100vw);
  z-index: 2;
}

.shop .l-shop__ph6__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(101 / 375 * 100vw);
  height: calc(34 / 375 * 100vw);
  background-image: url("../images/2510cr_shop_text_06.svg");
  right: calc(21 / 375 * 100vw);
  top: calc(-42 / 375 * 100vw);
}
.shop .p-shop_info{
  padding: calc(10 / 375 * 100vw) 0px 0px calc(16 / 375 * 100vw);
  margin-left: calc(123 / 375 * 100vw);
  font-size: calc(12 / 375 * 100vw);
  line-height: calc(22 / 375 * 100vw);
  border-top: 1px solid #0D0D0D;
  border-left: 1px solid #0D0D0D;
}

.shop .p-credit{
  font-size: calc(10 / 375 * 100vw);
  line-height: calc(18 / 375 * 100vw);
  margin-left: calc(123 / 375 * 100vw);
  margin-bottom: calc(20 / 375 * 100vw);
}

.contact{
  padding-bottom:calc(30 / 375 * 100vw);
}


.contact .p-contact__button{
  width: calc(335 / 375 * 100vw);
  height: calc(64 / 375 * 100vw);
  margin: calc(50 / 375 * 100vw) auto calc(30 / 375 * 100vw);
  border: calc(4 / 375 * 100vw) solid;
  border-image: linear-gradient(100deg, rgba(186, 155, 83, 0.90) 00%,#E0D5BD 30%, rgba(186, 155, 83, 0.90) 70%,#E0D5BD 100%);
  border-image-slice: 1; 
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 calc(30 / 375 * 100vw);
}

.contact .p-contact__button__text{
  font-size: calc(16 / 375 * 100vw);
  font-weight: 700;
  line-height: calc(16 / 375 * 100vw);
  color: #BA9B53;
}
.contact .p-contact__button__arrow{
  width: calc(52 / 375 * 100vw);
}
.contact p{
  text-align: center;
}
.contact .c-lead{
  margin-bottom: calc(50 / 375 * 100vw);
}
.contact .c-caption{
  margin-bottom:calc(20 / 375 * 100vw);
}

/* アニメーション */
.a-fadeIn {
  opacity: 0;
  transition: all 1s ease;
}

.a-fadeIn--chain1  {
  opacity: 0;
  transition: all 1s ease;
}

.a-fadeIn--chain2  {
  opacity: 0;
  transition: all 1s ease;
}

.a-fadeIn--mv {
  opacity: 0;
  transition: all 1s ease;
}

@keyframes slideIn{
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}