@charset 'UTF-8';

/*-----------------------------------------------------------------------
	base
-----------------------------------------------------------------------*/
html {
  box-sizing: border-box;
  width: 100%;
  font-size: 62.5%;
}

html.fixedDisplay,
html.fixedDisplay body {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  letter-spacing: 0.1em;
}

body {
  position: relative;
  min-width: 1280px;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.69;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768.499px) {
  body {
    min-width: 320px;
    font-size: 14px;
  }
}

#bodyInner {
  overflow: hidden;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: opacity 300ms ease;
}

a:hover {
  opacity: 0.7;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src*=".svg"] {
  width: 100%;
  max-width: none;
}

.contentIn {
  position: relative;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768.499px) {
  .contentIn {
    width: auto;
    padding-right: 4.17%;
    padding-left: 4.17%;
  }
}

/*-----------------------------------------------------------------------
	header
-----------------------------------------------------------------------*/
#header {
  position: relative;
  line-height: 1;
}

#header .gnavi {
  flex: 0 1 auto;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  text-transform: uppercase;
}

#header .gnavi .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}

@media screen and (max-width: 768.499px) {
  #header .gnavi .list {
    margin: 0;
    padding: 0;
    border: 1px #d2d2d2;
    border-style: solid none none solid;
  }
}

#header .gnavi .list > li {
  flex: 0 0 auto;
  border-width: 1px;
  border-style: solid solid solid none;
  border-color: transparent #e1d9cf #e1d9cf transparent;
}

@media screen and (max-width: 768.499px) {
  #header .gnavi .list > li {
    width: calc(100% / 5);
    margin: 0;
    border-top: none;
  }
}

#header .gnavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6px 20px;
  transition: 300ms all;
  transition-property: color, background;
}

@media screen and (max-width: 768.499px) {
  #header .gnavi a {
    padding: 8px 12px;
  }
}

#header .gnavi .current a,
#header .gnavi a:hover {
  background: #412804;
  color: #fff;
  opacity: 1;
}

/* globalHeader */
#globalHeader {
  background-image: linear-gradient(to bottom, #e1d9cf 0%, #e1d9cf 100%), linear-gradient(to bottom, #e1d9cf 0%, #e1d9cf 100%);
  background-repeat: no-repeat, no-repeat;
  background-position:
    left top,
    left bottom;
  background-size:
    100% 1px,
    100% 1px;
  font-weight: bold;
  text-transform: uppercase;
}

@media screen and (max-width: 768.499px) {
  #globalHeader {
    display: none;
  }
}

#globalHeader .contentIn {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1280px;
}

#headerLang {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  font-family: "Muli", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#headerLang li + li {
  position: relative;
  padding-left: 2px;
}

#headerLang li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 1em;
  background: #333;
  transform: translateY(-50%);
}

#headerLang li > * {
  display: inline-block;
  padding: 3px 10px;
}

#headerLang li.current > * {
  cursor: default;
  opacity: 0.7;
}

/* localHeader */
#localHeader {
  background: #fff;
  transition: 300ms ease;
  transition-property: opacity, visibility;

  will-change: top;
}

#localHeader > .contentIn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (min-width: 768.5px) {
  #localHeader > .contentIn {
    width: 1280px;
  }
}

@media screen and (max-width: 768.499px) {
  #localHeader > .contentIn {
    padding-right: 0;
    padding-left: 3%;
  }
}

#localHeader .boxRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#localHeader .localHeaderBanners {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 768.499px) {
  #localHeader .localHeaderBanners {
    display: none;
  }
}

#localHeader .localHeaderBanners > li {
  flex: 0 0 auto;
  /* width: 165px; */
  width: 160px;
  /* margin-right: 15px; */
}

#localHeader .localHeaderBanners a {
  display: block;
}

#localHeader .localHeaderBanners img {
  width: 100%;
}

#localHeader.fixed {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9900;
}

#localHeader.hide {
  transition: none;
  opacity: 0;
  visibility: hidden;
}

@media print, screen and (min-width: 768.5px) {
  #headerLogo {
    margin-left: 30px;
  }
}

#headerLogo img {
  width: auto;
  height: 44px;
}

@media screen and (max-width: 768.499px) {
  #headerLogo img {
    height: 35px;
    max-width: 104px;
  }
}

#headerLogo img[src$="cmn_logo04.svg"] {
  height: 22px;
}

@media screen and (max-width: 768.499px) {
  #headerLogo img[src$="cmn_logo04.svg"] {
    height: 17px;
  }
}

#headerMenuList {
  display: flex;
}

#headerMenuList .onlineStore {
  max-width: 130px;
}

#headerMenuList .onlineStore a {
  padding: 0 16px;
}

#headerMenuList .onlineStore a::before {
  content: none !important;
}

@media screen and (max-width: 768.499px) {
  #headerMenuList {
    font-size: 0;
  }

  #headerMenuList .onlineStore a {
    padding: 0px 8px;
  }
}

#headerMenuList li {
  display: flex;
  align-items: center;
}

#headerMenuList li:not(.search) + li:not(.menu)::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 40px);
  background: #e1d9cf;
}

#headerMenuList a,
#headerMenuList button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 18px 30px;
  text-transform: uppercase;
  transition: opacity 300ms ease;
}

#headerMenuList a:hover,
#headerMenuList button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768.499px) {
  #headerMenuList a,
  #headerMenuList button {
    width: 65px;
    height: 65px;
    padding: 0;
  }
}

#headerMenuList a::before,
#headerMenuList button::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: no-repeat center / contain;
}

@media screen and (max-width: 768.499px) {
  #headerMenuList a::before,
  #headerMenuList button::before {
    width: 26px;
    height: 24px;
    margin: 0;
  }
}

@media print, screen and (min-width: 768.5px) {
  #headerMenuList .search {
    display: none;
  }
}

@media screen and (max-width: 768.499px) {
  #headerMenuList .search > a {
    max-width: 50px !important;
  }
}

