/*
  $Id: common-contents.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  TOP メインビジュアル 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #top-main-visual {
  margin-bottom: 3em;/*
  padding-bottom: 1em;*/
  overflow-x: hidden;
}
#background #top-main-visual .main-slider {
  width: 100%;
  aspect-ratio: 2071 / 1000;
  padding-top: 48.281%;
  border-radius: var(--radius-box);
  overflow: hidden;
}
#background #top-main-visual .main-slider .slick-track {
  position: static;
}
#background #top-main-visual .main-slider > li ,
#background #top-main-visual .main-slider > .slick-list {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#background #top-main-visual .main-slider a > picture img ,
#background #top-main-visual .main-slider figure > picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#background #top-main-visual .main-slider a ,
#background #top-main-visual .main-slider figure{
  display: block;
  position: relative;
  width: 100%;
  padding-top: 48.281%;
}
#background #top-main-visual .main-slider a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #top-main-visual .main-slider a:before {
  content: "この特集をみる";
  display: block;
  background: var(--color-goma);
  padding: 1em 2em;
  border: 2px solid var(--color-goma);
  border-radius: 1.5em;
  color: var(--color-tofu);
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
  position: absolute;
  left: 1em;
  bottom: 1em;
  z-index: 5;
}
#background #top-main-visual .main-slider a:hover:before {
  background-color: var(--color-yuba);
  border-radius: calc(1em / 3);
  color: var(--color-goma);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-main-visual {
    width: 100vw;
    margin: 0 -7vw 2.5em;
  }
  #background #top-main-visual .main-slider {
    width: 100%;
    aspect-ratio: 10 / 10;
    padding-top: 50vw;
    border-radius: 0;
  }
  #background #top-main-visual .main-slider a ,
  #background #top-main-visual .main-slider > li ,
  #background #top-main-visual .main-slider > .slick-list {
    width: 100vw;
    height: 100vw;
    position: 0;
    border-radius: 0;
  }
  #background #top-main-visual .main-slider a > img {
    width: 100vw;
    height: 100vw;
  }
}
/*------------------------------------
  コントローラー 設定　ここから
-------------------------------------*/
#background #top-main-visual .main-slider .slick-dots {
  width: calc(100% - 13em);
  display: flex;
  position: absolute;
  left: 12em;
  bottom: 1.2em;
}
#background #top-main-visual .main-slider .slick-dots li {
  margin: 0 0.2em;
}
#background #top-main-visual .main-slider .slick-dots li:last-child {
  margin-right: auto;
}
#background #top-main-visual .main-slider .slick-dots li button {
  text-indent: -4em;
  overflow: hidden;
  padding: 0;
  width: 1.4em;
  height: 1.4em;
  border: none;
  background: transparent;
}
#background #top-main-visual .main-slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 0.2em;
  height: 0.2em;
  border-radius: 50%;
  border: 2px solid var(--color-tofu);
  background: var(--color-tofu);
  position: absolute;
  left: calc(50% - 0.1em - 1px);
  top: calc(50% - 0.1em - 1px);
}
#background #top-main-visual .main-slider .slick-dots li button:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #top-main-visual .main-slider .slick-dots li button:hover:before {
  transform: scale(2);
  border-color: var(--color-goma);
}
#background #top-main-visual .main-slider .slick-dots li.slick-active button:before {
  border-color: var(--color-goma);
  background-color: var(--color-goma);
  transform: scale(1.5);
}
#background #top-main-visual .main-slider .slick-dots li.slick-active button:hover:before {
  transform: scale(1.5);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*-----------------------------------*/
#background #top-main-visual .main-slider .slick-arrow {
  width: 14vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  border: none;
  background: transparent;
  cursor: pointer;
}
#background #top-main-visual .main-slider .slick-arrow:before {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  background: url(./images/icon01w.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: calc(30% - 2.5em);
  top: calc(50% - 2.5em);
  z-index: 10;
  filter: Alpha(opacity=0);
  opacity: 0;
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.8));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background #top-main-visual .main-slider .slick-arrow:hover:before {
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #top-main-visual .main-slider .slick-arrow:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #top-main-visual .main-slider .slick-arrow:after {
  content: "";
  display: block;
  visibility: visible;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.4));
  background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.4));
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background #top-main-visual .main-slider .slick-arrow:hover:after {
  width: 14vw;
}
#background #top-main-visual .main-slider .slick-arrow.prev-arrow {
  right: auto;
  left: 0;
  height: calc(100% - 5em);
  transform: scaleX(-1.0);
}
#background #top-main-visual .main-slider .slick-arrow.prev-arrow:before {
  top: 50%;
}
#background #top-main-visual .main-slider .slick-arrow.prev-arrow:after {
  height: calc(100% + 5em);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}


/*===========================================================================

  TOP ピックアップ特集 設定　ここから

===========================================================================*/
#background #top-pickup {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto 4em;
}
#background #top-pickup h2 {
  line-height: 1em;
  margin-bottom: 1.2em;
}
#background #top-pickup h2 strong {
  line-height: 1em;
}
#background #top-pickup ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.3em;
}
#background #top-pickup ul li {
  width: calc(33.33% - 0.8em);
  margin: 0 auto 1.2em;
}
#background #top-pickup ul li a {
  display: block;
  width: 100%;
  aspect-ratio: 640 / 336;
  padding-top: 52.5%;
  overflow: hidden;
  border-radius: var(--radius-box);
  position: relative;
}
#background #top-pickup ul li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  border-radius: calc( var(--radius-box) / 2);
}
#background #top-pickup ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#background #top-pickup ul li a:hover img {
  transform: var(--anime-big);
}

/** 大きい画面用分岐 **/
@media screen and (min-width: 901px) {
  #background #top-pickup ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  #background #top-pickup ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #top-pickup ul li {
    width: calc(50% - 0.5em);
    margin: 0 auto 1em;
  }
  #background #top-pickup ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  #background #top-pickup ul li:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #background #top-pickup ul li:nth-of-type(9) {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-pickup {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 4.5em;
  }
  #background #top-pickup h2 strong {
    font-size: 1.2em;
  }
  #background #top-pickup ul li {
    width: calc(50% - 0.25em);
    margin: 0 auto 0.5em;
  }
  #background #top-pickup ul li a {
    border-radius: calc( var(--radius-box) / 2);
  }
}


/*===========================================================================

  TOP アバウト設定　ここから

===========================================================================*/
#background #top-about {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto 4em;
}
#background #top-about section {
  display: flex;
}
#background #top-about section > h2 {
  position: absolute;
  max-width: calc(100% - 430px);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 2.5em;
  line-height: 1.2em;
}
#background #top-about section > picture {
  width: calc(50% - 2.5em);
  max-width: calc(100% - 430px - 2.5em);
  margin: auto auto 0 0;
}
#background #top-about section > p {
  width: calc(50% - 2.5em);
  min-width: 430px;
  margin: auto 0 auto auto;
  line-height: 2.5em;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1150px) {
  #background #top-about section > h2 {
    font-size: calc(3.773vw * 0.9);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1100px) {
  #background #top-about section > h2 {
    width: 100%;
    max-width: 100%;
    font-size: calc(3.773vw * 0.9);
  }
  #background #top-about section > picture {
    width: calc(50% - 1.5em);
    max-width: 100%;
  }
  #background #top-about section > p {
    width: calc(50% - 1.5em);
    min-width: auto;
    min-width: initial;
  }
  #background #top-about section > p br.spNone {
    display: none;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #top-about {
    max-width: 740px;
  }
  #background #top-about section {
    display: block;
  }
  #background #top-about section > h2 {
    position: static;
    max-width: 100%;
    font-size: 2.5em;
  }
  #background #top-about section > picture {
    display: block;
    width: 100%;
    margin: 0 auto 1em;
  }
  #background #top-about section > p {
    width: 100%;
    margin: 0 auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-about {
    width: 80vw;
  }
  #background #top-about section > h2 {
    position: relative;
    font-size: 8.2vw;
    margin-bottom: -1em;
  }
  #background #top-about section > picture {
    margin-bottom: 2em;
  }
  #background #top-about section > p {
    font-size: 0.875em;
    line-height: 1.9em;
  }
}

/*===========================================================================

  TOP 編集部便り 設定　ここから

===========================================================================*/
#background #top-blog {
  max-width: 1400px;
  width: 94%;
  margin: 0 auto 6em;
}
#background #top-blog > section {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#background #top-blog h2 ,
#background #top-blog dl {
  width: calc(25% - 1em);
  margin: 0 auto 1em;
}
#background #top-blog h2.midashi.blog {
  margin: auto auto;
  letter-spacing: 0.45em;
  padding: 2.4em 0 1em;
}
#background #top-blog h2.midashi.blog:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon02.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 1em);
}
#background #top-blog h2.midashi.blog strong {
  letter-spacing: 0.1em;
}
#background #top-blog p.more {
  width: 100%;
  margin: 1.75em auto 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #top-blog h2.midashi.blog ,
  #background #top-blog h2.midashi.blog:before {
    font-size: 1.8vw;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #top-blog {
    width: calc(100% + 1em);
    margin: 0 -0.5em 3em;
  }
  #background #top-blog h2 ,
  #background #top-blog dl {
    width: calc(50% - 1em);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-blog {
    width: calc(100% + 0.7em + 7vw);
    margin-bottom: 3.3em;
    margin-left: calc(-0.35em - 3.5vw);
    margin-right: calc(-0.35em - 3.5vw);
  }
  #background #top-blog h2 ,
  #background #top-blog dl {
    width: calc(50% - 0.5em);
    margin-bottom: 0.5em;
  }
  #background #top-blog h2.midashi.blog ,
  #background #top-blog h2.midashi.blog:before {
    font-size: 1.1em;
  }
  #background #top-blog p.more {
    width: 100%;
    margin: 1.75em auto 0;
  }
}
/*------------------------------------
  チップ設定　ここから
-------------------------------------*/
#background #top-blog dl {
  background: var(--color-tofu);
  border-radius: var(--radius-box);
  overflow: hidden;
  position: relative;
}
#background #top-blog dl dt {
  overflow: hidden;
  width: 100%;
  padding-top: 63%;
}
#background #top-blog dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#background #top-blog dl:hover dt > img {
  transform: var(--anime-big);
}
#background #top-blog dl dd {
  position: static;
  display: flex;
  flex-wrap: wrap;
  padding: 1.5em;
}
#background #top-blog dl dd em {
  display: inline-block;
  background: var(--color-goma);
  border: 1px solid var(--color-goma);
  border-radius: 1.1em;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-tofu);
  padding: calc(0.6em - 1px) 1em;
  margin: auto 0.5em auto 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background #top-blog dl:hover dd em {
  background: var(--color-tofu);
  border-radius: 0.3em;
  color:  var(--color-goma);
}
#background #top-blog dl dd .days {
  border-radius: 1em;
  font-size: 0.625em;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-goma);
  padding: 0.5em 1em;
  margin: auto auto auto 0;
}
#background #top-blog dl dd strong {
  display: block;
  width: 100%;
  padding: 0.5em 0 0;
  margin: 0 0 auto;
  line-height: 1.5em;
  font-size: 0.875em;
}
#background #top-blog dl dd a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -10em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-blog dl dd {
    display: block;
    padding: 1em;
    line-height: 1em;
  }
  #background #top-blog dl dd em {
    margin: 0;
    position: absolute;
    left: 0.6em;
    top: 0.6em;
  }
  #background #top-blog dl dd .days {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/*===========================================================================

  TOP もっと知りたい 設定　ここから

===========================================================================*/
#background #top-want2know {
  width: calc(100% - 2em);
  background: var(--color-asagi);
  padding: 3.25em 3.25em 2.25em;
  border-radius: var(--radius-box);
  margin: 0 auto 2em;
}
#background #top-want2know .want2know-wrapper {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 3em;
}
#background #top-want2know .want2know-wrapper:before ,
#background #top-want2know .want2know-wrapper:after {
  content: "";
  display: block;
  width: 20%;
  height: 0;
  aspect-ratio: 210 / 320;/*
  padding-top: 152.38%;*/
  padding-top: 30.476%;
  margin: auto auto auto 0;
  background: url(./images/shiritai-image01.svg) no-repeat 50% 50%;
  background-size: contain;
}
#background #top-want2know .want2know-wrapper:after {
  margin: auto 0 auto auto;
  background-image: url(./images/shiritai-image02.svg);
}
#background #top-want2know .want2know-wrapper .title-set {
  width: 52%;
  margin: auto;
  text-align: center;
}
#background #top-want2know .want2know-wrapper .title-set h2 {
  margin: 0 auto 2em;
}
#background #top-want2know .want2know-wrapper .title-set p {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 2.25em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1350px) {
  #background #top-want2know {
    width: 100%;
  }
  #background #top-want2know .want2know-wrapper .title-set p .spNone {
    display: none;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #top-want2know {
    width: 100%;
  }
  #background #top-want2know .want2know-wrapper {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  #background #top-want2know .want2know-wrapper:before ,
  #background #top-want2know .want2know-wrapper:after {
    width: 48%;/*
    padding-top: 152.38%;*/
    padding-top: 76.19%;
    order: 10;
  }
  #background #top-want2know .want2know-wrapper .title-set {
    width: 100%;
  }
  #background #top-want2know .want2know-wrapper .title-set h2 {
    margin-bottom: 1em;
    width: 90%;
  }
  #background #top-want2know .want2know-wrapper .title-set p {
    display: block;
    line-height: 2em;
    margin-bottom: 1em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-want2know {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 2em;
    padding: 1.5em 1.25em 0.5em;
  }
  #background #top-want2know .want2know-wrapper {
    margin-bottom: 1em;
  }
  #background #top-want2know .want2know-wrapper .title-set {
    padding: 0.5em calc(7vw - 1.125em) 0;
  }
  #background #top-want2know .want2know-wrapper .title-set p {
    line-height: 1.9em;
    font-size: 0.875em;
  }
}

