@charset "UTF-8";
/*
@mixin debug-support-matrix($experimental: true, $ie: true) {
  @debug  $moz-$experimental-support-for-mozilla
          $webkit-$experimental-support-for-webkit
          $opera-$experimental-support-for-opera
          $microsoft-$experimental-support-for-microsoft
          $khtml-$experimental-support-for-khtml;
  @debug  $ie6-$legacy-support-for-ie6
          $ie7-$legacy-support-for-ie7
          $ie8-$legacy-support-for-ie8;
}
*/
.nondisp {
  display: none;
}

.texthide {
  overflow: hidden;
  text-indent: 1000%;
  white-space: nowrap;
}

.flex-between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.def-image {
  width: 100%;
  height: auto;
}

.def-list, .def-ul, .def-ol {
  margin: 0 0 0 20px;
}

.def-ul {
  list-style-type: disc;
}

.def-ol {
  list-style-type: decimal;
}

main {
  margin: 0 !important;
}

.frontCatch {
  width: 100% !important;
  margin: 80px 0 0 0 !important;
  color: #fff;
  position: relative;
}
.frontCatch .swiper-wrapper {
  width: 100% !important;
  overflow: hidden;
}
.frontCatch .swiper-wrapper .fc-back {
  display: none;
  position: absolute;
  width: 100%;
  height: 120px;
  bottom: -16px;
  left: 0;
  z-index: 999;
  background-image: url("../images/bg/fc-back.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom 0 left 50%;
}
.frontCatch .swiper-wrapper .fc-back img {
  width: 100%;
  height: 100%;
  display: none;
}
.frontCatch .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}
.frontCatch .swiper-wrapper .swiper-slide .img-cover {
  width: auto;
  z-index: 1;
}
.frontCatch .swiper-wrapper .swiper-slide .img-cover img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 8s 1s ease-out;
  transition: 8s 1s ease-out;
  z-index: 10;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.frontCatch .swiper-wrapper .swiper-slide .img-cover .bright {
  filter: brightness(0.9);
}
.frontCatch .swiper-wrapper .swiper-slide .main-visual-title,
.frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
  font-feature-settings: "palt" 1;
  position: absolute;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  opacity: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.frontCatch .swiper-wrapper .swiper-slide .main-visual-title a,