#headerMenuList .search a::before {
  background-image: url("../img/common/cmn_ico_search01_blk.svg");
}

@media screen and (max-width: 768.499px) {
  #headerMenuList .event {
    display: none;
  }
}

#headerMenuList .event a::before {
  background-image: url("../img/common/cmn_ico_flag01.svg");
}

@media screen and (max-width: 768.499px) {
  #headerMenuList .products {
    display: none;
  }
}

#headerMenuList .products a::before {
  background-image: url("../img/common/cmn_ico_search01_blk.svg");
}

@media screen and (max-width: 768.499px) {
  #headerMenuList .shop {
    display: none;
  }
}

#headerMenuList .shop a::before {
  background-image: url("../img/common/cmn_ico_shop01_blk.svg");
}

#headerMenuList .menu {
  background: #412804;
  color: #fff;
}

#headerMenuList .menu button::before {
  width: 30px;
  background-image: url("../img/common/cmn_ico_menu02.svg");
}

#menuContents {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
  width: 100%;
  transform: translateX(100%);
  transition: transform 300ms ease;
  opacity: 0;
  z-index: 9900;
}

#menuContents.open {
  transform: none;
}

#menuContents .gnavi {
  flex: 0 0 auto;
  background: #fff;
}

@media print, screen and (min-width: 768.5px) {
  #menuContents .gnavi {
    display: none;
  }
}

#menuContents .contents {
  flex: 1 0 auto;
  padding: 80px 0 150px;
  background: #412804;
  color: #fff;
  text-align: center;
}

#menuContents .contents .contentIn {
  height: 100%;
}

#menuContents .contents .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 100%; */
}

.onlineBnrList {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 20px;
  justify-content: center;
}

.onlineBnrList a,
.onlineBnrList img {
  width: 100%;
}

#menuContents .contents .list > li {
  max-width: 350px;
  margin: 0 auto;
}

#menuContents .contents .list > li + li {
  margin-top: 45px;
}

#menuContents .contents .list .en,
#menuContents .contents .list .ja {
  display: block;
}

#menuContents .contents .list .en {
  font-family: "Muli", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

#menuContents .contents .list .ja {
  margin-top: 8px;
  color: #e1d9cf73;
}

html:not([lang="ja"]) #menuContents .contents .list li + li {
  margin-top: 60px;
}

html:not([lang="ja"]) #menuContents .contents .list .ja {
  display: none;
}

#menuContents .contents .subList {
  font-size: 16px;
  text-transform: uppercase;
}

#menuContents .contents .subList > li {
  margin-top: 20px;
}

#menuContents .contents .subList a {
  position: relative;
  padding-left: 1em;
}

#menuContents .contents .subList a::before {
  content: "−";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*-----------------------------------------------------------------------
	main
-----------------------------------------------------------------------*/
#main {
  overflow: hidden;
}

main section {
  margin-top: 100px;
}

@media screen and (max-width: 768.499px) {
  main section {
    margin-top: 80px;
  }
}

/*
	colLayout
*/
.colLayout01 > * {
  flex: 0 0 auto;
}

.colLayout01 > * > :nth-child(1) {
  margin-top: 0;
}

@media print, screen and (min-width: 768.5px) {
  .colLayout01 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 1200px;
    margin: 100px auto 0;
  }
  .colLayout01 article {
    width: 820px;
  }
}

@media screen and (max-width: 768.499px) {
  .colLayout01 {
    margin-top: 50px;
  }
}

.colLayout01 aside {
  position: relative;
}

@media print, screen and (min-width: 768.5px) {
  .colLayout01 aside {
    width: 300px;
  }
}

@media screen and (max-width: 768.499px) {
  .colLayout01 aside {
    display: none;
  }
}

.colLayout02 > * {
  flex: 0 0 auto;
}

.colLayout02 > * > :nth-child(1) {
  margin-top: 0;
}

@media print, screen and (min-width: 768.5px) {
  .colLayout02 {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
  .colLayout02 aside {
    width: 190px;
  }
  .colLayout02 article {
    width: 950px;
  }
}

@media screen and (max-width: 768.499px) {
  .colLayout02 {
    margin: 30px 4.17% 0;
  }
  .colLayout02 aside {
    display: none;
  }
}

/*
	pankuzu
*/
.pankuzu01 {
  font-size: 12px;
  line-height: 1;
}

.pankuzu01 .list {
  display: flex;
  flex-wrap: wrap;
}

.pankuzu01 li {
  flex: 0 0 auto;
  overflow: hidden;
  max-width: 100%;
  margin: 10px 10px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: visible;
}

.pankuzu01 li + li {
  position: relative;
  padding-left: 15px;
}

.pankuzu01 li + li::before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform: translateY(-50%);
}

#pankuzuHead {
  margin-top: 10px;
}

#pankuzuHead + * {
  margin-top: 65px;
}

@media screen and (max-width: 768.499px) {
  #pankuzuHead + * {
    margin-top: 40px;
  }
}

#pankuzuHead + #commonSecPageTitle {
  margin-top: 45px;
}

@media screen and (max-width: 768.499px) {
  #pankuzuHead + #commonSecPageTitle {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768.5px) {
  #pankuzuHead + #productsNavi {
    margin-top: 45px;
  }
}

#pankuzuFoot {
  margin: 30px 0 20px;
}

@media print, screen and (min-width: 768.5px) {
  #pankuzuFoot {
    display: none;
  }
}

/*
	commonSecPageTitle
*/
#commonSecPageTitle {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 768.499px) {
  #commonSecPageTitle {
    margin-bottom: 50px;
  }
}

#commonSecPageTitle + * {
  margin-top: 0;
}

/*
	commonSecBanner
*/
.commonSecBanner01 {
  text-align: center;
}

.commonSecBanner01 .bannerList {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner01 .bannerList {
    max-width: 100%;
  }
}

.commonSecBanner01 .slick-initialized .slick-slide {
  display: flex;
}

.commonSecBanner01 .slick-track {
  display: flex;
  align-items: stretch;
}