/*------------------------------------
  リンク 設定　ここから
-------------------------------------*/
#background #top-want2know p.more {
  margin-bottom: 1em;
}
#background #top-want2know p.more a {
  font-weight: 900;
}
#background #top-want2know p.more a em {
  display: inline-block;
  font-size: 1em;
}
#background #top-want2know p.more a:hover {
  background-color: var(--color-kiku);
  border-color: var(--color-kiku);
  border-radius: var(--radius-box);
  transform: var(--anime-big);
}
#background #top-want2know .want2know-link {
  display: flex;
  max-width: 1400px;
  width: calc(100% + 1em);
  margin: 0 -0.5em;
}
#background #top-want2know .want2know-link li {
  margin: 0 0.5em 1em;
  width: calc(100% / 6 - 1em);
}
#background #top-want2know .want2know-link li a {
  display: block;
  margin: 0;
  text-align: center;
  background: var(--color-tofu);
  font-weight: 700;
  line-height: 1em;
  padding: 0.625em 1em 0.625em 2.5em;
  border-radius: 11.25em;
}
#background #top-want2know .want2know-link li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  background: var(--color-kiku);
  border-radius: var(--radius-box);
  transform: var(--anime-big);
}
#background #top-want2know .want2know-link li a:before {
  content: "";
  display: block;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 1em;
  top: calc(50% - 0.75em);
  background: url(./images/icon11.svg) no-repeat 50% 50%;
  background-size: contain;
}
#background #top-want2know .want2know-link li a:hover:before {
  animation-name: icon-anime;
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

#background #top-want2know .want2know-link li a.culture:before {
  background-image: url(./images/icon12.svg);
}
#background #top-want2know .want2know-link li a.sport:before {
  background-image: url(./images/icon13.svg);
}
#background #top-want2know .want2know-link li a.work:before {
  background-image: url(./images/icon14.svg);
}
#background #top-want2know .want2know-link li a.join:before {
  background-image: url(./images/icon15.svg);
}
#background #top-want2know .want2know-link li a.life:before {
  background-image: url(./images/icon16.svg);
}

/** 大きい画面用分岐 **/
@media screen and (min-width: 1680px) {
  #background #top-want2know .want2know-link {
    margin: 0 auto;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #top-want2know .want2know-link {
    flex-wrap: wrap;
  }
  #background #top-want2know .want2know-link li {
    width: calc(100% / 3 - 1em);
  }
  #background #top-want2know .want2know-link li a {
    display: block;
    margin: 0;
    text-align: center;
    background: var(--color-tofu);
    font-weight: 700;
    line-height: 1em;
    padding: 0.625em 1em 0.625em 2.5em;
    border-radius: 11.25em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #top-want2know .want2know-link li a {
    font-size: 0.875em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-want2know .want2know-link li {
    width: calc(100% / 2 - 1em);
  }
  #background #top-want2know p.more a {
    line-height: 1.4em;
    padding: 0.8em 2em;
  }
}

/*===========================================================================

  TOP SNSリンク 設定　ここから

===========================================================================*/
#background #top-sns-link {
  max-width: 1400px;
  width: calc(100% - 2em);
  margin: 0 auto 4em;
}
#background #top-sns-link ul {
  display: flex;
  flex-wrap: wrap;
}
#background #top-sns-link ul > li {
  width: calc(50% - 1em);
  margin: 0 auto 2em 0;
}
#background #top-sns-link ul > li:nth-of-type(2n) {
  margin-right: 0;
  margin-left: auto;
}
#background #top-sns-link ul a {
  display: block;
  overflow: hidden;
  border-radius: var(--radius-box);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1350px) {
  #background #top-sns-link {
    width: 100%;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1000px) {
  #background #top-sns-link ul > li {
    width: calc(50% - 0.5em);
    margin-bottom: 1em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #top-sns-link {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 4em;
  }
  #background #top-sns-link ul > li {
    width: 100%;
    margin: 0 0 0.5em;
  }
  #background #top-sns-link ul > li:last-child {
    margin-bottom: 0;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通一覧 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
/*------------------------------------
  タイトル設定　ここから
-------------------------------------*/
#background #list-title {
  width: calc(100% - 60px);
  margin: 0 auto 1.5em;
  padding: 4.6em 0 3em;
  border-bottom: 1px solid var(--color-goma);
}
#background #list-title section {
  display: flex;
}
#background #list-title h2 {
  width: 4em;
  margin: auto 0;
  text-align: center;
  line-height: 1.2em;
  font-size: 3.5em;
  font-weight: 900;
  font-family: var(--font-title);
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
}
#background #list-title h2 > small {
  display: block;
  font-size: 0.285em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1em;
  color: var(--color-goma);
  text-stroke: initial;
  -webkit-text-stroke: initial;
}
#background #list-title h2.chishiki-title {
  width: 5em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1050px) {
  #background #list-title section {
    display: block;
  }
  #background #list-title h2 ,
  #background #list-title h2.chishiki-title {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  #background #list-title h2 > small {
    display: inline-block;
    margin: auto 2em auto 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-title {
    width: 100%;
    padding: 2em 0 3em;
  }
  #background #list-title h2 {
    font-size: 1.75em;
  }
  #background #list-title h2 > small {
    font-size: 0.625em;
    margin: auto 0.5em auto 0;
    text-stroke: initial;
    -webkit-text-stroke: initial;
  }
}
/*------------------------------------
  検索ボックス設定　ここから
-------------------------------------*/
#background #list-title #search-field {
  width: calc(100% - 16em);
  margin: 0 0 auto auto;
  padding-left: 3.75em;
  border-left: 1px solid var(--color-goma);
}
#background #list-title h2.chishiki-title + #search-field {
  width: calc(100% - 20em);
}
#background #list-title #search-field .search-line {
  display: flex;
  border-bottom: 1px solid var(--color-goma);
  margin-bottom: 1.5em;
}
#background #list-title #search-field .search-line h4 {
  width: 5em;
  font-size: 0.875em;
  margin: 0 0 auto 0;
  font-weight: 700;
}
#background #list-title #search-field .search-line ul {
  width: calc(100% - 4.375em);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}
#background #list-title #search-field .search-line ul li {
  display: inline-block;
  margin: 0 1.2em 0.5em 0;
}
#background #list-title #search-field .search-line input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1050px) {
  #background #list-title #search-field ,
  #background #list-title h2.chishiki-title + #search-field {
    width: 100%;
    border-left: none;
    padding: 2em 0 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-title #search-field .search-line h4 {
    width: 100%;
    font-size: 0.75em;
    margin-bottom: 0.25em;
  }
  #background #list-title #search-field .search-line {
    display: block;
  }
  #background #list-title #search-field .search-line ul {
    width: 100%;
  }
  #background #list-title #search-field .search-line ul li {
    font-size: 0.875em;
    margin: 0 0.5em 0.5em 0;
  }
  #background #list-title #search-field .search-line ul li:last-child {
    margin-right: auto;
  }
}
/*------------------------------------
  検索ボックス カテ1 設定　ここから
-------------------------------------*/
#background #list-title #search-field .search-line.cate-line01 label {
  display: inline-block;
  position: relative;
  border: 2px solid var(--color-renkon);
  padding: 0.4em 2em 0.4em 2.6em;
  border-radius: 1em;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-gobo);
  cursor: pointer;
}
#background #list-title #search-field .search-line.cate-line01 label:hover {
  border-radius: 0.4em;
  transform: var(--anime-big);
}
#background #list-title #search-field .search-line.cate-line01 label:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: var(--color-renkon);
  position: absolute;
  left: 0.8em;
  top: calc(50% - 0.25em);
}
#background #list-title #search-field .search-line.cate-line01 [type="checkbox"]:checked + label {
  border-color: var(--color-goma);
  color: var(--color-goma);
}
#background #list-title #search-field .search-line.cate-line01 [type="checkbox"]:checked + label:before {
  background: var(--color-goma);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-title #search-field .search-line.cate-line01 label {
    padding: 0.4em 0.8em 0.4em 1.6em;
  }
}
/*------------------------------------
  検索ボックス カテ2 設定　ここから
-------------------------------------*/
#background #list-title #search-field .search-line.cate-line02 ul {
  margin-bottom: 2em;
}
#background #list-title #search-field .search-line.cate-line02 ul li {
  line-height: 1.5em;
}
#background #list-title #search-field .search-line.cate-line02 label {
  display: inline-block;
  font-weight: 700;
  font-size: 0.825em;
  padding-left: 1em;
  line-height: 1em;
  color: var(--color-gobo);
  cursor: pointer;
}
#background #list-title #search-field .search-line.cate-line02 label:hover {
  transform: var(--anime-big);
}
#background #list-title #search-field .search-line.cate-line02 label:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
  background: var(--color-yuba);
  position: absolute;
  left: 0.2em;
  top: calc(50% - 0.2em);
}
#background #list-title #search-field .search-line.cate-line02 [type="checkbox"]:checked + label {
  color: var(--color-goma);
}
#background #list-title #search-field .search-line.cate-line02 [type="checkbox"]:checked + label:before {
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: var(--color-goma);
  left: 0;
  top: calc(50% - 0.3em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  検索ボックス カテ2追加アコーディオン 設定　ここから
-------------------------------------*/
#background #list-title .show-area {
  overflow: hidden;
  height: 4.05em;
  border-bottom: 1px solid var(--color-goma);
  margin-bottom: 1.5em;
  position: relative;
  transition: all 0.5s ease;
}
#background #list-title .show-area:before {
  content: "";
  display: block;
  width: 100%;
  height: 2em;
  background: var(--color-yuba);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  filter: Alpha(opacity=100);
  opacity: 1;
  transition: all 0.5s ease;
}
#background #list-title .show-area.open:before {
  filter: Alpha(opacity=0);
  opacity: 0;
}
#background #list-title .show-area ul:before {
  content: "…";
  display: block;
  width: 3em;
  height: 2em;
  line-height: 1em;
  text-align: center;
  background: var(--color-yuba);
  -webkit-mask-image:
      linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 24.6%, rgba(0,0,0,1));
  mask-image:
      linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 24.6%, rgba(0,0,0,1));
  position: absolute;
  right: 0;
  bottom: calc(100% - 2em);
  z-index: 1;
  filter: Alpha(opacity=100);
  opacity: 1;
  transition: all 0.5s ease;
}
#background #list-title .show-area.open ul:before {
  bottom: -2em;
  filter: Alpha(opacity=0);
  opacity: 0;
}
#background #list-title .show-area .show-button {
  position: absolute;
  left: 5em;
  bottom: 0.4em;
  z-index: 2;
  transition: all 0.5s ease;
}
#background #list-title .show-area .show-button a {
  display: block;
  padding-left: 2em;
  font-size: 0.825em;
  font-weight: 900;
  color: var(--color-komnyaku);
  position: relative;
}
#background #list-title .show-area .show-button a:before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  border: 2px solid var(--color-komnyaku);
  border-radius: calc( var(--radius-box) / 2 );
  background: url(./images/icon-plus.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.6em);
}
#background #list-title .show-area.no-show {
  border-bottom: none;
}
#background #list-title .show-area .show-button a > span.close ,
#background #list-title .show-area.open .show-button a > span ,
#background #list-title .show-area.no-show:before ,
#background #list-title .show-area.no-show ul:before ,
#background #list-title .show-area.no-show .show-button {
  display: none;
}
#background #list-title .show-area .show-button a > span ,
#background #list-title .show-area.open .show-button a > span.close {
  display: block;
}
#background #list-title .show-area.open .show-button a:before {
  transform: rotate(45deg);
  border-radius: 50%;
  border-color: var(--color-yuba);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-title .show-area {
    height: 7.25em;
  }
  #background #list-title .show-area ul:before {
    bottom: 1.9em;
  }
  #background #list-title .show-area .show-button {
    left: 0;
  }
}
/*------------------------------------
  検索ボックス 検索ボックス 設定　ここから
-------------------------------------*/
#background #list-title #search-field .search-line.cate-line0x {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 1em;
}/*
#background #list-title #search-field .search-line.cate-line0x button {
  display: block;
  border: none;
  text-indent: -10em;
  overflow: hidden;
  width: 2em;
  height: 2em;
  background: var(--color-goma) url(./images/icon-search.svg) no-repeat 50% 50%;
  background-size: contain;
  border-radius: 50%;
  margin: 0;
  z-index: 10;
}*/
#background #list-title #search-field p.more {
  margin-top: 1.5em;
}
#background #list-title #search-field p.more button {
  padding: 0.8em 3em;
}
#background #list-title #search-field p.more button:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon-search.svg) no-repeat 50% 50%;
  background-size: contain;
  border-radius: 50%;
  position: absolute;
  right: 0.8em;
  top: calc(50% - 1em);
}
#background #list-title #search-field p.more button:hover:before {
  background-image: url(./images/icon-search-k.svg);
}
#background #list-title #search-field .search-line.cate-line0x input[type="text"] {
  display: block;/*
  width: calc(100% - 1.142em);*/
  width: 100%;
  background: var(--color-yuba);
  padding: 0 2.284em 0 1.142em;
  line-height: calc(2.284em - 4px);
  border-radius: 1.142em;
  border: 2px solid var(--color-renkon);/*
  border-right: none;*/
  font-size: 0.875em;
  font-weight: 700;
}
#background #list-title #search-field .search-line.cate-line0x input[type="text"]:placeholder {
  font-size: 0.875em;
  color: var(--color-gobo);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}