.frontCatch .swiper-wrapper .swiper-slide .main-visual-note a {
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
  margin: 24px 0 0 0;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 9999px;
  background-image: url("../images/elements/icon/sw-next.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.frontCatch .swiper-wrapper .swiper-slide[class*=-active] .img-cover img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.frontCatch .beninosuke {
  position: absolute;
  top: 10%;
  right: 5%;
  z-index: 9999;
}
.frontCatch .beninosuke img {
  width: 160px;
  height: 160px;
}

.page-list {
  padding: 120px 0;
  margin: 0;
}
.page-list .pl-head,
.page-list .pl-head-en {
  color: #fff;
  padding: 0;
}
.page-list .pl-head {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 4px;
  margin: 0 auto 0 auto;
  padding: 0 0 0 40px;
  background-image: url("../images/elements/icon/ico-h3.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 50% left 0;
}
.page-list .pl-head-en {
  display: block;
  margin: 8px auto 24px auto;
  font-size: .9rem;
  letter-spacing: 2px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}
.page-list a {
  color: #fff;
}
.page-list .fpl-spot {
  margin: 0 auto !important;
  padding: 0 !important;
}
.page-list .fpl-spot .swiper-wrapper {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.page-list .fpl-spot .swiper-wrapper .swiper-slide .sw-title {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 8px 0 0 0;
}
.page-list .fpl-gourumet,
.page-list .fpl-shopping {
  margin: 0 auto !important;
  padding: 0 !important;
}
.page-list .fpl-gourumet a,
.page-list .fpl-shopping a {
  color: #000;
}
.page-list .fpl-gourumet .swiper-wrapper,
.page-list .fpl-shopping .swiper-wrapper {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.page-list .fpl-gourumet .swiper-wrapper .swiper-slide .sw-title,
.page-list .fpl-shopping .swiper-wrapper .swiper-slide .sw-title {
  width: 100%;
  white-space: nowrap;
  font-size: 1.1rem;
  font-weight: 300;
  margin: 8px 0 0 0;
}
.page-list .fpl-page-title {
  font-size: .9rem;
  margin: 8px 0 0 0;
  text-align: center;
}

[class^="swiper-button-"]::after {
  content: "";
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  display: block;
  width: 30px !important;
  height: 30px !important;
}
.swiper-button-prev img,
.swiper-button-next img {
  width: 100%;
  height: auto;
}

.page-list .pl-head,
.page-list .pl-head-en,
.page-spot .pl-head,
.page-spot .pl-head-en,
.new-topic .pl-head,
.new-topic .pl-head-en {
  padding: 0;
  color: #000;
}
.page-list .pl-head,
.page-spot .pl-head,
.new-topic .pl-head {
  font-weight: 400;
  margin: 0 auto 0 auto;
  padding: 0 0 0 40px;
  background-image: url("../images/elements/icon/ico-h3.svg");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: top 50% left 0;
}
.page-list .pl-head-en,
.page-spot .pl-head-en,
.new-topic .pl-head-en {
  display: block;
  margin: 0 auto 24px auto;
  font-size: .9rem;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #3fa9f5;
}

.page-spot {
  background-color: #191970;
  border-top: 5px solid #fff;
  color: #fff;
}
.page-spot .pl-head,
.page-spot .pl-head-en {
  padding: 0;
}
.page-spot .pl-head {
  color: #fff;
  padding: 0 0 0 40px;
}
.page-spot .pl-head-en {
  margin: 0 0 40px 0;
}

@keyframes mv1 {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv2 {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes mv3 {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fm-area-1 {
  width: 50%;
  text-align: center;
  padding: 120px 0;
  font-feature-settings: "palt" 1;
}
.fm-area-1 h2.fma-title {
  font-family: "游明朝", Yu Mincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  font-weight: 300;
  animation-name: mv1;
  transition-delay: 1s;
  animation-duration: 1s;
}
.fm-area-1 p {
  line-height: 180%;
  animation-name: mv2;
  transition-delay: 3s;
  animation-duration: 2s;
}
.fm-area-1 figure.btn-bk-line a {
  display: inline-block;
  margin: 32px 0 0 0;
  padding: 16px 32px;
  background-color: #ce0f19;
  border: 1px solid #ce0f19;
  border-radius: 5px;
  font-size: .9rem;
  font-weight: 500;
  color: #fff;
  animation-name: mv3;
  transition-delay: 5s;
  animation-duration: 3s;
}
.fm-area-1 figure.btn-bk-line a:hover {
  background-color: #fff9f4;
  border: 1px solid #fff9f4;
  color: #000;
}

.tab {
  display: none;
}

.front-2col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 32px auto;
}
.front-2col .page-gourumet,
.front-2col .page-shopping {
  width: 48% !important;
  padding: 24px !important;
}

.new-topic {
  width: 100%;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
}
.new-topic .nt-inner {
  margin: 80px auto;
}
.new-topic .nt-inner .post-list {
  list-style-type: none;
  padding: 0;
}
.new-topic .nt-inner .post-list .pl-item {
  width: 100%;
  margin: 0 0 8px 0;
}
.new-topic .nt-inner .post-list .pl-item:nth-child(even) a {
  display: block;
  background-color: #fff;
  padding: 16px;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 8px 0;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
.new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post,
.new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
  display: inline-block;
  font-size: .9rem;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
.new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
  font-family: "Outfit", sans-serif;
  margin: 0 8px 0 0;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date {
  padding: 0 0 0 24px;
  background-image: url("../images/elements/ico-published.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 50% left 0;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
  background-color: #ce0f19;
  color: #fff;
  font-family: "Outfit", sans-serif;
  padding: 0 16px;
  border-radius: 16px;
}
.new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
  background-color: #fff;
  border: 1px solid #55acee;
  padding: 0 16px;
  margin: 0;
  border-radius: 16px;
}
.new-topic .nt-inner .post-list .pl-item .pl-title {
  font-weight: 500;
}
.new-topic .nt-inner .post-list .pl-item .pl-excerpt {
  font-size: .9rem;
  line-height: 130%;
  margin: 0;
  padding: 0;
}
.new-topic .nt-inner .post-list .pl-item .pm-tag {
  font-size: .8rem;
}
.new-topic .nt-inner .post-list .pl-item .pm-tag a {
  color: #555;
  display: inline-block;
  margin: 0 0 0 3px;
}
.new-topic .nt-inner .post-list .pl-item .pm-tag a:before {
  content: '#';
  margin: 0 3px 0 0;
}
.new-topic .nt-inner .more-topic {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.new-topic .nt-inner .more-topic a {
  display: inline-block;
  background-color: #000080;
  padding: 16px 64px 16px 64px;
  color: #fff;
  border-radius: 9999px;
  background-image: url("../images/elements/icon/sw-next.svg");
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: top 50% right -80px;
}
.new-topic .nt-inner .more-topic a:hover {
  background-color: #1e90ff;
  color: color-ff;
  background-position: top 50% right 16px;
}

.official-sns,
.related-site {
  text-align: center;
  background-color: #f8f8f8;
  padding: 64px 0;
  line-height: 100%;
}
.official-sns h2,
.related-site h2 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0 0 32px 0;
}
.official-sns h2 span,
.related-site h2 span {
  font-family: "Outfit", sans-serif;
  font-size: .9rem;
  color: #3fa9f5;
  display: block;
  margin: 16px 0 0 0;
}

.official-sns {
  text-align: center;
  background-color: #191970;
  color: #fff;
  padding: 64px 0;
}
.official-sns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.official-sns ul li {
  display: inline-block;
  margin: 8px;
}
.official-sns ul li a {
  min-width: 220px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 9999px;
  padding: 16px 32px 16px 64px;
  background-repeat: no-repeat;
  background-position: top 50% left 7px;
  background-size: 40px auto;
  color: #000;
  line-height: 100%;
}
.official-sns ul .os-x a {
  background-image: url("../images/elements/icon/sns/ico-x.svg");
}
.official-sns ul .os-fb a {
  background-image: url("../images/elements/icon/sns/ico-fb.svg");
  display: none;
}
.official-sns ul .os-in a {
  background-image: url("../images/elements/icon/sns/ico-in.svg");
}

.related-site {
  text-align: center;
  background-color: #fff;
  padding: 64px 0;
}
.related-site .rs-head-ena {
  font-size: .9rem;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  margin: 8px 0 32px 0;
}
.related-site a {
  font-size: 0.7 0.5rem;
  color: #000;
}
.related-site ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.related-site ul li .fpl-page-title {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 8px 16px;
  border-radius: 9999px;
}
.related-site .swiper-wrapper {
  transition-timing-function: linear;
}

@media only screen and (min-width: 1281px) {
  .frontCatch .swiper-wrapper {
    height: 800px !important;
  }
  .frontCatch .swiper-wrapper .fc-back {
    position: absolute;
    width: 100%;
    height: 200px;
  }
  .frontCatch .swiper-wrapper .fc-back img {
    width: 100%;
    height: 100%;
    display: none;
  }
  .frontCatch .swiper-wrapper .swiper-slide {
    height: 800px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover {
    height: 800px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    position: absolute;
    color: #fff;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 0;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title {
    font-size: 5.2rem;
    font-weight: 700;
    top: 48%;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    font-size: 1.3rem;
    font-weight: normal;
    top: 78%;
    text-align: center;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note a {
    line-height: 100%;
    display: inline-block;
    margin: 24px 0 0 0;
    padding: 16px 64px 16px 64px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 9999px;
    background-image: url("../images/elements/icon/sw-next.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 50% right -80px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note a:hover {
    background-color: rgba(0, 0, 0, 0.9);
    background-position: top 50% right 16px;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .img-cover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title {
    top: 38%;
    transition: 1s 1s ease-out;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    top: 62%;
    transition: 1s 2s ease-out;
  }

  .page-list .pl-head,
  .page-spot .pl-head,
  .new-topic .pl-head {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 4px;
  }
  .page-list .pl-head-en,
  .page-spot .pl-head-en,
  .new-topic .pl-head-en {
    font-size: .9rem;
    letter-spacing: 1px;
  }

  .page-list .pl-head,
  .page-list .pl-head-en {
    padding: 0;
    color: #000;
  }
  .page-list .pl-head {
    padding: 0 0 0 40px;
  }
  .page-list .pl-head-en {
    color: #3fa9f5;
  }

  .page-spot .pl-head,
  .page-spot .pl-head-en {
    width: 1140px;
  }
  .page-spot .pl-head {
    color: #fff;
    margin: 0 auto;
  }
  .page-spot .pl-head-en {
    margin: 0 auto 40px auto;
  }

  .new-topic .nt-inner {
    width: 1140px;
  }
  .new-topic .nt-inner .post-list {
    list-style-type: none;
    margin: 24px 0 40px 0 !important;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .new-topic .nt-inner .post-list .pl-item:nth-child(even) a {
    display: block;
    background-color: #fff;
    padding: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item a {
    color: #000;
    display: block;
    background-color: #f0f1f7;
    padding: 16px 72px 16px 16px !important;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url("../images/elements/icon/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: top 50% right -80px;
  }
  .new-topic .nt-inner .post-list .pl-item a:hover {
    border: 1px solid #55acee;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    background-position: top 50% right 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    display: inline-block;
    font-size: .8rem;
    line-height: 100%;
    padding: 4px 8px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
    font-family: "Outfit", sans-serif;
    margin: 0 8px 0 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date {
    padding: 4px 4px 4px 24px;
    background-image: url("../images/elements/ico-published.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% left 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    border-radius: 9999px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
    background-color: #ce0f19;
    color: #fff;
    font-family: "Outfit", sans-serif;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    background-color: #fff;
    border: 1px solid #55acee;
    margin: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-title {
    margin: 4px 0 !important;
    font-size: 1.1rem !important;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-excerpt {
    font-size: .9rem;
    line-height: 130%;
    margin: 0;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag {
    font-size: .8rem;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a {
    color: #555;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a:before {
    content: '#';
    margin: 0 3px 0 0;
  }
  .new-topic .nt-inner .more-topic {
    margin: 0 0 40px 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }
  .new-topic .nt-inner .more-topic a {
    line-height: 100%;
    display: inline-block;
    background-color: #000080;
    padding: 16px 64px 16px 64px;
    color: #fff;
    border-radius: 9999px;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 50% right -80px;
  }
  .new-topic .nt-inner .more-topic a:hover {
    background-color: #1e90ff;
    color: color-ff;
    background-position: top 50% right 16px;
  }

  .official-sns a {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .official-sns a:hover {
    border: 1px solid #3fa9f5;
    color: #3fa9f5;
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .related-site {
    padding: 64px 0;
  }
  .related-site a .fpl-page-title {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: .8rem;
  }
  .related-site a:hover .fpl-page-title {
    font-size: .9rem;
    display: inline-block;
    border: 1px solid #3fa9f5;
    padding: 8px 16px;
    border-radius: 9999px;
    background-color: #3fa9f5;
    color: #fff;
  }
}
@media only screen and (max-width: 1280px) {
  .frontCatch {
    width: 100% !important;
    margin: 0 !important;
  }
  .frontCatch .swiper-wrapper {
    width: 100% !important;
    overflow: hidden;
  }
  .frontCatch .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover {
    width: 100%;
    z-index: 1;
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 10s 1s ease-out;
    transition: 10s 1s ease-out;
    z-index: 10;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover .bright {
    filter: brightness(0.7);
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    font-feature-settings: "palt" 1;
    position: absolute;
    color: #fff;
    text-align: center;
    opacity: 0;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title {
    font-weight: 700;
    transition: 1s 1s ease-out;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    font-size: 1rem;
    font-weight: 500;
    top: 70%;
    transition: 1s 2s ease-out;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .img-cover img {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    white-space: nowrap;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title {
    top: 42%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    top: 64%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note a {
    display: inline-block;
    margin: 16px 0 0 0;
    padding: 16px 64px 16px 64px;
    color: #fff;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 9999px;
    background-image: url("../images/elements/icon/sw-next.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 50% right 16px;
  }

  .page-list {
    padding: 40px 0 !important;
    margin: 0 auto;
  }
  .page-list .pl-head,
  .page-list .pl-head-en {
    width: 80%;
    color: #000;
  }
  .page-list .pl-head {
    padding: 0 0 0 40px !important;
  }
  .page-list .pl-head-en {
    color: #3fa9f5;
  }
  .page-list .pl-head {
    margin: 0 auto;
    font-size: 1.4rem;
    letter-spacing: 0px;
    padding: 0 0 0 32px;
    background-size: 24px auto;
  }
  .page-list .pl-head-en {
    font-size: .8rem;
    letter-spacing: 0px;
    margin: 0 auto 24px auto;
  }
  .page-list .fpl-spot {
    width: 90%;
  }
  .page-list a {
    color: #fff;
  }
  .page-list .fpl-spot {
    margin: 0 auto !important;
    padding: 0 !important;
    width: 100%;
  }
  .page-list .fpl-spot .swiper-wrapper {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-list .fpl-gourumet,
  .page-list .fpl-shopping {
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .page-list .fpl-gourumet a,
  .page-list .fpl-shopping a {
    font-size: .9rem;
    color: #000;
  }
  .page-list .fpl-gourumet .swiper-wrapper,
  .page-list .fpl-shopping .swiper-wrapper {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-list .fpl-gourumet .swiper-wrapper .swiper-slide .sw-title,
  .page-list .fpl-shopping .swiper-wrapper .swiper-slide .sw-title {
    width: 100%;
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 300;
    margin: 8px 0 0 0;
  }
  .page-list .fpl-spot .swiper-wrapper {
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-list .fpl-spot .swiper-wrapper .swiper-slide .sw-title {
    font-size: 1rem;
  }

  .front-2cola .page-gourumet,
  .front-2cola .page-shopping {
    width: 42%;
  }
  .front-2cola .page-gourumet .pl-head,
  .front-2cola .page-gourumet .pl-head-en,
  .front-2cola .page-shopping .pl-head,
  .front-2cola .page-shopping .pl-head-en {
    width: 80%;
    color: #000;
  }
  .front-2cola .page-gourumet .pl-head,
  .front-2cola .page-shopping .pl-head {
    padding: 0 0 0 40px;
  }
  .front-2cola .page-gourumet .pl-head-en,
  .front-2cola .page-shopping .pl-head-en {
    color: #3fa9f5;
  }
  .front-2cola .page-gourumet a,
  .front-2cola .page-shopping a {
    color: #000;
  }

  .page-spot .pl-head,
  .page-spot .pl-head-en {
    color: #fff;
  }

  .new-topic .nt-inner {
    width: 92%;
  }
  .new-topic .nt-inner .post-list {
    list-style-type: none;
    margin: 64px 0 !important;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .new-topic .nt-inner .post-list .pl-item:nth-child(even) a {
    display: block;
    background-color: #fff;
    padding: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item a {
    color: #000;
    display: block;
    background-color: #f0f1f7;
    padding: 16px 72px 16px 16px !important;
    border: 1px solid #fff;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-image: url("../images/elements/icon/arrow-r.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: top 50% right -80px;
  }
  .new-topic .nt-inner .post-list .pl-item a:hover {
    border: 1px solid #55acee;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    background-position: top 50% right 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    display: inline-block;
    font-size: .8rem;
    line-height: 100%;
    padding: 4px 8px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
    font-family: "Outfit", sans-serif;
    margin: 0 8px 0 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-date {
    padding: 4px 4px 4px 24px;
    background-image: url("../images/elements/ico-published.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% left 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post,
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    border-radius: 9999px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .new-post {
    background-color: #ce0f19;
    color: #fff;
    font-family: "Outfit", sans-serif;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrap .meta-category {
    background-color: #fff;
    border: 1px solid #55acee;
    margin: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-title {
    margin: 4px 0 !important;
    font-size: 1.1rem !important;
    font-weight: 500;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-excerpt {
    font-size: .9rem;
    line-height: 130%;
    margin: 0;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag {
    font-size: .8rem;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a {
    color: #555;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a:before {
    content: '#';
    margin: 0 3px 0 0;
  }
  .new-topic .nt-inner .more-topic {
    margin: 0 0 40px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .new-topic .nt-inner .more-topic a {
    display: inline-block;
    background-color: #000080;
    padding: 16px 64px 16px 64px;
    color: #fff;
    border-radius: 9999px;
    background-image: url("../images/elements/icon/sw-next.svg");
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: top 50% right 16px;
  }

  .related-site a .fpl-page-title {
    font-size: .8rem;
    padding: 4px 8px;
  }
}
@media only screen and (min-width: 630px) and (max-width: 1199px) {
  .frontCatch .swiper-wrapper {
    height: 400px !important;
  }
  .frontCatch .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover {
    height: 400px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    text-align: center;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title {
    font-size: 3.2rem;
    top: 42%;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    font-size: 1rem;
    top: 70%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title {
    top: 32%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    top: 65%;
  }
  .frontCatch .beninosuke {
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 9999;
  }
  .frontCatch .beninosuke img {
    width: 120px;
    height: 120px;
  }

  .page-list .pl-head,
  .page-spot .pl-head,
  .new-topic .pl-head {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .page-list .pl-head-en,
  .page-spot .pl-head-en,
  .new-topic .pl-head-en {
    font-size: .9rem;
    letter-spacing: 0;
  }
  .page-list .pl-head,
  .page-spot .pl-head,
  .new-topic .pl-head {
    padding: 0 0 0 40px !important;
  }
  .page-list .pl-head-en,
  .page-spot .pl-head-en,
  .new-topic .pl-head-en {
    color: #3fa9f5;
  }

  .front-2col .page-gourumet,
  .front-2col .page-shopping {
    width: 42%;
  }
  .front-2col .page-gourumet .pl-head,
  .front-2col .page-gourumet .pl-head-en,
  .front-2col .page-shopping .pl-head,
  .front-2col .page-shopping .pl-head-en {
    width: 100%;
    color: #000;
    padding: 0;
  }
  .front-2col .page-gourumet .pl-head-en,
  .front-2col .page-shopping .pl-head-en {
    color: #3fa9f5;
  }
  .front-2col .page-gourumet a,
  .front-2col .page-shopping a {
    color: #000;
  }

  .new-topic .nt-inner {
    width: 92%;
  }
  .new-topic .nt-inner .post-list {
    list-style-type: none;
    margin: 0 0 32px 0 !important;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .new-topic .nt-inner .post-list .pl-item:nth-child(even) a {
    display: block;
    background-color: #fff;
    padding: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item a {
    color: #000;
    display: block;
    background-color: #f0f1f7;
    padding: 16px !important;
    border: 1px solid #fff;
    background-image: none;
  }
  .new-topic .nt-inner .post-list .pl-item a:hover {
    border: 1px solid #55acee;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    background-position: top 50% right 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-title {
    margin: 4px 0 !important;
    font-size: 1.1rem !important;
    font-weight: 500;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-excerpt {
    font-size: .9rem;
    line-height: 130%;
    margin: 0;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag {
    font-size: .8rem;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a {
    color: #555;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a:before {
    content: '#';
    margin: 0 3px 0 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    width: 20px !important;
    height: 10% !important;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 629px) {
  .frontCatch .swiper-wrapper {
    height: 400px !important;
  }
  .frontCatch .swiper-wrapper .swiper-slide {
    height: 400px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .img-cover {
    height: 400px;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    text-align: center;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-title {
    font-size: 2.5rem;
    top: 50%;
  }
  .frontCatch .swiper-wrapper .swiper-slide .main-visual-note {
    font-size: .9rem;
    top: 70%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title,
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-title {
    top: 32%;
  }
  .frontCatch .swiper-wrapper .swiper-slide[class*=-active] .main-visual-note {
    top: 62%;
  }
  .frontCatch .beninosuke {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 9999;
  }
  .frontCatch .beninosuke img {
    width: 80px;
    height: 80px;
  }

  .page-list .pl-head,
  .page-spot .pl-head,
  .new-topic .pl-head {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 2px;
  }
  .page-list .pl-head-en,
  .page-spot .pl-head-en,
  .new-topic .pl-head-en {
    font-size: .9rem;
    letter-spacing: 1px;
  }

  .front-2col {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 32px auto;
  }
  .front-2col .page-gourumet,
  .front-2col .page-shopping {
    width: 100% !important;
    padding: 24px 24px 0 24px !important;
  }
  .front-2col .page-gourumet .pl-head,
  .front-2col .page-gourumet .pl-head-en,
  .front-2col .page-shopping .pl-head,
  .front-2col .page-shopping .pl-head-en {
    width: 100%;
    color: #000;
    padding: 0;
  }
  .front-2col .page-gourumet .pl-head,
  .front-2col .page-shopping .pl-head {
    padding: 0 0 0 40px;
  }
  .front-2col .page-gourumet .pl-head-en,
  .front-2col .page-shopping .pl-head-en {
    color: #3fa9f5;
  }
  .front-2col .page-gourumet {
    margin: 0 0 40px 0;
  }

  .new-topic .nt-inner {
    width: 92%;
  }
  .new-topic .nt-inner .post-list {
    list-style-type: none;
    margin: 32px 0 !important;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item {
    width: 100%;
    margin: 0 0 8px 0;
  }
  .new-topic .nt-inner .post-list .pl-item:nth-child(even) a {
    display: block;
    background-color: #fff;
    padding: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item a {
    color: #000;
    display: block;
    background-color: #f0f1f7;
    padding: 16px !important;
    border: 1px solid #fff;
    background-image: none;
  }
  .new-topic .nt-inner .post-list .pl-item a:hover {
    border: 1px solid #55acee;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    background-position: top 50% right 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 0 8px 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .new-post,
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .meta-category {
    display: inline-block;
    font-size: .9rem;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .meta-date,
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .new-post {
    font-family: "Outfit", sans-serif;
    margin: 0 8px 0 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .meta-date {
    padding: 0 0 0 24px;
    background-image: url("../images/elements/ico-published.svg");
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: top 50% left 0;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .new-post {
    background-color: #ce0f19;
    color: #fff;
    font-family: "Outfit", sans-serif;
    padding: 0 16px;
    border-radius: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .meta-wrapa .meta-category {
    background-color: #fff;
    border: 1px solid #55acee;
    padding: 0 16px;
    margin: 0;
    border-radius: 16px;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-title {
    margin: 8px 0 !important;
    font-size: 1.1rem !important;
    font-weight: 500;
  }
  .new-topic .nt-inner .post-list .pl-item .pl-excerpt {
    font-size: .9rem;
    line-height: 130%;
    margin: 0;
    padding: 0;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag {
    font-size: .8rem;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a {
    color: #555;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .new-topic .nt-inner .post-list .pl-item .pm-tag a:before {
    content: '#';
    margin: 0 3px 0 0;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: block;
    width: 20px !important;
    height: 10% !important;
  }
  .swiper-button-prev img,
  .swiper-button-next img {
    width: 100%;
    height: auto;
  }

  .official-sns {
    text-align: center;
    background-color: #191970;
    color: #fff;
    padding: 64px 0;
  }
  .official-sns ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .official-sns ul li {
    display: inline-block;
    margin: 8px 0;
  }

  .related-site {
    padding: 48px 0;
  }
}