.commonSecBanner01 .slick-slide {
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  float: none;
  height: auto;
  padding: 1px;
}

.commonSecBanner01 a {
  vertical-align: bottom;
}

.commonSecBanner01 .slick-arrow {
  position: absolute;
  top: 50%;
  right: calc(100% + 15px);
  width: 30px;
  height: 30px;
  border: 2px #412804;
  border-style: solid none none solid;
  font-size: 0;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner01 .slick-arrow {
    display: none;
  }
}

.commonSecBanner01 .slick-next {
  right: auto;
  left: calc(100% + 15px);
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}

.commonSecBanner01 .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #412804;
  font-size: 0;
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner01 .slick-dots {
    margin-top: 15px;
  }
}

.commonSecBanner01 .slick-dots li {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: opacity 300ms ease;
  cursor: pointer;
}

.commonSecBanner01 .slick-dots li:hover {
  opacity: 0.7;
}

.commonSecBanner01 .slick-dots li + li {
  margin-left: 10px;
}

.commonSecBanner01 .slick-dots li.slick-active {
  background: currentColor;
}

.commonSecBanner02 .titleArea .title {
  padding: 0 100px;
  text-align: center;
}

.commonSecBanner02 .bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .bannerList {
    flex-wrap: wrap;
    text-align: center;
    margin-top: 45px;
  }

  .commonSecBanner02 .titleArea .title {
    padding: 0;
  }
}

.commonSecBanner02 .bannerList + .bannerList {
  margin-top: 30px;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecBanner02 .bannerList + .bannerList.col01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .bannerList + .bannerList {
    margin-top: 10px;
  }
}

.commonSecBanner02 .bannerList li {
  flex: 0 0 auto;
  max-width: 100%;
}

.commonSecBanner02 .col01 {
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecBanner02 .col01 {
    margin: -30px -15px 0;
  }
  .commonSecBanner02 .col01 li {
    margin: 30px 15px 0;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .col01 {
    flex-direction: column;
    align-items: center;
  }
  .commonSecBanner02 .col01 li + li {
    margin-top: 10px;
  }
}

.commonSecBanner02 .col02 li {
  width: calc((100% - 30px) / 2);
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .col02 li {
    width: 100%;
  }
}

.commonSecBanner02 .col02 li + li {
  margin-left: 30px;
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .col02 li + li {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .col04 {
    justify-content: flex-start;
  }
}

.commonSecBanner02 .col04 li {
  width: calc((100% - 90px) / 4);
}

@media print, screen and (min-width: 768.5px) {
  .commonSecBanner02 .col04 li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecBanner02 .col04 li {
    width: calc((100% - 10px) / 2);
  }
  .commonSecBanner02 .col04 li:nth-child(2n) {
    margin-left: 10px;
  }
  .commonSecBanner02 .col04 li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/*
	commonSecCatalogue
*/
@media print, screen and (min-width: 768.5px) {
  .commonSecCatalogue01 {
    margin-top: 60px;
  }
}

.commonSecCatalogue01 .contentIn {
  display: flex;
  align-items: center;
  background: #e1d9cf73;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecCatalogue01 .contentIn {
    padding: 0 140px;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecCatalogue01 .contentIn {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.commonSecCatalogue01 .image {
  flex: 0 0 auto;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecCatalogue01 .image {
    margin-right: 65px;
  }
}

.commonSecCatalogue01 .textArea {
  flex: 1 1 auto;
}

@media screen and (max-width: 768.499px) {
  .commonSecCatalogue01 .textArea {
    margin-top: 40px;
  }
}

.commonSecCatalogue01 .title {
  color: #0e5eb4;
  font-size: 20px;
  font-weight: bold;
}

.themecRed .commonSecCatalogue01 .title {
  color: #860309;
}

.themecGold .commonSecCatalogue01 .title {
  color: #b9a225;
}

.themecOrange .commonSecCatalogue01 .title {
  color: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .commonSecCatalogue01 .title {
    font-size: 18px;
    text-align: center;
  }
}

.commonSecCatalogue01 .detail {
  margin-top: 20px;
  line-height: 2.18;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecCatalogue01 .detail {
    font-size: 16px;
  }
}

@media screen and (max-width: 768.499px) {
  .commonSecCatalogue01 .detail {
    margin-top: 10px;
  }
}

.commonSecCatalogue01 .onlineCatalogue {
  margin-top: 35px;
}

@media screen and (max-width: 768.499px) {
  .commonSecCatalogue01 .onlineCatalogue {
    text-align: center;
  }
}

/*
	commonSecShop
*/
.commonSecShop01 {
  margin-top: 60px;
}

/*
	commonSecSns
*/
.commonSecSns01 {
  padding: 25px 10px;
  background: #e1d9cf73;
}

@media print, screen and (min-width: 768.5px) {
  .commonSecSns01 {
    margin-top: 80px;
  }
}

.commonSecSns01 .snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.commonSecSns01 .snsList li {
  flex: 0 0 auto;
}

.commonSecSns01 .snsList li + li {
  margin-left: 15px;
}

@media screen and (max-width: 768.499px) {
  .commonSecSns01 .snsList li + li {
    margin-left: 10px;
  }
}

.commonSecSns01 .snsList img {
  width: auto;
  height: 30px;
}

@media screen and (max-width: 768.499px) {
  .commonSecSns01 .snsList img {
    height: 23px;
  }
}

/*
	commonSecPosts
*/
.commonSecPosts01 {
  margin-top: 80px;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 {
    margin-top: 60px;
  }
}

.commonSecPosts01 + .commonSecPosts01 {
  margin-top: 60px;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 + .commonSecPosts01 {
    margin-top: 50px;
  }
}

.commonSecPosts01 .secTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 .secTitle {
    font-size: 18px;
  }
}

.commonSecPosts01 .postsList {
  margin-top: 30px;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 .postsList {
    margin-top: 15px;
  }
}

.commonSecPosts01 .postsList li {
  width: calc((100% - 30px) / 3);
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 .postsList li {
    width: calc((100% - 5px) / 2);
  }
  .commonSecPosts01 .postsList li:nth-child(n + 3) {
    display: none;
  }
}

.commonSecPosts01 .postsList li + li {
  margin-left: 15px;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 .postsList li + li {
    margin-left: 5px;
  }
}

.commonSecPosts01 .postsList .image {
  padding-top: 180px;
}

@media screen and (max-width: 768.499px) {
  .commonSecPosts01 .postsList .image {
    padding-top: 68.49%;
  }
}

/*
	commonSec404Error
*/
#commonSec404Error {
  margin-top: 80px;
}

@media print, screen and (min-width: 768.5px) {
  #commonSec404Error .contentIn {
    width: 870px;
    min-height: 480px;
    padding: 20px 0 0 275px;
    background: url("../img/common/cmn_404img01.svg") no-repeat left center/194px auto;
  }
}

#commonSec404Error .title {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768.499px) {
  #commonSec404Error .title {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #commonSec404Error .title::before {
    content: "";
    flex: 0 0 auto;
    display: block;
    width: 100px;
    margin-right: 20px;
    padding-top: 246px;
    background: url("../img/common/cmn_404img01.svg") no-repeat center center/contain;
  }
}