/*===========================================================================

  共通一覧 検索フォーム 設定　ここから

===========================================================================*/
#background #list-area {
  width: calc(100% - 60px);
  margin: 0 auto 6em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-area {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 3em;
  }
}
/*------------------------------------
  タブ 設定　ここから
-------------------------------------*/
#background #list-area .list-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25em;
}
#background #list-area .list-tab li {
  margin: 0 1em;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-weight: 700;
  line-height: 1em;
}
#background #list-area .list-tab li a {
  display: block;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-yuba);
}
#background #list-area .list-tab li a:hover {
  transform: var(--anime-big);
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #list-area .list-tab li a.active {
  border-bottom-color: var(--color-goma);
}
#background #list-area .list-tab li a.active:hover {
  transform: scale(1);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  パネルレイアウト設定　ここから
-------------------------------------*/
#background #list-area .panel-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#background #list-area .panel-wrapper .panel-set {
  width: calc(33.33% - 1.333em);
  margin: 0 calc(1.999em / 2) 2em;
  background: var(--color-tofu);
  overflow: hidden;
  border-radius: var(--radius-box);
  display: flex;
  flex-direction: column;
  position: relative;
}
/** pc画面用分岐1 **/
@media screen and (max-width: 1366px) {
  #background #list-area .panel-wrapper .panel-set {
    width: 31.2%;
    margin: 0 1.599% 2em;
    margin-bottom: 2.8%;
  }
}
/** pc画面用分岐2 **/
@media screen and (min-width: 1051px) {
  #background #list-area .panel-wrapper .panel-set:nth-of-type(3n+1) {
    margin-left: 0;
  }
  #background #list-area .panel-wrapper .panel-set:nth-of-type(3n) {
    margin-right: 0;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1050px) {
  #background #list-area .panel-wrapper .panel-set {
    width: calc(50% - 1em);
    margin: 0 auto 2em;
  }
  #background #list-area .panel-wrapper .panel-set:nth-of-type(2n+1) {
    margin-left: 0;
  }
  #background #list-area .panel-wrapper .panel-set:nth-of-type(2n) {
    margin-right: 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
    #background #list-area .panel-wrapper .panel-set {
      width: calc(50% - 0.35em);
      margin: 0 auto 0.7em;
    }
}

/*------------------------------------
  パネル中身 設定　ここから
-------------------------------------*/
#background #list-area .panel-set figure {
  display: block;
  width: 100%;/*
  aspect-ratio: 640 / 336;
  padding-top: 46.875%;
  aspect-ratio: 49 / 23;*/
  padding-top: 52.5%;
  position: relative;
  margin-bottom: 0.875em;
  overflow: hidden;
}
#background #list-area .panel-set figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#background #list-area .panel-set:hover figure img {
  transform: var(--anime-big);
}
#background #list-area .panel-set a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  text-indent: -10em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-area .panel-set figure {
    aspect-ratio: 3 / 2;
    padding-top: 66.66%;
  }
}
/*-----------------------------------*/
#background #list-area .panel-set .cate-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 2.7em);
  margin: 0 auto 1em 1.6em;
}
#background #list-area .panel-set .cate-list li {
  background: var(--color-goma);
  margin: 0 0.5em 0.25em 0;
  padding: 0.5em 1em;
  color: var(--color-tofu);
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  border-radius: 1em;
}
#background #list-area .panel-set h4 {
  margin: 0 1.6em 1.5em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
#background #list-area .panel-set .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto 1.25em 0;
  padding: 1em 0;
  border-top: 1px solid var(--color-renkon);
}
#background #list-area .panel-set .tag-list li {
  display: block;
  padding: 0.25em 1em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1em;
  color: var(--color-gobo);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #list-area .panel-set .cate-list {
    width: calc(100% - 1.6em);
    margin: 0 auto 0.5em 0.8em;
  }
  #background #list-area .panel-set h4 {
    margin: 0 1em 1em;
    font-size: 0.875em;
  }
  #background #list-area .panel-set .tag-list {
    width: calc(100% - 1em);
    margin: auto 0.5em 0;
    padding: 0.5em 0;
  }
  #background #list-area .panel-set .cate-list li ,
  #background #list-area .panel-set .tag-list li {
    font-size: 0.6825em;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  編集部便り 詳細ページ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
/*------------------------------------
  エリア設定　ここから
-------------------------------------*/
#background #blog-area {
  width: 100%;
  border-radius: var(--radius-box);
  background: var(--color-tofu);
  margin-bottom: 6.5em;
}
#background #blog-area section {
  width: calc(100% - 20vw);
  margin: 0 auto;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #blog-area section {
    width: 86%;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area {
    width: calc(100% + 8vw);
    margin: 0 -4vw 3.5em;
  }
  #background #blog-area section {
    width: calc(100% - 14vw);
  }
}
/*------------------------------------
  タイトル 設定　ここから
-------------------------------------*/
#background #blog-area .title-set {
  padding-top: 3.4em;
  padding-bottom: 3.25em;
  display: flex;
  flex-direction: column;
}
#background #blog-area .title-set h1 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 1em;
  padding-right: 150px;
  font-family: var(--font-title);
  font-size: 2em;
  font-weight: 900;
  line-height: 1.4em;
  order: 1;
}
#background #blog-area .title-set p {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0.5em;
  padding-right: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  order: 0;
}
#background #blog-area .title-set p em {
  display: block;
  margin: auto 0.5em auto 0;
  padding: 0.4em 1em;
  background: var(--color-goma);
  border-radius: 0.9em;
  font-size: 0.75em;
  line-height: 1em;
  color: var(--color-tofu);
}
#background #blog-area .title-set p .days {
  margin-left: 0.5em;
}
#background #blog-area .title-set .photo-set {
  margin-bottom: 0;
  order: 3;
}
#background #blog-area .title-set div.like-button {
  position: absolute;
  top: 3.4em;
  right: -2.5vw;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 1400px) {
  #background #blog-area .title-set div.like-button {
    right: calc(50% - 540px);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1400px) {
  #background #blog-area .title-set h1 ,
  #background #blog-area .title-set p {
    padding-right: 180px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .title-set {
    padding-top: 1em;
    padding-bottom: 2.5em;
  }
  #background #blog-area .title-set h1 {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    font-size: 1.5em;
  }
  #background #blog-area .title-set p {
    width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    order: 2;
  }
  #background #blog-area .title-set .photo-set {
    margin-bottom: 1em;
    order: 0;
  }
  #background #blog-area .title-set div.like-button {
    display: block;
    width: 100%;
    text-align: right;
    position: static;
    order: 3;
  }
  #background #blog-area .title-set div.like-button form {
    text-align: right;
  }
}

/*------------------------------------
  内容 設定　ここから
-------------------------------------*/
#background #blog-area .blog-set p {
  max-width: 1000px;
  margin: 0 auto 3.25em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .blog-set p {
    margin-bottom: 2.5em;
  }
}
/*------------------------------------
  関連リンク 設定　ここから
-------------------------------------*/
#background #blog-area section.blog-link {
  width: calc(100% - 14vw);
  max-width: 1400px;
}
#background #blog-area .blog-link h3 {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 1.375em;
}
#background #blog-area .blog-link h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--color-goma);
  position: absolute;
  left: 0;
  top: calc(50% - 0.5px);
}
#background #blog-area .blog-link h3 em {
  display: inline-block;
  background: var(--color-tofu);
  padding-right: 1em;
  position: relative;
  z-index: 10;
}
#background #blog-area .blog-link .link-set {
  display: block;
  margin-bottom: 2.8em;
}
#background #blog-area .blog-link .link-set li {
  margin-bottom: 1em;
}
#background #blog-area .blog-link .link-set li a {
  display: inline-block;
  padding: 1em 4em 1em 1.5em;
  border: 1px solid var(--color-renkon);
  border-radius: var(--radius-box);
  word-break: break-all;
  font-weight: 700;
  position: relative;
}
#background #blog-area .blog-link .link-set li a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 1em);
}
#background #blog-area .blog-link .link-set li a.exlink:before {
  width: 1.4em;
  height: 1.4em;
  background-image: url(./images/icon04.svg);
  right: 1.4em;
  top: calc(50% - 0.7em);
}
#background #blog-area .blog-link .link-set li a:hover {
  border-radius: 4px;
  border-color: var(--color-goma);
}
#background #blog-area .blog-link .link-set li a:hover:before {
  transform: scale(1.4);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area section.blog-link {
    width: calc(100% - 10vw);
  }
  #background #blog-area .blog-link .link-set li a {
    line-height: 1.6em;
  }
}
/*------------------------------------
  関連カテ 設定　ここから
-------------------------------------*/
#background #blog-area .blog-link .cate-set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}
#background #blog-area .blog-link .cate-set li {
  margin: 0 0.5em 0.5em 0em;
  line-height: 1em;
}
#background #blog-area .blog-link .cate-set li a {
  display: block;
  font-weight: 700;
  padding: 0.4em 1em;
  border: 1px solid var(--color-goma);
  border-radius: 0.9em;
}
#background #blog-area .blog-link .cate-set li.cate a {
  background: var(--color-goma);
  color: var(--color-tofu);
}
#background #blog-area .blog-link .cate-set li.tag a {
  font-size: 0.875em;
  line-height: 1.2em;
}
#background #blog-area .blog-link .cate-set li a:hover {
  border-radius: 0.4em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .blog-link .cate-set li a {
    font-size: 0.875em;
  }
  #background #blog-area .blog-link .cate-set li.tag a {
    font-size: 0.75em;
    line-height: 1.4em;
  }
}
/*------------------------------------
  ページネーション設定　ここから
-------------------------------------*/
#background #blog-area section.blog-pagination {
  width: 100%;
  border-top: 1px solid var(--color-renkon);
  padding: 3em 7vw;
}
#background #blog-area .blog-pagination ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
#background #blog-area .blog-pagination ul li {
  margin: 0 auto;
  width: 32%;
}
#background #blog-area .blog-pagination ul li.prev ,
#background #blog-area .blog-pagination ul li.go2top:first-child {
  margin-left: 0;
}
#background #blog-area .blog-pagination ul li.next ,
#background #blog-area .blog-pagination ul li.go2top:last-child {
  margin-right: 0;
}
#background #blog-area .blog-pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-goma);
  border-radius: var(--radius-box);
  padding: 1em 3.25em 1em 1.25em;
  font-weight: 700;
  line-height: 1.4em;
}
#background #blog-area .blog-pagination ul li.prev a {
  padding-left: 3.25em;
  padding-right: 1.25em;
}
#background #blog-area .blog-pagination ul li.prev a span.blog-navi ,
#background #blog-area .blog-pagination ul li.next a span.blog-navi {
  font-size: 0.875em;
}
#background #blog-area .blog-pagination ul li.go2top a span.blog-navi {
  font-size: 1.125em;
}
#background #blog-area .blog-pagination ul li a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  position: absolute;
  right: 0.75em;
  top: calc(50% - 1em);
}
#background #blog-area .blog-pagination ul li.prev a:before {
  left: 0.75em;
  right: auto;
  transform: scaleX(-1);
}
#background #blog-area .blog-pagination ul li a:hover {
  border-radius: 4px;
  background: var(--color-goma);
  color: var(--color-tofu);
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #blog-area .blog-pagination ul li a:hover:before {
  background-image: url(./images/icon01w.svg);
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #blog-area section.blog-pagination {
    padding: 3em 147px;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 980px) {
  #background #blog-area .blog-pagination ul li {
    width: auto;
  }
  #background #blog-area .blog-pagination .pcNone {
    display: block;
  }
  #background #blog-area .blog-pagination .spNone {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area section.blog-pagination {
    padding: 5vw;
  }
  #background #blog-area .blog-pagination ul {
    align-items: center;
  }
  #background #blog-area .blog-pagination .pcNone ,
  #background #blog-area .blog-pagination .spNone {
    display: none;
  }
  #background #blog-area .blog-pagination ul li.go2top a span.blog-navi {
    font-size: 1em;
  }
  #background #blog-area .blog-pagination ul li.next a ,
  #background #blog-area .blog-pagination ul li.prev a {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    width: 3em;
    height: 3em;
    border-radius: 50%;
  }
  #background #blog-area .blog-pagination ul li.next a:before ,
  #background #blog-area .blog-pagination ul li.prev a:before {
    left: calc(50% - 1em);
    right: auto;
  }
}



