@charset "UTF-8";
/* ============== reset css ============== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style-type: none;
}
li, ul {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
p {
  display: block;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
  border-radius: 0;
}
/* ============== reset css ============== */
/* ========== スタイル ========== */
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  background-color: #fff;
  color: #1a1a1a;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  overflow-x: hidden;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #1a1a1a;
  cursor: pointer;
  /* transition: all .4s ease-in-out; */
}
/* a:hover {
  color: #962427;
  transition: all .4s ease-in-out;
} */
img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}
iframe {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
svg {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
input::-ms-clear {
  visibility: hidden;
}
div, p {
  letter-spacing: 0.06em;
}
div {
  font-size: 0;
}
button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: "Montserrat", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
picture {
  display: block;
}
#h-dagino-logo .d, #h-dagino-logo .e {
  letter-spacing: -0.04em;
  font-family: ObjektivMk2-XBold, "Objektiv Mk2" !important;
}
#h-dagino-logo .f {
  fill: #f4c65a;
  font-family: ObjektivMk2-XBold, "Objektiv Mk2" !important;
}
#h-dagino-logo .g {
  fill: #00913a;
  font-family: ObjektivMk2-XBold, "Objektiv Mk2" !important;
}
#h-dagino-logo .h {
  fill: #fff;
  font-family: ObjektivMk2-XBold, "Objektiv Mk2" !important;
}
#h-dagino-logo .i {
  fill: #c30d23;
  font-family: ObjektivMk2-XBold, "Objektiv Mk2" !important;
}
#h-dagino-logo .e, #h-dagino-logo .j {
  font-family: ObjektivMk2-XBold, "Objektiv Mk2";
  font-size: 115.96px;
}


/* Loading背景画面設定　*/
body.op-fixed {
  position: fixed;
  top: 0;
  left: 0;
}
body.op-fixed #opening-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}
#opening-bg.fadeOut {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .65s ease-in-out;
  transition: all .65s ease-in-out;
}
#opening-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: .65s all ease-in-out;
  transition: .65s all ease-in-out;
  opacity: 0;
}
#opening-img.is-show {
  -webkit-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
    opacity: 1;
}
#opening-img svg {
  width: 360px;
}
#opening-bg.fadeOut #opening-img {
  -webkit-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
    opacity: 0;
}

.main-wrapper {
  opacity: 0;
}
.main-wrapper.is-show {
  opacity: 1;
  -webkit-transition: .65s all ease-in-out;
  transition: .65s all ease-in-out;
}