#commonSec404Error .title .en {
  color: #412804;
  font-family: "Muli", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}

.themecRed #commonSec404Error .title .en {
  color: #c52020;
}

.themecGold #commonSec404Error .title .en {
  color: #867519;
}

.themecOrange #commonSec404Error .title .en {
  color: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  #commonSec404Error .title .en {
    flex: 0 0 auto;
    font-size: 36px;
    line-height: 1.5;
  }
}

#commonSec404Error .title .ja {
  margin-top: 10px;
}

@media screen and (max-width: 768.499px) {
  #commonSec404Error .title .ja {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}

#commonSec404Error .textArea {
  margin-top: 30px;
}

@media screen and (max-width: 768.499px) {
  #commonSec404Error .textArea {
    margin-top: 40px;
  }
}

#commonSec404Error .possibilities {
  display: inline-block;
  margin: 25px 0;
  padding: 20px 25px;
  background: #e1d9cf73;
  font-weight: bold;
}

#commonSec404Error .possibilities li {
  position: relative;
  padding-left: 1em;
}

#commonSec404Error .possibilities li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#commonSec404Error .topButton {
  margin-top: 40px;
}

@media screen and (max-width: 768.499px) {
  #commonSec404Error .topButton {
    text-align: center;
  }
}

/*
	commonSecTheSite
*/
#commonSecTheSite .inner {
  padding: 60px 40px;
}

@media screen and (max-width: 768.499px) {
  #commonSecTheSite .inner {
    padding: 30px 20px;
  }
}

#commonSecTheSite .title {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768.499px) {
  #commonSecTheSite .title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768.499px) {
  #commonSecTheSite dl {
    overflow: auto;
    max-height: calc(100vh - 250px);
  }
}

#commonSecTheSite dt,
#commonSecTheSite dd {
  padding: 0 5px;
}

#commonSecTheSite dt {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-weight: bold;
}

@media print, screen and (min-width: 768.5px) {
  #commonSecTheSite dt {
    font-size: 15px;
  }
}

#commonSecTheSite dd {
  margin-top: 15px;
}

@media screen and (max-width: 768.499px) {
  #commonSecTheSite dd {
    margin-top: 10px;
  }
}

#commonSecTheSite dd + dt {
  margin-top: 40px;
}

@media screen and (max-width: 768.499px) {
  #commonSecTheSite dd + dt {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------------------
	footer
-----------------------------------------------------------------------*/
#goTop {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-50%);
  transition: 300ms ease;
  transition-property: opacity, visibility;
  opacity: 0;
  visibility: hidden;
  z-index: 9000;
}

#goTop.show {
  opacity: 1;
  visibility: visible;
}

@media print, screen and (min-width: 768.5px) {
  #goTop.fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
    transform: none;
  }
}

@media screen and (max-width: 768.499px) {
  #goTop {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    transform: none;
  }
}

#goTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
}

@media screen and (max-width: 768.499px) {
  #goTop a {
    height: 53px;
    background: #fff;
    border: 1px solid #d2d2d2;
  }
  #goTop a::before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    width: 11px;
    height: 11px;
    border: 2px #333;
    border-style: solid solid none none;
    transform: rotate(-45deg);
  }
}

#goTop img {
  flex: 0 0 auto;
  width: 100%;
}

@media screen and (max-width: 768.499px) {
  #goTop img {
    display: none;
  }
}

#footer {
  position: relative;
  margin-top: 100px;
  padding: 60px 0 20px;
  background: #412804;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}

@media screen and (max-width: 768.499px) {
  #footer {
    margin-top: 80px;
    padding: 40px 0 100px;
    font-size: 11px;
  }
  #footer.noSpTopMargin {
    margin-top: 0;
  }
}

#footer.noTopMargin {
  margin-top: 0;
}

#footerSns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 768.499px) {
  #footerSns {
    justify-content: flex-start;
    line-height: 1.3;
  }
}

#footerSns li {
  flex: 0 0 auto;
}

@media print, screen and (min-width: 768.5px) {
  #footerSns li + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768.499px) {
  #footerSns li {
    width: 50%;
  }
  #footerSns li:nth-child(n + 3) {
    margin-top: 15px;
  }
}

#footerSns a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768.499px) {
  #footerSns a {
    display: inline-flex;
  }
}

#footerSns .logo {
  flex: 0 0 auto;
  width: 40px;
  margin-right: 10px;
}

#footerSns .logo.instagram {
  position: relative;
}

#footerSns .logo.instagram::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  background: url("../img/common/cmn_ico_instagram01_bg.jpg") no-repeat center/cover;
  border-radius: 50%;
}

#footerSns .logo.instagram img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 27px;
  transform: translate(-50%, -50%);
}