/*===========================================================================

  フォトリスト設定　ここから

===========================================================================*/
/*------------------------------------
  基本セット設定　ここから
-------------------------------------*/
#background #blog-area .photo-set {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 13vw);
  margin: 0 -6.5vw 3.25em;
  position: relative;
}
#background #blog-area .photo-set li {
  width: 100%;
  margin: 0 auto 0.5em;
  overflow: hidden;
  border-radius: var(--radius-box);
  aspect-ratio: 77 / 34;
  padding-top: 44.155%;
}
#background #blog-area .photo-set li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#background #blog-area .photo-set li:only-child {
  width: calc(90% - 5vw);
  margin: 0 auto 0.5em;
  aspect-ratio: auto;
  padding-top: 0;
  background-color: var(--color-renkon);
}
#background #blog-area .photo-set li:only-child img {
  display: block;
  width: 100%;
  max-width: auto;
  height: auto;
  max-height: calc( calc(90vw - 190px) * 0.666);
  margin: 0 auto;
  position: static;
  object-fit: contain;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #blog-area .photo-set {
    width: calc(100% + 105px);
    margin: 0 -52.5px 5em;
  }
  #background #blog-area .photo-set li:only-child {
    width: 90%;
  }
  #background #blog-area .photo-set li:only-child img {
    max-height: 1400px !important;
  }
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 1400px) {
  #background #blog-area .photo-set li:only-child {
    width: 86%;
  }
  #background #blog-area .photo-set li:only-child img {
    max-height: calc( calc(86vw - 190px) * 0.666);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 900px) {
  #background #blog-area .photo-set li:only-child {
    width: 93.53%;
  }
  #background #blog-area .photo-set li:only-child img {
    max-height: calc( calc(96vw - 95px) * 0.666);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .photo-set {
    width: calc(100% + 3.4vw);
    margin: 0 -1.75vw 2em;
    position: relative;
  }
  #background #blog-area .photo-set li:only-child {
    width: 100%;
  }
  #background #blog-area .photo-set li:only-child img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: fill;
  }
}
/*------------------------------------
  複数セット2 設定　ここから
-------------------------------------*/
#background #blog-area .photo-set.photo-set-2 li {
  width: calc(50% - 0.25em);
  padding-top: calc(40% - 0.25em);
}
#background #blog-area .photo-set.photo-set-2 li:first-child {
  margin-left: 0;
}
#background #blog-area .photo-set.photo-set-2 li:last-child {
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .photo-set.photo-set-2 {
    display: block;
  }
  #background #blog-area .photo-set.photo-set-2 li {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 0 0.5em;
    padding-top: 0;
  }
  #background #blog-area .photo-set.photo-set-2 li img {
    width: 100%;
    height: auto;
    position: static;
  }
}
/*------------------------------------
  複数セット3 設定　ここから
-------------------------------------*/
#background #blog-area .photo-set.photo-set-3 {
  flex-direction: column;
}
#background #blog-area .photo-set.photo-set-3 li {/*
  width: 31.5%;
  padding-top: 20%;
  margin-bottom: 1%;*/
  width: calc(32% - 0.25em);
  padding-top: 20%;
  margin-right: 0;
}
#background #blog-area .photo-set.photo-set-3 li:first-child {/*
  width: 67.5%;
  padding-top: 41%;*/
  width: calc(68% - 0.25em);
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #blog-area .photo-set.photo-set-3 {
    flex-direction: row;
  }
  #background #blog-area .photo-set.photo-set-3 li {
    width: calc(50% - 0.25em);
    padding-top: 30%;
    margin: 0 auto 0.5em 0;
  }
  #background #blog-area .photo-set.photo-set-3 li:first-child {
    width: 100%;
    aspect-ratio: auto;
    padding-top: 0;
    height: auto;
    position: relative;
    margin: 0 0 0.5em;
  }
  #background #blog-area .photo-set.photo-set-3 li:first-child img {
    width: 100%;
    height: auto;
    position: static;
  }
  #background #blog-area .photo-set.photo-set-3 li:last-child {
    margin: 0 0 0.5em auto;
  }
}
/*------------------------------------
  複数セット4 設定　ここから
-------------------------------------*/
#background #blog-area .photo-set.photo-set-4 li {
  width: calc(50% - 0.25em);
  padding-top: calc(33% - 0.25em);
}
#background #blog-area .photo-set.photo-set-4 li:nth-of-type(2n-1) {
  margin-left: 0;
}
#background #blog-area .photo-set.photo-set-4 li:nth-of-type(2n) {
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================

  関連リンク 設定　ここから

===========================================================================*/
/*------------------------------------
  オススメリンク設定　ここから
-------------------------------------*/
#background #related-link-area {
  width: 100vw;
  margin: 0 -95px;
  padding: 1px;
  background: var(--color-tofu);
}
#background #related-link-area section {
  max-width: 1920px;
  width: calc(100% - 200px);
  padding: 4em 0 2.5em;
}
#background #related-link-area h3 {
  display: flex;
  font-family: var(--font-title);
  margin-bottom: 1.625em;
}
#background #related-link-area h3:before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: var(--color-goma);
  position: absolute;
  top: calc(50% - 1px);
  right: calc(100% + 1em);
}
#background #related-link-area h3 small {
  font-size: 1.25em;
  font-weight: 900;
  padding-right: 0.5em;
}
#background #related-link-area h3 strong {
  font-size: 2em;
  font-weight: 900;
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #related-link-area {
    margin: 0 calc(50% - 50vw);
  }
  #background #related-link-area h3:before {
    width: calc(50vw - 50%);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background.non-sode-layout #related-link-area {
    margin: 0 -1.5em
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #related-link-area {
    width: 100vw;
    margin: 0 -95px 0 -4vw;
  }
  #background #related-link-area section {
    width: calc(95% - 100px);
    margin-right: 100px;
    margin-left: auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background.non-sode-layout #related-link-area ,
  #background #related-link-area {
    margin: 0 -7vw;
  }
  #background #related-link-area section {
    width: calc(100% - 14vw);
    margin-right: auto;
    margin-left: auto;
  }
  #background #related-link-area h3 {
    margin-bottom: 1.5em;
  }
  #background #related-link-area h3 small {
    font-size: 1em;
  }
  #background #related-link-area h3 strong {
    font-size: 1.75em;
  }
}
/*------------------------------------
  アイテム設定　ここから
-------------------------------------*/
#background #related-link-area .related-list {
  display: flex;
  margin-bottom: 2.5em;
}
#background #related-link-area dl {
  width: calc(25% - 0.75em);
  margin: 0 1em 0 0;
}
#background #related-link-area dl:first-child {
  margin-left: 0;
}
#background #related-link-area dl:nth-of-type(4) {
  margin-right: 0;
}
#background #related-link-area dl dt {
  width: 100%;/*
  padding-top: 46.875%;
  aspect-ratio: 49 / 23;*/
  padding-top: 52.5%;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-box);
}
#background #related-link-area dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#background #related-link-area dl:hover dt img {
  transform: var(--anime-big);
}
#background #related-link-area dl dd {
  padding: 0.8em 0.4em;
  position: static;
  font-weight: 700;
  line-height: 1.8em;
}
#background #related-link-area dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-indent: -10em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background #related-link-area .related-list {
    flex-wrap: wrap;
  }
  #background #related-link-area dl {
    width: calc(50% - 0.75em);
    margin: 0 1.5em 2em 0;
  }
  #background #related-link-area dl:nth-of-type(2n) {
    margin-right: 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #related-link-area .related-list {
    display: block;
    margin-bottom: 1.5em;
  }
  #background #related-link-area dl {
    display: flex;
    width: 100%;
    margin: 0 0 1em;
  }
  #background #related-link-area dl dt {
    width: 2.8em;
    padding-top: 2.8em;
    margin: auto 0;
    border-radius: 50%;
  }
  #background #related-link-area dl dd {
    width: calc(100% - 2.8em);
    padding: 0 0.8em;
    margin: auto 0;
    font-size: 0.875em;
    line-height: 1.4em;
  }
}
/*------------------------------------
  オススメリンク設定　ここから
-------------------------------------*/
#background #seek-link-area {
  width: 100vw;
  margin: 0 -95px;
  padding: 1px;
  background: var(--color-tofu);
}
#background #seek-link-area section {
  max-width: 1920px;
  width: calc(100% - 200px);
  padding: 0 0 4.5em;
}
#background #seek-link-area h3 {
  text-align: center;
  position: relative;
  margin: 0 auto 5.25em;
}
#background #seek-link-area h3:before ,
#background #seek-link-area h3:after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: var(--color-renkon);
  position: absolute;
  top: 50%;
  left: 50%;
}
#background #seek-link-area h3:after {
  left: auto;
  right: 50%;
}
#background #seek-link-area h3 em {
  display: inline-block;
  background: var(--color-tofu);
  padding: 0 2em;
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
#background #seek-link-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#background #seek-link-area ul li {
  margin: 0 0.5em 1.375em;
}
#background #seek-link-area ul li a {
  display: block;
  min-width: 220px;
  border: 2px solid var(--color-goma);
  border-radius: var(--radius-box);
  padding: 1em 3em 1em 1.5em;
  font-weight: 700;
  line-height: 1em;
}
#background #seek-link-area ul li a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 1em);
}
#background #seek-link-area ul li a:hover {
  display: block;
  border-radius: 4px;
  background: var(--color-goma);
  color: var(--color-tofu);
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #seek-link-area ul li a:hover:before {
  background-image: url(./images/icon01w.svg);
}
#background #seek-link-area ul.link li a {
  min-width: 300px;
}
#background #seek-link-area ul.link li a:before {
  background-image: url(./images/icon04.svg);
  width: 1.4em;
  height: 1.4em;
  top: calc(50% - 0.7em);
}
#background #seek-link-area ul.link li a:hover:before {
  background-image: url(./images/icon04w.svg);
}