.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 70;
  opacity: 0;
}
.header.is-show {
  opacity: 1;
  -webkit-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
}
.header.active {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.header-inner {
  padding: 20px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.header-logo a {
  display: block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo a svg {
  width: 200px;
  height: auto;
}
.menu-btn-wrap {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 40;
}
.menu-btn-inner {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn-inner:hover {
  border: 1px solid #962427;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn-inner:hover .menu-btn-line {
  background-color: #962427;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn-line {
  width: 24px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-btn-line.second {
  top: auto;
  bottom: 20px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.header.open {
  position: fixed;
}
.header.open .menu-btn-inner {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header.open .menu-btn-line {
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 13px;
}
.header.open .menu-btn-line.second {
  top: auto;
  bottom: 25px;
  right: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sp-block {
  display: none;
}
.pc-block {
  display: block;
}
.menu-list-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
          align-items: flex-start;
}

.menu-box-txt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 70%;
  padding-left: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

.menu-box-img {
  display: block;
  min-height: 100vh;
}
.menu-box-img img {
  min-height: 100vh;
}

.menu-list-txt {
  font-size: 1.4rem;
}

.menu-list-txt::before {
  margin-bottom: 4px;
}

.menu-box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  z-index: 60;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-box .header-logo-path1 {
  fill: #fff;
}
.menu-box .menu-box-inner {
  height: 100%;
  overflow-y: scroll;
}
.menu-box .header-logo-path2 {
  stroke: #333;
}
.menu-box .menu-box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-box .menu-btn-wrap {
  margin-right: 8px;
}
.menu-box .menu-btn-txt {
  color: #fff;
}
.menu-box .menu-btn-line {
  background-color: #fff;
}
.menu-box .close-img {
  width: 16px;
}
.menu-box .menu-list-inner .menu-list a {
  position: relative;
  opacity: 1;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.menu-box .menu-list-inner .menu-list a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.menu-box .copy-wrap {
  position: fixed;
  bottom: 40px;
  padding-left: 30px;
  color: #999;
}
.menu-box .copy-wrap .copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #999;
  margin-top: 14px;
}
.menu-box .privacy-btn {
  font-size: 1.2rem;
}
.privacy-btn a {
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.privacy-btn a:hover {
  color: #962427!important;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.menu-list-inner .menu-list {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.menu-list-inner .menu-list:last-child {
  margin-bottom: 0;
}
.menu-list-inner .menu-list span {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 100;
  color: #999;
  margin-left: 10px;
}
.menu-list-inner .menu-list.last {
  margin-bottom: 0;
}
.menu-list-inner .menu-list a {
  position: relative;
  display: inline;
  color: #1a1a1a;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.info-item {
  display: block;
  margin-left: 16%;
}
.address-wrap {
  display: block;
  color: #1a1a1a;
}
.address-item {
  margin-bottom: 40px;
  padding-right: 20px;
  overflow: hidden;
}
.address-item h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.address-btn a {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.address-btn a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.address-btn a::after {
  display: block;
  content: url("../images/icon-pin.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 8px;
  right: -19px;
}
.address-item p {
  font-size: 1.4rem;
}
.link-icon {
  position: absolute;
  border: 0;
}
.link-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.menu-box.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu-box .tel-btn {
  margin-top: 6px;
}
.menu-box .tel-btn a {
  display: inline-block;
  position: relative;
}
.menu-box .tel-btn a::after {
  display: block;
  content: url("../images/icon-phone.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 7px;
  right: -21px;
}
.menu-box .reserve-btn {
  font-size: 1.3rem;
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  padding-right: 40px;
  padding-bottom: 6px;
  margin-top: 16px;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-box .reserve-btn:hover {
  opacity: 0.5;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-box .reserve-btn::after {
  display: block;
  content: url("../images/icon-arrow.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 13px;
  right: 0;
}
.menu-box .sns-wrap {
  padding-top: 20px;
}
.menu-box .sns-wrap button {
  display: block;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-box .sns-wrap button:hover {
  opacity: 0.5;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.menu-box .sns-wrap button p {
  width: 32px;
  height: 32px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  margin-right: 10px;
}
.menu-box .sns-wrap button.ig p {
  display: inline-block;
}
.menu-box .sns-wrap button.ig img {
  width: 15px;
  margin-top: 7px;
}
.menu-box .sns-wrap button.fb {
  margin-top: 16px;
}
.menu-box .sns-wrap button.fb p {
  display: inline-block;
}
.menu-box .sns-wrap button.fb img {
  width: 9px;
  margin-top: 6px;
  margin-right: 1px;
}

@media screen and (max-width: 1100px) {
  .header.open .header-inner {
    background-color: #fff;
  }
  .menu-list-flex {
    display: block;
    height: 100%;
  }
  .menu-box-img {
    display: none;
  }
  .menu-box-txt-wrap {
    width: 100%;
    height: 100%;
    /* align-items: center; */
    padding: 0 30px;
    margin-top: 170px;
  }
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
  .pc-block {
    display: none;
  }
  .header-inner {
    padding: 20px;
  }
  .header-logo a svg {
    width: 160px;
  }
  .menu-btn-wrap {
    width: 45px;
    height: 45px;
  }
  .menu-btn-line {
    width: 19px;
  }
  .menu-btn-line.second {
    bottom: 19px;
  }
  .header-menu-inner {
    height: 100vh;
    padding: 20px;
  }
  .menu-list-flex {
    display: block;
    height: auto;
    margin-top: 80px;
  }
  .header.open .menu-btn-line {
    top: 22px;
  }
  .header.open .menu-btn-line.second {
    bottom: 22px;
  }

  .menu-box-txt-wrap {
    display: block;
    height: auto;
    padding: 0 24px;
    margin-top: 130px;
  }
  .menu-list-inner .menu-list {
    margin-bottom: 24px;
  }
  .info-item {
    margin-left: 0;
    margin-top: 60px;
  }
  .menu-box .copy-wrap {
    position: unset;
    padding: 60px 20px 20px;
  }
}

.kv-wrap {
  position: relative;
  margin-top: 90px;
}
.kv-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv-title-wrap {
  width: 7.39vw;
  margin: 0 auto 40px;
}
.kv-title-wrap h2 {
  width: 100%;
}
.kv-slide-wrap {
  width: 82%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.06);
  }
}

.kv-slide-wrap .swiper-slide-active .slide-img,
.kv-slide-wrap .swiper-slide-duplicate-active .slide-img,
.kv-slide-wrap .swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}
.kv-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.kv-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  vertical-align: middle;
}
.kv-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.kv-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.kv-slide-wrap .swiper-pagination-custom,
.kv-slide-wrap .swiper-pagination-fraction {
  bottom: 20px;
  right: 30px;
  left: auto;
  width: 100%;
  text-align: right;
}
.kv-slide-wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .kv-slide-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.kv-slide-wrap .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 8px;
  height: 8px;
}

/* ========== scroll-down ========== */
.scroll-wrap {
  width: auto;
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 20;
}

.scroll-wrap.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.scroll-down {
  display: block;
  position: relative;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.scroll-down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 90px;
  background-color: #ebecf0;
}
.scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 1px;
  height: 90px;
  background-color: #333;
  -webkit-animation: sdl 1.6s ease-in-out infinite;
          animation: sdl 1.6s ease-in-out infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv-wrap {
    margin-top: 85px;
  }
  .kv-title-wrap {
    width: 5.39vw;
    margin-bottom: 60px;
  }
  .kv-slide-wrap {
    width: 77%;
  }

  /* ========== pagination ========== */
  .kv-slide-wrap .swiper-horizontal > .swiper-pagination-bullets,
.kv-slide-wrap .swiper-pagination-bullets.swiper-pagination-horizontal,
.kv-slide-wrap .swiper-pagination-custom,
.kv-slide-wrap .swiper-pagination-fraction {
    right: 20px;
  }
  .kv-slide-wrap .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
  }

  /* ========== scroll-down ========== */
  .scroll-wrap {
    width: auto;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 20;
  }
}
#concept {
  padding-bottom: 120px;
}

.sec-title-wrap {
  margin-bottom: 45px;
}

.sec-txt-wrap {
  position: relative;
  width: 100%;
}

.rotate-img {
  display: inline-block;
  width: 368px;
  position: absolute;
  right: -220px;
  bottom: -220px;
  z-index: 0;
  -webkit-animation: rotate-anime 28s linear infinite;
          animation: rotate-anime 28s linear infinite;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-read-title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 40px;
}

.sec-read-txt p {
  font-size: 1.6rem;
  margin-bottom: 28px;
}

.name-caption {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #opening-img svg {
    width: 260px;
  }
  #concept {
    padding-bottom: 60px;
  }
  .sec-read-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .sec-read-txt p {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .name-caption {
    font-size: 1.4rem;
  }
  .rotate-img {
    width: 180px;
    right: -20%;
    bottom: -40%;
  }
}

/* videoセクション */
.sec-video {
  max-width: 100%;
}
.video-wrap {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}
.video-wrap video {
  max-width: 100%;
  width: 100%;
  background: transparent url("../images/video-thumb.jpg") 50% 50%/cover no-repeat;
}

#pizza-detail .sec-read-wrap {
  position: relative;
}
#pizza-detail .sec-title-wrap {
  margin-bottom: 0;
}
#pizza-detail .sec-title-wrap h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.29vw;
  max-width: 34px;
}
#pizza-detail .sec-title-wrap h2::before {
  content: none;
}
#pizza-detail .sec-read-txt {
  margin-left: 100px;
  margin-bottom: 60px;
}
#pizza-detail .sec-read-txt p:last-child {
  margin-bottom: 0;
}
#pizza-detail .sec-read-img {
  position: relative;
  margin-left: 100px;
}
#pizza-detail .sec-script {
  width: 422px;
  position: absolute;
  top: -60px;
  right: -80px;
  -webkit-transform: rotateZ(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotateZ(-5deg);
}