#footerLogo {
  margin-top: 70px;
  text-align: center;
}

@media screen and (max-width: 768.499px) {
  #footerLogo {
    margin-top: 50px;
  }
}

#footerLogo img {
  max-width: 192px;
}

#footerNavi {
  margin-top: 50px;
  color: #d2d2d2;
  text-transform: uppercase;
}

@media screen and (max-width: 768.499px) {
  #footerNavi {
    max-width: 343px;
    margin: 20px auto 0;
  }
}

#footerNavi .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#footerNavi .menu li {
  flex: 0 0 auto;
}

@media print, screen and (min-width: 768.5px) {
  #footerNavi .menu li + li {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768.499px) {
  #footerNavi .menu li {
    margin: 20px 15px 0;
  }
}

#footerCopy {
  margin-top: 50px;
  color: #e1d9cf73;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768.499px) {
  #footerCopy {
    margin-top: 60px;
    font-size: 10px;
  }
}

/*-----------------------------------------------------------------------
	WP default style
-----------------------------------------------------------------------*/
.aligncenter,
div.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  background-color: #f3f3f3;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/*-----------------------------------------------------------------------
	common layout
-----------------------------------------------------------------------*/
@media screen and (max-width: 768.499px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 768.5px) {
  .spOnly {
    display: none !important;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

/*-----------------------------------------------------------------------
	text
-----------------------------------------------------------------------*/
/*
	title
*/
.ttlStyle01 {
  color: #412804;
  font-family: "Muli", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
  text-transform: uppercase;
}

.themecRed .ttlStyle01 {
  color: #c52020;
}

.themecGold .ttlStyle01 {
  color: #867519;
}

.themecOrange .ttlStyle01 {
  color: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .ttlStyle01 {
    font-size: 24px;
  }
}

.ttlStyle02 {
  color: #412804;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

.themecRed .ttlStyle02 {
  color: #c52020;
}

.themecGold .ttlStyle02 {
  color: #867519;
}

.themecOrange .ttlStyle02 {
  color: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .ttlStyle02 {
    font-size: 22px;
  }
}

.ttlStyle03 {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
}

.ttlStyle03 > * {
  display: block;
}

.ttlStyle03 .main {
  color: #412804;
  font-family: "Muli", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "游ゴシック", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 36px;
}

.themecRed .ttlStyle03 .main {
  color: #c52020;
}

.themecGold .ttlStyle03 .main {
  color: #867519;
}

.themecOrange .ttlStyle03 .main {
  color: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .ttlStyle03 .main {
    font-size: 30px;
  }
}

.ttlStyle03 .sub {
  margin-top: 15px;
}

.ttlStyle04 {
  border-bottom: 3px solid #e1d9cf;
}

.ttlStyle04 .title {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 768.499px) {
  .ttlStyle04 .title {
    font-size: 20px;
  }
}

.ttlStyle05 {
  padding-bottom: 3px;
  border-bottom: 2px solid #d1d1d1;
  color: #0e5eb4;
  font-size: 20px;
  font-weight: bold;
}

.themecRed .ttlStyle05 {
  color: #860309;
}

.themecGold .ttlStyle05 {
  color: #b9a225;
}

.themecOrange .ttlStyle05 {
  color: #e69f3a;
}

/*
	link
*/
.lnkStyle01 {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768.499px) {
  .lnkStyle01 {
    font-size: 12px;
  }
}

.lnkStyle01::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: url("../img/common/cmn_ico_menu01_blu.svg") no-repeat center/contain;
}

@media screen and (max-width: 768.499px) {
  .lnkStyle01::before {
    width: 13px;
    height: 13px;
  }
}

.themecRed .lnkStyle01::before {
  background-image: url("../img/common/cmn_ico_menu01_red.svg");
}

.themecGold .lnkStyle01::before {
  background-image: url("../img/common/cmn_ico_menu01_gld.svg");
}

.lnkStyle02 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 23px 60px 23px 40px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.lnkStyle02.colored {
  background: #412804;
}

.themecRed .lnkStyle02.colored {
  background: #c52020;
}

.themecGold .lnkStyle02.colored {
  background: #867519;
}

.themecOrange .lnkStyle02.colored {
  background: #e69f3a;
}

.lnkStyle02::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  border: 2px currentColor;
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}

.lnkStyle03 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 76px;
  padding: 10px 50px;
  border: 2px solid #333;
  font-weight: bold;
  line-height: 1.5;
}

@media print, screen and (min-width: 768.5px) {
  .lnkStyle03 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768.499px) {
  .lnkStyle03 {
    height: 60px;
  }
}

.lnkStyle03::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 10px;
  height: 10px;
  border: 2px #333;
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 768.499px) {
  .lnkStyle03::after {
    width: 9px;
    height: 9px;
  }
}

.lnkStyle04 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 215px;
  height: 60px;
  margin: 0 auto;
  padding: 10px 50px;
  background: #412804;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768.499px) {
  .lnkStyle04 {
    height: 55px;
  }
}

.lnkStyle04::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 12px;
  border: 3px currentColor;
  border-style: solid solid none none;
  transform: rotate(45deg) translateY(-50%);
}

.lnkStyle05 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 35px 15px 30px;
  background: #412804;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.themecRed .lnkStyle05 {
  background: #c52020;
}

.themecGold .lnkStyle05 {
  background: #867519;
}

.themecOrange .lnkStyle05 {
  background: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .lnkStyle05 {
    padding: 12px 30px 12px 25px;
  }
}

.lnkStyle05::before {
  content: "";
  display: block;
  width: 29px;
  height: 25px;
  margin-right: 22px;
  background: url("../img/common/cmn_ico_camera01.svg") no-repeat center/contain;
}

@media screen and (max-width: 768.499px) {
  .lnkStyle05::before {
    width: 25px;
    height: 23px;
    margin-right: 15px;
  }
}

.lnkStyle06 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  padding: 10px;
  background: #412804;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

