@charset "UTF-8";

/* =========================================================
  link color
========================================================= */
a {
  color: var(--a-color);
  text-decoration: underline;
}

a:hover {
  color: var(--a-hover-color);
  text-decoration: none;
}

a:visited {
  color: var(--a-visited-color);
}

/* =========================================================
  outline
========================================================= */
*:not(area):focus {
  box-shadow: 0 0 0px 1px white;
  outline: dotted !important;
}

/* =========================================================
  switching (pc / sp)
========================================================= */
@media only screen and (min-width: 535px), print {
  .for-sp {
    display: none !important;
  }
}

@media only screen and (max-width: 959px) {
  .for-pc {
    display: none !important;
  }
}

/* =========================================================
  site layout
========================================================= */
#container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: clip;
}

#pageHeader {
  display: flex;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
  background: none !important;
  pointer-events: none;
}

#pageHeader > * {
  pointer-events: auto;
}

#headMenuDetail {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 95%;
  max-width: 760px;
  max-height: 100dvh;
  padding: 140px 40px 50px;
  overflow-x: hidden;
  overscroll-behavior: contain;
  background: #f2eeeb;
}

#container.headMenuOpen #headMenuDetail {
  display: flex;
  flex-direction: column;
}

#main {
  flex-grow: 1;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto 50px;
  padding: 12px 15px 0;
}

#pageFooter {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  #headMenuDetail {
    padding: 55px 15px 30px;
  }

  #breadCrumbBlock {
    padding: 0;
  }

  #main {
    margin-bottom: 20px;
    padding-top: 0;
  }
}

/* =========================================================
  banner
========================================================= */
.bannerImages .banner a[href="#"] {
  cursor: default;
  pointer-events: none;
}

/* =========================================================
  slick
========================================================= */
#container .slick-prev,
#container .slick-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 64px;
  height: 64px;
  background-size: cover;
}

#container .slick-prev {
  background-image: url(/_themes/site/images/promotion/ic-slider_prev.svg) !important;
}

#container .slick-next {
  background-image: url(/_themes/site/images/promotion/ic-slider_next.svg) !important;
}

#container .slick-btn-wrapper .slick-btn {
  gap: 10px;
}

#container .slick-btn-wrapper .slick-btn .slick-dots {
  gap: 10px;
}

#container .slick-btn-wrapper .slick-btn .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 2px solid #8a7161;
  border-radius: 50%;
  background-image: none !important;
}

#container .slick-btn-wrapper .slick-btn .slick-dots li.slick-active button {
  background: #8a7161 !important;
}

#container .slick-btn-wrapper .slick-btn .slick-control button {
  padding: 4px 14px;
  border: 1px solid #604c3f;
  border-radius: 3px;
  background-image: none !important;
  background-color: #604c3f;
  color: var(--mono-color-9);
  font-size: 0.8125rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  #container .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
  piece
========================================================= */

/* siteLogo
----------------------------------------------- */
#siteLogo {
  flex-grow: 0;
  flex-shrink: 0;
  width: min(22vw,180px);
  padding: 28px 0 0 28px;
  background: none !important;
}

#siteLogo h1 a {
  display: inline-block;
  outline-offset: -4px;
  transition: opacity 0.25s ease-in-out;
}

#siteLogo h1 a:hover {
  opacity: 0.6;
}

#siteLogo h1 img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
}

@media only screen and (max-width: 534px) {
  #siteLogo {
    width: 86px;
    padding: 8px 0 0 8px;
  }
}

/* headMenu
----------------------------------------------- */
#headMenu {
  position: relative;
  z-index: 1;
  margin-left: auto;
  padding: 40px 40px 0 0;
  background: none !important;
}

#headMenu .pieceBody {
  display: flex;
  align-items: center;
  gap: 0 5px;
  height: 100%;
}

#headMenu .pieceBody .tool-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 11px;
  margin-right: 6px;
  padding: 10px 0;
}

/* col-btn */
#headMenu .col-btn {
  align-self: flex-end;
}

#headMenu .col-btn button {
  width: 60px;
  height: 60px;
  border: none;
  background: url(/_themes/site/images/promotion/menu.svg) center center / cover no-repeat !important;
  color: var(--ac-color-blue-1);
  font-size: 0;
  transition: all 0.25s ease-in-out;
  outline-offset: -4px;
}

