@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 {
  overflow: hidden;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #0D0D0D;
}

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


@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: 1080px;
  margin: 0 auto;
}

.l-container--header{
  width: 1080px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}



.c-lead{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  line-height: 34px;
}

.c-sentence{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 22px;
}

.c-caption{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: 12px;
  line-height: 22px;
}

.c-credit{
  color: #0D0D0D;
  font-family: "Noto Sans JP";
  font-size: 10px;
  line-height: 20px;
}


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

.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: 10px;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  padding: 4px;
}


.l-mv__wrapper{
  width: 1080px;
  height: 680px;
  margin: 0 auto 40px;
  position: relative;
  background-color: #BA9B53;;
}
.p-mv__movie{
  height: 100%;
  margin-left: 50px;
}
.p-mv__text{
  width: 493px;
  position: absolute;
  top: 20px;
  right: 70px;
}

.l-mv__lead__wrapper{
  width: 744px;
  margin: 0 auto 140px;
}

.p-mv__lead{
  width: 100%;
}


.content {
  margin-bottom: 120px;
}

.content .l-content__upper{
  padding-bottom: 40px;
  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: 260px;
  height: 218px;
  background-image: url("../images/2510cr_01_bg.svg");
  left: 100px;
  bottom: -4px;
  
}

.content .l-content__upper-2::after{
  width: 274px;
  height: 216px;
  background-image: url("../images/2510cr_02_bg.svg");
  right: 100px;
  bottom: -4px;
}
.content .l-content__upper-3::after{
  width: 270px;
  height: 216px;
  background-image: url("../images/2510cr_03_bg.svg");
  left: 100px;
  bottom: -4px;
}

.content .l-content__upper-4::after{
  width: 280px;
  height: 222px;
  background-image: url("../images/2510cr_04_bg.svg");
  right: 100px;
  bottom: -4px;
}
.content .l-content__upper-5::after{
  width: 270px;
  height: 216px;
  background-image: url("../images/2510cr_05_bg.svg");
  left: 100px;
  bottom: -4px;
}

.content .p-content__aori{
  width: 146px;
  margin-bottom: 24px;
}

.content .p-content__slash{
  width: 24px;
  height: 1px;
  margin-bottom: 24px;
  background-color: #0D0D0D;
  transform: rotate(150deg);
}
.content .p-content__heading-1{
  width: 360px;
}
.content .p-content__heading-2{
  width: 115px;
}
.content .p-content__heading-3{
  width: 109px;
}
.content .p-content__heading-4{
  width: 350px;
}.content .p-content__heading-5{
  width: 420px;
}
.content .l-content__lower{
  display: flex;
  gap: 0 50px;
  margin-bottom: 50px;
}

.content .l-content__ph{
  width: 530px;
}

.content .l-content__lower .slidein__inner__ph{
  width: 0;
  height: 780px;
}
.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: 530px;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position:left;
}

.content .l-content__description{
  width: 430px;
}
.content .l-content__description-left{
  padding-left: 80px;
}

.content .p-content__lead{
  width: 430px;
  margin-bottom: 40px;
  position: relative;
}

.content .p-content__lead::before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  background-image: url("../images/2510cr_icon_quote.svg");
  left: -33px;
  top: 0px;
}
.content .p-content__lead::after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  background-image: url("../images/2510cr_icon_quote_reverse.svg");
  bottom: 0px;
}

.content .p-content__lead-1::after{
  right: 110px;
}
.content .p-content__lead-5::after{
  right: 50px;
}

.content .l-content__item{
  width: 360px;
}
.content .l-content__item__heading__wrapper{
  padding: 16px 0 16px 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: 220px;
}
.content .l-content__item__wrapper{
  margin-top: 14px;
  margin-bottom: 14px;
}

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

.content .p-content__button{
  width: 340px;
  height: 50px;
  margin: 0 auto;
  border: 1px solid #0D0D0D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 26px;
  transition: all .5s ease;
}

.content .p-content__button:hover{
  border-color: #BA9B53;
  background-color: #E5C885;
}

.content .p-content__button__text{
  font-size: 14px;
  line-height: 14px;
}
.content .p-content__button__arrow{
  width: 52px;
}

.shop .l-container{
  width: 1020px;
}


.shop .l-shop__inner{
  padding: 35px 30px;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(311deg, #FFF9EC 0%, rgba(186, 155, 83, 0.90) 40%);
}

.shop .l-shop__images{
  width: 756px;
}
.shop .l-shop__text{
  width: 181px;
}

.shop .l-shop__text__wrapper{
  display: flex;
  align-items: start;
  gap: 0 12px;
}

.shop .l-shop__text__wrapper:nth-child(n+2){
  margin-top: 12px;
}
  
.shop .p-shop__text__no{
  margin-top: 6px;
  width: 9px;
}

.shop .l-shop__row1{
  margin-top: 15px;
  margin-bottom: 6px;
  display: flex;
}
.shop .l-shop__row2{
  margin-bottom: 6px;
  display: flex;
}
.shop .l-shop__row3{
  margin-bottom: 6px;
  display: flex;
}
.shop .l-shop__row4{
  margin-bottom: 6px;
  display: flex;
  align-items: end;
}
.shop .l-shop__row1__heading{
  margin-left: 51px;
}

.shop .p-shop__row1__heading{
  width: 266px;
  margin-bottom: 12px;
}

.shop .p-shop__row1__sentence{
  font-size: 14px;
  line-height: 24px; 
  text-align: center;
}

.shop .l-shop__ph1__wrapper{
  width: 316px;
  margin-left: 58px;
  position: relative;
}

.shop .l-shop__ph1__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 184px;
  background-image: url("../images/2510cr_shop_text_01.svg");
  right: -52px;
  top: 63px;
}

