@charset "UTF-8";
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: normal;
  src: local("YuMincho-Medium"), local("Yu Mincho Medium"), local("YuMincho-Regular");
  /* 游明朝Mediumが存在しないWindows8.1用 */ }

@font-face {
  font-family: 'MyYuMinchoM';
  font-weight: bold;
  src: local("YuMincho-Demibold"), local("Yu Mincho");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */ }

/* イージング
-----------------------------------------------------------------*/
/* デュレーション
-----------------------------------------------------------------*/
/*=============================================

	ボタン

==============================================*/
/* Back To ００ */
.c-buttonBack {
  text-align: center; }

.c-buttonBack_link-top, .c-buttonBack_link-index {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .c-buttonBack_link-top:before, .c-buttonBack_link-index:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 13px;
    background-image: url(../svg/back_arrow.svg);
    background-size: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  @media print, screen and (min-width: 1025px) {
    .c-buttonBack_link-top:hover:before, .c-buttonBack_link-index:hover:before {
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); } }

.c-buttonBack_link-index:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../svg/index_icon.svg);
  background-size: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease; }

@media print, screen and (min-width: 1025px) {
  .c-buttonBack_link-index:hover:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); } }

.c-buttonBack_link_text {
  display: inline-block;
  margin: 0 18px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  letter-spacing: 0; }

/* Coming Soon */
.c-buttonComingsoon {
  position: relative;
  padding-right: 8px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2; }
  .c-buttonComingsoon:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #FCB989; }

/*=============================================

	タイトル

==============================================*/
.c-titlePage_jp {
  font-size: 13px; }