.themecRed .lnkStyle06 {
  background: #c52020;
}

.themecGold .lnkStyle06 {
  background: #867519;
}

.themecOrange .lnkStyle06 {
  background: #e69f3a;
}

@media print, screen and (min-width: 768.5px) {
  .lnkStyle06 {
    font-size: 16px;
  }
}

@media screen and (max-width: 768.499px) {
  .lnkStyle06 {
    height: 60px;
  }
}

.lnkStyle06::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 1em;
  background: url("../img/common/cmn_ico_shop01_wht.svg") no-repeat center/contain;
}

/*
	lstStyle
*/
.lstStyle01 {
  border-bottom: 1px solid #d1d1d1;
  line-height: 1.3;
}

.lstStyle01 li {
  border-top: 1px solid #d1d1d1;
}

.lstStyle01 .subList01 {
  display: none;
}

.lstStyle01 .subList01 li > .name {
  background: #e1d9cf73;
}

.lstStyle01 .subList02 {
  display: none;
  border-top: 1px solid #d1d1d1;
}

.lstStyle01 .subList02 li {
  border: none;
}

.lstStyle01 .subList02 li > .name {
  padding: 14px 20px;
  background: #fff;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (max-width: 768.499px) {
  .lstStyle01 .subList02 li > .name {
    padding: 14px 4.17%;
  }
}

.lstStyle01 .subList02 li.current .name {
  background: #fff;
}

.themecRed .lstStyle01 .subList02 li.current .name {
  background: #fff;
}

.themecGold .lstStyle01 .subList02 li.current .name {
  background: #fff;
}

.lstStyle01 .name {
  display: flex;
  justify-content: space-between;
  padding: 13px 20px;
  background: #dcd7d0;
  font-weight: bold;
  cursor: pointer;
}

@media screen and (max-width: 768.499px) {
  .lstStyle01 .name {
    padding: 13px 4.17%;
  }
}

.lstStyle01 .name::after {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 1.3em;
  margin-left: 15px;
  background: url("../img/common/cmn_ico_plus01.svg") no-repeat center/contain;
}

.lstStyle01 .name.open::after {
  background-image: url("../img/common/cmn_ico_minus01.svg");
}

.lstStyle01 .name.open + .subList01,
.lstStyle01 .name.open + .subList02 {
  display: block;
}

.lstStyle01 a.name::after {
  position: relative;
  top: 5px;
  right: 2px;
  width: 7px;
  height: 7px;
  background: none;
  border: 2px currentColor;
  border-style: solid solid none none;
  transform: rotate(45deg);
}

.lstStyle02 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-transform: uppercase;
}

@media print, screen and (min-width: 768.5px) {
  .lstStyle02.col03 li {
    flex: 0 0 auto;
    width: calc(100% / 3);
  }
  .lstStyle02.col03 a {
    height: 284px;
  }
  .lstStyle02.pcCenter {
    justify-content: center;
  }
}

.lstStyle02 li {
  flex: 0 0 auto;
  width: 25%;
  background: #5b5b5b;
}

@media screen and (max-width: 768.499px) {
  .lstStyle02 li {
    width: 50%;
  }
}

.lstStyle02 a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 213px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  transition: none;
}

.lstStyle02 a:hover {
  opacity: 1;
}

.lstStyle02 a:hover .hoverImage img,
.lstStyle02 a:hover .hoverImage .expandTarget {
  transform: scale(1.1);
}

.lstStyle02 a .hoverImage {
  overflow: hidden;
  text-align: center;
}

.lstStyle02 a .hoverImage img,
.lstStyle02 a .hoverImage .expandTarget {
  transition: opacity 300ms ease;
  transition-property: transform;
}

@media screen and (max-width: 768.499px) {
  .lstStyle02 a {
    height: auto;
    padding-top: 65.96%;
    font-size: 18px;
  }
}

.lstStyle02 .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  transform: translate3d(-50%, -50%, 0);
}

.lstStyle02 .image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.lstStyle02 .image img {
  width: 100%;
}

.lstStyle02 .name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate3d(-50%, -50%, 0);
}