/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #seek-link-area {
    margin: 0 calc(50% - 50vw);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background.non-sode-layout #seek-link-area {
    margin: 0 -1.5em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #seek-link-area {
    width: 100vw;
    margin: 0 -95px 0 -4vw;
  }
  #background #seek-link-area section {
    width: calc(95% - 100px);
    margin-right: 100px;
    margin-left: auto;
  }
  #background #seek-link-area h3:before ,
  #background #seek-link-area h3:after {
    width: 70vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background.non-sode-layout #seek-link-area ,
  #background #seek-link-area {
    width: 100vw;
    margin: 0 -7vw;
  }
  #background #seek-link-area section {
    width: calc(100% - 14vw);
    margin: 0 auto;
  }
  #background #seek-link-area h3 {
    text-align: center;
    position: relative;
    margin: 0 auto 2.5em;
  }
  #background #seek-link-area h3 em {
    padding: 0 1em;
    font-size: 1em;
  }
  #background #seek-link-area ul li {
    margin: 0 0.25em 0.5em;
  }
  #background #seek-link-area ul.cate li a ,
  #background #seek-link-area ul.link li a {
    min-width: initial;
    min-width: auto;
  }
  #background #seek-link-area ul li a {
    font-size: 0.875em;
    padding: 0.8em 2.4em 0.8em 1em;
  }
  #background #seek-link-area ul li a:before {
    width: 1.8em;
    height: 1.8em;
    right: 0.2em;
    top: calc(50% - 0.9em);
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  クラシキのコト 一覧 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #koto-list-area .title-set {
  margin-bottom: 3em;
  padding: 3.4em 5vw 2.25em;
  background: var(--color-asagi);
  border-radius: var(--radius-box);
}
#background #koto-list-area .title-set .title-box {
  display: flex;
  margin-bottom: 1.75em;
}
#background #koto-list-area .title-set .title-box h1 {
  display: block;
  width: 45%;
  margin: auto -1vw auto auto;
  order: 2;
}
#background #koto-list-area .title-set .title-box p {
  width: calc(55% - 3.25em);
  margin: auto auto auto 0;
  order: 1;
  font-weight: 700;
  line-height: 2.25em;
}
#background #koto-list-area .title-set .title-box p > br.spNone {
  display: none;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 1767px) {
  #background #koto-list-area .title-set {
    padding: 3.4em calc(50% - 700px) 2.25em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-list-area .title-set .title-box {
    display: block;
  }
  #background #koto-list-area .title-set .title-box h1 {
    width: calc(100% - 10vw);
    margin: auto 5vw 2em;
  }
  #background #koto-list-area .title-set .title-box p {
    width: 100%;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .title-set {
    width: calc(100% + 10vw);
    margin: 0 -5vw 2em;
    padding: 2em 8.5vw 2.25em;
  }
  #background #koto-list-area .title-set .title-box h1 {
    width: calc(100% - 5vw);
    margin: auto 2.5vw 1em;
  }
}
/*------------------------------------
  タイトルナビ 設定　ここから
-------------------------------------*/
#background #koto-list-area nav {
  border-top: 2px solid var(--color-goma);
  border-bottom: 2px solid var(--color-goma);
  margin-bottom: 4.68em;
  padding: 1em 0;
}
#background #koto-list-area nav ul {
  display: flex;
  width: 100%;
}
#background #koto-list-area nav ul li {
  line-height: 1em;
  font-family: var(--font-title);
  font-size: 1.25em;
  font-weight: 700;
  margin: auto;
}
#background #koto-list-area nav ul li a {
  display: inline-block;
  padding-right: 2em;
  position: relative;
}
#background #koto-list-area nav ul li a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 1em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #koto-list-area nav ul li {
    font-size: 1.463vw;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-list-area nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #background #koto-list-area nav ul li {
    font-size: 1.25em;
    line-height: 1.5em;
    width: 25%;
    text-align: center;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area nav {
    padding: 0.5em 0;
    margin-bottom: 3em;
  }
  #background #koto-list-area nav ul li {
    width: 50%;
    margin: 0 auto 0 0;
    font-size: 1em;
    line-height: 2em;
  }
}
/*------------------------------------
  クラシキ情報 設定　ここから
-------------------------------------*/
#background #koto-list-area .how2kurashiki {
  border: 2px solid var(--color-goma);
  border-radius: var(--radius-box);
  padding: 2.875em 0;
  position: relative;
  display: flex;
}
#background #koto-list-area .how2kurashiki > h3 ,
#background #koto-list-area .how2kurashiki > p {
  display: inline-block;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.75em;
  line-height: 1em;
  position: absolute;
  top: -0.5em;
  left: 1em;
}
#background #koto-list-area .how2kurashiki > p {
  top: auto;
  bottom: -0.5em;
  left: auto;
  right: 1em;
}
#background #koto-list-area .how2kurashiki > h3 em ,
#background #koto-list-area .how2kurashiki > p em {
  display: inline-block;
  background: var(--color-asagi);
  padding: 0 0.5em;
}
#background #koto-list-area .how2kurashiki + p {
  margin: 0.5em auto 0 0.5em;
  font-size: 0.875em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-list-area .how2kurashiki {
    padding: 2em 0 1.875em;
  }
  #background #koto-list-area .how2kurashiki > h3 ,
  #background #koto-list-area .how2kurashiki > p {
    font-size: 1.5em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .how2kurashiki {
    justify-content: center;
    width: calc(100% + 10vw);
    margin-right: -5vw;
    margin-left: -5vw;
  }
  #background #koto-list-area .how2kurashiki > h3 ,
  #background #koto-list-area .how2kurashiki > p {
    font-size: 1.25em;
  }
}
/*-----------------------------------*/
#background #koto-list-area .how2kurashiki > dl {
  width: 33.33%;
  margin: 0;
  padding: 0 5%;
  border-right: 2px solid var(--color-goma);
  position: relative;
  font-size: 1.3vw;
}
#background #koto-list-area .how2kurashiki > dl:last-of-type {
  border-right: none;
}
#background #koto-list-area .how2kurashiki > dl dt {
  position: static;
  font-family: var(--font-title);
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 1em;
}
#background #koto-list-area .how2kurashiki > dl dt b {
  font-size: 3.84vw;
  line-height: 1em;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  white-space: nowrap;
  will-change: transform;
  position: absolute;
  left: 15%;
  bottom: 0.1em;
}
#background #koto-list-area .how2kurashiki > dl dd {
  font-family: var(--font-title);
  padding-left: 4.875em;
  line-height: 2.4em;
}
#background #koto-list-area .how2kurashiki > dl dd b {
  display: inline-block;
  font-size: 3.375em;
  font-weight: 900;
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
}
#background #koto-list-area .how2kurashiki > dl dd em {
  font-size: 2em;
  font-weight: 700;
}
#background #koto-list-area .how2kurashiki > dl dd small {
  display: block;
  font-size: 0.75em;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 1767px) {
  #background #koto-list-area .how2kurashiki > dl {
    font-size: 1.44em;
  }
  #background #koto-list-area .how2kurashiki > dl dt b {
    font-size: 2.67em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-list-area .how2kurashiki > dl dt b {
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    writing-mode: horizontal-tb;
    white-space: normal;
    will-change: auto;
    position: static;
    left: auto;
    bottom: auto;
  }
  #background #koto-list-area .how2kurashiki > dl dd {
    padding-left: 0;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-list-area .how2kurashiki > dl {
    font-size: 2vw;
    padding: 0 1.25em;
  }
  #background #koto-list-area .how2kurashiki > dl dt {
    font-size: 1em;
    line-height: 1.2em;
  }
  #background #koto-list-area .how2kurashiki > dl dt b {
    display: block;
    font-size: 1.5em;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    writing-mode: horizontal-tb;
    white-space: normal;
    will-change: auto;
    position: static;
    left: auto;
    bottom: auto;
  }
  #background #koto-list-area .how2kurashiki > dl dd {
    padding-left: 0;
    text-align: right;
  }
  #background #koto-list-area .how2kurashiki > dl dd b {
    font-size: 3.75em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .how2kurashiki > dl {
    margin: 0 0;
    padding: 0 1.2em;
    font-size: 2.4vw;
  }
}
/** スマートフォン用分岐2 **/
@media screen and (max-width: 430px) {
  #background #koto-list-area .how2kurashiki > dl {
    font-size: 2.65vw;
  }
  #background #koto-list-area .how2kurashiki > dl dt ,
  #background #koto-list-area .how2kurashiki > dl dd {
    letter-spacing: 0;
  }
}
/*------------------------------------
  バナーエリア 設定　ここから
-------------------------------------*/
#background #koto-list-area .banner-set {
  max-width: 1200px;
  margin-bottom: 4.125em;
}
#background #koto-list-area .banner-set ul {
  display: flex;
  flex-wrap: wrap;
}
#background #koto-list-area .banner-set ul li {
  width: calc(50% - 2em);
  margin: 0 auto 1em;
}
#background #koto-list-area .banner-set ul li a {
  display: block;
  border-radius: var(--radius-box);
  overflow: hidden;
}
#background #koto-list-area .banner-set ul li a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background #koto-list-area .banner-set ul li a:hover img {
  transform: var(--anime-big);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .banner-set {
    margin-bottom: 3em;
  }
  #background #koto-list-area .banner-set ul li {
    width: 100%;
  }
}
/*===========================================================================

  クラシキのコト 一覧リスト 設定　ここから

===========================================================================*/
#background #koto-list-area .koto-list-set {
  max-width: 1400px;
  width: calc(100% - 4em);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
  padding-bottom: 0.1px;
}
#background #koto-list-area .koto-list-set > .koto-list-box {
  width: calc(50% - 2.25em);
  margin: 0 auto 4.375em 0;
}
#background #koto-list-area .koto-list-set > .koto-list-box:nth-of-type(2n) {
  margin-left: auto;
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1010px) {
  #background #koto-list-area .koto-list-set > .koto-list-box {
    width: 100%;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .koto-list-set {
    width: 100%;
    display: block;
    margin-bottom: 2em;
  }
#background #koto-list-area .koto-list-set > .koto-list-box {
    margin-bottom: 3em;
  }
}
/*------------------------------------
  箱 設定　ここから
-------------------------------------*/
#background #koto-list-area .koto-list-box h3 {
  padding: 2.625em 7.5em 1em 4.5em;
  margin-bottom: 2.75em;
  border-bottom: 2px solid var(--color-goma);
  line-height: 1em;
}
#background #koto-list-area .koto-list-box h3 b {
  font-family: var(--font-title);
  font-size: 2.675em;
  font-weight: 900;
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
}
#background #koto-list-area .koto-list-box h3 small {
  display: inline-block;
  padding-left: 0.75em;
  font-family: var(--font-title);
  font-size: 1em;
  font-weight: 900;
}
#background #koto-list-area .koto-list-box h3:before ,
#background #koto-list-area .koto-list-box h3:after {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.375em);
  left: 1em;
}
#background #koto-list-area .koto-list-box h3:after {
  width: 7.5em;
  height: 7.5em;
  background-color: var(--color-yuba);
  top: auto;
  bottom: -1em;
  left: auto;
  right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1340px) {
  #background #koto-list-area .koto-list-box h3 b {
    font-size: 3.432vw;
  }
  #background #koto-list-area .koto-list-box h3 small {
    display: block;
    padding-left: 0;
    padding-top: 0.5em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1010px) {
  #background #koto-list-area .koto-list-box h3 b {
    font-size: 2.675em;
  }
  #background #koto-list-area .koto-list-box h3 small {
    display: inline-block;
    padding-left: 0.75em;
    padding-top: 0;
    font-size: 1em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .koto-list-box h3 {
    padding: 1em 5.5em 1em 4em;
    margin-bottom: 0.5em;
  }
  #background #koto-list-area .koto-list-box h3 b {
    font-size: 2.25em;
  }
  #background #koto-list-area .koto-list-box h3 small {
    display: block;
    padding-left: 0;
    padding-top: 0.5em;
  }
  #background #koto-list-area .koto-list-box h3:before ,
  #background #koto-list-area .koto-list-box h3:after {
    width: 1.8em;
    height: 1.8em;
    top: calc(50% - 0.9em);
  }
  #background #koto-list-area .koto-list-box h3:after {
    width: 5em;
    height: 5em;
    top: auto;
    bottom: 0.5em;
    left: auto;
    right: 0;
  }
}
/*------------------------------------
  リスト設定　ここから
-------------------------------------*/
#background #koto-list-area .koto-list-box ul {
  display: flex;
  flex-wrap: wrap;
}
#background #koto-list-area .koto-list-box ul li {
  width: calc(50% - 1em);
  margin: 0 auto 0 0;
  border-bottom: 1px solid var(--color-renkon);
}
#background #koto-list-area .koto-list-box ul li:nth-of-type(2n) {
  margin: 0 0 0 auto;
}
#background #koto-list-area .koto-list-box ul li a {
  display: block;
  position: relative;
  padding: 1em 0 1em 3.725em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}
#background #koto-list-area .koto-list-box ul li a small {
  display: inline-block;
  font-size: 0.666em;
  padding-left: 0.5em;
}
#background #koto-list-area .koto-list-box ul li a:before {
  content: "";
  display: block;
  width: 3em;
  height: 3em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 1.5em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1340px) {
  #background #koto-list-area .koto-list-box ul li a {
    font-size: 1.7vw;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1010px) {
  #background #koto-list-area .koto-list-box ul li a {
    font-size: 1.5em;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-list-area .koto-list-box ul li {
    width: 100%;
  }
  #background #koto-list-area .koto-list-box ul li a {
    padding: 1em 0 1em 3em;
    font-size: 1.125em;
  }
  #background #koto-list-area .koto-list-box ul li a:before {
    width: 2em;
    height: 2em;
    top: calc(50% - 1em);
  }
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #koto-list-area .koto-list-box#sport ul li ,
#background #koto-list-area .koto-list-box#join ul li ,
#background #koto-list-area .koto-list-box ul li.kk-tag33 ,
#background #koto-list-area .koto-list-box ul li.kk-tag63 {
  width: 100%;
}
/*-----------------------------------*/
#background #koto-list-area .koto-list-box#sightseeing h3:before {
  background-image: url(./images/icon11.svg);}
#background #koto-list-area .koto-list-box#culture h3:before {
  background-image: url(./images/icon12.svg);}
#background #koto-list-area .koto-list-box#sport h3:before {
  background-image: url(./images/icon13.svg);}
#background #koto-list-area .koto-list-box#work h3:before {
  background-image: url(./images/icon14.svg);}
#background #koto-list-area .koto-list-box#join h3:before {
  background-image: url(./images/icon15.svg);}
#background #koto-list-area .koto-list-box#life h3:before {
  background-image: url(./images/icon16.svg);}

#background #koto-list-area .koto-list-box#sightseeing h3:after {
  background-image: url(./images/koto/kk-icon10.svg);}
#background #koto-list-area .koto-list-box#culture h3:after {
  background-image: url(./images/koto/kk-icon20.svg);}
#background #koto-list-area .koto-list-box#work h3:after {
  background-image: url(./images/koto/kk-icon30.svg);}
#background #koto-list-area .koto-list-box#sport h3:after {
  background-image: url(./images/koto/kk-icon40.svg);}
#background #koto-list-area .koto-list-box#join h3:after {
  background-image: url(./images/koto/kk-icon50.svg);}
#background #koto-list-area .koto-list-box#life h3:after {
  background-image: url(./images/koto/kk-icon60.svg);}