@media screen and (max-width: 768px) {
  #pizza-detail {
    padding-top: 60px;
  }
  #pizza-detail .sec-title-wrap h2 {
    width: 3.69vw;
    max-width: 100%;
    min-width: 22px;
  }
  #pizza-detail .sec-read-txt {
    margin-left: 54px;
    margin-bottom: 60px;
  }
  #pizza-detail .sec-read-img {
    width: 100%;
    margin-left: 55px;
  }
  #pizza-detail .sec-script {
    width: 260px;
    top: -40px;
    right: 0;
  }
}
.sec-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 120px;
}

.sec-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-title-wrap h2 {
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 14px;
}
.sec-title-wrap h2::before {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #1a1a1a;
  position: absolute;
  top: 20px;
  left: -60px;
}
.sec-title-wrap span {
  font-size: 1.6rem;
  font-weight: 100;
  line-height: 1;
}

.more-btn {
  position: relative;
  font-size: 1.4rem;
  border-bottom: 1px solid #1a1a1a;
}
.more-btn::after {
  display: block;
  content: url("../images/icon-arrow.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 13px;
  right: 0;
}
.more-btn a {
  padding-bottom: 10px;
  padding-right: 80px;
  display: block;
}

@media screen and (max-width: 768px) {
  .sec-wrap {
    padding-top: 80px;
  }

  .sec-inner {
    max-width: 100%;
    padding: 0 20px;
  }

  .sec-title-wrap {
    margin-bottom: 40px;
  }
  .sec-title-wrap h2 {
    font-size: 2.5rem;
    margin-bottom: 6px;
  }
  .sec-title-wrap h2::before {
    width: 12px;
    top: 13px;
    left: -20px;
  }
  .sec-title-wrap span {
    font-size: 1.2rem;
  }
}
#menu .sec-read-txt p {
  margin-bottom: 60px;
}

.sec-menu-slide-wrap {
  position: relative;
}
.sec-menu-slide-wrap .menu-swiper {
  overflow: visible;
  max-width: 980px;
  margin-left: auto;
}
.sec-menu-slide-wrap .swiper-slide {
  width: 430px;
  padding: 0 20px;
}
.sec-menu-slide-wrap .swiper-slide .slide-inner {
  position: relative;
}
.sec-menu-slide-wrap .slide-inner a {
  display: block;
  position: relative;
  overflow: hidden;
}
.sec-menu-slide-wrap .slide-inner a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#1a1a1a));
  background-image: linear-gradient(180deg, transparent 0 60%, #1a1a1a 100%);
  transition: background-image .4s ease-in-out;
}
.sec-menu-slide-wrap .slide-inner a img {
  transition: all 1s ease-in-out;
}
.sec-menu-slide-wrap .slide-inner a:hover img {
  transition: all 1s ease-in-out;
  transform: scale(1.03);
}
.sec-menu-slide-wrap .slide-txt-wrap {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 1;
}
.sec-menu-slide-wrap .slide-txt-wrap .more-btn {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  padding-right: 80px;
}
.sec-menu-slide-wrap .slide-txt-wrap .more-btn::after {
  content: url("../images/icon-arrow_w.svg");
}
.sec-menu-slide-wrap .menu-name {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 40px;
}
.sec-menu-slide-wrap .menu-name span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 10px;
}

.slide-btn-wrap {
  position: absolute;
  top: 8px;
  right: 10.94%;
}
.slide-btn-wrap .swiper-button-prev,
.slide-btn-wrap .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  left: auto;
  right: auto;
  top: auto;
  margin-top: 0;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-btn-wrap .swiper-button-prev:hover,
.slide-btn-wrap .swiper-button-next:hover {
  background-color: #faf7f2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slide-btn-wrap .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}
.slide-btn-wrap .swiper-button-next {
  top: -40px;
  right: -160px;
}
.slide-btn-wrap .swiper-button-prev::after,
.slide-btn-wrap .swiper-button-next::after {
  font-size: 0;
  display: block;
  content: url(../images/icon-arrow.svg);
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 50%;
}
.slide-btn-wrap .swiper-button-prev::after {
  -webkit-transform: translate(50%, 90%);
          transform: translate(50%, 90%);
}
.slide-btn-wrap .swiper-button-next::after {
  -webkit-transform: translate(50%, 100%);
          transform: translate(50%, 100%);
}
.slide-btn-wrap .menu-scroll {
  background: #ccc;
  width: 100px;
  height: 1px;
  top: -60px;
  left: 50px;
}
.slide-btn-wrap .menu-scroll .swiper-scrollbar-drag {
  height: 1px;
  width: 100%;
  position: absolute;
  background: #1a1a1a;
  border-radius: 10px;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  #menu .sec-read-txt p {
    margin-bottom: 30px;
  }

  .sec-menu-slide-wrap .swiper-slide {
    width: 320px;
  }
  .sec-menu-slide-wrap .slide-txt-wrap {
    left: 24px;
    bottom: 24px;
  }
  .sec-menu-slide-wrap .slide-txt-wrap .menu-name {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
  .sec-menu-slide-wrap .slide-txt-wrap .menu-name span {
    font-size: 1.2rem;
  }
  .sec-menu-slide-wrap .slide-txt-wrap .more-btn {
    font-size: 1.2rem;
    padding-right: 60px;
  }

  .slide-btn-wrap {
    display: none;
    top: 80px;
    right: 100px;
  }
  .slide-btn-wrap .swiper-button-next {
    right: -130px;
  }
  .slide-btn-wrap .menu-scroll {
    width: 70px;
    left: 50px;
  }
}
#brand-story {
  color: #fff;
  position: relative;
  background-image: url("../images/sec-story-img_pc.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
}
#brand-story::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), to(#000));
  background-image: linear-gradient(270deg, transparent 0 30%, #000 100%);
  z-index: -1;
}
#brand-story .sec-title-wrap h2::before {
  background-color: #fff;
}
#brand-story .sec-read-title {
  font-size: 2rem;
  margin-bottom: 48px;
}
#brand-story .sec-read-txt {
  margin-bottom: 60px;
}
#brand-story .sec-read-txt p {
  line-height: 1.7;
  margin-bottom: 24px;
}
#brand-story .sec-read-txt p:last-child {
  margin-bottom: 0;
}
#brand-story .more-btn {
  border-bottom: 1px solid #fff;
}
#brand-story .more-btn a {
  color: #fff;
}
#brand-story .more-btn::after {
  content: url("../images/icon-arrow_w.svg");
}