#headMenu .col-btn button:hover {
  opacity: 0.6;
}

#headMenu .col-btn button.open {
  background-image: url(/_themes/site/images/promotion/menu_close.svg) !important;
}

@media only screen and (max-width: 534px) {
  #headMenu {
    padding: 18px 18px 0 0;
  }

  #headMenu .col-btn button {
    width: 50px;
    height: 50px;
  }
}

/* headMenuDetail accessibilityTool
----------------------------------------------- */
#accessibilityTool {
  width: 100%;
  margin-bottom: 60px;
}

/* tools
---------------------- */
#accessibilityTool .tools {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 80px;
}

#accessibilityTool .tools > li {
  flex-grow: 1;
  flex-basis: calc((100% - 80px) / 2);
  min-width: 0;
}

#accessibilityTool .tools > li > span {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #f0e4da;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

#accessibilityTool .tools > li:not(.note) ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

#accessibilityTool .tools > li:not(.note) a {
  display: inline-block;
  min-width: 5em;
  padding: 8px 18px;
  border-bottom: 2px solid var(--mono-color-4);
  border-radius: 8px;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
  background: var(--mono-color-9);
  color: inherit;
  text-decoration: none;
  text-align: center;
}

#accessibilityTool .tools > li:not(.note) a:hover {
  opacity: 0.6;
}

/* ruby */
#accessibilityTool .tools > li.ruby:has(li a.rubyOn) + li.talk a {
  opacity: 0.3;
  background: var(--mono-color-4);
  cursor: default;
  pointer-events: none;
}
#accessibilityTool .tools > li.ruby .rubyOff {
  display: none;
}

/* talk */
#accessibilityTool .tools > li.talk > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

#accessibilityTool .tools > li.talk #navigationTalkCreatingFileNotice {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

#accessibilityTool .tools > li.talk .navigationTalkPlayer {
  max-width: 100%;
  padding: 10px 10px 7px;
  overflow-y: hidden;
  border: 1px solid var(--ac-color-green-1);
  border-radius: 10px;
  background: var(--mono-color-9);
}

#accessibilityTool .tools > li.talk .navigationTalk:not(.talkOn) + .navigationTalkPlayer {
  display: none;
}

#accessibilityTool .tools > li.talk .navigationTalkPlayer audio {
  margin-right: 10px;
}

/* themeColor */
#accessibilityTool .tools > li.themeColor a {
  min-width: 4em;
}

#accessibilityTool .tools > li.themeColor .themeYellow {
  background: #ff0;
}

#accessibilityTool .tools > li.themeColor .themeBlue {
  background: #00f;
  color: var(--mono-color-9);
}

#accessibilityTool .tools > li.themeColor .themeBlack {
  background: var(--mono-color-1);
  color: var(--mono-color-9);
}

/* zoom */
#container[style*="transform: scale(1.2)"] #accessibilityTool .tools > li.zoom .zoomLarge,
#container[style*="transform: scale(1)"] #accessibilityTool .tools > li.zoom .zoomMiddle,
#container[style*="transform: scale(0.8)"] #accessibilityTool .tools > li.zoom .zoomSmall {
  background-color: var(--ac-color-green-4);
}

/* note */
#accessibilityTool .tools > li.note ul {
  padding-left: 8px;
}

#accessibilityTool .tools > li.note li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 12px;
  font-size: 0.875rem;
}

#accessibilityTool .tools > li.note li::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mono-color-0);
}

/* navigationNotice */
#navigationNotice {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99999;
  transform: translateX(-50%);
  width: 70vw;
  padding: 25px;
  border: 1px solid var(--ac-color-blue-1);
  border-radius: 10px;
  background: var(--ac-color-blue-3);
  font-size: 1.125rem;
  text-align: center;
  animation: 6s fadeInOut forwards;
}

@keyframes fadeInOut {
  0% {
    visibility: hidden;
    opacity: 0;
    top: 20px;
    transform: translate(-50%,-100%);
  }
  5% {
    opacity: 1;
  }
  10% {
    visibility: visible;
    top: 20px;
    transform: translate(-50%,0);
  }
  85% {
    opacity: 1;
    top: 20px;
  }
  95% {
    visibility: hidden;
    opacity: 0;
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #accessibilityTool {
    margin-bottom: 30px;
  }

  #accessibilityTool .tools {
    gap: 20px 15px;
  }

  #accessibilityTool .tools > li:not(.note) a {
    font-size: 0.875rem;
  }

  #navigationNotice {
    width: 80vw;
    padding: 15px;
    font-size: 0.875rem;
  }
}

