@charset "utf-8";
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:	http://
 * File name: xmas2025.css
 * Summary:	 ページ・コンテンツごとの固有スタイル
 * Author:		CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1     hero
 *     =2     nav
 *     =3     tree
 *     =4     menu
 *     =5     plan
 *     =6     cake
 *     =7     event
 *
 * ===============================================================
*/


/** =0
 * ========================================
 * common
 * ========================================
 */
body[id="xmas2025"] [id="main"] {
  overflow: hidden;
  background-color: #F2E9CE;
  color: #8B6E31;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  body[id="xmas2025"] [id="main"] {
    padding-bottom: 80px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  body[id="xmas2025"] [id="main"] {
    padding-bottom: 120px;
  }
}

/* column */
/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  body[id="xmas2025"] [id="main"] .columnWrap .c3,
  body[id="xmas2025"] [id="main"] .columnWrap .c4 {
    width: 100%;
    margin-left: 0;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  body[id="xmas2025"] [id="main"] .columnWrap .c4 {
    width: 248px;
    margin-left: 16px;
  }
  body[id="xmas2025"] [id="main"] .columnWrap .c4:nth-child(4n+1) {
    margin-left: 0;
  }
}

/* title */
body[id="xmas2025"] [id="main"] .titlePage {
  display: none;
}

/* btn */
body[id="xmas2025"] [id="main"] .btn {
  min-width: 240px;
  border-radius: 9999px;
  box-shadow: none;
  box-sizing: border-box;
  background-color: #B89E67;
  font-size: 1.6rem;
}
body[id="xmas2025"] [id="main"] .btn.small {
  min-width: 160px;
  padding-top: .5em;
  padding-bottom: .5em;
}
body[id="xmas2025"] [id="main"] .btn .iconArrow.posRight {
  margin-right: -8px;
}

/* image */
body[id="xmas2025"] [id="main"] .imageRadius {
  overflow: hidden;
  border-radius: 8px;
}
body[id="xmas2025"] [id="main"] .imageRadiusLarge {
  overflow: hidden;
  border-radius: 16px;
}
body[id="xmas2025"] [id="main"] .imageRadius img,
body[id="xmas2025"] [id="main"] .imageRadiusLarge img {
  width: 100%;
}
/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  body[id="xmas2025"] [id="main"] .imageRadius {
    border-radius: 4px;
  }
  body[id="xmas2025"] [id="main"] .imageRadiusLarge {
    border-radius: 8px;
  }
}

/* yakumono */
body[id="xmas2025"] [id="main"].yakumono {
  display: inline-block;
  margin-right: -.5em;
}


/* sectionXmas2025 */
.sectionXmas2025+.sectionXmas2025 {
  position: relative;
}
.sectionXmas2025+.sectionXmas2025::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../src/pc/image/special/xmas2025/line_twincle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .sectionXmas2025+.sectionXmas2025 {
    margin-top: 50px;
    padding-top: 40px;
  }
  .sectionXmas2025+.sectionXmas2025::before {
    width: 185px;
    height: 24px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .sectionXmas2025+.sectionXmas2025 {
    margin-top: 90px;
    padding-top: 70px;
  }
  .sectionXmas2025+.sectionXmas2025::before {
    width: 246px;
    height: 32px;
  }
}