.shop .l-shop__ph2__wrapper{
  width: 333px;
  margin-left: 6px;
  position: relative;
}

.shop .l-shop__ph2__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 116px;
  height: 80px;
  background-image: url("../images/2510cr_shop_text_1st.svg");
  right: -126px;
  top: 10px;
  z-index: 2;
}

.shop .l-shop__ph2__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 132px;
  height: 66px;
  background-image: url("../images/2510cr_shop_text_02.svg");
  right: -142px;
  top: 104px;
}

.shop .l-shop__ph3__wrapper{
  width: 187px;
  margin-left: 50px;
  position: relative;
}

.shop .l-shop__ph3__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 188px;
  background-image: url("../images/2510cr_shop_text_03.svg");
  left: -50px;
  top: 20px;
}

.shop .l-shop__ph5__wrapper{
  width: 227px;
  margin-left: 210px;
  position: relative;
}

.shop .l-shop__ph5__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 164px;
  height: 80px;
  background-image: url("../images/2510cr_shop_text_3rd.svg");
  left: -174px;
  top: 100px;
  z-index: 2;
}

.shop .l-shop__ph5__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 190px;
  height: 67px;
  background-image: url("../images/2510cr_shop_text_05.svg");
  left: -209px;
  top: 20px;
}

.shop .l-shop__ph4__wrapper{
  width: 227px;
  margin-left: 6px;
  position: relative;
}

.shop .l-shop__ph4__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 120px;
  background-image: url("../images/2510cr_shop_text_2nd.svg");
  right: -87px;
  top: -62px;
  z-index: 2;
}

.shop .l-shop__ph4__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 144px;
  background-image: url("../images/2510cr_shop_text_04.svg");
  right: -50px;
  top: 80px;
}

.shop .l-shop__ph6__wrapper{
  width: 387px;
  margin-left: 130px;
  position: relative;
}

.shop .l-shop__ph6__wrapper:before{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 116px;
  height: 80px;
  background-image: url("../images/2510cr_shop_text_4th.svg");
  right: -126px;
  top: 37px;
  z-index: 2;
}

.shop .l-shop__ph6__wrapper:after{
  content: '';
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 135px;
  background-image: url("../images/2510cr_shop_text_06.svg");
  left: -52px;
  top: 89px;
}
.shop .p-shop_info{
  padding: 10px 0px 0px 16px;
  margin-left: 29px;
  font-size: 12px;
  line-height: 22px;
  border-top: 1px solid #0D0D0D;
  border-left: 1px solid #0D0D0D;
}

.shop .p-credit{
  margin-left: 136px;
  font-size: 10px;
  line-height: 20px;
}

.contact .l-contact__button__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px auto 40px;
  width: 306px;
  height: 64px;
  background: linear-gradient(100deg, rgba(186, 155, 83, 0.90) 00%,#E0D5BD 15%, rgba(186, 155, 83, 0.90) 35%,#E0D5BD 50%,rgba(186, 155, 83, 0.90) 65%,#E0D5BD 85%,#E0D5BD 100%);
  background-size: 200% 200%;
  transition: all 0.5s ease;
}

.contact .l-contact__button__wrapper:hover{
  animation: gradientRotate 1s ease forwards;
}

.contact .l-contact__button__wrapper:hover .p-contact__button{
  background-color: #0D0D0D;
}

@keyframes gradientRotate {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.contact .p-contact__button{
  width: 296px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  gap: 0 30px;
  transition: all 1s ;
}

.contact .p-contact__button__text{
  font-size: 16px;
  font-style: 700px;
  line-height: 16px;
  color: #BA9B53;
}
.contact .p-contact__button__arrow{
  width: 52px;
}


/* .contact .p-contact__button{
  width: 306px;
  height: 64px;
  margin: 60px auto 40px;
  border: 4px 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 30px;
  transition: all 1s ;
}

.contact .p-contact__button__text{
  font-size: 16px;
  font-style: 700px;
  line-height: 16px;
  color: #BA9B53;
}
.contact .p-contact__button__arrow{
  width: 52px;
} */
.contact p{
  text-align: center;
}
.contact .c-lead{
  margin-bottom: 60px;
}
.contact .c-caption{
  margin-bottom: 20px;
}

/* アニメーション */
.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: 530px;
  }
}