/*-----------------------------------*/
#background #koto-list-area .koto-list-box ul li.kk-tag11 a:before {
  background-image: url(./images/koto/kk-icon11.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag12 a:before {
  background-image: url(./images/koto/kk-icon12.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag13 a:before {
  background-image: url(./images/koto/kk-icon13.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag14 a:before {
  background-image: url(./images/koto/kk-icon14.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag15 a:before {
  background-image: url(./images/koto/kk-icon15.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag16 a:before {
  background-image: url(./images/koto/kk-icon16.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag21 a:before {
  background-image: url(./images/koto/kk-icon21.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag22 a:before {
  background-image: url(./images/koto/kk-icon22.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag23 a:before {
  background-image: url(./images/koto/kk-icon23.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag24 a:before {
  background-image: url(./images/koto/kk-icon24.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag31 a:before {
  background-image: url(./images/koto/kk-icon31.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag32 a:before {
  background-image: url(./images/koto/kk-icon32.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag33 a:before {
  background-image: url(./images/koto/kk-icon33.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag41 a:before {
  background-image: url(./images/koto/kk-icon41.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag42 a:before {
  background-image: url(./images/koto/kk-icon42.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag51 a:before {
  background-image: url(./images/koto/kk-icon51.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag52 a:before {
  background-image: url(./images/koto/kk-icon52.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag61 a:before {
  background-image: url(./images/koto/kk-icon61.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag62 a:before {
  background-image: url(./images/koto/kk-icon62.svg);}
#background #koto-list-area .koto-list-box ul li.kk-tag63 a:before {
  background-image: url(./images/koto/kk-icon63.svg);}

/*===========================================================================
-----------------------------------------------------------------------------
  クラシキのコト 詳細 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #koto-area {
  margin-bottom: 6.25em;
}
#background #koto-area .koto-wrapper {
  background: var(--color-tofu);
  border-radius: var(--radius-box);
  padding: 2.5em 10vw 0;
}
#background #koto-area .title-set {
  margin: 2.5em auto;
}
#background #koto-area .title-set h2 {
  text-align: center;
  margin-bottom: 2.5em;
}
#background #koto-area .title-set h2 > em {
  display: inline-block;
  padding-left: 1.75em;
  font-family: var(--font-title);
  font-family: var(--font-title);
  font-size: 1.75em;
  font-weight: 900;
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
  position: relative;
}
#background #koto-area .title-set h2 > em:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
}
#background #koto-area .title-set p {
  text-align: center;
  position: relative;
}
#background #koto-area .title-set p:before {
  content: "";
  display: block;
  width: 28%;
  max-width: 280px;
  padding-top: 10%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -1em;
  right: 2.5%;
}
#background #koto-area .title-set p > em {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 2em;
  font-weight: 900;
  line-height: 1em;
  padding: 0 1em 0.5em;
  border-bottom: 2px solid var(--color-goma);
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-area .koto-wrapper {
    padding-left: 9.1875em;
    padding-right: 9.1875em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1120px) {
  #background #koto-area .title-set {
    margin-bottom: 0;
  }
  #background #koto-area .title-set p {
    padding-bottom: 12vw;
  }
  #background #koto-area .title-set p:before {
    width: 28vw;
    max-width: 28vw;
    padding-top: 10vw;
    bottom: 0;
    right: 0;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-wrapper {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw;
    padding-top: 1.5em;
  }
  #background #koto-area .koto-set {
    width: calc(100% + 7vw);
    margin-right: -3.5vw;
    margin-left: -3.5vw;
  }
  #background #koto-area .title-set {
    margin-top: 1em;
  }
  #background #koto-area .title-set h2 {
    margin-bottom: 0.5em;
  }
  #background #koto-area .title-set h2 > em {
    font-size: 1.75em;
  }
  #background #koto-area .title-set p {
    padding-bottom: 25vw;
  }
  #background #koto-area .title-set p:before {
    width: 56vw;
    max-width: 56vw;
    padding-top: 20vw;
  }
  #background #koto-area .title-set p > em {
    font-size: 1.75em;
  }
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background #koto-area .title-set h2#kk-sightseeing > em:before {
  background-image: url(./images/icon11.svg);}
#background #koto-area .title-set h2#kk-culture > em:before {
  background-image: url(./images/icon12.svg);}
#background #koto-area .title-set h2#kk-sport > em:before {
  background-image: url(./images/icon13.svg);}
#background #koto-area .title-set h2#kk-work > em:before {
  background-image: url(./images/icon14.svg);}
#background #koto-area .title-set h2#kk-join > em:before {
  background-image: url(./images/icon15.svg);}
#background #koto-area .title-set h2#kk-life > em:before {
  background-image: url(./images/icon16.svg);}
/*-----------------------------------*/
#background #koto-area .title-set p.kk-tag11:before {
  background-image: url(./images/koto/kk-label11.svg);}
#background #koto-area .title-set p.kk-tag12:before {
  background-image: url(./images/koto/kk-label12.svg);}
#background #koto-area .title-set p.kk-tag13:before {
  background-image: url(./images/koto/kk-label13.svg);}
#background #koto-area .title-set p.kk-tag14:before {
  background-image: url(./images/koto/kk-label14.svg);}
#background #koto-area .title-set p.kk-tag15:before {
  background-image: url(./images/koto/kk-label15.svg);}
#background #koto-area .title-set p.kk-tag16:before {
  background-image: url(./images/koto/kk-label16.svg);}
#background #koto-area .title-set p.kk-tag21:before {
  background-image: url(./images/koto/kk-label21.svg);}
#background #koto-area .title-set p.kk-tag22:before {
  background-image: url(./images/koto/kk-label22.svg);}
#background #koto-area .title-set p.kk-tag23:before {
  background-image: url(./images/koto/kk-label23.svg);}
#background #koto-area .title-set p.kk-tag24:before {
  background-image: url(./images/koto/kk-label24.svg);}
#background #koto-area .title-set p.kk-tag31:before {
  background-image: url(./images/koto/kk-label31.svg);}
#background #koto-area .title-set p.kk-tag32:before {
  background-image: url(./images/koto/kk-label32.svg);}
#background #koto-area .title-set p.kk-tag33:before {
  background-image: url(./images/koto/kk-label33.svg);}
#background #koto-area .title-set p.kk-tag41:before {
  background-image: url(./images/koto/kk-label41.svg);}
#background #koto-area .title-set p.kk-tag42:before {
  background-image: url(./images/koto/kk-label42.svg);}
#background #koto-area .title-set p.kk-tag51:before {
  background-image: url(./images/koto/kk-label51.svg);}
#background #koto-area .title-set p.kk-tag52:before {
  background-image: url(./images/koto/kk-label52.svg);}
#background #koto-area .title-set p.kk-tag61:before {
  background-image: url(./images/koto/kk-label61.svg);}
#background #koto-area .title-set p.kk-tag62:before {
  background-image: url(./images/koto/kk-label62.svg);}
#background #koto-area .title-set p.kk-tag63:before {
  background-image: url(./images/koto/kk-label63.svg);}

/*------------------------------------
  知識用ヘッダー 設定　ここから
-------------------------------------*/
#background #koto-area .chishiki-title-set h2 {
  text-align: center;
  margin: 2.5em auto;
  width: 40%;
  max-width: 15.625em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .chishiki-title-set h2 {
    margin: 0.5em auto 2em;
    width: 70%;
  }
}
/*===========================================================================

  クラシキのコト 内容 設定　ここから

===========================================================================*/
/*------------------------------------
  基本セット設定　ここから
-------------------------------------*/
#background #koto-area section.koto-set ,
#background #koto-area section.chishiki-set {
  padding-bottom: 0.1px;
}
#background #koto-area .koto-set > h1 ,
#background #koto-area .koto-set > h4 {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 0.5em;
  font-family: var(--font-title);
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.4em;
}
#background #koto-area .koto-set > h4 {
  font-size: 1.5em;
}
#background #koto-area .koto-set > p {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 5em;
}
#background #koto-area .koto-set > h1 + p {
  font-size: 1.125em;
  font-weight: 700;
  margin-bottom: 2.5em;
}
#background #koto-area .koto-set .photo-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 5em;
}
#background #koto-area .koto-set .photo-set {
  display: flex;
  width: calc(100% + 13vw);
  margin: 0 -6.5vw;
  position: relative;
}
#background #koto-area .koto-set .photo-set figure {
  width: 100%;
  margin: 0 auto 0.5em;
  overflow: hidden;
  border-radius: var(--radius-box);
  padding-top: 44.155%;
  position: relative;
  overflow: hidden;
}
#background #koto-area .koto-set .photo-set figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#background #koto-area .koto-set .photo-set figure:only-child {
  display: block;
  width: calc(90% - 5vw);
  text-align: center;
  padding-top: 0;
  background-color: var(--color-renkon);
}
#background #koto-area .koto-set .photo-set figure:only-child img {
  display: block;
  width: 100%;
  max-width: auto;
  height: auto;
  max-height: calc( calc(90vw - 190px) * 0.666);
  margin: 0 auto;
  position: static;
  object-fit: contain;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 1400px) {
  #background #koto-area .koto-set .photo-set figure:only-child {
    width: 86%;
  }
  #background #koto-area .koto-set .photo-set figure:only-child img {
    max-height: calc( calc(86vw - 190px) * 0.666);
  }
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-area .koto-set .photo-set {
    width: calc(100% + 105px);
    margin: 0 -52.5px;
  }
  #background #koto-area .koto-set .photo-set figure:only-child {
    width: 90%;
  }
  #background #koto-area .koto-set .photo-set figure:only-child img {
    width: 100%;
    max-height: 1400px;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 大きい画面用分岐 **/
@media screen and (max-width: 900px) {
  #background #koto-area .koto-set .photo-set figure:only-child {
    width: 93.53%;
  }
  #background #koto-area .koto-set .photo-set figure:only-child img {
    max-height: calc( calc(96vw - 95px) * 0.666);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-set > h1 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
  }
  #background #koto-area .koto-set > h4 {
    font-size: 1.25em;
  }
  #background #koto-area .koto-set > p {
    margin-bottom: 3.5em;
  }
  #background #koto-area .koto-set > h1 + p {
    margin-bottom: 1.5em;
  }
  #background #koto-area .koto-set .photo-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 3.5em;
  }
  #background #koto-area .koto-set .photo-set {
    width: calc(100% + 3vw);
    margin: 0 -1.5vw;
  }
  #background #koto-area .koto-set .photo-set figure {
    border-radius: calc( var(--radius-box) * 0.8);
    margin-bottom: 0.2em;
  }
  #background #koto-area .koto-set .photo-set figure:only-child {
    width: 100%;
  }
  #background #koto-area .koto-set .photo-set figure:only-child img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: fill;
  }
}
/*------------------------------------
  写真 複数セット2 設定　ここから
-------------------------------------*/
#background #koto-area .koto-set .photo-set.photo-set2 figure {
  width: calc(50% - 0.25em);
  padding-top: calc(40% - 0.25em);
}
#background #koto-area .koto-set .photo-set.photo-set2 figure:first-child {
  margin-left: 0;
}
#background #koto-area .koto-set .photo-set.photo-set2 figure:last-child {
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-set .photo-set.photo-set2 {
    flex-wrap: wrap;
  }
  #background #koto-area .koto-set .photo-set.photo-set2 figure {
    width: 100%;
    margin: 0 0 0.5em;
    padding-top: 0;
    height: auto;
  }
  #background #koto-area .koto-set .photo-set.photo-set2 figure img {
    width: 100%;
    height: auto;
    position: static;
  }
}
/*------------------------------------
  写真 複数セット3 設定　ここから
-------------------------------------*/
#background #koto-area .koto-set .photo-set.photo-set3 {
  flex-direction: column;
}
#background #koto-area .koto-set .photo-set.photo-set3 figure {
  width: calc(32% - 0.25em);
  padding-top: 20%;
  margin-right: 0;
}
#background #koto-area .koto-set .photo-set.photo-set3 figure:first-child {
  width: calc(68% - 0.25em);
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-set .photo-set.photo-set3 {
    flex-wrap: wrap;
    flex-direction: row;
  }
  #background #koto-area .koto-set .photo-set.photo-set3 figure {
    width: calc(50% - 0.25em);
    padding-top: 30%;
    margin: 0 auto 0.5em 0;
  }
  #background #koto-area .koto-set .photo-set.photo-set3 figure:first-child {
    width: 100%;
    padding-top: 0;
    height: auto;
    position: relative;
    margin: 0 0 0.5em;
  }
  #background #koto-area .koto-set .photo-set.photo-set3 figure:first-child img {
    width: 100%;
    height: auto;
    position: static;
  }
  #background #koto-area .koto-set .photo-set.photo-set3 figure:last-child {
    margin: 0 0 0.5em auto;
  }
}
/*------------------------------------
  写真 複数セット4 設定　ここから
-------------------------------------*/
#background #koto-area .koto-set .photo-set.photo-set4 {
  flex-wrap: wrap;
}
#background #koto-area .koto-set .photo-set.photo-set4 figure {
  width: calc(50% - 0.25em);
  padding-top: calc(33% - 0.25em);
  margin-bottom: 0.5em;
}
#background #koto-area .koto-set .photo-set.photo-set4 figure:nth-of-type(2n-1) {
  margin-left: 0;
}
#background #koto-area .koto-set .photo-set.photo-set4 figure:nth-of-type(2n) {
  margin-right: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  連番 設定　ここから