.c-titleLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (min-width: 1025px) {
    .c-titleLine {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media print, screen and (max-width: 1024px) {
    .c-titleLine {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.c-titleLine_en {
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 0.66;
  min-width: 1; }
  @media print, screen and (max-width: 1024px) {
    .c-titleLine_en {
      display: inline-block;
      font-size: 35px; } }
  @media print, screen and (min-width: 1025px) {
    .c-titleLine_en {
      font-size: 42px; } }
  .c-titleLine_en::first-letter {
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal; }

.c-titleLine_jp {
  width: auto; }
  @media print, screen and (max-width: 1024px) {
    .c-titleLine_jp {
      margin-top: 14px;
      font-size: 12px; } }
  @media print, screen and (min-width: 1025px) {
    .c-titleLine_jp {
      margin-left: 16px;
      font-size: 13px; } }

.c-titleTwoLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.c-titleTwoLine_top {
  display: inline-block;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 0.66; }
  @media print, screen and (max-width: 1024px) {
    .c-titleTwoLine_top {
      margin-bottom: 16px;
      font-size: 35px; } }
  @media print, screen and (min-width: 1025px) {
    .c-titleTwoLine_top {
      margin-bottom: 20px;
      font-size: 42px; } }

.c-titleTwoLine_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1024px) {
    .c-titleTwoLine_bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media print, screen and (min-width: 1025px) {
    .c-titleTwoLine_bottom {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

.c-titleTwoLine_bottom_en {
  display: inline-block;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 0.66; }
  @media print, screen and (max-width: 1024px) {
    .c-titleTwoLine_bottom_en {
      margin-bottom: 16px;
      font-size: 35px; } }
  @media print, screen and (min-width: 1025px) {
    .c-titleTwoLine_bottom_en {
      font-size: 42px; } }

@media print, screen and (max-width: 1024px) {
  .c-titleTwoLine_bottom_jp {
    font-size: 12px; } }

@media print, screen and (min-width: 1025px) {
  .c-titleTwoLine_bottom_jp {
    margin-left: 16px;
    font-size: 13px; } }

/*=============================================

	記事パーツ

==============================================*/
/*=============================================

	一覧タイトルエリア

==============================================*/
/*=============================================

	パンくず

==============================================*/
/*=============================================

	ページャー（自動読み込み）

==============================================*/
/*=============================================

	スクロールダウン

==============================================*/
/*=============================================

	ページトップ

==============================================*/
/*=============================================

	スライダードット

==============================================*/
.slick-slider * {
  outline: 0; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 24px 0 0;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 5px;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: 0;
      background: transparent; }
      .slick-dots li button:before {
        font-size: 6px;
        line-height: 6px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        border-radius: 6px;
        text-align: center;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.slick-list {
  overflow: hidden; }

.slick-track {
  overflow: hidden; }

.slick-slide {
  float: left; }

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent; }

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: 0; }

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: 0; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before, .slick-next:before {
  content: '';
  line-height: 1;
  display: block;
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* View More */
.c-buttonMore {
  display: inline-block;
  position: relative; }

.c-buttonMore_upperText {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  padding: 9px 28px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
  -webkit-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: width 1s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 1s cubic-bezier(0.25, 1, 0.5, 1); }
  .c-buttonMore_upperText:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 34px;
    border-radius: 17px;
    background-color: #FCB989;
    z-index: 1; }
  .c-buttonMore_upperText span {
    display: inline-block;
    position: relative;
    z-index: 2; }
  .c-buttonMore.is-active .c-buttonMore_upperText {
    width: 100%; }

.c-buttonMore_lowerText {
  display: inline-block;
  position: relative;
  padding: 9px 28px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  color: #111111;
  z-index: 1; }

.c-titlePage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media print, screen and (max-width: 1024px) {
    .c-titlePage {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.c-titlePage_en {
  display: inline-block;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0;
  font-style: italic;
  font-weight: 300;
  line-height: 0.66; }
  @media print, screen and (max-width: 1024px) {
    .c-titlePage_en {
      margin-bottom: 22px;
      font-size: 52px; } }
  @media print, screen and (min-width: 1025px) {
    .c-titlePage_en {
      margin-right: 10px;
      font-size: 78px; } }
  .c-titlePage_en::first-letter {
    font-weight: 500;
    font-style: normal; }

.c-breadcrumb {
  max-width: 1680px;
  width: 100%; }
  @media print, screen and (max-width: 1024px) {
    .c-breadcrumb {
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none; }
      .c-breadcrumb::-webkit-scrollbar {
        display: none; } }

@media print, screen and (max-width: 1024px) {
  .c-breadcrumb_list {
    white-space: nowrap; } }

@media print, screen and (min-width: 1025px) {
  .c-breadcrumb_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.c-breadcrumb_list_node {
  display: inline-block;
  position: relative; }
  .c-breadcrumb_list_node + .c-breadcrumb_list_node {
    padding-left: 34px; }
    .c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 14px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      border-radius: 50%;
      background-color: #FCB989; }
      @media print, screen and (max-width: 767px) {
        .c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
          width: 3px;
          height: 3px; } }
      @media print, screen and (min-width: 768px) {
        .c-breadcrumb_list_node + .c-breadcrumb_list_node:before {
          width: 4px;
          height: 4px; } }

.c-breadcrumbLink {
  display: inline-block;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #808080;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease; }
  @media print, screen and (max-width: 767px) {
    .c-breadcrumbLink {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .c-breadcrumbLink {
      font-size: 12px; } }
  @media print, screen and (min-width: 1025px) {
    .c-breadcrumbLink:hover {
      color: #111111; } }

.c-breadcrumbText {
  display: inline-block;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  line-height: 1.2; }
  @media print, screen and (max-width: 767px) {
    .c-breadcrumbText {
      font-size: 10px; } }
  @media print, screen and (min-width: 768px) {
    .c-breadcrumbText {
      font-size: 12px; } }

.c-scrollDown {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 200px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 10; }
  @media print, screen and (max-width: 1024px) {
    .c-scrollDown {
      left: 28px; } }
  @media print, screen and (min-width: 1025px) {
    .c-scrollDown {
      left: 44px; } }

.c-scrollDown_text {
  display: inline-block;
  margin-right: 20px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #111111;
  letter-spacing: .1em; }

.c-scrollDown_icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 5px;
  overflow: hidden; }
  .c-scrollDown_icon:before, .c-scrollDown_icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 48px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1px; }
  .c-scrollDown_icon:before {
    background-color: #111111;
    opacity: .3; }
  .c-scrollDown_icon:after {
    background-color: #111111;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: scrollDown 3s ease infinite;
    animation: scrollDown 3s ease infinite; }

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  49.9% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  50% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  100% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); } }

@keyframes scrollDown {
  0% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  49.9% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  50% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  100% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); } }

.c-scrollDown_icon_circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #111111; }

.c-pagetop {
  pointer-events: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 200px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (max-width: 1024px) {
    .c-pagetop {
      left: 28px; } }
  @media print, screen and (min-width: 1025px) {
    .c-pagetop {
      left: 48px; } }
  .c-pagetop.is-show {
    pointer-events: visible;
    opacity: 1; }

.c-pagetop_icon {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 5px;
  margin-right: 20px;
  overflow: hidden; }
  .c-pagetop_icon:before, .c-pagetop_icon:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 2px;
    width: 48px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 1px;
    background-color: #111111; }
  .c-pagetop_icon:before {
    opacity: .3; }
  .c-pagetop_icon:after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: pagetop 3s ease infinite;
    animation: pagetop 3s ease infinite; }

@-webkit-keyframes pagetop {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  49.9% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  50% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  100% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); } }

@keyframes pagetop {
  0% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  49.9% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); }
  50% {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%); }
  100% {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%); } }