@media screen and (max-width: 768px) {
  #brand-story {
    background-image: url("../images/sec-story-img_sp.jpg");
    background-position: -18%;
    margin-top: 80px;
    padding-bottom: 80px;
  }
  #brand-story::after {
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, transparent), to(#000));
    background-image: linear-gradient(270deg, transparent 0 10%, #000 100%);
  }
  #brand-story .sec-read-title {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
  #brand-story .sec-read-txt p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
#certification {
  padding-bottom: 184px;
}
#certification .sec-title-wrap {
  text-align: center;
}
#certification .sec-title-wrap h2::before {
  content: none;
}

.sec-certification-slide-wrap .certification-swiper {
  overflow: visible;
}
.sec-certification-slide-wrap .certification-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.sec-certification-slide-wrap .swiper-slide {
  width: auto !important;
  height: 360px !important;
  padding: 0 20px;
}
.sec-certification-slide-wrap .swiper-slide .slide-inner {
  height: 100%;
}
.sec-certification-slide-wrap .swiper-slide img {
  height: 100%;
  width: auto;
}
.sec-certification-slide-wrap .swiper-slide .slide-inner p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #certification {
    padding-bottom: 128px;
  }

  .sec-certification-slide-wrap .swiper-slide {
    height: 240px !important;
    padding: 0 10px;
  }
  .sec-certification-slide-wrap .swiper-slide .slide-inner p {
    font-size: 1.2rem;
    margin-top: 14px;
  }
}
#blog {
  background-color: #faf7f2;
  padding-bottom: 120px;
}
#blog .sec-txt-wrap {
  margin-bottom: 60px;
}
#blog .more-btn {
  position: absolute;
  top: -90px;
  right: 0;
}
.article-wrap {
  position: relative;
  width: 100%;
}
.article-flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
    justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.article-item {
  width: calc(50% - 20px);
}
.article-item a {
  display: block;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.article-item a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.article-item a:hover .article-cate {
  border-color: #962427;
  -webkit-transition: border-color .4s ease-in-out;
  transition: border-color .4s ease-in-out;
}
.article-item a:hover .article-info {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
#blog .article-item {
  margin-right: 40px;
}
#blog .article-item:last-of-type {
  margin-right: 0;
}
.article-img {
  /* background-image: url("../images/article-img_1.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 0;
  padding-bottom: 64.25%;
}
.article-txt-wrap {
  margin-top: 30px;
}
.info-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.article-cate {
  font-size: 1.2rem;
  line-height: 1;
  padding: 5px 10px;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
}
.article-info {
  font-size: 1.2rem;
  color: #4c4c4c;
}
.article-title {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #blog {
    padding-bottom: 110px;
  }
  #blog .sec-txt-wrap {
    margin-bottom: 30px;
  }
  #blog .more-btn {
    top: auto;
    bottom: -68px;
    right: 0;
  }

  .article-flex {
    display: block;
  }

  .article-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 48px;
  }
  .article-item:last-child {
    margin-bottom: 0;
  }

  .article-txt-wrap {
    margin-top: 18px;
  }

  .info-wrap {
    margin-bottom: 12px;
  }

  .article-cate {
    font-size: 1.1rem;
    padding: 6px 10px;
  }

  .article-info {
    font-size: 1.1rem;
  }

  .article-title {
    font-size: 1.4rem;
  }
}
#news {
  padding-bottom: 120px;
}

.sec-title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sec-title-flex .sec-title-wrap {
  width: 24%;
  padding-right: 100px;
}

.news-list-wrap {
  position: relative;
  width: 76%;
}
.news-list-wrap .more-btn {
  position: absolute;
  top: 130px;
  left: -224px;
}

.news-item {
  border-top: 1px solid #ccc;
}
.news-item:last-child {
  border-bottom: 1px solid #ccc;
}
.news-item a {
  display: block;
  -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.news-item a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.news-item a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px 0;
}
.news-item .news-date {
  font-size: 1.4rem;
  margin-right: 80px;
}
.news-item .news-title {
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #news {
    padding-bottom: 50px;
  }

  .sec-title-flex {
    display: block;
  }
  .sec-title-flex .sec-title-wrap {
    width: 100%;
    padding-right: 0;
  }

  .news-list-wrap {
    width: 100%;
  }
  .news-list-wrap .more-btn-wrap {
    text-align: right;
    margin-top: 48px;
  }
  .news-list-wrap .more-btn {
    position: relative;
    top: auto;
    left: 0;
    right: auto;
  }

  .news-item a dl {
    padding: 16px 0;
  }
  .news-item .news-date {
    font-size: 1.2rem;
    margin-right: 30px;
  }
  .news-item .news-title {
    font-size: 1.2rem;
  }
}
#access {
  position: relative;
  z-index: 1;
  padding-top: 0;
}
#access::after {
  display: block;
  content: "";
  background-color: #faf7f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 60vw;
  margin-left: auto;
}
#access .sec-inner {
  padding-top: 120px;
  background-color: #faf7f2;
}

.access-inner {
  padding-right: 120px;
  padding-bottom: 90px;
}

.shop-img {
  position: relative;
  width: 100%;
}
.shop-img p {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.shop-img p span {
  display: block;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 8px;
}

.access-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 48px;
}

.map-info {
  width: 33.3%;
  margin-right: 30px;
}

.shop-time-wrap {
  width: 33.3%;
  padding-left: 30px;
  border-left: 1px solid #666;
}

.map-shop-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.map-shop-title span {
  font-size: 1.4rem;
  font-style: italic;
  color: #e0d9d1;
  margin-left: 10px;
}

.address-link {
  display: block;
  margin-bottom: 12px;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.address-link p {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
}
.address-link span {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  padding: 2px 6px;
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  margin-left: 10px;
  vertical-align: bottom;
}
.address-link:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.address-link:hover span {
  border: 1px solid #962427;
  -webkit-transition: border .4s ease-in-out;
  transition: border .4s ease-in-out;
}

.map-info .tel-btn {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 32px;
}
.map-info .tel-btn a {
  position: relative;
}
.map-info .tel-btn a::after {
  display: block;
  content: url(../images/icon-phone.svg);
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 3px;
  right: -21px;
}
.tel-btn a {
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.tel-btn a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}

.access-info-wrap .reserve-btn {
  display: inline-block;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
  padding-right: 40px;
  padding-bottom: 6px;
}
.access-info-wrap .reserve-btn::after {
  display: block;
  content: url(../images/icon-arrow.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 13px;
  right: 0;
}

.shop-time-wrap p {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.shop-time-wrap p .time {
  display: block;
  font-weight: 400;
  margin-bottom: 6px;
}
.shop-time-wrap p .day {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
}
.shop-time-wrap p .time-caption {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 4px;
}
.shop-time-wrap .holiday {
  margin-bottom: 0;
}
.shop-time-wrap .holiday .holiday-caption {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  #access::after {
    max-width: 100%;
  }
  #access .sec-inner {
    padding-top: 60px;
    background-color: #faf7f2;
  }
  .access-inner {
    padding-right: 0;
    padding-bottom: 60px;
  }
  .shop-img p {
    font-size: 1.4rem;
    bottom: 16px;
    left: 16px;
  }
  .shop-img p span {
    font-size: 1rem;
    margin-top: 4px;
  }
  .access-info-wrap {
    display: block;
    margin-top: 40px;
  }
  .access-info-wrap .reserve-btn {
    font-size: 1.3rem;
  }
  .access-info-wrap .reserve-btn::after {
    bottom: 12px;
  }
  .map-info {
    width: 100%;
    margin-right: 0;
    margin-bottom: 48px;
  }
  .shop-time-wrap {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
  .map-shop-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .address-link {
    margin-bottom: 16px;
  }
  .map-info .tel-btn {
    margin-bottom: 24px;
  }
}
#social {
  background-image: url("../images/social-bg-img_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 120px;
  margin-top: 90px;
}
#social .sec-title-wrap {
  text-align: center;
  color: #fff;
}
#social .sec-title-wrap h2::before {
  content: none;
}
#social .sec-txt-wrap {
  text-align: center;
  color: #fff;
}
#social .sec-read-txt {
  line-height: 1.8;
}
#social .sec-read-txt p {
  margin-bottom: 0;
}
#social .sns-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 30px;
}
#social .sns-wrap button {
  display: block;
  margin: 0 30px;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
#social .sns-wrap button:hover {
  opacity: 0.5;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
#social .sns-wrap button a {
  color: #fff;
  font-size: 1.4rem;
}
#social .sns-wrap button p {
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}
#social .sns-wrap button.ig p {
  display: inline-block;
}
#social .sns-wrap button.ig img {
  width: 15px;
  margin-top: 7px;
}
#social .sns-wrap button.fb p {
  display: inline-block;
}
#social .sns-wrap button.fb img {
  width: 9px;
  margin-top: 6px;
  margin-right: 1px;
}

@media screen and (max-width: 768px) {
  #social {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
  }
  #social .sec-read-txt p {
    font-size: 1.4rem;
  }
  #social .sns-wrap button.ig {
    margin-left: 0;
    margin-right: 20px;
  }
  #social .sns-wrap button.fb {
    margin-right: 0;
    margin-left: 20px;
  }
  #social .sns-wrap button a {
    font-size: 1.4rem;
  }
}
#f-dagino .d, #f-dagino .e {
  letter-spacing: -0.04em;
}
#f-dagino .f {
  fill: #f4c65a;
}
#f-dagino .g {
  fill: #00913a;
}
#f-dagino .h, #f-dagino .i, #f-dagino .e {
  fill: #fff;
}
#f-dagino .j {
  fill: #c30d23;
}
#f-dagino .i, #f-dagino .e {
  font-family: ObjektivMk2-XBold, "Objektiv Mk2";
  font-size: 115.96px;
}

.footer {
  background-color: #1a1a1a;
  padding: 90px 0;
  z-index: 2;
  position: relative;
  opacity: 0;
}
.footer.is-show {
  opacity: 1;
  -webkit-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
}
.footer .footer-logo a {
  display: inline-block;
}
.footer .footer-logo a svg {
  width: 220px;
  height: auto;
}
.footer .menu-list-flex {
  display: block;
}
.footer .menu-box-txt-wrap {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-left: 0;
  margin-top: 60px;
}
.footer .menu-list-txt {
  font-size: 1.4rem;
}
.footer .menu-list-txt::before {
  margin-bottom: 4px;
}
.footer .copy-wrap .copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #ccc;
  margin-top: 14px;
}
.footer .privacy-btn {
  font-size: 1.2rem;
}
.footer .privacy-btn a {
  color: #ccc;
}
.footer .menu-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .menu-list-inner:first-child {
  margin-right: 60px;
}
.footer .menu-list-inner .menu-list {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 20px;
}
.footer .menu-list-inner .menu-list:last-child {
  margin-bottom: 0;
}
.footer .menu-list-inner .menu-list.last {
  margin-bottom: 0;
}
.footer .menu-list-inner .menu-list a {
  position: relative;
  display: inline;
  color: #fff;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.footer .menu-list-inner .menu-list a:hover {
  color: #962427;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.footer .info-item {
  display: block;
  margin-left: 0%;
}
.footer .address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #fff;
}
.footer .address-item {
  margin-bottom: 0;
  padding-right: 20px;
}
.footer .address-item:first-child {
  margin-right: 40px;
}
.footer .address-item h3 {
  color: #fff;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.footer .address-btn a {
  color: #fff;
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  -webkit-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}
.footer .address-btn a::after {
  display: block;
  content: url("../images/icon-pin_w.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 8px;
  right: -19px;
}
.footer .address-btn a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.footer .address-item p {
  font-size: 1.4rem;
}
.footer .link-icon {
  position: absolute;
  border: 0;
}
.footer .link-icon svg {
  width: 20px;
  height: 20px;
  margin-top: 0;
}
.footer .tel-btn {
  margin-top: 6px;
}
.footer .tel-btn a {
  color: #fff;
  display: inline-block;
  position: relative;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.footer .tel-btn a::after {
  display: block;
  content: url("../images/icon-phone_w.svg");
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 7px;
  right: -21px;
}
.footer .tel-btn a:hover {
  color: #962427;
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
}
.footer .reserve-btn {
  display: inline-block;
  border-bottom: 1px solid #fff;
  position: relative;
  padding-right: 40px;
  padding-bottom: 6px;
  margin-top: 30px;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer .reserve-btn a {
  color: #fff;
}
.footer .reserve-btn:hover {
  opacity: 0.5;
  -webkit-transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.footer .reserve-btn::after {
  display: block;
  content: url("../images/icon-arrow_w.svg");
  width: 12px;
  height: 12px;
  position: absolute;
  bottom: 13px;
  right: 0;
}
.footer .copy-wrap {
  margin-top: 60px;
}

.footer-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 800px) {
  .footer {
    padding: 60px 0;
  }
  .footer .footer-logo a svg {
    width: 160px;
  }
  .footer .menu-list-flex {
    margin-top: 0;
  }
  .footer .menu-box-txt-wrap {
    display: block;
    padding-right: 0;
    margin-top: 40px;
  }
  .footer .menu-list-wrap {
    margin-bottom: 60px;
  }
  .footer .menu-list-inner {
    margin-bottom: 0;
  }
  .footer .menu-list-inner .menu-list {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .footer .menu-list-inner:first-child {
    margin-right: 90px;
  }
  .footer .address-wrap {
    display: block;
  }
  .footer .address-item:first-child {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 60px;
  }
  .footer .address-item:last-child {
    margin-bottom: 0;
  }
  .footer .reserve-btn {
    margin-top: 24px;
  }
  .footer .reserve-btn a {
    font-size: 1.4rem;
  }
  .footer .copy-wrap {
    margin-top: 60px;
  }
}
/* =============== page-menu CSS =============== */
.sec-wrap.first {
  padding-top: 180px;
}

.page-menu {
  /* ========== コースセクション ========== */
  /* ========== ドリンクセクション ========== */
  /* ========== テイクアウトセクション ========== */
  /* ========== スマホ対応 ========== */
}
.page-menu .sec-title-wrap {
  position: relative;
  text-align: center;
}
.page-menu .sec-title-wrap h2::before {
  content: none;
}
.page-menu .sec-read-txt p {
  text-align: center;
}
.page-menu .sec-title-wrap .script-img {
  position: absolute;
  top: -60px;
  right: -20%;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.page-menu .menu-main-img-wrap {
  position: relative;
  margin-bottom: 40px;
}
.page-menu .menu-main-img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(#1a1a1a));
  background-image: linear-gradient(180deg, transparent 0 60%, #1a1a1a 100%);
}
.page-menu .menu-main-img-wrap .txt-wrap {
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
}
.page-menu .menu-main-img-wrap .txt-wrap span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  margin-top: 12px;
}
.page-menu .sec-read-wrap {
  position: relative;
}
.page-menu .sec-read-wrap p {
  font-size: 1.6rem;
}
.page-menu #page-menu-pizza .swiper {
  overflow: visible;
}
.page-menu .sec-menu-slide-wrap {
  margin-top: 60px;
}
.page-menu .sec-menu-slide-wrap .slide-inner a::after {
  content: none;
}
.page-menu .page-slide-menu-img {
  position: relative;
  margin-bottom: 20px;
}
.page-menu .sec-menu-slide-wrap .swiper-slide {
  padding: 0;
  padding-right: 40px;
}
.page-menu .sec-menu-slide-wrap .slide-menu-txt-wrap .menu-name {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.page-menu .menu-material {
  color: #1a1a1a;
  font-size: 1.4rem;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-menu .menu-price {
  color: #1a1a1a;
  font-size: 1.2rem;
}
.page-menu .page-menu-btn-wrap {
  display: block;
  margin-top: 60px;
}
.page-menu .page-menu-btn-wrap .more-btn.menu {
  margin-left: 30px;
}
.page-menu .page-menu-food-wrap {
  width: 100%;
  margin-top: 60px;
}
.page-menu .page-menu-food-wrap .menu-food-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-menu .menu-food-flex li {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}
.page-menu .menu-food-flex li:nth-child(even) {
  margin-right: 0;
}
.page-menu .menu-food-flex li .txt-wrap {
  margin-top: 20px;
}
.page-menu .menu-food-flex li .txt-wrap p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
.page-menu .menu-food-flex li .txt-wrap p span {
  display: inline-block;
  margin-left: 14px;
  font-style: italic;
  color: #f0eadf;
}
.page-menu .menu-food-flex li .txt-wrap .food-material {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}
.page-menu .sec-sub-inner {
  padding-top: 120px;
  max-width: 100%;
  padding-right: 210px;
  padding-right: 15.44vw;
  margin-right: auto;
}
.page-menu .sec-sub-inner .inner-txt-wrap {
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto;
}
.page-menu .sec-sub-inner .sec-read-wrap {
  margin-bottom: 60px;
}
.page-menu .sec-sub-inner .page-menu-btn-wrap {
  margin-top: 60px;
}
.page-menu #page-menu-food .page-menu-btn-wrap {
  margin-top: 20px;
}
.page-menu .menu-detail-txt {
  margin-bottom: 42px;
}
.page-menu .menu-detail-txt:last-of-type {
  margin-bottom: 0;
}
.page-menu .menu-detail-txt h3 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.page-menu .menu-detail-txt h3::before {
  display: block;
  content: "";
  background-color: #962427;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -10px;
}
.page-menu .menu-detail-txt p {
  font-size: 1.4rem;
}
.page-menu .sec-sub-inner.left {
  padding-right: 0;
  padding-left: 15.44vw;
}
.page-menu .menu-drink-txt {
  margin-bottom: 42px;
}
.page-menu .menu-drink-txt .menu-detail-txt {
  margin-bottom: 24px;
}
.page-menu .menu-drink-txt .menu-detail-txt h3 {
  line-height: 1;
  margin-bottom: 10px;
}
.page-menu .menu-drink-txt .menu-detail-txt h3::before {
  content: "◇";
  height: 100%;
  width: auto;
  font-size: 1.8rem;
  background-color: transparent;
  color: #1a1a1a;
  left: -24px;
}
.page-menu #page-takeout {
  margin-bottom: 90px;
}
.page-menu #page-takeout .access-info-wrap {
  padding: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #faf7f2;
}
.page-menu #page-takeout .shop-time-wrap {
  width: auto;
}
.page-menu .takeout-btn-wrap {
  background-color: #faf7f2;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-menu .takeout-btn {
  text-align: center;
  margin: 0 20px;
}
.page-menu .takeout-btn p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 16px;
}
.page-menu .takeout-btn a {
  display: block;
  font-size: 1.4rem;
  padding: 12px 60px;
  border: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .page-menu {
    /* ========== フードセクション ========== */
    /* ========== コースセクション ========== */
    /* ========== ドリンクセクション ========== */
    /* ========== テイクアウトセクション ========== */
  }
  .page-menu .sec-title-wrap .script-img {
    width: 120px;
    top: -40px;
    right: -7%;
  }
  .page-menu .sec-wrap.first {
    padding-top: 140px;
  }
  .page-menu .sec-read-wrap p {
    font-size: 1.4rem;
  }
  .page-menu .menu-main-img-wrap {
    margin-bottom: 30px;
  }
  .page-menu .menu-main-img-wrap .txt-wrap {
    font-size: 2rem;
    bottom: 20px;
    left: 20px;
  }
  .page-menu .menu-main-img-wrap .txt-wrap span {
    font-size: 1.2rem;
    margin-top: 8px;
  }
  .page-menu .slide-btn-wrap {
    display: none;
  }
  .page-menu .sec-menu-slide-wrap {
    margin-top: 40px;
  }
  .page-menu .sec-menu-slide-wrap .swiper-slide {
    padding-right: 20px;
  }
  .page-menu .sec-menu-slide-wrap .slide-menu-txt-wrap .menu-name {
    font-size: 1.6rem;
  }
  .page-menu .page-menu-btn-wrap {
    margin-top: 48px;
  }
  .page-menu .page-menu-btn-wrap .more-btn.menu {
    display: block;
    margin-left: 0;
    margin-top: 24px;
  }
  .page-menu #page-menu-pizza .menu-main-img-wrap,
.page-menu #page-menu-food .menu-main-img-wrap {
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
  }
  .page-menu .page-menu-food-wrap {
    margin-top: 40px;
  }
  .page-menu .page-menu-food-wrap .menu-food-flex {
    display: block;
  }
  .page-menu .page-menu-food-wrap .menu-food-flex li {
    width: 100%;
    margin-right: 0;
  }
  .page-menu .page-menu-food-wrap .menu-food-flex li .txt-wrap p {
    font-size: 1.6rem;
  }
  .page-menu .page-menu-food-wrap .menu-food-flex li .txt-wrap p span {
    margin-left: 10px;
  }
  .page-menu .page-menu-food-wrap .menu-food-flex li .txt-wrap .food-material {
    font-size: 1.4rem;
  }
  .page-menu .sec-sub-inner {
    padding-top: 80px;
    padding-right: 0;
    margin-right: 0;
  }
  .page-menu .sec-sub-inner.left {
    padding-left: 0;
  }
  .page-menu .sec-sub-inner .sec-read-wrap {
    margin-bottom: 40px;
  }
  .page-menu .sec-sub-inner .page-menu-btn-wrap {
    margin-top: 48px;
  }
  .page-menu .inner-txt-wrap {
    max-width: 100%;
  }
  .page-menu .menu-detail-txt {
    margin-bottom: 40px;
  }
  .page-menu .menu-detail-txt h3 {
    font-size: 1.6rem;
    margin-bottom: 14px;
  }
  .page-menu .menu-detail-txt p {
    font-size: 1.3rem;
  }
  .page-menu .menu-drink-txt {
    margin-bottom: 40px;
  }
  .page-menu .menu-drink-txt .menu-detail-txt {
    margin-bottom: 20px;
  }
  .page-menu .menu-drink-txt .menu-detail-txt h3 {
    margin-bottom: 6px;
  }
  .page-menu .menu-drink-txt .menu-detail-txt h3::before {
    font-size: 1.2rem;
    left: -15px;
    top: 1px;
  }
  .page-menu #page-takeout {
    margin-bottom: 0;
  }
  .page-menu #page-takeout .sec-inner {
    padding: 0;
  }
  .page-menu #page-takeout .access-info-wrap {
    margin-top: 0;
    padding: 40px 20px;
  }
  .page-menu .takeout-btn-wrap {
    display: block;
    padding-top: 20px;
  }
  .page-menu .takeout-btn {
    margin: 0;
    margin-bottom: 30px;
  }
  .page-menu .takeout-btn:last-of-type {
    margin-bottom: 0;
  }
  .page-menu .takeout-btn a {
    font-size: 1.2rem;
  }
}