/* 第一階層の時のスタイル */
.categoryList.contentsArea {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.categoryList.contentsArea li {
  background: transparent;
  width: 100%;
  border: solid 1px #e1d9cf73;
}

.categoryList.contentsArea li .image.hoverImage::after {
  background: transparent;
}

.categoryList.contentsArea li a {
  aspect-ratio: 979/646;
  height: auto;
}

.categoryList.contentsArea li .name {
  display: none;
}

@media screen and (max-width: 768.499px) {
  .categoryList.contentsArea {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

/* ------ */

.lstStyle03,
.movieListStyle01 {
  display: flex;
  flex-wrap: wrap;
}

.lstStyle03 li,
.movieListStyle01 li {
  flex: 0 0 auto;
  position: relative;
}

.lstStyle03 li.noData,
.movieListStyle01 li.noData {
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.lstStyle03 .new,
.movieListStyle01 .new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 10px;
  width: 50px;
  height: 50px;
  background: #c52020;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  transform: translateY(-50%);
  cursor: default;
  z-index: 1;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .new,
  .movieListStyle01 .new {
    width: 42px;
    height: 42px;
    font-size: 11px;
  }
}

.lstStyle03 a,
.movieListStyle01 a {
  width: 100%;
  vertical-align: middle;
  transition: none;
}

.lstStyle03 a:hover,
.movieListStyle01 a:hover {
  opacity: 1;
}

.lstStyle03 a:hover .hoverImage img,
.movieListStyle01 a:hover .hoverImage img,
.lstStyle03 a:hover .hoverImage .expandTarget,
.movieListStyle01 a:hover .hoverImage .expandTarget {
  transform: scale(1.1);
}

.lstStyle03 a .hoverImage,
.movieListStyle01 a .hoverImage {
  overflow: hidden;
  text-align: center;
}

.lstStyle03 a .hoverImage img,
.movieListStyle01 a .hoverImage img,
.lstStyle03 a .hoverImage .expandTarget,
.movieListStyle01 a .hoverImage .expandTarget {
  transition: opacity 300ms ease;
  transition-property: transform;
}

.lstStyle03 .image,
.movieListStyle01 .image {
  width: 100%;
}

.lstStyle03 .image img,
.movieListStyle01 .image img {
  width: 100%;
}

.lstStyle03 .textArea,
.movieListStyle01 .textArea {
  margin-top: 10px;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .textArea,
  .movieListStyle01 .textArea {
    padding: 0 10px;
  }
}

.lstStyle03 .tag,
.movieListStyle01 .tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 8px 12px 7px;
  background: #412804;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1;
}

.themecRed .lstStyle03 .tag,
.themecRed .movieListStyle01 .tag {
  background: #c52020;
}

.themecGold .lstStyle03 .tag,
.themecGold .movieListStyle01 .tag {
  background: #867519;
}

.themecOrange .lstStyle03 .tag,
.themecOrange .movieListStyle01 .tag {
  background: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .tag,
  .movieListStyle01 .tag {
    padding: 5px 7px;
    font-size: 10px;
  }
}

.lstStyle03 .category,
.movieListStyle01 .category {
  margin-bottom: 5px;
  color: #412804;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .category,
  .movieListStyle01 .category {
    font-size: 12px;
  }
}

.lstStyle03 .title,
.movieListStyle01 .title {
  font-weight: bold;
}

@media print, screen and (min-width: 768.5px) {
  .lstStyle03 .title,
  .movieListStyle01 .title {
    font-size: 16px;
  }
}

.lstStyle03 .date,
.movieListStyle01 .date {
  margin-top: 5px;
  color: #412804;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .date,
  .movieListStyle01 .date {
    font-size: 12px;
  }
}

.lstStyle03 .description,
.movieListStyle01 .description {
  margin-top: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768.499px) {
  .lstStyle03 .description,
  .movieListStyle01 .description {
    font-size: 12px;
  }
}

.lstStyle03 .detail,
.movieListStyle01 .detail {
  margin-top: 5px;
}

.lstStyle04 {
  font-weight: bold;
}

@media screen and (max-width: 768.499px) {
  .lstStyle04 .new {
    flex: 0 0 auto;
    margin-left: 15px;
  }
}

.lstStyle04.longDate a {
  flex-wrap: wrap;
}

.lstStyle04.longDate .date {
  width: 100%;
}

.lstStyle04.longDate .tag {
  margin: 5px 0 0 0;
  text-align: left;
}

.lstStyle04.longDate .title {
  margin: 5px 0 0 0;
}

@media screen and (max-width: 768.499px) {
  .lstStyle04.longDate .tag {
    margin-right: 15px;
  }
  .lstStyle04.longDate .new {
    margin: 5px 0 0 0;
  }
}

.lstStyle04 li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e1d9cf;
}

.lstStyle04 li + li {
  margin-top: 20px;
}

.lstStyle04 li.noData {
  padding: 0;
  border: none;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}

.lstStyle04 a {
  display: flex;
}

@media screen and (max-width: 768.499px) {
  .lstStyle04 a {
    flex-wrap: wrap;
  }
}

.lstStyle04 .date {
  flex: 0 0 auto;
  color: #412804;
}

.lstStyle04 .tag {
  flex: 0 0 auto;
  margin-left: 30px;
  color: #412804;
  text-align: center;
}

.themecRed .lstStyle04 .tag {
  color: #860309;
}

.themecGold .lstStyle04 .tag {
  color: #b9a225;
}

.themecOrange .lstStyle04 .tag {
  color: #e69f3a;
}

@media print, screen and (min-width: 768.5px) {
  .lstStyle04 .tag {
    min-width: 70px;
  }
}

@media screen and (max-width: 768.499px) {
  .lstStyle04 .tag {
    margin-left: 15px;
  }
}

.lstStyle04 .title {
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768.5px) {
  .lstStyle04 .title {
    margin-left: 30px;
  }
  .lstStyle04 .title .new {
    display: inline-block;
  }
}

@media screen and (max-width: 768.499px) {
  .lstStyle04 .title {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 5px;
  }
}

.lstStyle05 {
  border: 1px #e1d9cf;
  border-style: solid solid none;
  font-weight: bold;
  line-height: 1;
}

.lstStyle05 li {
  border-bottom: 1px solid #e1d9cf;
}

.lstStyle05 li.current a {
  background: #e1d9cf73;
}

.themecRed .lstStyle05 li.current a {
  background: #fff7f9;
}

.themecGold .lstStyle05 li.current a {
  background: #fbf9ea;
}

.lstStyle05 a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 35px 15px 15px;
  line-height: 1.4;
}

.lstStyle05 a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 7px;
  height: 7px;
  border: 2px currentColor;
  border-style: solid solid none none;
  transform: rotate(45deg) translateY(-50%);
}

.lstStyle05 a:hover {
  background: #e1d9cf73;
  opacity: 1;
}

.themecRed .lstStyle05 a:hover {
  background: #fff7f9;
}

.themecGold .lstStyle05 a:hover {
  background: #fbf9ea;
}

/*
	movieListStyle
*/
.movieListStyle01 li {
  width: calc((100% - 50px) / 3);
  margin-left: 25px;
}

@media print, screen and (min-width: 768.5px) {
  .movieListStyle01 li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .movieListStyle01 li:nth-child(n + 4) {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768.499px) {
  .movieListStyle01 li {
    width: calc((100% - 10px) / 2);
    margin-left: 10px;
  }
  .movieListStyle01 li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .movieListStyle01 li:nth-child(n + 3) {
    margin-top: 40px;
  }
}

.movieListStyle01 .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  background: url("../img/common/cmn_ico_play01.svg") no-repeat center/contain;
  transform: translate3D(-50%, -50%, 0);
  z-index: 1;
}

@media screen and (max-width: 768.499px) {
  .movieListStyle01 .image::before {
    width: 46px;
    height: 46px;
  }
}