.sectionXmas2025Title {
  text-align: center;
}
.sectionXmas2025Title .textEn {
  display: block;
  color: #D9C14C;
  font-family: 'Pinyon Script', cursive;
  line-height: 0.9;
}
.sectionXmas2025Title .textEn .ampersand {
  display: inline-block;
  font-family: serif;
  font-style: italic;
  font-size: 50%;
}
.sectionXmas2025Title .textJa {
  display: block;
  margin-top: .5em;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .sectionXmas2025Title {
    margin-bottom: 20px;
  }
  .sectionXmas2025Title .textEn {
    font-size: 4.8rem;
  }
  .sectionXmas2025Title .textJa {
    font-size: 1.75rem;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .sectionXmas2025Title {
    margin-bottom: 40px;
  }
  .sectionXmas2025Title .textEn {
    font-size: 5.6rem;
  }
  .sectionXmas2025Title .textJa {
    font-size: 1.6rem;
  }
}


/* boxXmasContent */
.boxXmasContent {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 24px 32px -16px rgba(139, 110, 49, .1);
  text-align: center;
}
.boxXmasContent a {
  color: inherit;
  text-decoration: none;
}
.boxXmasContent .boxXmasContentInner {
  display: block;
  padding: 0 20px 25px;
}
.boxXmasContent .boxXmasContentInner .image {
  margin-right: -20px;
  margin-left: -20px;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .boxXmasContent {
    border-radius: 8px;
  }
  .boxXmasContent .text .fs24,
  .boxXmasContent .text .fs16 {
    font-size: 2.0rem;
  }

  .boxXmasContent .text .fs12 {
    font-size: 1.4rem;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .boxXmasContent {
    border-radius: 16px;
  }
}



/** =1
 * ========================================
 * hero
 * ========================================
 */
[id="hero"] {
  overflow: hidden;
  position: relative;
  background-image: url(../src/pc/image/special/xmas2025/image_main2024.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
[id="hero"]::before {
  display: block;
  position: absolute;
  z-index: 1;
  width: 5.25em;
  color: #D9C14C;
  font-family: 'Pinyon Script', cursive;
  line-height: 0.625;
  content: "Christmas　　　　　　　　　　in Kobe";
  /* text-align: right; */
  padding-left: 2%;
}

[id="hero"] .heroText {
  position: relative;
  z-index: 10;
}
[id="hero"] .heroText .textCopySub {
  line-height: 2.2;
  letter-spacing: .05em;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  [id="hero"] {
    background-size: 100% auto;
    padding-top: calc(2/3 * 100%);
  }
  [id="hero"]::before {
    top: calc(2/3 * 100vw);
    left: 50%;
    transform: rotate(-10deg) translate(-47.5%, -90%);
    font-size: 8.0rem;
  }

  [id="hero"] .heroText {
    padding-top: 70px;
    text-align: center;
  }
  [id="hero"] .heroText .textCopy {
    margin-bottom: 1.0em;
    font-size: 3.0rem;
    line-height: 1.2;
  }
  [id="hero"] .heroText .textCopySub {
    font-size: 1.75rem;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  [id="hero"] {
    min-height: 560px;
    padding-top: min(80vh, calc(720/1440 * 100%));
    box-sizing: border-box;
    background-color: #000;
  }
  [id="hero"]::before {
    opacity: .5;
    top: 0;
    left: -.1em;
    transform: rotate(-10deg);
    font-size: 12.8rem;
  }

  [id="hero"]::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(26,26,26,.9);
    background: linear-gradient(to right, rgba(26, 26, 26, .7), rgba(26, 26, 26, 0) 24%);
    content: "";
  }

  [id="hero"] .heroText {
    position: absolute;
    top: 50%;
    left: calc(160/1440 * 100%);
    transform: translateY(-50%);
    margin-top: 3.0em;
    /* width: calc(560/1440 * 100%); */
    color: #fff;
  }
  [id="hero"] .heroText .textCopy {
    margin-bottom: .75em;
    font-size: 4.8rem;
    line-height: 1.2;
  }
  [id="hero"] .heroText .textCopySub {
    font-size: 2.0rem;
  }
}


/** =2
 * ========================================
 * nav
 * ========================================
 */
.navLocalXmas2025 {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .navLocalXmas2025 {
    margin-top: 80px;
    margin-bottom: 90px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .navLocalXmas2025 {
    transform: translateY(-50%);
    margin-bottom: 70px;
  }
}

.navLocalXmas2025 .navLocalList {
  display: flex;
  position: relative;
  background-color: #B89E67;
}
.navLocalXmas2025 .navLocalList::before,
.navLocalXmas2025 .navLocalList::after {
  display: block;
  position: absolute;
  background-image: url(../src/pc/image/special/xmas2025/nav_twinkle.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.navLocalXmas2025 .navLocalListItem {
  position: relative;
  margin-top: 0;
}
.navLocalXmas2025 .navLocalListItem:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(24/16 * 1.0em);
  border-left: 1px solid #8C7038;
  content: "";
}
.navLocalXmas2025 .navLocalListItem a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .navLocalXmas2025 .navLocalList {
    flex-wrap: wrap;
    padding-top: 1.0em;
    padding-bottom: 1.0em;
  }
  .navLocalXmas2025 .navLocalList::before,
  .navLocalXmas2025 .navLocalList::after {
    left: 50%;
    width: 50px;
    height: 54px;
    margin-left: -25px;
  }
  .navLocalXmas2025 .navLocalList::before {
    top: -51px;
    transform: rotate(90deg);
  }
  .navLocalXmas2025 .navLocalList::after {
    bottom: -51px;
    transform: rotate(-90deg);
  }

  .navLocalXmas2025 .navLocalListItem {
    width: calc(1/2 * 100%);
  }
  /* .navLocalXmas2025 .navLocalListItem:first-child {
    width: 100%;
  } */
  .navLocalXmas2025 .navLocalListItem:nth-child(even)::before {
    display: none;
  }
  .navLocalXmas2025 .navLocalListItem a {
    padding: .5em;
    font-size: 1.75rem;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .navLocalXmas2025 .navLocalList::before,
  .navLocalXmas2025 .navLocalList::after {
    top: 50%;
    width: 68px;
    height: 74px;
    margin-top: -37px;
  }
  .navLocalXmas2025 .navLocalList::before {
    left: -68px;
  }
  .navLocalXmas2025 .navLocalList::after {
    right: -68px;
    transform: rotate(-180deg);
  }

  .navLocalXmas2025 .navLocalListItem {
    width: calc(1/5 * 100%);
  }
  .navLocalXmas2025 .navLocalListItem a {
    height: 64px;
    padding: .25em .5em;
    font-size: 1.6rem;
  }
}


/** =3
 * ========================================
 * tree
 * ========================================
 */
[id="tree"] {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {}

.boxMovie {
  background-color: #fff;
  box-shadow: 0 24px 32px -16px rgba(139,110,49, .1);
}
.boxMovieTitle {
  margin-bottom: .5em;
  color: #D9C14C;
  font-family: 'Pinyon Script', cursive;
  line-height: 0.8;
  text-align: center;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .boxMovie {
    margin-top: 40px;
    padding: 30px 20px 20px;
    border-radius: 8px;
  }
  .boxMovieTitle {
    font-size: 4.2rem;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .boxMovie {
    margin-top: 60px;
    padding: 50px 40px 45px;
    border-radius: 16px;
  }
  .boxMovieTitle {
    font-size: 5.6rem;
  }
}

.boxMovie .movieThumb {
  display: block;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.boxMovie .movieThumb .image {
  position: relative;
}
.boxMovie .movieThumb .image::before,
.boxMovie .movieThumb .image::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.boxMovie .movieThumb .image::before {
  opacity: .8;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #fff;
}
.boxMovie .movieThumb .image::after {
  border-top: 12px solid transparent;
  border-left: 20px solid #8B6E31;
  border-bottom: 12px solid transparent;
  margin-left: 2px;
}


/** =4
 * ========================================
 * menu
 * ========================================
 */
[id="menu"] {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {}


.boxDinner {
  background-color: #fff;
  box-shadow: 0 24px 32px -16px rgba(139, 110, 49, .1);
}
.boxDinnerTitle {
  margin-bottom: .75em;
  text-align: center;
}
.boxDinner a {
  display: block;
  color: inherit;
  text-align: center;
  text-decoration: none;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .boxDinner {
    margin-bottom: 20px;
    padding: 20px 20px 20px;
    border-radius: 8px;
  }
  .boxDinnerTitle {
    font-size: 2.5rem;
  }

  body[id="xmas2025"] [id="main"] .boxDinner .column.c3 {
    width: 48%;
    margin-left: 4%;
  }
  body[id="xmas2025"] [id="main"] .boxDinner .column.c3:nth-child(2n+1) {
    margin-left: 0;
  }

  body[id="xmas2025"] [id="main"] .boxDinner .btn.small {
    min-width: 120px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .boxDinner {
    margin-bottom: 40px;
    padding: 30px 40px 40px;
    border-radius: 16px;
  }
  .boxDinnerTitle {
    font-size: 2.8rem;
  }

  .boxDinner .column.c3 {
    width: 32%;
    margin-left: 2%;
  }
  .boxDinner .column.c3:nth-child(3n+1) {
    margin-left: 0;
  }
}


/** =5
 * ========================================
 * plan
 * ========================================
 */
[id="plan"] {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {}


/** =6
 * ========================================
 * cake
 * ========================================
 */
[id="cake"] {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {}

.imageCake {
  display: -ms-grid;
  display: grid;
}
.imageCake img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {
  .imageCake {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .imageCake .image01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 2;
  }

  .imageCake .image02 {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    margin-top: 10px;
    margin-right: 5px;
  }

  .imageCake .image03 {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    margin-top: 10px;
    margin-left: 5px;
  }
}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {
  .imageCake {
    -ms-grid-columns: calc(690/1040 * 100%) calc(350/1040 * 100%);
    grid-template-columns: calc(690/1040 * 100%) calc(350/1040 * 100%);
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .imageCake .image01 {
    -ms-grid-column: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }

  .imageCake .image02 {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    grid-row: 1 / 2;
    margin-left: calc(20/350 * 100%);
    margin-bottom: calc(10/350 * 100%);
  }

  .imageCake .image03 {
    -ms-grid-column: 2;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    grid-row: 2 / 3;
    margin-left: calc(20/350 * 100%);
    margin-top: calc(10/350 * 100%);
  }

}


/** =7
 * ========================================
 * event
 * ========================================
 */
[id="event"] {}

/* -- >>> styles for narrow layout ----- */
@media all and (max-width: 767px) {}

/* -- >>> styles for wide layout ----- */
@media all and (min-width: 769px) {}