body.single .header {
  background-color: #fff;
}
.single-container {
  width: 100%;
  margin-top: 90px;
}
.single-fv {
  width: 100%;
}
.single-fv-img {
  background-image: url("../images/single-fv-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top 35%;
  height: 100vh;
  max-height: 900px;
}
.single-contents {
  width: 100%;
}
.single-contents .info-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}
.single-contents .article-cate {
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 18px;
  margin-bottom: 0;
  display: block;
  padding: 5px 10px;
}
.single-contents p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 24px;
}
.single-contents .wp-block-quote p {
  position: relative;
  font-weight: 600;
  font-style: italic;
  margin-left: 12px;
}
.single-contents .wp-block-quote p::before {
  display: block;
  content: "";
  background-color: #962427;
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -10px;
}
.content-wrap {
  width: 100%;
}
.content-inner {
  max-width: 740px;
  margin: 0 auto;
  padding: 60px 20px 90px;
}
.single-title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 72px;
}
.sns-share-wrap {
  text-align: center;
  letter-spacing: 0;
  margin-top: 36px;
}
.sns-share-wrap p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.sns-share-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sns-share-wrap li {
  margin-right: 20px;
}
.sns-share-wrap li:last-of-type {
  margin-right: 0;
}
.sns-share-wrap li a {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #1a1a1a;
  border-radius: 50%;
}
.sns-share-wrap li.fb svg {
  width: 9px;
  height: auto;
  margin-top: 6px;
  margin-right: 1px;
}
.sns-share-wrap li.tw svg {
  width: 14px;
  height: auto;
  margin-top: 9px;
}
.sns-share-wrap li.line svg {
  width: 16px;
  height: auto;
  margin-top: 7px;
}
.sns-share-wrap #fb-path .d {
  fill: #1a1a1a;
}
.sns-share-wrap #tw-path .d {
  fill: #1a1a1a;
}
.sns-share-wrap #line-path .d {
  fill: #1a1a1a;
}