-------------------------------------*/
#background #koto-area .koto-set .photo-set.add-number {
  counter-reset: photo-number;
}
#background #koto-area .koto-set .photo-set.add-number figure:before {
  counter-increment: photo-number;
  content: counter(photo-number);
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 0.75em;
  font-weight: 700;
  background: var(--color-tofu);
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: calc(var(--radius-box) * 0.6) 0 0 0;
  z-index: 10;
}
/*-------------------------------------------------------------------------*/
#background #koto-area .koto-set .photo-set.add-number + ol {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 1em auto 4em;
  counter-reset: photo-number;
}
#background #koto-area .koto-set .photo-set.add-number + ol li {
  margin: 0 2em 1em 0;
  padding-left: 2.2em;
  position: relative;
}
#background #koto-area .koto-set .photo-set.add-number + ol li:before {
  counter-increment: photo-number;
  content: counter(photo-number);
  display: block;
  width: 2em;
  height: 2em;
  border: 1px solid var(--color-goma);
  border-radius: calc(var(--radius-box) * 0.6);
  line-height: 2em;
  text-align: center;
  font-size: 0.75em;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: calc(50% - 1em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-set .photo-set.add-number figure:before {
    font-size: 0.625em;
    border-radius: calc(var(--spr-box) / 2) 0 0 0;
  }
  /*-------------------------------------------------------------------------*/
  #background #koto-area .koto-set .photo-set.add-number + ol {
    margin: 0.5em 0 3em;
  }
  #background #koto-area .koto-set .photo-set.add-number + ol li {
    margin-bottom: 0.5em;
    padding-left: 2em;
  }
  #background #koto-area .koto-set .photo-set.add-number + ol li:before {
    font-size: 0.625em;
    border-radius: calc(var(--radius-box) / 2);
  }
}
/*===========================================================================

  リンクセット 設定　ここから

===========================================================================*/
#background #koto-area .koto-link {
  width: calc(100% + 14vw);
  margin: 0 -7vw;
  padding-bottom: 3em;
  border-top: 2px solid var(--color-renkon);
}
#background #koto-area .koto-link h3 {
  width: 100%;
  text-align: center;
  margin: -0.8em auto 2em;
  font-family: var(--font-title);
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 700;
  position: relative;
}
#background #koto-area .koto-link h3 > em {
  display: inline-block;
  padding: 0 1em;
  background: var(--color-tofu);
}
#background #koto-area .koto-link h3 span {
  display: inline-block;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-area .koto-link {
    width: calc(100% + 18.375em);
    margin: 0 -9.1875em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-link h3 {
    font-size: 1.125em;
    margin-bottom: 1em;
  }
  #background #koto-area .koto-link {
    padding-bottom: 1.5em;
  }
}
/*------------------------------------
  リンク設定　ここから
-------------------------------------*/
#background #koto-area .koto-link .link-set {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  width: calc(100% - 10vw);
  margin: 0 auto;
}
#background #koto-area .koto-link .link-set li {
  margin: 0 1em 1em 0;
}
#background #koto-area .koto-link .link-set li a {
  display: inline-block;
  padding: 1em 4em 1em 1.5em;
  border: 1px solid var(--color-goma);
  border-radius: var(--radius-box);
  word-break: break-all;
  font-weight: 700;
  line-height: 1.4em;
  position: relative;
}
#background #koto-area .koto-link .link-set li a small {
  display: block;
}
#background #koto-area .koto-link .link-set li a:before {
  content: "";
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 1em);
}
#background #koto-area .koto-link .link-set li a.exlink:before {
  width: 1.4em;
  height: 1.4em;
  background-image: url(./images/icon04.svg);
  right: 1.4em;
  top: calc(50% - 0.7em);
}
#background #koto-area .koto-link .link-set li a:hover {
  border-color: var(--color-komnyaku);
  border-radius: calc( var(--radius-box) / 2 );
}
#background #koto-area .koto-link .link-set li a:hover:before {
  transform: scale(1.4);
}
#background #koto-area .koto-link .link-set li a.exlink:hover:before {
  transform: var(--anime-big);
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-area .koto-link .link-set {
    width: 86%;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #koto-area .koto-link .link-set {
    width: calc(100% - 10vw);
    margin: 0 auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-link .link-set {
    width: calc(100% - 7vw);
    margin: 0 auto;
  }
  #background #koto-area .koto-link .link-set li {
    margin: 0 0.5em 0.5em 0;
  }
  #background #koto-area .koto-link .link-set li a {
    padding: 0.75em 3em 0.75em 1.125em;
  }
  #background #koto-area .koto-link .link-set li a:before {
    width: 1.4em;
    height: 1.4em;
    right: 0.6em;
    top: calc(50% - 0.7em);
  }
  #background #koto-area .koto-link .link-set li a.exlink:before {
    width: 1.2em;
    height: 1.2em;
    right: 1em;
    top: calc(50% - 0.6em);
  }
}
/*------------------------------------
  カテゴリーリンク設定　ここから
-------------------------------------*/
#background #koto-area .koto-tag {
  margin: 0 auto;
}
#background #koto-area .koto-tag nav {
  width: calc(100% - 4vw);
  margin: 0 auto 2.5em;
}
#background #koto-area .koto-tag nav ul {
  display: flex;
  justify-content: center;
}
#background #koto-area .koto-tag nav ul li {
  margin: 0 0.125em;
}
#background #koto-area .koto-tag nav ul li a {
  display: block;
  padding: 1em 2.4em 1em 1.4em;
  background: var(--color-goma);
  color: var(--color-tofu);
  line-height: 1em;
  font-size: 1.125em;
  font-weight: 700;
  border-radius: 0 0 var(--radius-box) var(--radius-box);
  position: relative;
}
#background #koto-area .koto-tag nav ul li a:before {
  content: '';
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(./images/icon01w.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.7em);
}
#background #koto-area .koto-tag nav ul li a:hover:before {
  transform: var(--anime-big);
}
#background #koto-area .koto-tag nav ul li a.active {
  padding: 1em 1.4em;
  background: var(--color-renkon);
}
#background #koto-area .koto-tag nav ul li a.active:before {
  display: none;
}
#background #koto-area .koto-tag nav ul li a.active:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1280px) {
  #background #koto-area .koto-tag nav ul {
    flex-wrap: wrap;
  }
  #background #koto-area .koto-tag nav ul li {
    margin-bottom: 0.25em;
  }
  #background #koto-area .koto-tag nav ul li a {
    font-size: 1em;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1130px) {
  #background #koto-area .koto-tag nav ul {
    justify-content: flex-start;
    margin-top: 1em;
  }
  #background #koto-area .koto-tag nav ul li {
    margin: 0 0.25em 0.5em;
  }
  #background #koto-area .koto-tag nav ul li a {
    font-size: 1em;
    border-radius: var(--radius-box);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*-----------------------------------*/
#background #koto-area .koto-tag p.go2top {
  display: flex;
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background #koto-area .koto-tag p.go2top img {
  display: block;
  width: 40%;
  max-width: 15.625em;
  margin: auto 1em auto auto;
}
#background #koto-area .koto-tag p.go2top em {
  display: block;
  margin: auto auto auto 0;
  padding-right: 2em;
  font-family: var(--font-title);
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
}
#background #koto-area .koto-tag p.go2top em:before {
  content: '';
  display: block;
  width: 2em;
  height: 2em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 1em);
}
#background #koto-area .koto-tag p.go2top:hover {
  transform: var(--anime-big);
}
#background #koto-area .koto-tag p.go2top a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-indent: -10em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  知識用関連リンク 設定　ここから
-------------------------------------*/
#background #koto-area .koto-link.chishiki-link {
  width: calc(100% + 6vw);
  margin: 0 -3vw;
}
#background #koto-area .chishiki-link .link-set {
  max-width: 1000px;
  display: flex;
  width: 100%;
  margin: 0 auto 2em;
  padding: 2em;
  border-radius: var(--radius-box);
  border: 1px solid var(--color-goma);
}
#background #koto-area .chishiki-link .link-set figure {
  width: 30%;
  margin: 0 auto 0 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-box);
}
#background #koto-area .chishiki-link .link-set figure > img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
#background #koto-area .chishiki-link .link-set .table-box {
  width: 100%;
  margin: auto 0;
}
#background #koto-area .chishiki-link .link-set figure + .table-box {
  width: calc(70% - 2em);
  margin: auto 0 auto auto;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1040px) {
  #background #koto-area .chishiki-link .link-set {
    display: block;
  }
  #background #koto-area .chishiki-link .link-set:last-child {
    margin-bottom: 0;
  }
  #background #koto-area .chishiki-link .link-set figure {
    width: 100%;
    padding-top: 74.06%;
    margin: 0 auto 1.5em;
  }
  #background #koto-area .chishiki-link .link-set figure + .table-box {
    width: 100%;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-link.chishiki-link {
    width: calc(100% + 10vw);
    margin: 0 -5vw;
  }
  #background #koto-area .chishiki-link .link-set {
    padding: 1.5em;
  }
}
/*-----------------------------------*/
#background #koto-area .chishiki-link .table-box h4 {
  width: 100%;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-renkon);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2em;
}
#background #koto-area .chishiki-link .table-box table {
  width: 100%;
  margin: 0;
}
#background #koto-area .chishiki-link .table-box th ,
#background #koto-area .chishiki-link .table-box td {
  padding: 1em 0;
  border-bottom: 1px solid var(--color-renkon);
  font-size: 0.875em;
}
#background #koto-area .chishiki-link .table-box th {
  color: var(--color-komnyaku);
  min-width: 5em;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .chishiki-link .table-box h4 {
    font-size: 1.125em;
  }
  #background #koto-area .chishiki-link .table-box tr {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid var(--color-renkon);
  }
  #background #koto-area .chishiki-link .table-box th ,
  #background #koto-area .chishiki-link .table-box td {
    display: block;
    width: 100%;
    padding: 0;
    border-bottom: none;
  }
  #background #koto-area .chishiki-link .table-box th {
    font-size: 0.75em;
    font-weight: 700;
  }
}
/*------------------------------------
  知識用フッター 設定　ここから
-------------------------------------*/
#background #koto-area .koto-tag.chishiki-footer p.go2top {
  margin-top: 4em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-area .koto-tag.chishiki-footer p.go2top {
    margin-top: 3em;
  }
}