.c-pagetop_icon_circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #111111; }

.c-pagetop_text {
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: .1em; }

/*
		ベーススタイル
	------------------------------------*/
.c-postNodeParts {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease; }
  @media print, screen and (max-width: 1024px) {
    .c-postNodeParts {
      vertical-align: top; } }
  .c-postNodeParts.is-hide {
    opacity: 0; }

.c-postNodePartsImageLink {
  display: inline-block;
  width: 100%; }

.c-postNodePartsImage {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transition: border-radius .3s ease;
  -o-transition: border-radius .3s ease;
  transition: border-radius .3s ease;
  background-color: #F0EBE2; }
  @media print, screen and (max-width: 1024px) {
    .c-postNodePartsImage {
      border-radius: 10px; } }
  @media print, screen and (min-width: 1025px) {
    .c-postNodePartsImage {
      border-radius: 15px; } }
  .c-postNodePartsImage img {
    width: 100%; }
  @media print, screen and (min-width: 1025px) {
    .c-postNodePartsImageLink:hover .c-postNodePartsImage {
      border-radius: 15px 70px 15px 70px; } }

.c-postNodePartsImageLink + .c-postNodePartsDeatail {
  margin-top: 15px; }

.c-postNodePartsDeatail_date {
  display: inline-block;
  font-size: 14px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #808080;
  letter-spacing: .04em; }

.c-postNodePartsDeatail_tax {
  position: relative;
  margin-left: 10px;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 14px;
  letter-spacing: .04em; }
  .c-postNodePartsDeatail_tax:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #FCB989;
    -webkit-transition: width .8s ease;
    -o-transition: width .8s ease;
    transition: width .8s ease; }
  @media print, screen and (min-width: 1025px) {
    .c-postNodePartsDeatail_tax:hover:after {
      width: 0; } }

.c-postNodePartsTitleLink {
  display: inline-block; }
  .c-postNodePartsDeatail + .c-postNodePartsTitleLink {
    margin-top: 9px; }
  .c-postNodePartsImageLink + .c-postNodePartsTitleLink {
    margin-top: 17px; }

.c-postNodePartsTitle {
  white-space: normal;
  font-size: 16px;
  line-height: 1.4; }

.c-postNodePartsTagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px -4px -4px; }

.c-postNodePartsTagList_node {
  padding: 4px; }