/* 記事ページCSS */
.content-wrap h2 {
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 2px solid #1a1a1a;
  padding-bottom: 6px;
  margin: 36px 0 24px;
}
.content-wrap hr {
  margin: 24px 0;
}
.content-wrap a {
  text-decoration: underline;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.content-wrap a:hover {
  color: #962427;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.content-wrap .wp-block-image {
  margin: 0 0 1em;
  margin-bottom: 20px;
}
.single-contents html#facebook ._5pcb._5tmf._50f3 {
  margin: 0 auto!important;
}
._5tmf._5pcb {
  margin: 0 auto!important;
}
/* カレンダーCSS */
#xo-event-calendar-1 div,
.xo-event-calendar div {
  font-size: 1.4rem;
}

/* YouTube動画埋め込み（Classic Editor） */
.content-wrap .youtube-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 36px auto 24px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.content-wrap .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube動画埋め込み（Gutenberg） */
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin: 36px auto 24px;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-wrap html#facebook ._5pcb._5tmf._50f3 {
  margin: 0 auto;
}
.post-template-single-pizza .content-wrap .more-btn-wrap {
  margin-top: 40px;
}
.post-template-single-pizza .content-wrap .more-btn a {
  text-decoration: none;
}
/* キャプション */
.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 1.1rem;
  text-align: center;
  color: #999;
}
/* テーブル */
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
  font-size: 1.6rem;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #1a1a1a;
  padding: 6px;
  vertical-align: middle;
}
/* リスト */
.single-contents ul li {
  list-style-type: disc;
  font-size: 1.6rem;
}
.single-contents ul li.fb,
.single-contents ul li.tw,
.single-contents ul li.line,
.single-contents ul li.article-item,
.single-contents ul li.tag-item {
  list-style-type: none;
}