/*
	tblStyle
*/
.tblStyle01 {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 768.499px) {
  .tblStyle01 {
    border: 1px #dbdbdb;
    border-style: solid solid none;
  }
  .tblStyle01,
  .tblStyle01 tbody,
  .tblStyle01 tr,
  .tblStyle01 th,
  .tblStyle01 td {
    display: block;
  }
}

.tblStyle01 tr {
  border: 1px solid #dbdbdb;
}

@media screen and (max-width: 768.499px) {
  .tblStyle01 tr {
    border-style: none none solid;
  }
}

.tblStyle01 th {
  padding: 15px 20px;
  background: #e1d9cf73;
  font-weight: bold;
}

@media screen and (max-width: 768.499px) {
  .tblStyle01 th {
    padding: 5px 10px;
  }
}

.tblStyle01 td {
  padding: 15px 25px;
}

@media screen and (max-width: 768.499px) {
  .tblStyle01 td {
    padding: 10px;
  }
}

/*
	pagination
*/
.pagination01 {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768.499px) {
  .pagination01 {
    font-size: 13px;
  }
}

.pagination01 .slash {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 768.499px) {
  .pagination01 .slash {
    margin: 0 10px;
  }
}

.pagination02 {
  border: 1px #d1d1d1;
  border-style: solid none;
  font-size: 13px;
  line-height: 1;
}

.pagination02 .links {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 15px 35px;
}

.pagination02 .page-numbers {
  position: relative;
  padding: 5px;
  letter-spacing: 0;
  transition: none;
}

.pagination02 .page-numbers:hover {
  opacity: 1;
}

.pagination02 .page-numbers:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #e8e8e8;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.pagination02 .page-numbers:not(.prev) + .page-numbers:not(.next) {
  margin-left: 10px;
}

.pagination02 .dots {
  cursor: default;
}

.pagination02 .dots:hover::before {
  content: none;
}

.pagination02 .first,
.pagination02 .last {
  display: none;
}

.pagination02 .prev,
.pagination02 .next {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  font-size: 0;
  transition: opacity 300ms ease;
}

.pagination02 .prev:hover,
.pagination02 .next:hover {
  opacity: 0.7;
}

.pagination02 .prev:hover::before,
.pagination02 .next:hover::before {
  content: none;
}

.pagination02 .prev::after,
.pagination02 .next::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px #412804;
  border-style: solid none none solid;
  transform: translateY(-50%) rotate(-45deg);
}

.pagination02 .prev.disabled,
.pagination02 .next.disabled {
  opacity: 0.7;
}

.pagination02 .next {
  right: 10px;
  left: auto;
}

.pagination02 .next::after {
  border-style: solid solid none none;
  transform: translateY(-50%) rotate(45deg);
}

.pagination02 .current {
  color: #d2d2d2;
  cursor: default;
}

.pagination02 .current:hover::before {
  content: none;
}

.pagination03 {
  font-size: 13px;
  line-height: 1;
}

.pagination03 .links {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 5px 0;
}

.pagination03 .page-numbers {
  position: relative;
  padding: 5px;
  letter-spacing: 0;
  transition: none;
}

.pagination03 .page-numbers:hover {
  opacity: 1;
}

.pagination03 .page-numbers:hover::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  background: #e8e8e8;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
}

.pagination03 .page-numbers:not(.prev) + .page-numbers:not(.next) {
  margin-left: 10px;
}

.pagination03 .dots {
  cursor: default;
}

.pagination03 .dots:hover::before {
  content: none;
}

.pagination03 .first,
.pagination03 .last,
.pagination03 .prev,
.pagination03 .next {
  display: none;
}

.pagination03 .current {
  color: #d2d2d2;
  cursor: default;
}

.pagination03 .current:hover::before {
  content: none;
}

/*
	other
*/
.jsContainImageStyled .image {
  position: relative;
}

.jsContainImageStyled .image img {
  display: none;
}

.jsContainImageStyled .addContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.jsContainImageStyled .addInner {
  position: relative;
  width: 100%;
  height: 100%;
}

.jsContainImageStyled .addImage {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  background: no-repeat center / contain;
  transform: translateX(-50%) translateY(-50%);
}

.newStyle01 {
  margin-left: 1em;
  color: #c52020;
  font-weight: bold;
  text-transform: uppercase;
}

.searchStyle01 {
  display: flex;
  align-items: center;
  padding: 15px 25px 15px 35px;
  border: 1px solid #412804;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
}

@media screen and (max-width: 768.499px) {
  .searchStyle01 {
    max-width: 440px;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 13px;
  }

  #headerMenuList .search::before {
    content: none !important;
  }
}

.searchStyle01 input {
  flex: 1 1 auto;
  border: none;
}

.searchStyle01 input::-moz-placeholder {
  color: #412804;
}

.searchStyle01 input:-ms-input-placeholder {
  color: #412804;
}

.searchStyle01 input::placeholder {
  color: #412804;
}

.searchStyle01 button {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-left: 10px;
  background: url("../img/common/cmn_ico_search01_blk.svg") no-repeat center/contain;
  font-size: 0;
  transition: opacity 300ms ease;
}

.searchStyle01 button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768.499px) {
  .searchStyle01 button {
    width: 24px;
    height: 24px;
  }
}

.pickupMark {
  position: relative;
  overflow: hidden;
}

.pickupMark .label {
  position: absolute;
  top: 14px;
  left: -93px;
  padding: 7px 100px;
  background: #412804;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-30deg);
  z-index: 1;
}

.themecRed .pickupMark .label {
  background: #801925;
}

.themecGold .pickupMark .label {
  background: #b9a225;
}

.themecOrange .pickupMark .label {
  background: #e69f3a;
}

@media screen and (max-width: 768.499px) {
  .pickupMark .label {
    top: 7px;
    left: -98px;
    padding: 6px 100px;
    font-size: 10px;
    transform: scale(0.9) rotate(-30deg);
  }
}