/*===========================================================================

  関連リンク（もっと詳しく） 設定　ここから

===========================================================================*/
#background #koto-other-link {
  width: 100vw;
  margin: 0 -95px;
  padding: 1px;
  background: var(--color-renkon);
}
#background #koto-other-link section {
  max-width: 1920px;
  width: calc(100% - 200px);
  padding: 4em 0 2.5em;
}
#background #koto-other-link h3 {
  font-family: var(--font-title);
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 1.625em;
}
#background #koto-other-link h3 em {
  display: inline-block;
  padding: 0 0.5em 0.4em 0.2em;
  position: relative;
}
#background #koto-other-link h3 em:before {
  content: "";
  display: block;
  width: calc(100% + 100px);
  height: 2px;
  background: var(--color-goma);
  position: absolute;
  bottom: 0;
  right: 0;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-other-link {
    margin: 0 calc(50% - 50vw);
  }
  #background #koto-other-link h3 em:before {
    width: calc(100% + 50vw);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 901px) {
  #background #koto-other-link {
    width: 100vw;
    margin: 0 0 0 -4vw;
  }
  #background #koto-other-link section {
    width: calc(95% - 100px);
    margin-right: 100px;
    margin-left: auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-other-link {
    margin: 0 -7vw;
  }
  #background #koto-other-link section {
    width: calc(100% - 14vw);
    margin-right: auto;
    margin-left: auto;
  }
  #background #koto-other-link h3 {
    font-size: 1.125em;
    margin-bottom: 1.625em;
  }
}
/*------------------------------------
  リンクアイテム設定　ここから
-------------------------------------*/
#background #koto-other-link dl {
  display: block;
  max-width: 1400px;
  width: calc(100% - 10vw);
  margin: 0 auto 1em;
  background: var(--color-tofu);
  border-radius: var(--radius-box);
  padding: 1.5em 4em 1.5em calc(16vw + 2em);
  position: relative;
  overflow: hidden;
}
#background #koto-other-link dl:before {
  content: '';
  display: block;
  width: 3em;
  height: 3em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 1em;
  top: calc(50% - 1.5em);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background #koto-other-link dl:hover:before {
  transform: var(--anime-big);
}
#background #koto-other-link dl dt {
  margin-bottom: 1em;
}
#background #koto-other-link dl dt em {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
}
#background #koto-other-link dl dd {
  font-size: 0.875em;
  position: static;
}
#background #koto-other-link dl dd.photo {
  display: block;
  width: 16vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#background #koto-other-link dl dd.photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#background #koto-other-link dl:hover dd.photo > img {
  transform: var(--anime-big);
}
#background #koto-other-link dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  text-indent: -10em;
}
/** 大きい画面用分岐 **/
@media screen and (min-width: 2100px) {
  #background #koto-other-link dl {
    width: calc(100% - 210px);
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #koto-other-link dl {
    width: 94%;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #koto-other-link dl {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 1em;
    padding: 1em 2em 1em calc(32vw + 1.2em);
  }
  #background #koto-other-link dl:before {
    width: 2em;
    height: 2em;
    right: 0em;
    top: calc(50% - 1em);
  }
  #background #koto-other-link dl dt {
    margin-bottom: 0.3em;
  }
  #background #koto-other-link dl dt em {
    font-size: 0.875em;
  }
  #background #koto-other-link dl dd {
    font-size: 0.75em;
  }
  #background #koto-other-link dl dd.photo {
    width: 32vw;
    height: 100%;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  キャンペーン（プレゼント用） 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #campaign-page-area {
  padding-bottom: 0.1px;
}
#background #campaign-page-area .campaign-page-title {
  margin: 4em auto;
  padding: 0 10vw;
}
#background #campaign-page-area .campaign-page-contents {
  background: var(--color-tofu);
  border-radius: var(--radius-box);
  margin: 0 auto 4em;
  padding: 3.5vw;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background #campaign-page-area .campaign-page-contents {
    padding: 3.5vw 7vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign-page-area .campaign-page-title {
    margin: 1em auto 2em;
    padding: 0 3.5vw;
  }
  #background #campaign-page-area .campaign-page-contents {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 2em;
    padding: 1.5em 7vw;
  }
}
/*------------------------------------
  タイトル設定　ここから
-------------------------------------*/
#background #campaign-page-area .campaign-page-title > h2 {
  text-align: center;
  margin: 0 auto 2.5em;
  max-width: 1000px;
}
#background #campaign-page-area .campaign-page-title > h2 em {
  display: inline-block;
  padding-left: 1.5em;
  font-size: 2.875em;
  font-family: var(--font-title);
  font-weight: 900;
  line-height: 1.2em;
  color: var(--color-kiku);
  text-stroke: var(--line-edge);
  -webkit-text-stroke: var(--line-edge);
  position: relative;
}
#background #campaign-page-area .campaign-page-title > h2 em:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(./images/icon21.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}
#background #campaign-page-area .campaign-page-title > h3 {
  max-width: 1000px;
  margin: 0 auto 1em;
  text-align: center;
  font-size: 1.75em;
  font-family: var(--font-title);
  font-weight: 900;
  line-height: 1.5em;
}
#background #campaign-page-area .campaign-page-title > h3 span {
  display: inline-block;
}
#background #campaign-page-area .campaign-page-title > p {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 1em;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
  #background #campaign-page-area .campaign-page-title > p {
    text-align: left;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign-page-area .campaign-page-title > h2 {
    margin-bottom: 1em;
  }
  #background #campaign-page-area .campaign-page-title > h2 em {
    font-size: 1.75em;
  }
  #background #campaign-page-area .campaign-page-title > h3 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
  }
  #background #campaign-page-area .campaign-page-title > p {
    text-align: left;
    margin-bottom: 2em;
  }
}
/*------------------------------------
  期間設定（プレゼント）　ここから
-------------------------------------*/
#background .present2025-title > dl {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 1em;
  border-top: 2px solid var(--color-goma);
  border-bottom: 2px solid var(--color-goma);
}
#background .present2025-title > dl dt ,
#background .present2025-title > dl dd {
  font-size: 1.125em;
  font-weight: 900;
}
#background .present2025-title > dl dt:after {
  content: "：";
  display: inline;
  padding-right: 0.5em;
}
#background .present2025-title > dl dd em {
  font-size: 1.125em;
  line-height: 0.889em;
}
#background .present2025-title > dl dd strong {
  font-size: 1.5em;
  line-height: 0.667em;
}
#background .present2025-title > dl dd > span {
  display: inline-block;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 780px) {
  #background .present2025-title > dl {
    display: block;
  }
  #background .present2025-title > dl dt ,
  #background .present2025-title > dl dd {
    width: 100%;
    text-align: center;
  }
  #background .present2025-title > dl dt:after {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .present2025-title > dl dt ,
  #background .present2025-title > dl dd {
    line-height: 1.6em;
  }
}
/*------------------------------------
  アイテム設定（プレゼント）　ここから
-------------------------------------*/
#background .present2025-contents .present-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25em;
  counter-reset: present-count;
}
#background .present2025-contents .present-list .present-set {
  display: flex;
  width: calc(50% - 1em);
  margin: 0 auto 3.75em 0;
}
#background .present2025-contents .present-list .present-set:nth-of-type(2n) {
  margin-right: 0;
  margin-left: auto;
}
#background .present2025-contents .present-list .present-set > figure {
  width: calc(50% - 0.75em);
  margin: auto auto auto 0;
}
#background .present2025-contents .present-list .present-set > .text-box {
  width: calc(50% - 0.75em);
  margin: auto 0 auto auto;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background .present2025-contents .present-list .present-set {
    width: 100%;
  }
  #background .present2025-contents .present-list .present-set > figure {
    width: calc(38% - 1em);
  }
  #background .present2025-contents .present-list .present-set > .text-box {
    width: calc(62% - 1em);
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .present2025-contents .present-list .present-set {
    width: 100%;
    display: block;
  }
  #background .present2025-contents .present-list .present-set > figure {
    width: 100%;
    margin: 0 auto 1.5em;
  }
  #background .present2025-contents .present-list .present-set > .text-box {
    width: 86%;
    margin: 0 auto;
  }
}
/*-----------------------------------*/
#background .present2025-contents .present-list .present-set > figure {
  border-radius: var(--radius-box);
  overflow: hidden;
  position: relative;
  counter-increment: present-count;
}
#background .present2025-contents .present-list .present-set > figure:before {
  content: counter(present-count);
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  line-height: 1.4em;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color-tofu);
  border-radius: 0 0 var(--radius-box) 0;
}
#background .present2025-contents .present-list .present-set > figure figcaption {
  display: block;
  width: 100%;
  background: var(--color-kiku);
  padding: 0.25em;
  font-size: 0.875em;
  font-weight: 900;
  text-align: center;
}
#background .present2025-contents .present-list .present-set > figure figcaption > b {
  font-size: 2em;
  margin-right: 0.1em;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background .present2025-contents .present-list .present-set > figure:before {
    font-size: 2.96vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .present2025-contents .present-list .present-set > figure:before {
    font-size: 1.125em;
  }
  #background .present2025-contents .present-list .present-set > figure figcaption > b {
    font-size: 1.5em;
  }
}
/*-----------------------------------*/
#background .present2025-contents .present-list .present-set > .text-box h4 {
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  letter-spacing: 0;
}
#background .present2025-contents .present-list .present-set > .text-box h4 small {
  display: block;
  font-size: 0.65em;
  font-weight: 700;
}
#background .present2025-contents .present-list .present-set > .text-box h4 span {
  display: inline-block;
}
#background .present2025-contents .present-list .present-set > .text-box p {
  font-size: 0.875em;
  letter-spacing: 0;
}
#background .present2025-contents .present-list .present-set > .text-box p.more {
  margin-top: 1em;
}
#background .present2025-contents .present-list .present-set > .text-box p.more a {
  padding: 0.8em 2em 0.8em 1.4em;
  line-height: 1.4em;
  border-radius: calc( var(--radius-box) / 2 );
  color: var(--color-goma);
  background: var(--color-tofu);
}
#background .present2025-contents .present-list .present-set > .text-box p.more a:before {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  background: url(./images/icon01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: 0.4em;
  top: calc(50% - 0.8em);
}
#background .present2025-contents .present-list .present-set > .text-box p.more a:hover {
  transform: var(--anime-big);
}
#background .present2025-contents .present-list .present-set > .text-box p.more a > span {
  display: inline-block;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .present2025-contents .present-list .present-set > .text-box h4 {
    text-align: center;
    font-size: 1.125em;
    line-height: 1.4em;
  }
  #background .present2025-contents .present-list .present-set > .text-box h4 small {
    font-size: 0.825em;
  }
  #background .present2025-contents .present-list .present-set > .text-box p.more {
    margin-top: 1.5em;
  }
}
/*------------------------------------
  応募方法設定　ここから
-------------------------------------*/
#background #campaign-page-area .campaign-entry h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 2em;
  text-align: center;
}
#background #campaign-page-area .campaign-entry h3:before {
  content: "";
  display: block;
  width: calc(100% + 7vw);
  height: 1px;
  background: var(--color-renkon);
  position: absolute;
  left: -3.5vw;
  top: 50%;
}
#background #campaign-page-area .campaign-entry h3 > em {
  display: inline-block;
  background: var(--color-tofu);
  padding: 0 1em;
  position: relative;
  z-index: 10;
}
#background #campaign-page-area .campaign-entry > p {
  max-width: 1000px;
  margin: 0 auto 3.5em;
  text-align: center;
}
#background #campaign-page-area .campaign-entry > h3 + p {
  margin-bottom: 2.5em;
  text-align: left;
}
#background #campaign-page-area .campaign-entry > h3 + p > a {
  text-decoration: underline;
}
#background #campaign-page-area .campaign-entry > p.duration {
  font-size: 1.125em;
}
#background #campaign-page-area .campaign-entry > p.duration strong {
  font-size: 700;
}
#background #campaign-page-area .campaign-entry > p.duration strong > span {
  display: inline-block;
}
#background #campaign-page-area .campaign-entry > p.entry > a {
  display: inline-block;
  padding: 1.5em 4em;
  font-size: 1.125em;
  line-height: 1em;
  font-weight: 700;
  border-radius: var(--radius-box);
  border: 1px solid var(--color-goma);
  position: relative;
}
#background #campaign-page-area .campaign-entry > p.entry > a:before {
  content: "";
  display: block;
  width: 2.4em;
  height: 2.4em;
  background: url(./images/icon06.svg) no-repeat 50% 50%;
  position: absolute;
  right: -0.5em;
  bottom: -0.5em;
}
#background #campaign-page-area .campaign-entry > p.entry > a:hover {
  filter: Alpha(opacity=100);
  opacity: 1;
  transform: var(--anime-big);
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background #campaign-page-area .campaign-entry h3:before {
    width: calc(100% + 14vw);
    left: -7vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background #campaign-page-area .campaign-entry h3 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
  }
  #background #campaign-page-area .campaign-entry > p {
    margin-bottom: 2.5em;
  }
  #background #campaign-page-area .campaign-entry > p.duration {
    line-height: 1.5em;
  }
}

/*===========================================================================

  キャンペーン（インスタ用） 設定　ここから

===========================================================================*/
#background #campaign-page-area .campaign-page-title.insta2025-title > h2 em:before {
  background-image: url(./images/sns02.png);
}
#background #campaign-page-area .campaign-page-title.insta2025-title b {
  font-family: var(--font-title);
  font-weight: 900;
  color: var(--color-kabu);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*------------------------------------
  ナビ周り設定　ここから
-------------------------------------*/
#background .insta2025-contents .insta-list {
  width: calc(100% - 13vw);
  max-width: 1000px;
  margin: 0 auto 2em;
}
#background .insta2025-contents .insta-list > h3 {
  text-align: center;
  margin-bottom: 3em;
}
#background .insta2025-contents .insta-list > h3 em {
  display: inline-block;
  padding-left: 1.5em;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 1.5em;
  position: relative;
}
#background .insta2025-contents .insta-list > h3 em:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(./images/sns02k.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .insta2025-contents .insta-list {
    width: calc(100% - 7vw);
    margin-bottom: 1em;
  }
  #background .insta2025-contents .insta-list > h3 {
    margin-bottom: 1em;
  }
  #background .insta2025-contents .insta-list > h3 em {
    font-size: 1.25em;
  }
}
/*-----------------------------------*/
#background .insta2025-contents .insta-list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 7vw);
  margin: 0 -3.5vw;
}
#background .insta2025-contents .insta-list > ul > li {
  margin: 0 0.5em 1em;
}
#background .insta2025-contents .insta-list > ul > li a {
  display: block;
  line-height: 1em;
  padding: 0.9em 1.5em;
  border: 1px solid var(--color-goma);
  border-radius: var(--radius-more);
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background .insta2025-contents .insta-list > ul > li a.active {
  background-color: var(--color-goma);
  color: var(--color-tofu);
}
#background .insta2025-contents .insta-list > ul > li a:hover {
  background-color: var(--color-kiku);
  border-radius: var(--radius-box);
}
#background .insta2025-contents .insta-list > ul > li a.active:hover {
  background-color: var(--color-goma);
  border-radius: var(--radius-more);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .insta2025-contents .insta-list > ul {
    width: calc(100% + 14vw);
    margin: 0 -7vw;
  }
  #background .insta2025-contents .insta-list > ul > li {
    margin: 0 0.25em 0.5em;
  }
  #background .insta2025-contents .insta-list > ul > li a {
    font-size: 0.875em;
    padding: 0.75em 1.2em;
    border-radius: calc(var(--radius-more) * 0.875);
  }
}
/*------------------------------------
  ウィジェット設定　ここから
-------------------------------------*/
#background .insta2025-widget .more a:hover ,
#background .insta2025-widget .more button:hover {
  background-color: var(--color-kabu);
  border-color: var(--color-kabu);
  color: var(--color-tofu);
}

#background .insta2025-widget #sbi_load a.sbi_load_btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 30%;
  padding: 1em 2em;
  background: var(--color-goma);
  text-align: center;
  border: 1px solid var(--color-goma);
  border-radius: var(--radius-more);
  color: var(--color-tofu);
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#background .insta2025-widget #sbi_load a.sbi_load_btn:hover {
  border-radius: var(--radius-box);
  background-color: var(--color-kabu);
  border-color: var(--color-kabu);
  color: var(--color-tofu);
  filter: Alpha(opacity=100);
  opacity: 1;
}

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1080px) {
  #background #campaign-page-area .insta2025-widget {
    width: calc(100% + 7vw);
    margin-left: -3.5vw;
    margin-right: -3.5vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================
-----------------------------------------------------------------------------
  youtube埋め込み（主に特集用）設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .youtube-wrapper {
  width: 80%;
  max-width: 1000px;
  max-height: 562.5px;
  margin: 0 auto 5em;
  aspect-ratio: 16 / 9;
  padding-top: calc(56.25% * 0.8);
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-box);
}
#background .youtube-wrapper > iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1400px) {
  #background .youtube-wrapper {
    width: 100%;
    padding-top: 56.25%;
  }
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 900px) {
  #background .youtube-wrapper {
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .youtube-wrapper {
    width: calc(100% + 7vw);
    margin: 0 -3.5vw 3.5em;
  }
}



/*===========================================================================

  設定　ここから

===========================================================================*/


/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