/* パンくず */
.breadcrumbs {
  font-size: 1.2rem;
  color: #999;
  width: 100%;
  margin-top: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs a {
  color: #999;
  transition: all .4s ease-in-out;
}
.breadcrumbs a:hover {
  color: #962427;
  transition: all .4s ease-in-out;
}

/* タグキーワード */
.tag-box {
  margin-top: 30px;
}
.single-contents .tag-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 18px;
}
.tag-list {
  width: 100%;
}
.tag-list ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.tag-list .tag-item {
  border: 1px solid #1a1a1a;
  border-radius: 20px;
  margin-right: 10px;
}
.tag-list .tag-item:last-of-type {
  margin-right: 0;
}
.tag-list .tag-item a {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 12px;
  text-decoration: none;
}

/* 関連記事CSS */
.custom-related-post {
  margin-top: 90px;
}
.custom-related-post h3 {
  text-align: left;
}
.custom-related-post .custom-related-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 30px;
}
.related-post-container .article-item {
  margin-right: 40px;
}
.related-post-container .article-item:last-of-type {
  margin-right: 0;
}
.related-post-container .article-item a {
  text-decoration: none;
}
.custom-related-post .info-wrap {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .single-container {
    margin-top: 85px;
  }
  .single-fv-img {
    height: 70vh;
    max-height: 600px;
  }
  .content-inner {
    padding: 30px 20px 60px;
  }
  .single-contents .article-cate {
    padding: 6px 10px;
  }
  .single-contents p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .single-contents .tag-title {
    margin-bottom: 12px;
  }
  .single-title {
    font-size: 2.4rem;
    margin-bottom: 42px;
  }
  .sns-share-wrap p {
    margin-bottom: 12px;
  }

  /* 記事ページCSS */
  .content-wrap h2 {
    font-size: 2rem;
    padding-bottom: 4px;
    margin: 30px 0 20px;
  }
  .content-wrap hr {
    margin: 20px 0;
  }

  /* テーブル */
  .wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
    font-size: 1.4rem;
  }
  /* リスト */
  .single-contents ul li {
    font-size: 1.4rem;
  }
  /* パンくず */
  .breadcrumbs {
    font-size: 1.1rem;
    text-overflow: unset;
    overflow: scroll;
  }
  .breadcrumbs::-webkit-scrollbar {
    /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
    display: none;
  }

  /* タグキーワード */
  .tag-list .tag-item a {
    padding: 6px 10px;
  }
}