/* headMenuDetail menuList
----------------------------------------------- */
#menuList .pieceBody {
  display: flex;
  align-items: center;
  gap: 0 80px;
}

#menuList .pieceBody > * {
  flex: 1 1 0;
}

#menuList li {
  border-bottom: 2px solid #f0e4da;
}

#menuList a {
  display: block;
  padding: 23px 30px 23px 0;
  background: url(/_themes/site/images/promotion/menu-arrow01.svg) right center no-repeat;
  color: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  transition: opacity 0.25s ease-in-out;
}

#menuList a[href*="#"] {
  background: url(/_themes/site/images/promotion/menu-arrow02.svg) right center no-repeat;
}

#menuList a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 767px) {
  #menuList .pieceBody {
    gap: 0 15px;
  }

  #menuList a {
    padding: 15px 30px 15px 0;
    font-size: 0.875rem;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter .copy {
  padding: 60px 0 30px;
  text-align: center;
}

#commonFooter .copy small {
  font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
  #commonFooter .copy {
    padding: 15px 0;
  }
}

/* pageTop
----------------------------------------------- */
#pageTop {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 1;
}

#pageTop a {
  transition: opacity 0.25s ease-in-out;
}

#pageTop a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 534px) {
  #pageTop {
    right: 8px;
    bottom: 10px;
  }
}

/* page-header
----------------------------------------------- */
.page-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-header .category {
  min-width: 150px;
  padding: 5px;
  border-radius: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.page-header .category.uzushio {
  background-color: #78cbec;
}

.page-header .category.kanko {
  background-color: #f09d9c;
}

.page-header .category.gourmet {
  background-color: #c0ce5d;
}

.page-header .category.sports {
  background-color: #eb9e3b;
}

.page-header .category.bunkazai {
  background-color: #b080a4;
}

/* pageTitle
----------------------------------------------- */
#pageTitle h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}

#pageTitle p {
  margin-top: 5px;
  font-size: 1.25rem;
  text-align: center;
}

@media only screen and (max-width: 534px) {
  #pageTitle h1 {
    font-size: 1.5rem;
  }

  #pageTitle h1 img {
    transform: scale(0.8);
  }

  #pageTitle p {
    margin-top: -10px;
    font-size: 1rem;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  padding: 15px 0 20px;
  font-size: 0.875rem;
}

#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}

#breadCrumbs li {
  display: inline-block;
}

#breadCrumbs li:not(:last-child)::after {
  content: "＞";
  margin: 0 8px;
  color: var(--mono-color-4);
  font-weight: 600;
}

#breadCrumbs a,
#breadCrumbs a:visited {
  color: #666;
  text-decoration: none;
}

#breadCrumbs a:hover {
  text-decoration: underline;
}

#page-category-promotion-index #breadCrumbs ol,
#breadCrumbs li:has(a[href="/"]),
#breadCrumbs li:has(a[href="/_preview/0023/"]),
#breadCrumbs li:has(a[href="/category/"]),
#breadCrumbs li:has(a[href="/_preview/0023/category/"]) {
  display: none;
}

@media only screen and (max-width: 534px) {
  #breadCrumbs {
    font-size: 0.75rem;
  }
}

/* back
----------------------------------------------- */
.back {
  margin-top: 65px;
  text-align: center;
}

.back a {
  display: inline-block;
  padding: 10px 37px 10px 54px;
  border: 1px solid #604c3f;
  border-radius: 4px;
  background: url(/_themes/site/images/promotion/ic-back01.svg) 10px center no-repeat #604c3f;
  color: var(--mono-color-9);
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}

.back a:hover {
  background-image: url(/_themes/site/images/promotion/ic-back02.svg);
  background-color: var(--mono-color-9);
  color: #604c3f;
}

@media only screen and (max-width: 534px) {
  .back {
    margin-top: 40px;
  }
}

/* snsParts
----------------------------------------------- */
#snsParts {
  margin-top: 40px;
}

#snsParts .pieceBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.fb_iframe_widget span {
  vertical-align: unset !important;
}