.c-postNodePartsTagLink {
  display: inline-block;
  padding: 7px 19px;
  font-size: 12px;
  border-radius: 15px;
  border: 1px solid #F0EBE2;
  background-color: #F0EBE2; }

.introList_node {
  max-width: 1680px;
  width: 100%; }

.c-breadcrumb, .chefSection {
  max-width: 1680px;
  margin: 0 auto; }
  @media print, screen and (max-width: 1024px) {
    .c-breadcrumb, .chefSection {
      padding: 0 20px; } }
  @media print, screen and (min-width: 1025px) {
    .c-breadcrumb, .chefSection {
      padding: 0 140px; } }

@-webkit-keyframes contentShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes contentShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/*
	header
------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .header.is-top .headerLogo {
    opacity: .3; } }

@media print, screen and (max-width: 1024px) {
  .header.is-top .headerLogo_link_svg {
    fill: #000; } }

@media print, screen and (max-width: 1024px) {
  .header.is-top .headerMenu_icon i {
    background-color: #111111; } }

/*
	メインビジュアル　スクロールバー
------------------------------------*/
.c-scrollDown_text {
  color: #FFF; }

.c-scrollDown_icon:before {
  background-color: #FFF; }

.c-scrollDown_icon:after {
  background-color: #FFF; }

.c-scrollDown_icon_circle {
  background-color: #FFF; }

/*
	パンクズ
------------------------------------*/
@media print, screen and (max-width: 767px) {
  .c-breadcrumb {
    padding-top: 22px; } }

@media print, screen and (min-width: 768px) {
  .c-breadcrumb {
    padding-top: 30px; } }

/*
	関連記事
------------------------------------*/
@media print, screen and (max-width: 1024px) {
  .relatedPosts {
    padding-top: 80px; } }

@media print, screen and (min-width: 1025px) {
  .relatedPosts {
    padding-top: 0; } }

@media print, screen and (max-width: 1024px) {
  .relatedPostsList {
    padding-left: 20px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .main {
    padding-top: 42.1vh; } }

@media print, screen and (min-width: 1025px) {
  .main {
    padding-top: 100vh; } }

/*=============================================

メインビジュアル
 
==============================================*/
.mainvisualSection {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .mainvisualSection {
      height: 42.1vh; } }
  @media print, screen and (min-width: 1025px) {
    .mainvisualSection {
      height: 100vh; } }

.mainvisual_image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover; }
  @media print, screen and (max-width: 767px) {
    .mainvisual_image {
      background-image: url(../images/conceptwedding/mainvisual_bg-pc.jpg); } }
  @media print, screen and (min-width: 768px) {
    .mainvisual_image {
      background-image: url(../images/conceptwedding/mainvisual_bg-pc.jpg); } }

.mainvisual_title {
  position: absolute;
  left: 50%;
  font-family: "Cormorant Garamond", MyYuMinchoM, "游明朝", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  letter-spacing: 0;
  color: #FFF;
  font-style: italic;
  opacity: 0;
  -webkit-transition: opacity .8s ease-in .3s, -webkit-transform .8s ease-in;
  transition: opacity .8s ease-in .3s, -webkit-transform .8s ease-in;
  -o-transition: opacity .8s ease-in .3s, transform .8s ease-in;
  transition: opacity .8s ease-in .3s, transform .8s ease-in;
  transition: opacity .8s ease-in .3s, transform .8s ease-in, -webkit-transform .8s ease-in; }
  @media print, screen and (max-width: 1024px) {
    .mainvisual_title {
      bottom: 58px;
      -webkit-transform: translate(-50%, 50px);
      -ms-transform: translate(-50%, 50px);
      transform: translate(-50%, 50px);
      font-size: 55px; } }
  @media print, screen and (min-width: 1025px) {
    .mainvisual_title {
      top: 32%;
      -webkit-transform: translate(-50%, -32%);
      -ms-transform: translate(-50%, -32%);
      transform: translate(-50%, -32%);
      font-size: 68px; } }
  .is-loaded .mainvisual_title {
    opacity: 1; }
    @media print, screen and (max-width: 1024px) {
      .is-loaded .mainvisual_title {
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0); } }
    @media print, screen and (min-width: 1025px) {
      .is-loaded .mainvisual_title {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); } }

/*=============================================
 
	コンテンツ
 
==============================================*/
.cuisineContent {
  position: relative;
  z-index: 10; }

.cuisineContent_inner {
  background-color: #FAF7F2; }

/*=============================================
 
	イントロ
 
==============================================*/
@media print, screen and (max-width: 1024px) {
  .introSection {
    padding-top: 60px; } }

@media print, screen and (min-width: 1025px) {
  .introSection {
    padding-top: 105px; } }

.introList {
  overflow: hidden; }
  @media print, screen and (max-width: 767px) {
    .introList {
      padding-bottom: 55px; } }
  @media print, screen and (min-width: 768px) {
    .introList {
      padding-bottom: 130px; } }

.introList_node {
  width: 100%; }
  @media print, screen and (min-width: 1025px) {
    .introList_node {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print, screen and (max-width: 767px) {
    .introList_node + .introList_node {
      margin-top: 50px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introList_node + .introList_node {
      margin-top: 80px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node + .introList_node {
      margin-top: 70px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node:nth-child(2n-1) {
      padding-right: 140px; } }
  .introList_node:nth-child(2n) {
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media print, screen and (min-width: 1025px) {
      .introList_node:nth-child(2n) {
        padding-left: 140px; } }

.introList_image {
  position: relative;
  /*  IE対応 */ }
  @media print, screen and (max-width: 1024px) {
    .introList_image {
      margin-bottom: 32px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
      flex: 0 0 63%; } }
  @media all and (-ms-high-contrast: none) {
    .introList_image {
      width: auto;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 63%;
      flex: 0 0 63%; } }
  @media print, screen and (max-width: 767px) {
    .introList_node:nth-child(2n-1) .introList_image {
      padding-right: 60px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introList_node:nth-child(2n-1) .introList_image {
      padding-right: 180px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node:nth-child(2n-1) .introList_image {
      margin-right: 100px; } }
  @media print, screen and (max-width: 767px) {
    .introList_node:nth-child(2n) .introList_image {
      padding-left: 60px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introList_node:nth-child(2n) .introList_image {
      padding-left: 180px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node:nth-child(2n) .introList_image {
      margin-left: 100px; } }

.introList_image_inner {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .introList_node:nth-child(2n-1) .introList_image_inner {
    border-radius: 0 36% 36% 0 / 0 50% 50% 0; }
  .introList_node:nth-child(2n) .introList_image_inner {
    border-radius: 36% 0 0 36% / 50% 0 0 50%; }
  .introList_image_inner img {
    width: 100%;
    z-index: 2; }

.introList_image_blur {
  position: absolute;
  width: 100%; }
  @media print, screen and (max-width: 767px) {
    .introList_image_blur {
      width: calc(100% - 60px); } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introList_image_blur {
      width: calc(100% - 180px); } }
  @media print, screen and (min-width: 1025px) {
    .introList_image_blur {
      width: 100%; } }
  @media print, screen and (max-width: 1024px) {
    .introList_node:nth-child(2n-1) .introList_image_blur {
      top: 13%;
      left: 5%; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node:nth-child(2n-1) .introList_image_blur {
      top: 12%;
      left: 10%; } }
  @media print, screen and (max-width: 1024px) {
    .introList_node:nth-child(2n) .introList_image_blur {
      top: 13%;
      right: 5%; } }
  @media print, screen and (min-width: 1025px) {
    .introList_node:nth-child(2n) .introList_image_blur {
      top: 12%;
      right: 10%; } }

.introList_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2; }
  @media print, screen and (max-width: 1024px) {
    .introList_detail {
      padding: 0 50px; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .introList_detail {
      padding: 0 180px; } }
  @media print, screen and (min-width: 1025px) {
    .introList_detail {
      width: 100%;
      margin-top: 168px; } }
  .introList_node:nth-child(2n) .introList_detail {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

.introList_detail_title {
  letter-spacing: .08em;
  line-height: 1.68; }
  @media print, screen and (max-width: 767px) {
    .introList_detail_title {
      font-size: 22px;
      margin-bottom: 16px; } }
  @media print, screen and (min-width: 768px) {
    .introList_detail_title {
      font-size: 24px;
      margin-bottom: 25px; } }

.introList_detail_text {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 2.1; }

@media print, screen and (max-width: 767px) {
  .introList_detail_labelList {
    width: calc( 100% + 50px);
    margin-top: 30px; } }

@media print, screen and (min-width: 768px) and (max-width: 1024px) {
  .introList_detail_labelList {
    width: calc( 100% + 160px);
    margin-top: 37px; } }

@media print, screen and (min-width: 1025px) {
  .introList_detail_labelList {
    width: calc( 100% + 140px);
    margin-top: 37px; } }

.introListLabelList_node {
  padding: 8px 50px 9px;
  background-size: 100%;
  background-repeat: repeat-y; }
  .introListLabelList_node + .introListLabelList_node {
    margin-top: 5px; }
  .introList_node:nth-child(2n-1) .introListLabelList_node {
    background-image: url(../images/cuisine/cuisine_label_bg1.png); }
  .introList_node:nth-child(2n) .introListLabelList_node {
    background-image: url(../images/cuisine/cuisine_label_bg2.png); }

.introListLabelList_node_text {
  font-size: 12px;
  letter-spacing: .05em;
  line-height: 1.4; }

.introVisual {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/cuisine/cuisine_bg_1.jpg);
  background-attachment: scroll; }
  @media print, screen and (max-width: 1024px) {
    .introVisual {
      padding-top: 50%; } }
  @media print, screen and (min-width: 1025px) {
    .introVisual {
      height: 500px;
      margin-bottom: 100px; } }

/*=============================================
 
	Feature Point
 
==============================================*/
.feature_inner {
  margin: 0 auto; }
  @media print, screen and (max-width: 1024px) {
    .feature_inner {
      padding-top: 90px;
      padding: 90px 20px 0; } }
  @media print, screen and (min-width: 1025px) {
    .feature_inner {
      margin-bottom: 130px;
      padding: 0 140px; } }

@media print, screen and (max-width: 767px) {
  .feature_title {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 768px) {
  .feature_title {
    margin-bottom: 50px; } }

@media print, screen and (min-width: 1025px) {
  .feature_body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; } }

@media print, screen and (max-width: 1024px) {
  .featureList {
    padding-bottom: 60px; } }

@media print, screen and (min-width: 1025px) {
  .featureList {
    width: 51%;
    max-width: 51%; } }

.featureList_node + .featureList_node {
  margin-top: 40px; }

.featureList_image {
  position: relative;
  overflow: hidden; }
  @media print, screen and (max-width: 1024px) {
    .featureList_image {
      border-radius: 10px;
      margin-bottom: 13px; } }
  @media print, screen and (min-width: 1025px) {
    .featureList_image {
      border-radius: 15px; } }
  .featureList_image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .featureList_image img {
    width: 100%; }
  .is-current .featureList_image:after {
    opacity: 1; }

.featureList_image_title {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  letter-spacing: .08em;
  line-height: 1.68;
  text-align: center;
  color: #FFF;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  @media print, screen and (max-width: 767px) {
    .featureList_image_title {
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .featureList_image_title {
      font-size: 24px; } }
  .is-current .featureList_image_title {
    opacity: 1; }

@media print, screen and (max-width: 1024px) {
  .featureList_detail_lead {
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 2.15; } }

@media print, screen and (min-width: 1025px) {
  .featureDetail {
    position: absolute;
    top: 0;
    left: 50vw;
    width: 420px;
    min-width: 420px;
    height: 20.3vw; } }

.featureDetail.is-top {
  position: absolute;
  top: 0; }

.featureDetail.is-fixed {
  position: fixed;
  top: 50%;
  left: calc( 50vw + 140px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.featureDetail.is-bottom {
  position: absolute;
  top: auto;
  bottom: 0; }

@media print, screen and (min-width: 1025px) {
  .featureDetailList {
    width: 420px; } }

@media print, screen and (min-width: 1025px) {
  .featureDetailList.is-fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); } }

@media print, screen and (min-width: 1025px) {
  .featureDetail_node {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
    .featureDetail_node.is-show {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 100; } }

@media print, screen and (min-width: 1025px) {
  .featureDetail_node_inner {
    position: relative;
    pointer-events: none;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
    transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
    -o-transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
    transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
    transition: opacity 1s ease, transform 1s ease, visibility 1s ease, -webkit-transform 1s ease; }
    .featureDetail_node.is-show .featureDetail_node_inner {
      pointer-events: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } }

@media print, screen and (min-width: 1025px) {
  .featureDetail_lead {
    font-size: 13px;
    letter-spacing: .08em;
    line-height: 2.15; } }

.featureVisual {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }
  @media print, screen and (max-width: 1024px) {
    .featureVisual {
      background-image: url(../images/cuisine/cuisine_bg_2-sp.jpg); } }
  @media print, screen and (max-width: 767px) {
    .featureVisual {
      padding-top: 50%; } }
  @media print, screen and (min-width: 768px) and (max-width: 1024px) {
    .featureVisual {
      padding-top: 50%; } }
  @media print, screen and (min-width: 1025px) {
    .featureVisual {
      height: 500px;
      background-image: url(../images/cuisine/cuisine_bg_2.jpg); } }

/*=============================================
 
	Feature Point
 
==============================================*/
@media print, screen and (max-width: 1024px) {
  .chefSection {
    padding-top: 60px; } }

@media print, screen and (min-width: 1025px) {
  .chefSection {
    padding-top: 210px; } }

@media print, screen and (max-width: 1024px) {
  .chef_title {
    margin-bottom: 40px; } }

@media print, screen and (min-width: 1025px) {
  .chef_title {
    margin-bottom: 95px; } }

@media print, screen and (min-width: 1025px) {
  .chefList {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.chefList_node {
  padding-top: 20px; }
  @media print, screen and (min-width: 1025px) {
    .chefList_node {
      width: 34%;
      margin-bottom: 130px; } }
  @media print, screen and (min-width: 1025px) {
    .chefList_node:nth-child(odd) {
      margin-top: -210px; } }
  @media print, screen and (min-width: 1025px) {
    .chefList_node:nth-child(2), .chefList_node:nth-child(6) {
      margin-left: 90px; } }
  @media print, screen and (min-width: 1025px) {
    .chefList_node:nth-child(4), .chefList_node:nth-child(8) {
      margin-right: 90px; } }
  @media print, screen and (max-width: 1024px) {
    .chefList_node + .chefList_node {
      margin-top: 50px; } }

.chefList_image {
  position: relative; }
  @media print, screen and (max-width: 1024px) {
    .chefList_image {
      width: calc(100% - 20px);
      margin-bottom: 23px; } }
  @media print, screen and (min-width: 1025px) {
    .chefList_image {
      margin-bottom: 25px; } }
  .chefList_image img {
    position: relative;
    z-index: 2;
    width: 100%; }
  .chefList_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: solid 1px #BFB7B5;
    z-index: 1; }
  .chefList_node:nth-child(1) .chefList_image img,
  .chefList_node:nth-child(4) .chefList_image img,
  .chefList_node:nth-child(5) .chefList_image img,
  .chefList_node:nth-child(8) .chefList_image img {
    border-radius: 50% 50% 0 0 / 37% 37% 0 0; }
  .chefList_node:nth-child(1) .chefList_image:after,
  .chefList_node:nth-child(4) .chefList_image:after,
  .chefList_node:nth-child(5) .chefList_image:after,
  .chefList_node:nth-child(8) .chefList_image:after {
    border-radius: 50% 50% 0 0 / 37% 37% 0 0; }
  .chefList_node:nth-child(2) .chefList_image img,
  .chefList_node:nth-child(3) .chefList_image img,
  .chefList_node:nth-child(6) .chefList_image img,
  .chefList_node:nth-child(7) .chefList_image img {
    border-radius: 15px; }
  .chefList_node:nth-child(2) .chefList_image:after,
  .chefList_node:nth-child(3) .chefList_image:after,
  .chefList_node:nth-child(6) .chefList_image:after,
  .chefList_node:nth-child(7) .chefList_image:after {
    border-radius: 15px; }
  .chefList_node:nth-child(odd) .chefList_image:after {
    top: -20px;
    right: -20px; }
  @media print, screen and (max-width: 1024px) {
    .chefList_node:nth-child(even) .chefList_image {
      margin-left: auto; } }
  .chefList_node:nth-child(even) .chefList_image:after {
    top: -20px;
    left: -20px; }

.chefList_detail_group {
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 2; }
  @media print, screen and (max-width: 767px) {
    .chefList_detail_group {
      margin-bottom: 11px; } }
  @media print, screen and (min-width: 768px) {
    .chefList_detail_group {
      margin-bottom: 12px; } }

@media print, screen and (max-width: 767px) {
  .chefList_detail_title {
    margin-bottom: 13px; } }

@media print, screen and (min-width: 768px) {
  .chefList_detail_title {
    margin-bottom: 20px; } }

.chefDatailName {
  letter-spacing: .08em; }
  @media print, screen and (max-width: 767px) {
    .chefDatailName {
      font-size: 22px; } }
  @media print, screen and (min-width: 768px) {
    .chefDatailName {
      font-size: 24px; } }
  .chefDatailName + .chefDatailName {
    padding-left: 4px; }

.chefDatailName-en {
  color: #808080;
  font-size: 12px;
  letter-spacing: 0; }
  .chefDatailName + .chefDatailName-en {
    padding-left: 4px; }

.chefList_detail_lead {
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 2.15; }

.conceptbook_wrap {
  width: 90%;
  margin: 0 auto;
}

/* タイトル */
.conceptwedding-main-title {
  font-size: 2rem;
}

.conceptwedding-sub-title {
  font-size: 1.5rem;
  padding: 30px 0 20px 0;
}

/* Flexで横並び */
.conceptbook_items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start; /* 左詰め配置 */
}

.conceptbook_item {
  flex: 0 0 calc(50% - 10px); /* 2列固定（gap調整込み） */
  box-sizing: border-box;
}


/* iframe関連 */
.my-iframe-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.my-iframe-ratio {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
}

.my-iframe-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .conceptbook_item {
    flex: 1 1 100%;   /* 縦並び */
  }
}

@media (max-width: 480px) {
  .my-iframe-container { padding: 0 12px; }
}
