@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Amatic+SC");

body {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.mincho {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}

/* IE表示用のCSS　*/
_:lang(x)::-ms-backdrop,
body {
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* CSS Document */
/* -------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  body {
    padding: 60px 0 0 0;
  }
}

a {
  color: #1a1a1a;
}

.contents {
  padding: 100px 0 80px 0;
  max-width: 1024px;
  margin: 0 auto;
  min-height: 400px;
}

.contents.top {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .contents {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }

  .contents {
    padding: 20px 0 40px 0;
    width: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.hidden {
  display: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.visible-sp {
  display: block !important;
}

.visible-pc {
  display: none !important;
}

@media screen and (min-width: 750px) {
  .visible-sp {
    display: none !important;
  }

  .visible-pc {
    display: block !important;
  }
}

a:hover {
  opacity: 0.8;
  transition: 0.15s;
}

/* --------------------------------
* ページャー
* -------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin: 30px 0;
  color: #333;
}

.wp-pagenavi span.current {
  font-weight: bold;
  border-color: #aaa;
  padding: 6px 10px;
  margin: 3px;
  font-weight: normal;
  font-size: 1.6rem;
  opacity: 1;
  color: #aaa;
  border-color: #aaa !important;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    font-weight: bold;
    border-color: #aaa;
    padding: 4px 4px;
    margin: 2px;
    font-weight: normal;
    font-size: 1.4rem;
    opacity: 1;
    color: #aaa;
    border-color: #aaa !important;
  }
}

.wp-pagenavi a {
  color: #333;
  border-color: #333;
  font-size: 1.6rem !important;
  padding: 6px 10px;
  margin: 3px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a {
    color: #333;
    border-color: #333;
    font-size: 1.4rem !important;
    padding: 4px 4px;
    margin: 2px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  border-radius: 3px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #333;
}

.archive__lists {
  max-width: 900px;
  margin: 0 auto;
}

.archive__list {
  display: flex;
  /* justify-content: space-between; */
  margin: 0 0 20px 0;
  padding: 0 0 10px;
  border-bottom: 1px dotted #ddd;
  align-items: center;
}

.archive__title {
  font-size: 1.4rem;
  line-height: 1.5;
}

.archive__time {
  font-size: 1.2rem;
  margin: 0 0 0 auto;
}

.archive__thumb {
  margin: 0 20px 0 0;
}

.archiveSt01__lists {
  display: flex;
  flex-wrap: wrap;
}

.archiveSt01__lists .archiveSt01__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.archiveSt01__lists .archiveSt01__list {
  width: 240px;
  margin: 0 20px 20px 0;
}

.archiveSt01__lists .archiveSt01__link {
  display: block;
}

.archiveSt01__lists .archiveSt01__thumb {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  margin: 0 0 15px 0;
}

.archiveSt01__lists .archiveSt01__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: auto;
  height: auto;
}

.archiveSt01__lists .archiveSt01__time {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.archiveSt01__lists .archiveSt01__title {
  font-size: 1.4rem;
  line-height: 1.3;
}

.pagination {
  text-align: center;
}

.pagination a:last-child {
  margin: 0 0 0 5px;
}

.page_num {
  margin: 0 10px 0 0;
  display: none;
}

.current.pager {
  background: #ddd;
}

.pager {
  display: inline-block;
  border: 1px solid #999;
  padding: 5px 6px 3px;
  margin: 0 4px;
  font-size: 1.6rem;
}

.pagination__first,
.pagination__before {
  margin: 0 10px;
}

.pagination__next,
.pagination__last {
  margin: 0 0 0 10px;
}

.btn_back {
  width: 300px;
  margin: 80px auto 0 !important;
  text-align: center;
  background: #ddd;
}

.btn_back a {
  display: block;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .btn_back {
    width: 200px;
    margin: 30px auto 0 !important;
    text-align: center;
    background: #ddd;
  }

  .btn_back a {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    height: 100%;
    padding: 6px;
  }
}

@font-face {
  font-family: 'Caviar-Dreams';
  src: url("fonts/Caviar-Dreams.ttf.woff") format("woff"), url("fonts/Caviar-Dreams.ttf.svg#Caviar-Dreams") format("svg"), url("fonts/Caviar-Dreams.ttf.eot"), url("fonts/Caviar-Dreams.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

.aligncenter {
  margin: 0 auto;
  text-align: center;
}

/* CSS Document */
/* --------------------------------
* header navigation
* -------------------------------- */
.header {
  position: fixed;
  background: #fff;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 150;
}

.header.header__nav .header__inner {
  height: 60px;
  transition: 0.15s;
}

.header__inner {
  max-width: 1084px;
  height: 100px;
  margin: 0 auto;
  position: relative;
  border-top: 3px solid #d6000a;
  position: relative;
  transition: 0.15s;
}

.header__inner:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1024px;
  height: 1px;
  background: #d9d9d9;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #fff;
  }

  .header__inner {
    height: 60px;
    width: auto;
  }
}

.logo {
  width: 180px;
  position: absolute;
  top: 25px;
  left: 37px;
  transition: 0.15s;
  z-index: 1;
}

.logo a {
  display: block;
}

.header__nav .header__inner .logo {
  width: 140px;
  position: absolute;
  top: 13px;
  left: 37px;
  transition: 0.15s;
}

@media screen and (max-width: 767px) {
  .logo {
    position: absolute;
    width: 130px;
    top: 14px;
    left: 10px;
    z-index: 100;
  }

  .header__nav .header__inner .logo {
    width: 130px;
    position: absolute;
    top: 14px;
    left: 10px;
  }
}

#navToggle.navToggle {
  display: none;
}

@media screen and (max-width: 767px) {
  #navToggle.navToggle {
    z-index: 101;
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 21px;
    height: 20px;
  }

  #navToggle.navToggle span {
    width: 21px;
    height: 3px;
    background-color: #d6000a;
  }

  #navToggle.navToggle span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.25s;
  }

  #navToggle.navToggle span:nth-child(2) {
    position: absolute;
    top: 8px;
    right: 0;
    display: block;
  }

  #navToggle.navToggle span:nth-child(3) {
    position: absolute;
    top: 16px;
    right: 0;
    transition: 0.25s;
  }

  .openNav #navToggle.navToggle span:nth-child(1) {
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(45deg);
  }

  .openNav #navToggle.navToggle span:nth-child(2) {
    display: none;
  }

  .openNav #navToggle.navToggle span:nth-child(3) {
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(-45deg);
  }
}

.gNav {
  position: absolute;
  right: 10px;
  top: 20px;
  transition: 0.15s;
}

.header__nav .header__inner .gNav {
  top: 0px;
  transition: 0.15s;
}

@media screen and (max-width: 767px) {
  .gNavBase {
    position: fixed;
    top: 59px;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: none;
  }

  .gNav {
    padding: 5px 0 0;
    z-index: 50;
    height: auto;
    position: absolute;
    background: white;
    top: 57px;
    left: 0;
    bottom: auto;
    width: 100%;
    transition: 0.5s;
    display: none;
    animation-name: fadeIn_gNav;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
    opacity: 0;
  }

  .header__nav .header__inner .gNav {
    top: 57px;
  }

  @keyframes fadeIn_gNav {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .openNav .gNav {
    display: block;
  }

  .openNav .gNavBase {
    display: block;
    animation-name: fadeIn_gNavBase;
    animation-fill-mode: forwards;
    animation-duration: 0.25s;
  }

  @keyframes fadeIn_gNavBase {
    0% {
      background: rgba(0, 0, 0, 0);
    }

    100% {
      background: rgba(0, 0, 0, 0.7);
    }
  }
}

.gNav__lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}

.gNav__list {
  position: relative;
  padding: 0 30px 15px 0;
}

.gNav__list a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  color: #1a1a1a;
  position: relative;
  font-size: 1.4rem;
}

.gNav__list a span {
  display: block;
  width: 100%;
  padding: 0 0 0 0;
  font-size: 1.6rem;
}

.gNav__list a:hover:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #d90b08;
  position: absolute;
  bottom: 8px;
}

.gNav__list a.current:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #d90b08;
  position: absolute;
  bottom: 8px;
}

.tablet .gNav__list a:hover {
  opacity: 1;
}

.tablet .gNav__list a:hover:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .gNav__list a:after {
    display: none;
  }

  .gNav__list a.current:after {
    display: none;
  }

  .gNav__list a:hover:after {
    display: none;
  }
}

@media screen and (max-width: 1060px) {


  .gNav__list a {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 960px) {
  .gNav__lists {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin: 0 0 0 auto;
    width: 70%;
    justify-content: flex-end;
  }

  .gNav__list {
    padding: 0 15px 0 0;
  }

  .gNav__list a {
    padding: 5px 0 15px;
    font-size: 1.2rem;
  }

  .header__nav .gNav__list a {
    padding: 0 0 10px;
  }

  .header__nav .header__inner .gNav {
    top: 11px;
  }

  .header__nav .gNav__list a:hover:after {
    height: 2px;
    bottom: 5px;
  }

}

@media screen and (max-width: 880px) {
  .gNav__list a {
    font-size: 1.2rem;
  }

  .gNav__list {
    padding: 0 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .gNav__lists {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
    border: none;
    padding: 0;
  }

  .gNav__list {
    height: auto;
    position: relative;
    border-bottom: 1px dotted #ccc;
    border-left: none;
    width: 100%;
    padding: 0 0 0 0;
  }

  .gNav__list a {
    display: block;
    height: auto;
    text-indent: 0;
    overflow: hidden;
    color: #000;
    padding: 20px 0 16px 19px;
    text-align: left;
    font-size: 1.6rem;
  }

  .gNav__list a span {
    display: inline;
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0px;
  }

  .gNav__list:before {
    display: none;
  }

  .gNav__list:last-child {
    border: none;
  }

  .header__nav .header__inner .gNav {
    top: 57px;
  }
}

.subNav {
  position: absolute;
  top: -53px;
  right: 7px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .subNav {
    position: relative;
    top: auto;
    left: auto;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    right: auto;
  }
}

.subNav__list a {
  font-size: 1.2rem;
  font-weight: bold;
}

.subNav__list:nth-child(1) {
  padding: 0 22px;
  letter-spacing: 1px;
}

.subNav__list:nth-child(2) {
  padding: 2px 6px 2px 5px;
  display: block;
  border: 1px solid #333;
  margin: -3px 0 0;
}

_:-ms-input-placeholder,
:root .subNav__list:nth-child(2) {
  padding: 4px 6px 1px 5px;
}

.subNav__list:nth-child(3) {
  margin: 0 0 0 6px;
}

@media screen and (max-width: 767px) {
  .subNav__list:nth-child(3) {
    margin: 0 0 0 0;
  }
}

.subNav__list_inq {
  display: block;
}

.subNav__list_jp {
  display: block;
}

.subnav__list_eng {
  display: block;
}

.subnav__list_eng2 {
  display: none;
}

.subnav__list_top {
  display: none;
}

.subnav__list_close {
  display: none;
}

@media screen and (max-width: 767px) {
  .contact__map {
    position: relative;
    top: auto;
    right: auto;
    padding: 0;
    margin: 0 5px 0 0;
  }

  .contact__map a {
    display: block;
    text-align: center;
    font-size: 1.1rem;
    background-position: 0 10px;
    background-size: 3px;
    letter-spacing: 0;
    padding: 8px 0 0 6px;
    white-space: nowrap;
  }

  .subNav__list:nth-child(2) {
    display: none;
  }

  .subNav__list_inq {
    display: none;
  }

  .subNav__list_jp {
    display: none;
  }

  .subnav__list_eng {
    display: none;
  }

  .subnav__list_eng2 {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }

  .subnav__list_eng2 a {
    display: block;
    background-color: #fff;
    width: 100%;
    line-height: 40px;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 2px;
    color: #025eae;
  }

  .subnav__list_top {
    display: block;
    width: 48.8%;
  }

  .subnav__list_top a {
    display: block;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
  }

  .subnav__list_close {
    display: block;
    width: 48.8%;
  }

  .subnav__list_close a {
    display: block;
    border: 2px solid #fff;
    line-height: 35px;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
  }

  .subnav__list_closeback {
    position: relative;
    display: block;
  }

  .subnav__list_closeback:before,
  .subnav__list_closeback:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -70px;
    left: 0;
    margin: auto;
    width: 1px;
    height: 14px;
    background-color: #fff;
    transform: rotate(-45deg);
  }

  .subnav__list_closeback:after {
    transform: rotate(45deg);
  }
}

/* CSS Document */
.footer {
  padding: 0;
  background: #f5f5f5;
  border-top: 26px solid #ff0000;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 0;
  }
}

.footer__inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 54px 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer__inner {
    width: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    display: block;
  }
}

.footer__logo {
  width: 89px;
  height: 151px;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    display: none;
  }
}

.gNavFt {
  padding: 0 0 60px 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1080px) {
  .gNavFt {
    padding: 0 10px 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .gNavFt {
    padding: 30px 10px 20px;
    display: block;
  }
}

.gNavFt__lists {
  margin: 0 40px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__lists {
    display: block;
    margin: 0 0 0 0;
  }
}

.gNavFt__lists_recruit a {
  display: block;
  width: 160px;
  line-height: 40px;
  background-color: #da3941;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .gNavFt__lists_recruit li {
    border: none;
  }

  .gNavFt__lists_recruit a {
    margin: 0 auto;
  }
}

.gNavFt__lists_sns {
  margin: 0px 0 0 auto;
  padding: 30px 20px 0 55px;
  display: flex;
  background: #fff;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .gNavFt__lists_sns {
    margin: 0px 0 0 auto;
    padding: 20px 20px 10px;
    display: block;
    background: #fff;
    height: auto;
  }
}

.gNavFt__list {
  margin: 0 0 12px;
  font-size: 1.2rem;
}

.gNavFt__list a {
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .gNavFt__list {
    margin: 0 0 15px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 11px 5px;
    margin: 0 0 6px 0;
  }

  .gNavFt__list a {
    color: #1a1a1a;
  }
}

.gNavFt__list_first {
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__list_first {
    font-weight: bold;
    font-size: 1.8rem;
    margin: 0 0 20px 0;
    border: none;
  }
}

.gNavFt__lists_sns .gNavFt__list {
  margin: 0 20px 0 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .gNavFt__lists_sns .gNavFt__list {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    padding: 0 0 10px 0;
  }
}

.gNavFt__list_insta img {
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__list_insta img {
    vertical-align: middle;
  }
}

.gNavFt__list_youtube img {
  width: 42px;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__list_youtube img {
    vertical-align: middle;
  }
}

.gNavFt__list_facebook img {
  width: 39px;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__list_facebook img {
    vertical-align: middle;
  }
}

.gNavFt__list_twitter img {
  width: 39px;
  height: auto;
  display: inline-block;
  margin: 0 5px 0 0;
}

@media screen and (max-width: 767px) {
  .gNavFt__list_twitter {
    border: none;
    margin: 0 !important;
  }

  .gNavFt__list_twitter img {
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .gNavFt__list {
    margin: 0 0 15px;
  }

  .gNavFt__list a {
    color: #1a1a1a;
  }
}

.gNavFt__listChildList {
  margin: 0 0 15px;
  padding: 0 0 0 15px;
  font-size: 1.2rem;
}

.gNavFt__listChildList a {
  color: #1a1a1a;
}

.gNavFt__lists.gNavFt__lists_l {
  padding: 0 0 0 287px;
  font-weight: bold;
  width: 415px;
}

@media screen and (max-width: 767px) {
  .gNavFt__lists.gNavFt__lists_l {
    padding: 0 0 0 0px;
    font-weight: bold;
    width: auto;
    display: block;
  }
}

.copyright {
  height: 30px;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  max-width: 1024px;
  margin: 0 auto;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .copyright {
    height: 40px;
    line-height: 40px;
    width: auto;
    text-align: center;
  }
}

.footer__appWrap {
  padding: 50px 0 0 0;
  background: #fff;
}

.footer__app {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .footer__appWrap {
    padding: 20px 10px 20px;
    background: #fff;
  }

  .footer__app {
    width: auto;
    margin: 0 auto;
  }
}

.footer__appTitle {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .footer__appTitle {
    font-size: 2rem;
    text-align: left;
    margin: 0 0 10px;
    line-height: 1.2;
  }
}

.footer__appTxt {
  font-size: 1.8rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 767px) {
  .footer__appTxt {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: left;
    margin: 0 0 0 0;
  }
}

.footer__appLink {
  font-size: 2.3rem;
  font-weight: bold;
  background-image: url(../img/common/icn_bared_ar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 34px;
  padding: 10px 0 10px 0;
  margin: 0 0 0 auto;
  display: block;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .footer__appLink {
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.4rem;
    background-size: 15px;
    padding: 1px 14px 3px 0;
    display: block;
    width: 115px;
    margin: 0 0 10px auto;
  }
}

.footer__appL {
  display: flex;
  margin: -20px auto 0;
  max-width: 880px;
}

@media screen and (max-width: 767px) {
  .footer__appL {
    display: block;
    margin: 0 0 0 0;
  }
}

.footer__appMock {
  width: 562px;
}

@media screen and (max-width: 767px) {
  .footer__appMock {
    width: auto;
    margin: 0 0 20px;
  }
}

.footer__appBtn {
  padding: 45px 0 0 60px;
  max-width: 349px;
}

@media screen and (max-width: 767px) {
  .footer__appBtn {
    padding: 0 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

.footer__appBtnLink {
  max-width: 289px;
  margin: 0 0 10px 0;
  display: block;
  width: 95%;
}

@media screen and (max-width: 767px) {
  .footer__appBtnLink {
    width: auto;
    margin: 0 2px 10px 0;
    display: block;
  }

  .footer__appBtnLink:last-child {
    width: auto;
    margin: 0 0 10px 2px;
    display: block;
  }
}

.totop {
  position: fixed;
  width: 100px;
  right: 10px;
  bottom: 10px;
  display: block;
  z-index: 9999;
  display: none;
  transition: 0.3s;
}

.totop.on {
  display: block;
}

.totop.on.state01 {
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .totop {
    position: fixed;
    width: 50px;
  }
}

.footer__banners {
  border-bottom: 26px solid #ff0000;
}

.footer__bannersInner {
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 40px 0 0 0;
}

.footer__bannersLists {
  display: flex;
  justify-content: space-between;
}

.footer__bannersList {
  margin: 0 10px;
  width: 31%;
}

.footer__bannersLink {
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__banners {
    border-bottom: 26px solid #ff0000;
  }

  .footer__bannersInner {
    max-width: 1024px;
    margin: 0 auto 10px;
    padding: 10px 5px 0;
  }

  .footer__bannersLists {
    display: flex;
    justify-content: space-between;
  }

  .footer__bannersList {
    margin: 0 3px;
  }

  .footer__bannersLink {
    display: block;
  }
}

/* CSS Document */
/* --------------------------------
* top
* -------------------------------- */
/* ローディング */
.loader-bg {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}

.loading {
  position: absolute;
  top: 13%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
}

.ball-spin-fade-loader>div {
  background-color: #d8d8d8 !important;
}

.ball-spin-fade-loader {
  position: relative;
  top: 40px !important;
  left: 40px !important;
}

@media screen and (max-width: 767px) {
  .topInsta {
    margin: -20px 0 0 0;
  }
}

.topInsta:before {
  content: "";
  background-image: url(../img/common/icn_insta.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 auto 30px;
}

.topInsta__ttl {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 27px 0;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック", "メイリオ", "Meiryo", erdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .topInsta:before {
    margin: 0 auto 15px;
  }

  .topInsta__ttl {
    margin: 0 0 15px 0;
  }
}

.slide {
  opacity: 0;
}

.slide.slick-initialized {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.nowPlay {
  animation-name: fadeIn;
  animation-duration: 0.5s;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.topSlide {
  margin: 0 0 0;
  position: relative;
}

.topSlide__main {
  position: relative;
  background: #ff0000;
  height: 0;
  padding-top: 475px;
}

.topSlide__main .slider_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .topSlide__main {
    padding-top: 46%;
  }
}

.slick-slide {
  max-width: 1280px;
}

.slick-slide a:hover {
  opacity: 1;
}

.topSlide__txt {
  width: 790px;
  position: absolute;
  left: 0;
  right: 0;
  top: 230px;
  margin: auto;
}

.main-dots {
  display: flex;
  justify-content: center;
  margin: 15px 0 0 0;
}

.main-dots li button {
  text-indent: -9999px;
  overflow: hidden;
  background-color: #d6000a;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.main-dots li.slick-active button {
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .slide {
    height: auto;
  }

  .topSlide {
    margin: -20px 0 0 0;
    position: relative;
  }

  .slick-slide {
    height: auto;
    max-width: 767px;
  }

  .topSlide__txt {
    width: 80%;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    margin: auto;
  }
}

.slider_nav_wrap {
  background: #262626;
}

.slider_nav {
  max-width: 830px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}

.slider_nav li {
  margin: 0 10px;
  position: relative;
  overflow: visible;
  cursor: pointer;
}

.slider_nav .slick-list {
  padding: 10px 0 0 0;
  margin: -10px 0 0 0;
}

.slider_nav .slick-current:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 7px solid #ff0000;
  position: absolute;
  top: 0;
  left: 0;
}

.slider_nav .slick-current:after {
  content: "";
  display: block;
  width: 26px;
  height: 13px;
  border-radius: 13px 13px 0 0;
  background: #ff0000;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .slider_nav_wrap {
    display: none;
  }
}

.topAnime {
  margin: 0 0 50px;
  padding: 0 0 0;
}

.topAnime__inner {
  margin: 0 auto;
  padding: 0 0 0;
  overflow: hidden;
  width: 100%;
  height: 300px;
  flex-wrap: nowrap;
  position: relative;
}

.scAnime__gp {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0;
  padding: 0 0 0;
  display: flex;
  transform: translateX(0);
  animation-name: sc_top;
  animation-duration: 45s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  backface-visibility: hidden;
}

@keyframes sc_top {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-200%);
  }
}

.scAnime__gp_2 {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0;
  padding: 0 0 0;
  display: flex;
  animation-name: sc_top2;
  animation-duration: 45s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  backface-visibility: hidden;
}

@keyframes sc_top2 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.scAnime__blk {
  margin: 0 10px 0 0;
  padding: 0 0 0;
  width: 200px;
}

.scAnime__img {
  margin: 0 0 0;
  padding: 0 0 0;
}

.scAnime__txt {
  margin: 0 0 0;
  padding: 0 0 0;
  font-size: 1.4rem;
  line-height: 1.3;
}

.gallery_list_wrap {
  position: relative;
  position: relative;
  display: -webkit-flex;
  display: flex;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  overflow: hidden;
}

.gallery_list_wrap:hover ul {
  animation-play-state: paused;
}

.gallery_list {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 2200px;
  z-index: 1;
}

.gallery_list:first-child {
  animation: loop-slide 90s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.gallery_list+.gallery_list {
  animation: loop-slide2 90s -45s linear infinite;
}

.gallery_list li {
  width: 200px;
  margin: 0 20px 0 0;
}

.gallery_thumb {
  margin: 0 0 10px 0;
}

@keyframes loop-slide {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes loop-slide2 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
}

.topGallery {
  padding: 0 17px 70px 0;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 767px) {
  .topGallery {
    padding: 0 0 40px 0;
    margin: 40px 0 0 0;
  }
}

.topNews {
  margin: 0 0 0;
  padding: 34px 0 40px;
  background: #ff0000;
}

.topNews.topCollaboration {
  padding: 34px 0 30px;
  margin: 0 0 0 0;
  background: #00acee;
}

@media screen and (max-width: 767px) {
  .topNews {
    margin: 0 0 0;
  }

  .topNews.topCollaboration {
    padding: 34px 0 20px;
    margin: 0 0 20px 0;
  }
}

.topNews__inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topNews__inner {
    width: auto;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.topNews__head {
  margin: 0 0 30px;
  padding: 0 0 0 20px;
  font-size: 3.0rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .topNews__head {
    margin: 0 0 10px;
    padding: 0 0 0;
    font-size: 2.2rem;
    text-align: center;
  }
}

.topNews__morelink {
  font-size: 2.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px;
  background-image: url(../img/common/icn_red_ar.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 37px;
  padding: 11px 48px 8px 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .topNews__morelink {
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.4rem;
    background-size: 15px;
    padding: 1px 14px 3px 0;
    display: block;
    width: 87px;
    margin: 0 0 0 auto;
  }
}

.topCollaboration .topNews__morelink {
  font-size: 2.3rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 10px;
  background-image: url(../img/common/icn_bared_ar.png);
  background-repeat: no-repeat;
  background-position: right 0;
  background-size: 37px;
  padding: 8px 48px 8px 0;
}

@media screen and (max-width: 767px) {
  .topCollaboration .topNews__morelink {
    position: relative;
    top: auto;
    right: auto;
    font-size: 1.4rem;
    background-size: 15px;
    padding: 1px 14px 3px 0;
    display: block;
    width: 87px;
    margin: 0 0 5px auto;
  }
}

.topNews__shutter01:before,
.topNews__shutter01:after,
.topNews__shutter02:before,
.topNews__shutter02:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  z-index: 1;
  background: #ffff66;
}

.topNews__shutter01:before {
  width: 0;
  right: auto;
}

.topNews__shutter01:after {
  width: 0;
  left: auto;
}

.topNews__shutter02:before {
  height: 0;
  bottom: auto;
}

.topNews__shutter02:after {
  height: 0;
  top: auto;
}

.topNews__lists {
  margin: 0 0 0;
  padding: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .topNews__lists {
    margin: 0 0 0;
    padding: 0 0 0;
    display: block;
  }
}

.topNews__list {
  width: 30%;
  margin: 0 10px 18px;
  padding: 0 0 0;
}

.topCollaboration .topNews__list {
  width: 47.3%;
  margin: 0 10px 10px;
  padding: 0 0 0;
}

.topNews__list a.topNewsBtn {
  display: block;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .topNews__list a.topNewsBtn:after {
    display: none;
  }
}

.topNews__shutter_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .topNews__shutter_wrap {
    display: none;
  }
}

.topNews__list a.topNewsBtn:hover .topNews__shutter01:before {
  width: 50%;
}

.topNews__list a.topNewsBtn:hover .topNews__shutter01:after {
  width: 50%;
}

.topNews__list a.topNewsBtn:hover .topNews__shutter02:before {
  height: 50%;
}

.topNews__list a.topNewsBtn:hover .topNews__shutter02:after {
  height: 50%;
}

@media screen and (max-width: 1024px) {
  .topNews__list a.topNewsBtn:hover:after {
    display: none;
  }
}

.topNews__list a.topNewsBtn:hover:before {
  content: "もっと見る";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #111;
  font-weight: bold;
  letter-spacing: 2px;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  .topNews__list a.topNewsBtn:hover:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .topNews__list {
    width: auto;
    margin: 0 0 15px;
    padding: 0 0 0;
  }

  .topCollaboration .topNews__list {
    width: auto;
    margin: 0 0 20px;
    padding: 0 0 0;
  }
}

.topNews__img {
  margin: 0 0 0;
  padding: 0 0 0;
  width: auto;
  height: 0;
  padding-top: 70%;
  overflow: hidden;
  position: relative;
}

.topNews__img img {
  transition: 0.15s;
}

.topNews__img:hover img {
  transform: scale(1.03);
}

.topCollaboration .topNews__img {
  margin: 0 0 0;
  padding: 0 0 0;
  width: auto;
  height: 0;
  padding-top: 66.8%;
  overflow: hidden;
  position: relative;
}

.topNews__img img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .topNews__img {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    padding-top: 80%;
  }

  .topCollaboration .topNews__img {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 0 0;
    overflow: hidden;
    padding-top: 66.8%;
  }
}

.topCollabo__txt {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .topCollabo__txt {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 10px 0 0 0;
  }
}

.topNews__txt {
  margin: 0 0 0;
  padding: 25px 25px 0;
  width: auto;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #fff;
  height: 110px;
  position: relative;
}

.topCollaboration__lead {
  font-size: 1.8rem;
  margin: 0 0 30px 0;
  padding: 0 0 0 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .topCollaboration__lead {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
    font-weight: bold;
  }
}

.topNews__txt:after {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: -26px;
  right: 5px;
  background-image: url(../img/common/icn_bared_ar.png);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .topNews__txt {
    margin: 0 0 0;
    padding: 15px;
    width: auto;
    font-size: 1.4rem;
    line-height: 1.3;
    height: auto;
  }

  .topNews__txt:after {
    content: "";
    width: 32px;
    height: 32px;
    top: -36px;
    right: 5px;
  }
}

.topNews__time {
  font-family: 'Caviar-Dreams';
  margin: 0 0 5px;
  padding: 0 0 0 0;
  display: block;
  font-size: 3.8rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .topNews__time {
    font-size: 2rem;
    margin: 0 0 3px 0;
  }
}

.topNews__body {
  margin: 0 0 0;
  padding: 0 0 0;
}

.topAppLink {
  padding: 50px 0;
}

.topAppLink__inner {
  max-width: 1024px;
  margin: 0 auto;
}

.topAppLink__link {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topAppLink {
    padding: 20px 20px;
  }

  .topAppLink__inner {
    width: auto;
    margin: 0 auto;
  }

  .topAppLink__link {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
}

.topSns {
  margin: 0 auto;
  padding: 0 10px 0;
  display: flex;
  max-width: 1024px;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .topSns {
    margin: 0 auto;
    padding: 0 10px;
    display: block;
    width: auto;
    height: auto;
  }
}

.topSns__twitter {
  font-size: 1.4rem;
  height: 350px;
  overflow-y: scroll;
  width: 300px;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .topSns__twitter {
    font-size: 1.4rem;
    height: 350px;
    overflow-y: scroll;
    width: 100%;
    border: 2px solid #ddd;
    margin: 0 0 40px 0;
    padding: 10px;
  }
}

.topSns__facebook {
  font-size: 1.4rem;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  .topSns__facebook {
    border: 2px solid #ddd;
    margin: 0 0 0 0;
    padding: 10px;
  }
}

div#sb_instagram {
  width: 100% !important;
  height: 0 !important;
  overflow: hidden;
  padding-top: 42%;
  position: relative;
  max-width: none !important;
}

div#sbi_images>div:nth-child(1) {
  width: 40% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

div#sbi_images>div:nth-child(1)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(1)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(1)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(2) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 0%;
  left: 40%;
}

div#sbi_images>div:nth-child(2)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(2)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(2)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(3) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 0%;
  left: 60%;
}

div#sbi_images>div:nth-child(3)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(3)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(3)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(4) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 0;
  left: 80%;
}

div#sbi_images>div:nth-child(4)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(4)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(4)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(5) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 50%;
  left: 40%;
}

div#sbi_images>div:nth-child(5)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(5)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(5)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(6) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 50%;
  left: 60%;
}

div#sbi_images>div:nth-child(6)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(6)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(6)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(7) {
  width: 20% !important;
  height: 50% !important;
  position: absolute;
  top: 50%;
  left: 80%;
}

div#sbi_images>div:nth-child(7)>div {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(7)>div>a {
  width: 100% !important;
  height: 100% !important;
}

div#sbi_images>div:nth-child(7)>div>a>img {
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 767px) {
  div#sb_instagram {
    width: 100% !important;
    height: 0 !important;
    overflow: hidden;
    padding-top: 150%;
    position: relative;
    max-width: none !important;
  }

  div#sbi_images>div:nth-child(1) {
    width: 100% !important;
    height: 50% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  div#sbi_images>div:nth-child(1)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(1)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(1)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(2) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 50%;
    left: 0;
  }

  div#sbi_images>div:nth-child(2)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(2)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(2)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(3) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 50%;
    left: 33.3333%;
  }

  div#sbi_images>div:nth-child(3)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(3)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(3)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(4) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 50%;
    left: 66.6666%;
  }

  div#sbi_images>div:nth-child(4)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(4)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(4)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(5) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 75%;
    left: 0;
  }

  div#sbi_images>div:nth-child(5)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(5)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(5)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(6) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 75%;
    left: 33.3333%;
  }

  div#sbi_images>div:nth-child(6)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(6)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(6)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(7) {
    width: 33.3333% !important;
    height: 25% !important;
    position: absolute;
    top: 75%;
    left: 66.6666%;
  }

  div#sbi_images>div:nth-child(7)>div {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(7)>div>a {
    width: 100% !important;
    height: 100% !important;
  }

  div#sbi_images>div:nth-child(7)>div>a>img {
    width: 100% !important;
    height: 100% !important;
  }
}

.topCopy01 {
  padding: 63px 20px 44px;
}

.topCopy01 img {
  max-width: 634px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topCopy01 {
    padding: 20px 20px 20px;
  }

  .topCopy01 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.topScimg {
  height: 492px;
  margin: 0 0 0 0;
  position: relative;
}

.topScimg__wrapper {
  animation-name: fvLoop_anime;
  animation-delay: 3.0s;
  animation-duration: 2.5s;
  animation-fill-mode: forwards;
}

.topScimg__loop {
  width: 100%;
  height: 492px;
  position: relative;
  background: url(../img/top/sc_img.png) repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 82s linear infinite;
  animation-delay: 2.0s;
  margin: 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topScimg {
    overflow: hidden;
  }

  .topScimg__loop {
    width: 100%;
    height: 492px;
    position: relative;
    background: url(../img/top/sc_img.png) repeat-x 0 0;
    background-size: auto 100%;
    animation: bg-slider 82s linear infinite;
    animation-delay: 2.0s;
    margin: 0 0;
    padding: 20px;
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -2050px 0;
  }

  /* 1518pxとは使用した背景画像の長さ */
}

@keyframes bg-slider-sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -709px 0;
  }

  /* 1518pxとは使用した背景画像の長さ */
}

.topScimg__txt01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  margin: 0 auto;
  width: 251px;
  height: 177px;
  display: none;
}

.topScimg__txt02 {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  margin: 0 auto;
  width: 401px;
  display: none;
}

@media screen and (max-width: 767px) {
  .topScimg__txt02 {
    width: auto;
  }
}

.topScimg__txt03 {
  position: absolute;
  left: 0;
  right: 0;
  top: 246px;
  margin: 0 auto;
  width: 604px;
  display: none;
}

@media screen and (max-width: 767px) {
  .topScimg__txt03 {
    width: auto;
  }
}

.bounce-in-top {
  display: block !important;
  animation: bounce-in-top 1.1s both;
  animation-delay: 0;
}

@keyframes bounce-in-top {
  0% {
    transform: translateY(-300px);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }

  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
  }

  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.topScimg__txt03_anime {
  display: block;
  animation-name: bounceInLeft_custom;
  animation-delay: 0;
  animation-duration: 0.62s;
  animation-fill-mode: both;
}

@keyframes bounceInLeft_custom {

  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-70px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
    transform: scale(1.3);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
    transform: scale(1);
  }

  90% {
    transform: translate3d(5px, 0, 0);
    transform: scale(1.1);
  }

  to {
    transform: translate3d(0, 0, 0);
    transform: scale(1);
  }
}

.topCopyMove {
  height: 184px;
  background-image: url(../img/top/onr01.png);
  background-repeat: repeat-x;
}

.topCopyMove_inner {
  position: relative;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 767px) {
  .topCopyMove_inner {
    position: relative;
    padding: 30px 20px 0;
  }
}

.topCopyMove_inner:before {
  content: "";
  display: block;
  width: 191px;
  height: 98px;
  background-image: url(../img/top/onr02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 85px;
}

@media screen and (max-width: 767px) {
  .topCopyMove_inner:before {
    content: "";
    display: block;
    width: 81px;
    height: 41px;
    background-image: url(../img/top/onr02.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 0;
  }
}

.topCopyMove_anime01 {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .topCopyMove_anime01 {
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px 0;
    opacity: 0;
  }
}

.topCopyMove_anime01_anime {
  opacity: 1;
}

.topCopyMove_anime02 {
  font-size: 4.2rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .topCopyMove_anime02 {
    font-size: 2rem;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    opacity: 0;
  }
}

.topCopyMove_anime02_anime {
  opacity: 1;
}

.topBiking__text {
  font-size: 2.2rem;
  line-height: 1.8;
  margin: 0 auto;
  max-width: 840px;
  padding: 40px 20px 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topBiking__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 840px;
    padding: 20px 20px 30px;
    position: relative;
  }
}

.topBiking__text_inner {
  opacity: 0;
}

.topBiking__text:before {
  content: "";
  display: block;
  background-image: url(../img/top/icn_cake.png);
  width: 99px;
  height: 133px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 160px;
  left: -60px;
}

@media screen and (max-width: 767px) {
  .topBiking__text:before {
    content: "";
    display: block;
    background-image: url(../img/top/icn_cake.png);
    width: 40px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -34px;
    left: 0;
  }
}

.topBiking__text:after {
  content: "";
  display: block;
  background-image: url(../img/top/icn_folk.png);
  width: 80px;
  height: 95px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 138px;
  right: -10px;
}

@media screen and (max-width: 767px) {
  .topBiking__text:after {
    content: "";
    display: block;
    background-image: url(../img/top/icn_folk.png);
    width: 40px;
    height: 47px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -25px;
    right: 0;
  }
}

.topBiking__ttl {
  margin: 0 auto 20px;
  position: relative;
  max-width: 455px;
  height: 34px;
}

.topBiking__ttl img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topBiking__ttl {
    margin: 0 auto 0;
    position: relative;
    padding: 0 20px;
    height: 34px;
  }

  .topBiking__ttl img {
    margin: 0 auto;
  }
}

.topBiking__ttl_inner {
  opacity: 0;
}

.topBiking__ttl:before {
  content: "";
  display: block;
  background-image: url(../img/top/icn_light01.png);
  width: 61px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -31px;
  left: -60px;
}

@media screen and (max-width: 767px) {
  .topBiking__ttl:before {
    content: "";
    display: block;
    background-image: url(../img/top/icn_light01.png);
    width: 30px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -14px;
    left: 0px;
  }
}

.topBiking__ttl:after {
  content: "";
  display: block;
  background-image: url(../img/top/icn_light02.png);
  width: 47px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -19px;
  right: -58px;
}

@media screen and (max-width: 767px) {
  .topBiking__ttl:after {
    content: "";
    display: block;
    background-image: url(../img/top/icn_light02.png);
    width: 23px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -13px;
    right: 4px;
  }
}

.topBiking__body {
  background-image: url(../img/top/back_red_dot.png);
  padding: 45px 0 0 0;
}

.topBiking__inq {
  max-width: 1017px;
  margin: 0 auto;
  padding: 30px 10px 0 0;
  text-align: right;
}

.topBiking__inq .topNews__morelink {
  position: relative;
  top: auto;
  right: auto;
  color: #000;
  background-position: right 4px;
}

@media screen and (max-width: 767px) {
  .topBiking__body {
    background-image: url(../img/top/back_red_dot.png);
    padding: 10px 0 0 0;
  }

  .topBiking__inq_biking {
    padding: 10px 10px;
  }

  .topBiking__inq_biking .topNews__morelink {
    width: 100%;
    padding: 1px 20px;
    background-position: right 0;
  }
}

.topBiking__cardLists {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .topBiking__cardLists {
    display: flex;
    flex-wrap: wrap;
  }
}

.topBiking__cardListt {
  margin: 0 3px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .topBiking__cardListt {
    margin: 0 3px;
    opacity: 0;
    width: 48%;
  }
}

.topMenu {
  background: #feeac1;
  padding: 140px 0 60px 0;
}

@media screen and (max-width: 767px) {
  .topMenu {
    padding: 11% 0 30px 0;
  }
}

.topMenu__inq {
  max-width: 1017px;
  margin: 0 auto;
  padding: 60px 10px 0 0;
  text-align: right;
  z-index: 100;
  position: relative;
}

.topMenu__inq .topNews__morelink {
  position: relative;
  top: auto;
  right: auto;
  background-image: url(../img/common/icn_bared_ar02.png);
  color: #333;
}

@media screen and (max-width: 767px) {
  .topMenu__inq {
    padding: 10px 10px 0;
  }

  .topMenu__inq .topNews__morelink {
    width: 100%;
    padding: 1px 20px;
  }
}

.topMenu__title {
  text-align: center;
  font-size: 4.0rem;
  line-height: 1.2;
  margin: 0 0 40px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topMenu__title {
    text-align: left;
    font-size: 2.0rem;
    line-height: 1.2;
    margin: 0 0 20px 0;
    position: relative;
    padding: 0 20px;
  }
}

.topMenu__title_inner {
  position: relative;
  z-index: 1;
}

.topMenu__title_inner .topMenu__title_inner_tx01 {
  opacity: 0;
}

.topMenu__title_inner .topMenu__title_inner_tx02 {
  opacity: 0;
}

.topMenu__title_inner .topMenu__title_inner_tx01.topMenu__title_inner_anime {
  opacity: 1;
}

.topMenu__title_inner .topMenu__title_inner_tx02.topMenu__title_inner_anime2 {
  opacity: 1;
}

.topMenu__title:before {
  content: "";
  display: block;
  background-image: url(../img/top/onr_menu01.png);
  width: 288px;
  height: 451px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -19px;
  left: -60px;
}

.topMenu__title:after {
  content: "";
  display: block;
  background-image: url(../img/top/onr_menu02.png);
  width: 400px;
  height: 382px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -86px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .topMenu__title:before {
    content: "";
    display: block;
    background-image: url(../img/top/onr_menu01.png);
    width: 100px;
    height: 112px;
    top: -21px;
    left: -41px;
  }

  .topMenu__title:after {
    content: "";
    display: block;
    background-image: url(../img/top/onr_menu02.png);
    width: 100px;
    height: 96px;
    top: 49px;
    right: 0;
  }
}

.topMenu__l {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topMenu__l {
    margin: 0 auto;
    display: block;
    position: relative;
  }
}

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

.topMenu__l_wrapper:before {
  content: "";
  display: block;
  background-image: url(../img/top/onr02.png);
  width: 191px;
  height: 98px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .topMenu__l_wrapper:before {
    content: "";
    display: block;
    background-image: url(../img/top/onr02.png);
    width: 100px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: auto;
    right: auto;
    left: 0;
    z-index: 100;
    bottom: 35%;
  }
}

.topMenu__l_wrapper:after {
  content: "";
  display: block;
  background-image: url(../img/top/onr_smile.png);
  width: 132px;
  height: 109px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 340px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .topMenu__l_wrapper:after {
    display: none;
  }
}

.topMenu__l_wrapper_onr {
  position: relative;
}

.topMenu__l_wrapper_onr:before {
  content: "";
  display: block;
  background-image: url(../img/top/onr_menu03.png);
  width: 475px;
  height: 327px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -120px;
  left: 0px;
}

@media screen and (max-width: 1200px) {
  .topMenu__l_wrapper_onr:before {
    content: "";
    display: block;
    background-image: url(../img/top/onr_menu03.png);
    width: 170px;
    height: 133px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 9%;
    left: 0px;
  }
}

.topMenu__l_wrapper_onr:after {
  content: "";
  display: block;
  background-image: url(../img/top/onr_nice.png);
  width: 232px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -73px;
  left: 0;
  z-index: 100;
  right: -139px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .topMenu__l_wrapper_onr:after {
    content: "";
    display: block;
    background-image: url(../img/top/onr_nice.png);
    width: 90px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -5%;
    left: auto;
    z-index: 100;
    left: 1px;
    margin: auto;
    right: auto;
    bottom: 0%;
  }
}

.topMenu__text {
  font-size: 2.0rem;
  line-height: 2.2;
  padding: 60px 30px 50px 60px;
  width: 50%;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .topMenu__text {
    font-size: 1.8rem;
    line-height: 2.0;
    padding: 2% 30px 5% 6%;
    width: 50%;
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  .topMenu__text {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 0 20px;
    width: 100%;
    z-index: 100;
  }
}

.topMenu__album {
  width: 50%;
}

.topMenu__album ul {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 128%;
  z-index: 1;
}

.topMenu__album ul li {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1 !important;
  max-width: 485px;
}

.topMenu__album ul li:nth-child(1) {
  z-index: 1;
}

.topMenu__album ul li:nth-child(2) {
  z-index: 2;
}

.topMenu__album ul li:nth-child(3) {
  z-index: 3;
}

.topMenu__album ul li:nth-child(4) {
  z-index: 4;
}

.topMenu__album ul li:nth-child(5) {
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .topMenu__album {
    width: 80%;
    margin: 0 0 0 auto;
  }
}

.topMenu__album_move {
  transform: matrix(1, 0, 0, 1, 300, 0);
}

.topMenu__album {
  position: relative;
}

.topMenu__album_anime01 {
  animation-name: topMenu__album_anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 5s;
  animation-timing-function: ease-in;
}

.topMenu__album_anime02 {
  animation-name: topMenu__album_anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 10s;
  animation-timing-function: ease-in;
}

.topMenu__album_anime03 {
  animation-name: topMenu__album_anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 15s;
  animation-timing-function: ease-in;
}

.topMenu__album_anime04 {
  animation-name: topMenu__album_anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 20s;
  animation-timing-function: ease-in;
}

.topMenu__album_anime05 {
  animation-name: topMenu__album_anime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 25s;
  animation-timing-function: ease-in;
}

@keyframes topMenu__album_anime {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 600, 0);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
    z-index: 0;
  }
}

.topMenu__ornaments {
  position: relative;
  max-width: 1500px;
  margin: 90px auto 0;
  height: 0;
  padding-top: 14%;
}

@media screen and (max-width: 767px) {
  .topMenu__ornaments {
    position: relative;
    margin: 20px auto 0;
    padding-top: 16%;
  }
}

@media screen and (max-width: 545px) {
  .topMenu__ornaments {
    position: relative;
    margin: 20px auto 0;
    height: 100px;
  }
}

.topMenu__ornament {
  position: absolute;
}

.topMenu__ornament_01 .imgCh {
  left: 0;
  top: -119px;
  width: 310px;
  height: 197px;
  animation-name: bal_updown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}

.topMenu__ornament_01 {
  top: 73%;
}

@media screen and (max-width: 1100px) {
  .topMenu__ornament_01 {
    display: none;
  }
}

@keyframes bal_updown {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    transform: matrix(1, 0, 0, 1, 0, 10);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.topMenu__ornament_02 {
  top: 0px;
  left: 20%;
}

@media screen and (max-width: 1100px) {
  .topMenu__ornament_02 {
    display: none;
  }
}

.topMenu__ornament_02 ul {
  left: 0;
  top: 26px;
  width: 293px;
  height: 215px;
  animation-name: bal_updown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.topMenu__ornament_03 {
  left: 39%;
  top: 20px;
}

@media screen and (max-width: 1100px) {
  .topMenu__ornament_03 {
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_03 {
    left: 0;
    width: 33%;
    top: 0;
  }

  .topMenu__ornament_03 ul {
    width: 100% !important;
  }
}

.topMenu__ornament_03 ul {
  left: 0;
  top: 26px;
  width: 310px;
  height: 197px;
  animation-name: bal_updown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 1s;
}

.topMenu__ornament_04 {
  left: 60%;
  top: -10px;
}

@media screen and (max-width: 1100px) {
  .topMenu__ornament_04 {
    left: 35%;
  }
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_04 {
    left: 33%;
    width: 33%;
    top: -6px;
  }

  .topMenu__ornament_04 ul {
    width: 100% !important;
  }
}

.topMenu__ornament_04 ul {
  left: 0;
  top: 26px;
  width: 293px;
  height: 215px;
  animation-name: bal_updown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 0;
}

.topMenu__ornament_05 {
  right: 0;
  top: -20px;
}

@media screen and (max-width: 1100px) {
  .topMenu__ornament_05 {
    right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_05 {
    left: auto;
    width: 33%;
    right: 0;
    top: 0px;
  }

  .topMenu__ornament_05 ul {
    width: 100% !important;
  }
}

.topMenu__ornament_05 ul {
  left: 0;
  top: 26px;
  width: 310px;
  height: 197px;
  animation-name: bal_updown;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

.topMenu__ornament_06 {
  top: -86px;
  left: 15%;
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_06 {
    right: auto;
    left: auto;
    width: 40%;
    top: -38px;
  }
}

.topMenu__ornament_07 {
  top: -116px;
  left: 36%;
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_07 {
    top: -41px;
    left: 42%;
    width: 38px;
  }
}

.topMenu__ornament_08 {
  left: 55%;
  top: -94px;
}

@media screen and (max-width: 767px) {
  .topMenu__ornament_08 {
    left: auto;
    top: -30px;
    width: 79px;
    right: 19px;
  }
}

.fadeInUpCustom {
  display: block !important;
  opacity: 0;
  animation-name: fadeInUpCustom;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.topCollabo {
  margin: 0 0 80px 0;
  padding: 50px 0 0 0;
}

@media screen and (max-width: 767px) {
  .topCollabo {
    padding: 10px 0 0 0;
    background-size: contain;
    margin: 0 0 30px 0;
  }
}

.topCollabo__body {
  max-width: 1064px;
  margin: 0 auto;
  padding: 0 20px;
}

.topCollabo__logo {
  margin: 0 auto;
  width: 46.19141%;
  height: 0;
  padding-top: 33.5%;
  position: relative;
}

.topCollabo__logo img {
  position: absolute;
  top: 0;
  left: 13%;
  right: 0;
  margin: auto;
  display: none;
  z-index: 1;
}

.topCollabo__title {
  margin: 0 auto;
  width: 100%;
  height: 0;
  padding-top: 15.625%;
  position: relative;
}

.topCollabo__title img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
}

.topCollabo__board {
  position: relative;
}

.topCollabo__h01 {
  position: absolute;
  top: 1.7%;
  left: 2.2%;
  width: 43.55469%;
}

.topCollabo__h01 img {
  display: none;
}

.topCollabo__text01 img {
  max-width: none;
  width: 100%;
}

.topCollabo__text02 img {
  max-width: none;
  width: 100%;
}

.topCollabo__text03 img {
  max-width: none;
  width: 100%;
}

.topCollabo__text04 img {
  max-width: none;
  width: 100%;
}

.topCollabo__text05 img {
  max-width: none;
  width: 100%;
}

.topCollabo__text01 {
  position: absolute;
  top: 0.85%;
  left: 49.0%;
  width: 40.4%;
}

.topCollabo__text01 img {
  display: none;
}

.topCollabo__text02 {
  position: absolute;
  top: 16.7%;
  left: 1.4%;
  width: 45.3%;
}

.topCollabo__text02 img {
  display: none;
}

.topCollabo__h02 {
  position: absolute;
  top: 31.0%;
  left: 24.3%;
  width: 21.09375%;
}

.topCollabo__h02 img {
  display: none;
}

.topCollabo__text03 {
  position: absolute;
  top: 30%;
  left: 1.9%;
  width: 18.3%;
}

.topCollabo__text03 img {
  display: none;
}

.topCollabo__text04 {
  position: absolute;
  top: 69%;
  left: 22.8%;
  width: 24.0%;
}

.topCollabo__text04 img {
  display: none;
}

.topCollabo__h03 {
  position: absolute;
  top: 49%;
  left: 49.6%;
  width: 39.55078%;
}

.topCollabo__h03 img {
  display: none;
}

.topCollabo__text05 {
  position: absolute;
  top: 60.4%;
  left: 64.7%;
  width: 24%;
}

.topCollabo__text05 img {
  display: none;
}

.topCollabo__h04 {
  position: absolute;
  top: 61%;
  left: 50%;
  width: 11.81641%;
}

.topCollabo__h04 img {
  display: none;
}

.topCollabo__h05 {
  position: absolute;
  top: 89.4%;
  left: 3.7%;
  width: 93.55469%;
}

.topCollabo__h05 img {
  display: none;
}

.topCollabo__link a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  width: 85%;
  color: #ff0000;
  font-size: 1.6rem;
  border: 1px solid #ff0000;
  text-align: center;
  font-weight: bold;
  position: relative;
  background: #ff0000;
}

.topCollabo__link a .topCollabo__link_text {
  background-image: url(../img/common/icn_bared_ar02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 21px;
  padding: 0 35px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
  right: 0;
  left: 0;
  margin: auto;
  width: 270px;
  height: 22px;
}

.topCollabo__link a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  transition: 0.3s;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topCollabo__link {
    margin: 20px auto 20px;
    height: 50px;
  }

  .topCollabo__link a {
    font-size: 1.6rem;
  }

  .topCollabo__link a span {
    background-size: 16px;
    padding: 0 20px 0 0;
  }
}

.topCollabo__text {
  font-size: 2rem;
  line-height: 2;
  padding: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .topCollabo__text {
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 0 0 10px 0;
  }

  .topCollabo__link a .topCollabo__link_text {
    background-image: url(../img/common/icn_bared_ar02.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 14px;
    padding: 0 15px 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 100;
    right: 0;
    left: 0;
    margin: auto;
    width: 200px;
    height: 14px;
  }
}

.shopinfo__link_topColabo {
  position: relative;
}

.shopinfo__link_topColabo .shopinfo__link {
  max-width: 480px;
  margin: 0 auto;
  width: 480px;
  margin: 40px auto;
  height: 65px;
}

.shopinfo__link_topColabo .shopinfo__link span {
  background-image: url(../img/common/icn_bared_ar02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 23px;
  padding: 4px 30px 4px 0;
  margin: auto;
  width: 312px;
  line-height: 1;
  z-index: 1;
  font-size: 2.3rem;
}

@media screen and (max-width: 767px) {
  .shopinfo__link_topColabo {
    position: relative;
  }

  .shopinfo__link_topColabo .shopinfo__link {
    max-width: auto;
    margin: 0 auto;
    width: auto;
    margin: 40px auto;
    height: 50px;
  }

  .shopinfo__link_topColabo .shopinfo__link span {
    background-image: url(../img/common/icn_bared_ar02.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 23px;
    padding: 4px 30px 4px 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    width: auto;
    line-height: 1;
    z-index: 1;
    font-size: 2.0rem;
  }
}

.topCollabo__link a:hover:after {
  width: 0;
  height: 0;
}

.topCollabo__link a:hover .topCollabo__link_text {
  color: #fff;
  background-image: url(../img/common/icn_red_ar.png);
}

@media screen and (max-width: 767px) {
  .topCollabo__link a:hover:before {
    width: 100%;
    height: 100%;
  }

  .topCollabo__link a:hover .topCollabo__link_text {
    color: #fe0000;
    background-image: url(../img/common/icn_bared_ar02.png);
  }
}

.fadeBig {
  display: block !important;
  animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-delay: 0;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
  }

  20% {
    transform: scale3d(1.08, 1.08, 1.08);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.02, 1.02, 1.02);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.topBtns {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .topBtns {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .topBtns {
    margin: 0 auto 30px;
    padding: 0 10px;
  }
}

.topBtns__l {
  margin: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .topBtns__l {
    margin: 0 0 10px;
  }
}

.topBtns__lists {
  display: flex;
  justify-content: space-around;
}

.topBtns__list {
  width: 24%;
}

@media(max-width:767px) {
  .topBtns__list {
    width: 100%;
    font-size: 1.5rem;
  }

  .topBtns__list:not(:last-child) {
    margin-bottom: 10px;
  }

  .topBtns__list br {
    display: none;
  }
}

.topBtns__link {
  display: flex !important;
  width: 100%;
  align-items: center;
  border-radius: 10px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  height: 108px;
  justify-content: center;
  line-height: 1.2;
}

.topBtns__link.topBtns__link_st01 {
  font-size: 3.4rem;
  width: 90%;
  margin: 0 auto;
  height: 100px;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .topBtns__link {
    font-size: 1.2rem;
    height: auto;
    padding: 20px;
    line-height: 1.2;
    font-size: 2.4rem;
    width: 100%;
    height: 100%;
  }

  .topBtns__link.topBtns__link_st01 {
    font-size: 2.4rem;
    width: 100%;
    height: auto;
    padding: 20px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .topBtns__lists {
    display: block;
  }

  .topBtns__link {
    font-size: 1.2rem;
    height: 50px;
    padding: 5px 5px;
    line-height: 1.2;
  }

  .topBtns__link.topBtns__link_st01 {
    font-size: 1.6rem;
    width: 100%;
    height: 60px;
    padding: 5px 10px;
    line-height: 1.2;
  }
}

/* ローディング */
.loading__title {
  position: absolute;
  margin: 0 auto;
  top: 27%;
  width: 100%;
  text-align: center;
  font-family: 'Amatic SC';
  font-size: 3rem;
  color: #333;
  opacity: .75;
  animation: pulse 2.5s linear infinite;
  left: 0;
  right: 0;
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .loading__title {
    top: 21%;
  }
}

@media screen and (max-width: 767px) {
  .loading__title {
    font-size: 2rem;
    top: 32%;
  }
}

@media screen and (max-width: 545px) {
  .loading__title {
    font-size: 2rem;
    top: 25%;
  }
}

.loading_wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1024px;
}

#cooking {
  position: relative;
  margin: 0 auto 0;
  top: 6%;
  width: 300px;
  height: 300px;
  overflow: hidden;
  left: -2%;
  right: 0%;
}

@media screen and (max-width: 850px) {
  #cooking {
    top: -5%;
  }
}

@media screen and (max-width: 767px) {
  #cooking {
    position: relative;
    margin: auto;
    top: 13%;
    width: 200px;
    height: 200px;
    overflow: hidden;
    left: -3.5%;
    right: 0%;
    transform: scale(0.8);
    bottom: 0;
  }
}

@media screen and (max-width: 545px) {
  #cooking {
    top: 3%;
  }
}

@media screen and (max-width: 445px) {
  #cooking {
    top: -13%;
  }
}

@media screen and (max-width: 345px) {
  #cooking {
    top: -27%;
  }
}

#cooking .bubble {
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0 0.25px #fff;
  opacity: 0;
}

#cooking .bubble:nth-child(1) {
  margin-top: 2.5%;
  left: 58%;
  width: 2.5%;
  height: 2.5%;
  background-color: #fff;
  animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
}

#cooking .bubble:nth-child(2) {
  margin-top: 3%;
  left: 52%;
  width: 2%;
  height: 2%;
  background-color: #fff;
  animation: bubble 2s ease-in-out .35s infinite;
}

#cooking .bubble:nth-child(3) {
  margin-top: 1.8%;
  left: 50%;
  width: 1.5%;
  height: 1.5%;
  background-color: #fff;
  animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
}

#cooking .bubble:nth-child(4) {
  margin-top: 2.7%;
  left: 56%;
  width: 1.2%;
  height: 1.2%;
  background-color: #fff;
  animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
}

#cooking .bubble:nth-child(5) {
  margin-top: 2.7%;
  left: 63%;
  width: 1.1%;
  height: 1.1%;
  background-color: #fff;
  animation: bubble 1.6s ease-in-out 1s infinite;
}

#cooking #area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  background-color: transparent;
  transform-origin: 15% 60%;
  animation: flip 2.1s ease-in-out infinite;
}

#cooking #area #sides {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: 15% 60%;
  animation: switchSide 2.1s ease-in-out infinite;
}

#cooking #area #sides #handle {
  position: absolute;
  bottom: 18%;
  right: 80%;
  width: 35%;
  height: 20%;
  background-color: transparent;
  border-top: 3px solid #fff;
  border-left: 5px solid transparent;
  border-radius: 100%;
  transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
}

#cooking #area #sides #pan {
  position: absolute;
  bottom: 20%;
  right: 30%;
  width: 50%;
  height: 8%;
  background-color: #fff;
  border-radius: 0 0 1.4em 1.4em;
  transform-origin: -15% 0;
}

#cooking #area #pancake {
  position: absolute;
  top: 24%;
  width: 100%;
  height: 100%;
  transform: rotateX(85deg);
  animation: jump 2.1s ease-in-out infinite;
}

#cooking #area #pancake #pastry {
  position: absolute;
  bottom: 26%;
  right: 37%;
  width: 40%;
  height: 45%;
  background-color: #fff;
  box-shadow: 0 0 3px 0 #fff;
  border-radius: 100%;
  transform-origin: -20% 0;
  animation: fly 2.1s ease-in-out infinite;
}

@keyframes jump {
  0% {
    top: 24%;
    transform: rotateX(85deg);
  }

  25% {
    top: 10%;
    transform: rotateX(0deg);
  }

  50% {
    top: 30%;
    transform: rotateX(85deg);
  }

  75% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(85deg);
  }
}

@keyframes flip {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(-27deg);
  }

  30%,
  50% {
    transform: rotate(0deg);
  }

  55% {
    transform: rotate(27deg);
  }

  83.3% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes switchSide {
  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

@keyframes fly {
  0% {
    bottom: 26%;
    transform: rotate(0deg);
  }

  10% {
    bottom: 40%;
  }

  50% {
    bottom: 26%;
    transform: rotate(-190deg);
  }

  80% {
    bottom: 40%;
  }

  100% {
    bottom: 26%;
    transform: rotate(0deg);
  }
}

@keyframes bubble {
  0% {
    transform: scale(0.15, 0.15);
    top: 80%;
    opacity: 0;
  }

  50% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }

  100% {
    transform: scale(0.33, 0.33);
    top: 60%;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: .25;
  }

  50% {
    transform: scale(1.2, 1);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: .25;
  }
}


.topEvent_wrap {
  padding: 40px 0 0 0;
  margin: 0 0 40px 0;
}

@media screen and (max-width:767px) {
  .topEvent_wrap {
    padding: 20px 0 0 0;
    margin: 0 0 20px 0;
  }
}


.topEvent {
  max-width: 920px;
  margin: 0 auto 40px;
  padding: 0 0 0 0;
}

.topEvent:hover img {
  opacity: 0.8;
  transition: 0.15s;
}

@media screen and (max-width: 767px) {
  .topEvent {
    margin: 0 auto 10px;
    padding: 0 10px 0;
  }
}

.topEvent__img {
  opacity: 0;
}

.topEvent__img img {
  margin: 0 auto;
}

.topEvent__txt01 {
  color: #fff;
  font-size: 3.4rem;
  text-align: center;
  margin: 0 0 10px;
  letter-spacing: 5px;
  background: #fd0000;
  line-height: 1.3;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .topEvent__txt01 {
    font-size: 1.6rem;
    margin: 0 0 -1px;
    letter-spacing: 0px;
    background: #fd0000;
    line-height: 1.3;
    padding: 10px 0 10px;
  }
}

.topEvent__txt02 {
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 1px;
  background: #fd0000;
  line-height: 1.3;
  padding: 10px 20px 0;
}

@media screen and (max-width: 767px) {
  .topEvent__txt02 {
    font-size: 1.4rem;
    margin: 0 0 10px;
    letter-spacing: 0px;
    background: #fd0000;
    line-height: 1.3;
    padding: 5px 10px 0;
  }
}

.topMenuLink {
  max-width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
  padding: 30px 0 50px 0;
}

.topMenuLink__link {
  display: block;
  width: 24.5%;
  opacity: 0;
}

.topMenuLink__link:hover {
  opacity: 0.8;
  transition: 0.15s;
}

.topMenuLink__link:hover img {
  opacity: 0.8;
  transition: 0.15s;
}

@media screen and (max-width: 1024px) {
  .topMenuLink {
    padding: 0 10px 50px;
  }
}

@media screen and (max-width: 767px) {
  .topMenuLink {
    padding: 0 10px 30px;
    flex-wrap: wrap;
  }

  .topMenuLink__link {
    width: 48%;
    margin: 0 0 10px;
  }
}

/* --------------------------------
* 下層ページ
* -------------------------------- */
/* --------------------------------
* ページタイトル
* -------------------------------- */
.contents.top {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .contents {
    overflow: hidden;
  }
}

.archiveSwe__thumb:hover img {
  transform: scale(1.03);
}

.contents.page {
  margin: 0 auto 0;
  padding: 150px 20px 80px;
}

@media screen and (max-width: 767px) {
  .page {
    margin: 0 auto 0;
    padding: 45px 20px 30px;
    border-top: 1px solid #cccccc;
  }
}

.pageTitle {
  margin: 50px auto 50px;
  padding: 0 0 5px;
  font-size: 2.4rem;
  max-width: 1024px;
  position: relative;
  font-weight: bold;
  color: #d90b08;
  line-height: 1.2;
}

@media screen and (max-width: 1080px) {
  .pageTitle {
    margin: 50px auto 50px;
    padding: 0 0 5px 10px;
    font-size: 2.4rem;
    max-width: 1024px;
    position: relative;
    font-weight: bold;
    color: #d90b08;
  }
}

@media screen and (max-width: 767px) {
  .pageTitle {
    margin: 0 auto 20px;
    padding: 0 0 0;
    font-size: 2.0rem;
    letter-spacing: 0;
    width: auto;
    position: relative;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .page__body {
    padding: 0 10px;
  }
}

.page__inner {
  margin: 0 auto 0;
  padding: 0 0 0;
  width: 800px;
}

@media screen and (max-width: 767px) {
  .page__inner {
    margin: 0 auto 0;
    padding: 0 0 0;
    width: auto;
  }
}

.page__para {
  margin: 0 0 3em;
  padding: 0 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.page__para_st01 {
  margin: 0 0 1em;
}

.page__para_st02 {
  margin: 0 0 0;
}

.page__para_contact {
  font-size: 2.4rem;
  color: #005eae;
  font-weight: bold;
  margin: -20px 0 185px 0;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .page__para {
    margin: 0 0 2em;
    padding: 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .page__para_st01 {
    margin: 0 0 1em;
  }

  .page__para_st02 {
    margin: 0 0 0;
  }

  .page__para_contact {
    font-size: 2.0rem;
    margin: 40px 0 40px 0;
    text-align: center;
  }
}

.page__defi {
  margin: 0 0 0;
  padding: 0 0 0;
}

.page__defi_privacy {
  margin: 0 0 3em 0;
}

.page__defiTtl {
  margin: 0 0 20px;
  padding: 0 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

.page__defiTtl_privacy {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page__defiTtl {
    margin: 0 0 6px;
    padding: 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }

  .page__defiTtl_privacy {
    font-size: 1.6rem;
  }
}

.page__defiDesc {
  margin: 0 0 1.5em;
  padding: 0 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .page__defiDesc {
    margin: 0 0 1.5em;
    padding: 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
  }
}

.page__defiDesc_st01 {
  margin: 0 0 2em;
  padding: 0 0 0;
  font-size: 2.4rem;
  color: #005eae;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page__defiDesc_st01 {
    margin: 0 auto 2em;
    text-align: center;
    padding: 0 0 0;
    font-size: 2.0rem;
    color: #005eae;
    display: block;
    font-weight: bold;
  }
}

.page__list {
  font-size: 1.6rem;
  margin: 0 0 0 17px;
  text-indent: -17px;
}

.page__list:before {
  content: "・";
}

.page__list_st01 {
  margin: 0 0 1.5em 17px;
}

@media screen and (max-width: 767px) {
  .page__list {
    font-size: 1.4rem;
    margin: 0 0 0 17px;
    text-indent: -15px;
    line-height: 1.7;
  }

  .page__list_st01 {
    margin: 0 0 1.5em 17px;
  }
}

/* --------------------------------
* ニュース＆トピックス　コラボレーション
* -------------------------------- */
.news .archiveSwe__lists {
  display: flex;
  flex-wrap: wrap;
}

.news .archiveSwe__lists .archiveSwe__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.news .archiveSwe__lists .archiveSwe__list {
  width: 230px;
  margin: 0 34px 30px 0;
}

.news .archiveSwe__lists .archiveSwe__link {
  display: block;
}

.news .archiveSwe__lists .archiveSwe__thumb {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.news .archiveSwe__lists .archiveSwe__thumb img {
  max-width: none;
  margin: 0 0 0 0;
  transition: 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.news .archiveSwe__lists .archiveSwe__time {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

.news .archiveSwe__lists .archiveSwe__title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

.news.collaboration .archiveSwe__lists {
  display: flex;
  flex-wrap: wrap;
}

.news.collaboration .archiveSwe__lists .archiveSwe__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.news.collaboration .archiveSwe__lists .archiveSwe__list {
  width: 480px;
  margin: 0 34px 30px 0;
}

.news.collaboration .archiveSwe__lists .archiveSwe__link {
  display: block;
}

.news.collaboration .archiveSwe__lists .archiveSwe__thumb {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.news.collaboration .archiveSwe__lists .archiveSwe__thumb img {
  max-width: none;
  margin: 0 0 0 0;
  transition: 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.news.collaboration .archiveSwe__lists .archiveSwe__time {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: left;
}

.news.collaboration .archiveSwe__lists .archiveSwe__title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

.collabo_header {
  margin: 0 0 70px 0;
  padding: 0 10px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .collabo_header {
    margin: 0 0 30px 0;
    padding: 0 10px;
  }
}

/* --------------------------------
* スイーツパラダイスについて
* -------------------------------- */
.guide__body {
  width: 100%;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .guide__body {
    margin: 0 0 10px 0;
  }
}

.guide__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0;
}

@media screen and (max-width: 767px) {
  .guide__lists {
    margin: 0 0 0 0;
    padding: 0;
  }
}

.guide__list {
  width: 49%;
  text-align: center;
  margin: 50px 0 40px 0;
}

@media screen and (max-width: 767px) {
  .guide__list {
    width: 49%;
    text-align: center;
    margin: 20px 0 30px 0;
  }
}

.guide__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  overflow: hidden;
  border-radius: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .guide__link {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    overflow: hidden;
    border-radius: 290px;
  }
}

.guide__link_txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  line-height: 1.5;
  opacity: 0;
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .guide__link_txt {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 20px;
  }

  .guide__link_txt br {
    display: none;
  }
}

.guide__link:hover .guide__link_txt {
  opacity: 1;
}

.guide__head {
  margin: 0 0 50px 0;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .guide__head {
    margin: 0 0 20px 0;
  }
}

/* --------------------------------
* スイーツメニュー
* -------------------------------- */
.archiveSwe__lists.archiveSwe__lists_menu {
  display: flex;
  flex-wrap: wrap;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list {
  width: 188px;
  margin: 0 20px 20px 0;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list:nth-child(5n) {
  margin: 0 0 20px 0;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__link {
  display: block;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 188px;
  z-index: 1;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb img {
  max-width: 125%;
  margin: auto;
  transition: 0.15s;
  position: absolute;
  left: -50%;
  right: -50%;
  width: 100%;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb.archiveSwe__thumb_food {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 188px;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb.archiveSwe__thumb_food img {
  max-width: none;
  margin: auto;
  transition: 0.15s;
  position: absolute;
  left: -50%;
  right: -50%;
  width: 150%;
}

.archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .archiveSwe__lists.archiveSwe__lists_menu {
    justify-content: center;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list {
    width: 188px;
    margin: 0 10px 20px;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list:nth-child(5n) {
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .archiveSwe__lists.archiveSwe__lists_menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list {
    width: 48%;
    margin: 0 0 10px 0;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__list:nth-child(5n) {
    margin: 0 0 0 0;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__link {
    display: block;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
    z-index: 1;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb img {
    max-width: 125%;
    margin: auto;
    transition: 0.15s;
    position: absolute;
    left: -50%;
    right: -50%;
    width: 100%;
    top: 0;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__title {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    font-weight: normal;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb.archiveSwe__thumb_food {
    position: relative;
    width: 100%;
    margin: 0 0 10px 0;
    overflow: hidden;
    height: 0;
    padding-top: 100%;
  }

  .archiveSwe__lists.archiveSwe__lists_menu .archiveSwe__thumb.archiveSwe__thumb_food img {
    max-width: none;
    margin: auto;
    transition: 0.15s;
    position: absolute;
    left: -50%;
    right: -50%;
    width: 150%;
  }
}

.menu .archive__lists {
  max-width: 1024px;
}

.menu .archive__lists {
  text-align: center;
}

.menu .archive__list {
  padding: 0 10px 5px;
  text-align: center;
  display: inline-block;
  margin: 0 auto 30px;
  border-bottom: 2px solid #d90b08;
}

.menu .archive__title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: normal;
}

.menu .article__body {
  max-width: 1024px;
}

@media screen and (max-width: 767px) {
  .menu .archive__lists {
    padding: 0 10px;
    width: 100%;
  }

  .menu .archive__list {
    padding: 0 0 0 0;
    margin: 0 0 15px 0;
  }

  .menu .article__body {
    padding: 0 10px;
    width: auto;
  }

  .menu .archive__title {
    font-size: 2.0rem;
    text-align: center;
    font-weight: normal;
  }
}

.sweets__images {
  margin: 0 0 5px 0;
}

.sweets__image {
  margin: 0 5px 0 0;
}

.sweets_text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 40px;
}

.sweets_seibunGp {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto 20px;
}

.sweets_seibun_name {
  width: 14.64844%;
  padding: 8px;
  font-weight: bold;
  color: #d90b08;
  white-space: nowrap;
}

.sweets_seibun_name span {
  position: relative;
}

.sweets_seibun_name span:after {
  content: "";
  display: block;
  background: #fe0000;
  height: 2px;
  position: absolute;
  top: 10px;
  right: -50%;
  left: -50%;
  margin: auto;
  bottom: -15px;
  width: 106%;
}

.sweets_seibun_value {
  width: 85.35156%;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .sweets_text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0;
  }

  .sweets_seibunGp {
    display: block;
  }

  .sweets_seibun_name {
    padding: 0 0 5px;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #d90b08;
    white-space: nowrap;
  }

  .sweets_seibun_value {
    padding: 0;
    width: auto;
  }

  .sweets__images {
    margin: 0 0 0 0;
  }

  .sweets__image {
    margin: 0 0 0 0;
  }
}

.menu__cat {
  padding: 2px 0 0 0;
}

.menu__cat a {
  color: #fff;
  background: #d6000a;
  padding: 3px 4px;
  font-size: 1.1rem;
  margin: 0 5px 0 0;
}

.menu__cat .menu__cat_ninki {
  background: deeppink;
}

.menu__cat .menu__cat_new {
  background: #d60001;
}

.menu__cat .menu__cat_kikan {
  background: #146dff;
}

/* --------------------------------
* 店舗情報
* -------------------------------- */
.shop .archive__lists {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .shop .archive__lists {
    width: auto;
    margin: 0 auto;
  }
}

.shopinfo__img {
  margin: 0 0 50px 0;
}

.shopinfo__inner {
  position: relative;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .shopinfo__inner {
    padding: 0 10px;
  }
}

.shopinfo__area {
  display: flex;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 767px) {
  .shopinfo__area {
    display: block;
    margin: 0 0 0 0;
  }
}

.shopinfo__ken_wrap {
  padding: 0 0 0 20px;
  width: 795px;
}

@media screen and (max-width: 1080px) {
  .shopinfo__ken_wrap {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__ken_wrap {
    width: 100%;
    padding: 0;
  }
}

.shopinfo__ken {
  margin: 0 0 40px 0;
}

.shopinfo__kenName {
  font-size: 2.0rem;
  border-bottom: 1px dotted #ccc;
  margin: -120px 0 20px 0;
  padding: 120px 0 5px 0;
}

@media screen and (max-width: 1080px) {
  .shopinfo__kenName {
    font-size: 1.6rem;
    border-bottom: 1px dotted #ccc;
    margin: -120px 0 10px 0;
    padding: 120px 0 5px 0;
  }

  .shopinfo__ken {
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__kenName {
    font-size: 1.6rem;
    border-bottom: 1px dotted #ccc;
    margin: -70px 0 10px 0;
    padding: 70px 0 5px 0;
  }
}

.shopinfo__kenName_st01 {
  border-bottom: none;
  margin: -180px 0 20px 0;
  padding: 180px 0 5px 0;
}

.shopinfo__areattl {
  font-size: 1.4rem;
  background: #d90b08;
  padding: 15px;
  margin: 0 0 15px 0;
  color: #fff;
  width: 230px;
  line-height: 1.3;
  font-weight: normal;
}

@media screen and (max-width: 1080px) {
  .shopinfo__areattl {
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__areattl {
    width: 100%;
    font-size: 1.2rem;
    background: #d90b08;
    padding: 5px 5px 4px;
    margin: 0 0 15px 0;
    color: #fff;
    line-height: 1.0;
    font-weight: normal;
  }
}

.shopinfo__areattl_collabo {
  background: #019e97;
}

.shopinfo__areattl_cakeshop {
  background: #f29c9f;
}

.shopinfo__detail {
  display: flex;
  margin: 0 0 60px 0;
  position: relative;
}

.shopinfo__detail:after {
  content: "";
  background-image: url(../img/common/line01.png);
  background-repeat: repeat-x;
  display: block;
  height: 4px;
  background-size: contain;
  width: 95%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
}

@media screen and (max-width: 767px) {
  .shopinfo__detail {
    display: block;
    margin: 0 0 40px 0;
    position: relative;
  }

  .shopinfo__detail:after {
    bottom: -24px;
  }
}

.shopinfo__shopName {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .shopinfo__shopName {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 10px 0;
    line-height: 1.3;
  }
}

.shopinfo__shopAddress {
  font-size: 1.4rem;
  line-height: 1.5;
}

.shopinfo__shopAddress dl {
  display: flex;
  margin: 0 0 3px 0;
}

.shopinfo__shopAddress dl dt {
  margin: 0 15px 0 0;
  white-space: nowrap;
}

.shopinfo__plinkArea {
  text-align: left;
  max-width: 886px;
  margin: 0 auto 50px;
}

.shopinfo__plinkArea a:nth-last-child(3):before {
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .shopinfo__plinkArea {
    margin: 0 0 30px;
    text-align: left;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: space-between; */
  }
}

.shopinfo__plink {
  color: #111;
  background: #ffdada;
  padding: 5px 11px 4px;
  border-radius: 30px;
  line-height: 1.2;
  display: inline-block;
  margin: 0 9px 10px;
  width: 30%;
  padding: 13px 0;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .shopinfo__plink {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__plink {
    padding: 13px 6px;
    border-radius: 30px;
    /* line-height: 40px; */
    display: inline-block;
    margin: 0 2px 5px 0;
    font-size: 1.0rem;
    /* height: 40px; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 31.5%;
  }
}

.shopinfo__infoarea {
  padding: 5px 0 0 10px;
  width: 70%;
}

@media screen and (max-width: 1080px) {
  .shopinfo__infoarea {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__infoarea {
    width: 100%;
  }
}

.shopinfo__lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 767px) {
  .shopinfo__lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 0;
    justify-content: space-between;
  }
}

.shopinfo__list {
  width: 188px;
  margin: 0px 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .shopinfo__list {
    width: 48%;
    margin: 0px 0 10px 0;
  }
}

.shopinfo__list:nth-child(5n) {
  margin: 0 0 20px 0;
}

.shopinfo__link {
  padding: 0;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  width: 190px;
  height: 46px;
  color: #ff0400;
  font-size: 1.4rem;
  background: #ff0400;
  border: 2px solid #ff0400;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}

.shopinfo__link span {
  background-image: url(../img/common/icn_bared_ar02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  padding: 4px 18px 4px 0;
  margin: auto;
  width: 110px;
  line-height: 1;
  z-index: 1;
}

.shopinfo__link:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.shopinfo__link:hover:after {
  transition: 0.3s;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
}

@media screen and (max-width: 1024px) {
  .shopinfo__link:hover:after {
    transition: 0.3s;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

.shopinfo__link:hover {
  transition: 0.3s;
}

.shopinfo__link:hover span {
  background-image: url(../img/common/icn_red_ar.png);
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .shopinfo__link:hover {
    transition: 0.3s;
  }

  .shopinfo__link:hover span {
    background-image: url(../img/common/icn_bared_ar02.png);
    color: #ff0400;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__link {
    margin: 15px auto 0;
  }
}

.shopinfo__link:hover {
  opacity: 1;
}

.shopinfo__thumb {
  margin: 0 0 6px;
  width: 30%;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.shopinfo__thumb img {
  transition: 0.15s;
}

@media screen and (max-width: 767px) {
  .shopinfo__thumb {
    margin: 0px 0 5px;
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    padding-top: 75%;
  }

  .shopinfo__thumb img {
    transition: 0.15s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.shop .archive__lists {
  max-width: 1024px;
}

@media screen and (max-width: 1024px) {
  .shop .archive__lists {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .shop .archive__lists {
    width: auto;
    padding: 0 10px;
  }
}

.shop .article__body {
  max-width: 1024px;
}

.shop .archive__title {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .shop .archive__title {
    font-size: 1.8rem;
  }
}

.shop .archive__list_title {
  margin: 0 0 40px 0;
}

@media screen and (max-width: 767px) {
  .shop .archive__list_title {
    margin: 0 0 10px 0;
    padding: 0;
  }
}

.shopSingle__blog {
  margin: 0 0 40px 0;
  background: #fff;
  padding: 40px;
  border: 2px dotted #ddd;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .shopSingle__blog {
    margin: 0 auto 40px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .shopSingle__blog {
    margin: 0 0 40px 0;
    width: auto;
    background: #fff;
    padding: 10px;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .shopSingle__blog__inner {
    padding: 20px 10px 0;
    border: 2px dotted #ddd;
    border-radius: 15px;
  }
}

.shopSingle__blogTitle dt {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.shopSingle__blogTitle dd {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.shopinfo__blogBody {
  margin: 0 0 30px 0;
}

.shopinfo__blogBody p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 2em 0;
}

.shopinfo__blogLink {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  background: #f1bdbd;
  padding: 10px;
}

.shopSingle {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 20px;
  max-width: 1024px;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .shopSingle {
    padding: 0 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .shopSingle {
    display: flex;
    margin: 0 auto 20px;
    width: auto;
    padding: 0 10px;
    flex-direction: column-reverse;
  }
}

.shopSingle__spec {
  display: flex;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 6px 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .shopSingle__spec {
    display: flex;
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 3px 0;
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.shopSingle__name {
  padding: 0;
  width: 100px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .shopSingle__name {
    min-width: 70px;
    width: 70px;
  }
}

.shopSingle__info {
  margin: 0 0 0 0;
  width: 540px;
  min-height: 365px;
}

@media screen and (max-width: 767px) {
  .shopSingle__info {
    margin: 0 0 0 0;
    width: auto;
    min-height: auto;
  }
}

.shopSingle__image {
  width: 420px;
  height: 290px;
  background: #ddd;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .shopSingle__image {
    width: auto;
    height: 0;
    background: #ddd;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70%;
    margin: 0 0 60px;
  }
}

.shopSingle__blogBody {
  margin: 0 0 30px 0;
}

.shopSingle__blogBody p {
  font-size: 1.4rem;
  line-height: 2;
  margin: 0 0 2em 0;
}

.shopSingle__blogBody div {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 1.5em;
}

@media screen and (max-width: 767px) {
  .shopSingle__blogBody {
    margin: 0 0 30px 0;
  }

  .shopSingle__blogBody p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1em 0;
  }

  .shopSingle__blogBody div {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1em 0;
  }
}

.shopSingle__imageLists {
  display: flex;
  position: absolute;
  bottom: -65px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .shopSingle__imageLists {
    display: flex;
    position: absolute;
    bottom: -43px;
    left: auto;
  }
}

.shopSingle__imageList {
  width: 80px;
  height: 60px;
  overflow: hidden;
  margin: 0 5px 0 0;
  cursor: pointer;
  border: 1px solid #90807e;
}

@media screen and (max-width: 767px) {
  .shopSingle__imageList {
    width: 60px;
    height: 40px;
    overflow: hidden;
    margin: 0 3px 0 0;
    cursor: pointer;
    border: 1px solid #90807e;
  }
}

.shopSingle__blogHead {
  font-size: 2.4rem;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 30px 0;
  padding: 0 0 6px 0;
}

@media screen and (max-width: 767px) {
  .shopSingle__blogHead {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 15px 0;
  }
}

.shopMap {
  margin: 0 0 30px 0;
  padding: 1px 1px 0;
}

@media screen and (max-width: 767px) {
  .shopMap {
    margin: 0 0 30px 0;
    padding: 1px 10px 0;
  }
}

.shopMap iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .shopMap iframe {
    width: 100%;
    height: 300px;
  }
}

.shopNews {
  margin: 0 0 30px 0;
  background: #fff;
  padding: 40px;
  border: 2px dotted #ddd;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .shopNews {
    margin: 0 auto 30px;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .shopNews {
    margin: 0 0 30px 0;
    padding: 0 10px;
    border: none;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .shopNews__inner {
    padding: 20px 10px 0;
    border: 2px dotted #ddd;
    border-radius: 15px;
  }
}

.shopNews__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #d6000a;
}

@media screen and (max-width: 767px) {
  .shopNews__title {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-align: center;
  }
}

.shopNews__body {
  font-size: 1.4rem;
  line-height: 2;
}

.shopNews__body p {
  margin: 0 0 1em 0;
}

@media screen and (max-width: 767px) {
  .shopNews__body {
    font-size: 1.4rem;
    line-height: 2;
  }

  .shopNews__body p {
    margin: 0 0 1em 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.shopNews__image {
  display: inline-block;
  float: right;
}

@media screen and (max-width: 767px) {
  .shopNews__image {
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.shopNews__body:after {
  content: "";
  display: block;
  clear: both;
  width: 1;
}

.shopSingle__blogLink {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 2.0rem;
  padding: 30px 0;
  margin: 0 auto;
}

.shopinfo__lead {
  font-size: 2rem;
  margin: 0 0 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (max-width: 1080px) {
  .shopinfo__lead {
    font-size: 2rem;
    margin: 0 0 20px;
    padding: 0 10px;
    letter-spacing: 2px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .shopinfo__lead {
    font-size: 1.6rem;
    margin: 0 0 5px;
    padding: 0 0;
    letter-spacing: 2px;
    font-weight: bold;
  }
}

.shopinfo__lead.shopinfo__lead_st01 {
  font-size: 2rem;
  margin: 40px 0 20px;
  letter-spacing: 2px;
}

.shopinfo__onlineshoplead {
  background: #f6b37f;
  width: 100%;
  padding: 15px;
  font-size: 1.8rem;
}

.shopinfo__area_onlineshop .shopinfo__areattl {
  width: 0;
  padding: 0;
}

.shopinfo__area_onlineshop .shopinfo__ken_wrap {
  width: 100%;
  padding: 0;
}

.shopinfo__onlineshopNameWrap {
  background: #f6b37f;
  width: 100%;
  padding: 15px;
  font-size: 1.8rem;
}

.shopinfo__onlineshopName {
  font-weight: normal;
  margin: -150px 0 0 0;
  padding: 150px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .shopinfo__onlineshopNameWrap {
    background: #f6b37f;
    width: 100%;
    padding: 10px;
    font-size: 1.8rem;
  }

  .shopinfo__onlineshopName {
    font-weight: normal;
    margin: -70px 0 0 0;
    padding: 70px 0 0 0;
    line-height: 1.2;
  }
}

.shopinfo__onlineshopAreaLink {
  padding: 20px 0 0 40px;
  width: 280px;
  text-align: center;
}

.shopinfo__onlineshopAreaLink span {
  margin: 0 0 10px;
  font-size: 1.4rem;
  line-height: 2.5;
}

@media screen and (max-width: 1080px) {
  .shopinfo__onlineshopAreaLink {
    padding: 10px 30px 0;
    width: auto;
    text-align: center;
  }

  .shopinfo__onlineshopAreaLink span {
    margin: 0 0 0;
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

.shopinfo__plink_collabo-child {
  background: #5edcd6;
}

.shopinfo__plink_cakeshop-child {
  background: #ffbcbf;
}

.shopinfo__plink_onlineshop-child {
  background: #ffc496;
}

.shopinfo__slide {
  padding: 0 0 25% 0;
}

.shopinfo__slde01 {
  position: relative;
  max-height: 572px;
}

.shopinfo__sldeOnr01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 59.27734%;
  z-index: 1;
}

.shopinfo__sldeOnr02 {
  position: absolute;
  top: 11%;
  left: 2.5%;
  width: 44.92188%;
  z-index: 1;
}

.shopinfo__slide01Lists.shop_slide01 {
  width: 73.73047%;
  margin: 0 0 0 auto;
}

.shopinfo__sldeOnr03 {
  position: absolute;
  right: 0.5%;
  bottom: 14%;
  width: 40.625%;
  z-index: 11;
}

.shopinfo__sldeOnr04 {
  position: absolute;
  z-index: 10;
  top: 80%;
}

.shopinfo__slide02Lists.shop_slide02 {
  width: 88.86719%;
  margin: 0 auto 0 0;
}

.shopinfo__slde01:nth-child(2) {
  margin: -7% 0 0 0;
}

.cakeshop__head {
  margin: 0 0 50px;
}

.cakeshop__headLinkLists {
  display: flex;
  justify-content: center;
  margin: -50px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .cakeshop__headLinkLists {
    display: flex;
    justify-content: center;
    margin: -20px 0 10px 0;
  }
}

.cakeshop__headLinkList {
  margin: 0 2.5%;
  width: 43.36364%;
  box-shadow: 0px 0px 1px 1px #ccc;
}

.cakeshop__headLinkLink {
  display: block;
  position: relative;
  overflow: hidden;
}

.cakeshop__headLinkLink:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0 solid rgba(144, 237, 128, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.cakeshop__headLinkLink:hover:after {
  border: 230px solid rgba(144, 237, 128, 0.7);
  transition: 0.3s;
}

.cakeshop__headLinkLink:hover:before {
  content: "場所を確認";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  color: #111;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 1024px) {
  .cakeshop__headLinkLink:hover:after {
    border: 0 solid rgba(144, 237, 128, 0.7);
    transition: 0.3s;
  }

  .cakeshop__headLinkLink:hover:before {
    content: "";
    display: none;
  }
}

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

.cakeshop__btnList {
  width: 35.15625%;
}

.cakeshop__btnList:nth-child(1) {
  position: absolute;
  top: 38%;
  left: 58%;
}

.cakeshop__btnList:nth-child(2) {
  position: absolute;
  top: 57%;
  left: 58%;
}

.cakeshop__btnList:nth-child(3) {
  position: absolute;
  top: 76%;
  left: 58%;
}

@media screen and (max-width: 767px) {
  .cakeshop__btnList {
    width: 45%;
  }

  .cakeshop__btnList:nth-child(1) {
    position: absolute;
    top: 38%;
    left: 50%;
  }

  .cakeshop__btnList:nth-child(2) {
    position: absolute;
    top: 57%;
    left: 50%;
  }

  .cakeshop__btnList:nth-child(3) {
    position: absolute;
    top: 76%;
    left: 50%;
  }
}

.cakeshop__btnLink {
  width: 100%;
  background: #e95389;
  color: #fff;
  line-height: 85px;
  text-align: center;
  font-size: 2.4rem;
  display: block;
  border-radius: 18px;
}

@media screen and (max-width: 767px) {
  .cakeshop__btnLink {
    font-size: 1.8rem;
    line-height: 65px;
  }
}

@media screen and (max-width: 545px) {
  .cakeshop__btnLink {
    font-size: 1.4rem;
    line-height: 40px;
    border-radius: 10px;
  }
}

.cakeshop__btnList:last-child {
  margin: 0 0 0 0;
}

/* --------------------------------
* スタッフブログ
* -------------------------------- */
.news__inner.news__inner_shop {
  justify-content: space-between;
}

.news__body.blog_shop {
  width: 730px;
}

.blog .archiveSwe__lists {
  display: flex;
  flex-wrap: wrap;
}

.blog .archiveSwe__lists .archiveSwe__list:nth-child(3n) {
  margin: 0 0 50px 0;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_shop:nth-child(3n) {
  margin: 0 20px 50px 0;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_shop:nth-child(2n) {
  margin: 0 0 50px 0;
}

.blog .archiveSwe__lists .archiveSwe__list {
  width: 328px;
  margin: 0 20px 50px 0;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 16px;
  padding: 20px 20px 75px 20px;
  text-align: center;
  position: relative;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_collabo:after {
  content: "";
  background-image: url(../img/common/blog_on_collabo.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -40px;
  right: -5px;
  width: 160px;
  height: 117px;
  z-index: 10;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_sweets:after {
  content: "";
  background-image: url(../img/common/blog_on_sweets.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -40px;
  right: -5px;
  width: 160px;
  height: 117px;
  z-index: 10;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_event:after {
  content: "";
  background-image: url(../img/common/blog_on_event.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -40px;
  right: -5px;
  width: 160px;
  height: 117px;
  z-index: 10;
}

.blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_info:after {
  content: "";
  background-image: url(../img/common/blog_on_info.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: -40px;
  right: -5px;
  width: 160px;
  height: 117px;
  z-index: 10;
}

.blog .archiveSwe__lists .archiveSwe__link {
  display: block;
}

.blog .archiveSwe__lists .archiveSwe__timeBlog {
  font-family: 'Caviar-Dreams';
  margin: 0 0 5px;
  padding: 0 0 0 0;
  display: block;
  font-size: 2.2rem;
  text-align: left;
  font-weight: bold;
}

.blog .archiveSwe__lists .archiveSwe__thumb {
  position: relative;
  width: 100%;
  height: 190px;
  margin: 0 0 10px 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 15px;
}

.blog .archiveSwe__lists .archiveSwe__thumb img {
  max-width: none;
  margin: 0;
  transition: 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  opacity: 0;
}

.blog .archiveSwe__lists .archiveSwe__title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
  padding: 10px 0 0 15px;
  position: relative;
}

.blog .archiveSwe__lists .archiveSwe__title:before {
  content: "";
  display: block;
  width: 10px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  top: 16px;
  left: 0;
  background-color: #ff0000;
}

.blog .archiveSwe__lists .archiveSwe__shop {
  margin: -23px auto 0;
  z-index: 50;
  position: relative;
  max-width: 250px;
}

.blog .archiveSwe__lists .archiveSwe__shop a {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 5px 10px;
  background: #ff0000;
  line-height: 1.1;
}

.blog .archiveSwe__lists .archiveSwe__btn {
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 50px;
  width: 85%;
  color: #ff0000;
  font-size: 1.6rem;
  border: 1px solid #ff0000;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0;
  background: #ff0000;
}

.blog .archiveSwe__lists .archiveSwe__btn span {
  display: flex;
  background-image: url(../img/common/icn_bared_ar02.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 18px;
  padding: 5px 0 5px 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  align-items: center;
  /* justify-content: center; */
  width: 102px;
}

.blog .archiveSwe__lists .archiveSwe__btn:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  margin: 0 auto;
}

.blog .archiveSwe__lists .archiveSwe__btn:hover {
  color: #fff;
}

.blog .archiveSwe__lists .archiveSwe__btn:hover span {
  background-image: url(../img/common/icn_red_ar.png);
}

.blog .archiveSwe__lists .archiveSwe__btn:hover:after {
  height: 0;
  right: 50%;
  top: 50%;
  width: 0;
  transition: 0.3s;
}

.blog .archiveSwe__lists.archiveSwe__lists_shop {
  justify-content: space-between;
}

.blog .archiveSwe__lists.archiveSwe__lists_shop .archiveSwe__list {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .blog .archiveSwe__lists.archiveSwe__lists_shop .archiveSwe__list {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .blog .archiveSwe__lists .archiveSwe__btn:hover {
    color: #ff0000;
  }

  .blog .archiveSwe__lists .archiveSwe__btn:hover:after {
    height: 100%;
    right: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
  }

  .blog .archiveSwe__lists .archiveSwe__btn:hover span {
    background-image: url(../img/common/icn_bared_ar02.png);
  }
}

.archiveSwe__shop_sub {
  margin: 0px 0 10px 0;
  padding: 4px 0 4px 0;
}

.blogPict .archiveSwe__thumb {
  position: relative;
}

.blogPict .archiveSwe__thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0 solid rgba(255, 4, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .blogPict .archiveSwe__thumb:after {
    display: none;
  }
}

.blogPict .archiveSwe__thumb:hover:after {
  border: 115px solid rgba(255, 4, 0, 0.5);
  transition: 0.3s;
}

@media screen and (max-width: 1024px) {
  .blogPict .archiveSwe__thumb:hover:after {
    display: none;
  }
}

.blogPict .archiveSwe__thumb:hover:before {
  content: "見る";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .blogPict .archiveSwe__thumb:hover:before {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .blog .archiveSwe__lists {
    padding: 0 10px;
    justify-content: center;
  }

  .blog .archiveSwe__lists .archiveSwe__list {
    margin: 0 10px 50px;
  }

  .blog .archiveSwe__lists .archiveSwe__list:nth-child(3n) {
    margin: 0 10px 50px;
  }

  .blog .archiveSwe__lists.archiveSwe__lists_shop {
    justify-content: space-between;
  }

  .news__body.blog_shop {
    width: 80%;
  }

  .news__inner_shop div.news__submenu {
    width: 20%;
    padding: 0;
  }
}

.archiveSwe__shop_sub {
  margin: 0 0 10px 0;
}

.archiveSwe__shop_sub a {
  padding: 4px 7px 4px;
  font-size: 1.2rem;
  color: #fff;
  background: #d6000a;
}

.archiveSwe__shop_single {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: text-top;
}

.archiveSwe__shop_single a {
  padding: 4px 7px 4px;
  font-size: 1.2rem;
  color: #fff;
  background: #d6000a;
}

@media screen and (max-width: 767px) {
  .blog .archiveSwe__lists {
    padding: 0 10px;
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog .archiveSwe__lists .archiveSwe__list {
    margin: 0 0 10px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__list:nth-child(3n) {
    margin: 0 0 10px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__list:nth-child(4n) {
    margin: 0 0 10px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__list {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__link {
    display: block;
  }

  .blog .archiveSwe__lists .archiveSwe__thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 0 5px 0;
    overflow: hidden;
  }

  .blog .archiveSwe__lists .archiveSwe__thumb img {
    max-width: none;
    margin: 0 0 0 0;
    transition: 0.15s;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
  }

  .blog .archiveSwe__lists .archiveSwe__title {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: left;
    font-weight: normal;
  }

  .blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_collabo:after {
    top: -10px;
    right: 0;
    width: 100px;
    height: 73px;
    z-index: 10;
  }

  .blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_sweets:after {
    top: -10px;
    right: 0;
    width: 100px;
    height: 73px;
    z-index: 10;
  }

  .blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_event:after {
    top: -10px;
    right: 0;
    width: 100px;
    height: 73px;
    z-index: 10;
  }

  .blog .archiveSwe__lists .archiveSwe__list.archiveSwe__list_info:after {
    top: -10px;
    right: 0;
    width: 100px;
    height: 73px;
    z-index: 10;
  }

  .blog .archiveSwe__lists .archiveSwe__list {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 15px 10px;
  }

  .blog .archiveSwe__lists .archiveSwe__timeBlog {
    font-size: 1.6rem;
  }

  .blog .archiveSwe__lists .archiveSwe__btn {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
  }

  .blog .archiveSwe__lists .archiveSwe__title {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    font-weight: normal;
    margin: 0 0 10px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__list:nth-child(3n) {
    margin: 0 0 20px 0;
  }

  .blog .archiveSwe__lists .archiveSwe__list:nth-child(4n) {
    margin: 0 0 20px 0;
  }

  .news__body.blog_shop {
    width: 100%;
  }

  .news__inner_shop div.news__submenu {
    width: 100%;
    padding: 0;
  }
}

.archiveSwe__lists {
  display: flex;
  flex-wrap: wrap;
}

.archiveSwe__lists .archiveSwe__list {
  width: 220px;
  margin: 0 20px 25px 0;
}

.archiveSwe__lists .archiveSwe__link {
  display: block;
}

.archiveSwe__lists .archiveSwe__thumb {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  overflow: hidden;
  height: 220px;
}

.archiveSwe__lists .archiveSwe__thumb img {
  max-width: none;
  margin: 0;
  transition: 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

.archiveSwe__lists .archiveSwe__title {
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  font-weight: normal;
}

.blog_archive .archiveSwe__lists .archiveSwe__list {
  position: relative;
}

.blog_archive .archiveSwe__lists .archiveSwe__list .archiveSwe__shop {
  margin: 0 auto;
  position: absolute;
  top: 2px;
  right: 0;
}

.blog_archive .archiveSwe__lists .archiveSwe__list .archiveSwe__shop a {
  color: #fff;
  background: #d6000a;
  padding: 3px 4px;
  font-size: 1.1rem;
}

.news__archivetitle {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}

.blog_shop .news__archivetitle {
  margin: 0 0 60px 0;
}

@media screen and (max-width: 767px) {
  .blog_shop .news__archivetitle {
    margin: 0 0 40px 0;
  }
}

.blog__shoplinks {
  padding: 0;
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .blog__shoplinks {
    padding: 0 10px;
    margin: 20px 0 0 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .blog__shoplinks__inner {
    border: 2px dotted #ddd;
    padding: 20px 10px 0;
    margin: 0 0 0 0;
    border-radius: 15px;
  }
}

.blog__shoplinksTitle {
  font-size: 2.4rem;
  margin: 0 0 30px 0;
  font-weight: bold;
  color: #d90b08;
}

@media screen and (max-width: 767px) {
  .blog__shoplinksTitle {
    font-size: 2rem;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
  }
}

.blog__shoplinksLists {
  display: flex;
  flex-wrap: wrap;
}

.blog__shoplinksLists li {
  font-size: 1.6rem;
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .blog__shoplinksLists {
    display: flex;
    flex-wrap: wrap;
  }

  .blog__shoplinksLists li {
    font-size: 1.3rem;
    margin: 0 10px 10px 0;
  }
}

/* --------------------------------
* ケーキショップ
* -------------------------------- */
@media screen and (max-width: 1080px) {
  .cakeshop__inner {
    padding: 0 10px;
  }
}

.cakeshop__block {
  margin: -100px 0 0 0;
  padding: 100px 0 0 0;
}

.cakeshop__areattl {
  font-size: 1.6rem;
  background: #d90b08;
  padding: 13px 13px 11px;
  color: #fff;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1.2;
}

.cakeshop__lead {
  margin: 0 0 20px 0;
  font-size: 1.2rem;
}

.cakeshop__lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .cakeshop__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .cakeshop__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 20px 0;
  }
}

.cakeshop__list {
  width: 248px;
  margin: 0px 10px 30px 0;
}

.cakeshop__lists.cakeshop__lists_st01 .cakeshop__list {
  width: 248px;
  margin: 0px 10px 30px 0;
}

.cakeshop__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.cakeshop__lists.cakeshop__lists_st01 .cakeshop__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .cakeshop__list {
    margin: 0px 10px 20px;
  }

  .cakeshop__list:nth-child(4n) {
    margin: 0 10px 20px;
  }

  .cakeshop__lists.cakeshop__lists_st01 .cakeshop__list:nth-child(4n) {
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .cakeshop__list {
    width: 48%;
    margin: 0px 0 10px 0;
  }

  .cakeshop__lists.cakeshop__lists_st01 .cakeshop__list {
    width: 48%;
    margin: 0px 0 10px 0;
  }

  .cakeshop__list:nth-child(3n) {
    margin: 0 0 10px 0;
  }

  .cakeshop__list:nth-child(4n) {
    margin: 0 0 10px;
  }

  .cakeshop__lists.cakeshop__lists_st01 .cakeshop__list:nth-child(4n) {
    margin: 0 0 10px;
  }
}

.cakeshop__link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cakeshop__link {
    display: block;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
  }
}

.cakeshop__link:hover .cakeshop__thumb img {
  transform: scale(1.05);
}

.cakeshop__link:hover {
  opacity: 1;
}

.cakeshop__thumb {
  margin: 0 0 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 200px;
}

.cakeshop__thumb img {
  transition: 0.15s;
  width: 100%;
  height: 165px;
}

@media screen and (max-width: 767px) {
  .cakeshop__thumb {
    margin: 0 0 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
  }

  .cakeshop__thumb img {
    transition: 0.15s;
    height: 148px;
  }
}

.cakeshop .archive__lists {
  max-width: 1024px;
}

.cakeshop .article__body {
  max-width: 1024px;
}

.cakeshop .archive__title {
  font-size: 1.8rem;
  text-align: center;
  display: block;
}

.cakeshop__blog {
  max-width: 1024px;
  margin: 0 auto 50px;
  padding: 30px;
  background: #fffad0;
}

.cakeshop__blogTitle dt {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.cakeshop__blogTitle dd {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px 0;
}

.cakeshop__blogBody {
  margin: 0 0 30px 0;
}

.cakeshop__blogBody p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 2em 0;
}

.cakeshop__blogLink {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  background: #f1bdbd;
  padding: 10px;
}

.cakeshop__pop {
  display: none;
}

.cakeshop__popName {
  margin: 0 auto 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .cakeshop__popName {
    margin: 0 auto 5px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 0 0 0 5px;
  }
}

.cakeshop__popImage {
  margin: 0 auto 20px;
}

.cakeshop__popImage img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cakeshop__popImage {
    margin: 0 auto 10px;
  }

  .cakeshop__popImage img {
    margin: 0 auto;
  }
}

.cakeshop__popTxt {
  font-size: 1.4rem;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cakeshop__popTxt {
    font-size: 1.2rem;
    line-height: 1.3;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 5px 0 5px;
  }
}

.cakeshop__popSeibun {
  margin: 20px auto 0;
  max-width: 440px;
}

@media screen and (max-width: 767px) {
  .cakeshop__popSeibun {
    margin: 10px auto 10px;
  }
}

.cakeshop__seibunGp {
  display: flex;
  border-bottom: 1px dotted #999;
}

.cakeshop__seibunGp:last-child {
  border-bottom: none;
}

.cakeshop__seibunName {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.cakeshop__seibunValue {
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

.cakeshop__note {
  font-size: 1.0rem;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .cakeshop__seibunName {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.3;
    white-space: nowrap;
  }

  .cakeshop__seibunValue {
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}





.modaal-container {
  width: 500px !important;
}

@media screen and (max-width: 767px) {
  .modaal-container {
    width: 100% !important;
  }
}

.modaal-close {
  background: #eee !important;
}

.modaal-close:focus,
.modaal-close:hover {
  background: #ddd !important;
}

.modaal-close {
  position: absolute !important;
  top: -20px !important;
  right: -20px !important;
  width: 40px !important;
  height: 40px !important;
}

.modaal-close:before,
.modaal-close:after {
  top: 12px !important;
  left: 20px !important;
  width: 1px !important;
  height: 17px !important;
  background: #a7a7a7 !important;
}

.modaal-container {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 5px !important;
  }
}

.lightcase-contentInner {
  height: auto !important;
}

.lightcase-inlineWrap {
  max-height: none !important;
}

@media screen and (max-width: 640px) {

  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #fff !important;
  }
}

@media screen and (max-width: 767px) {

  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: #fff !important;
  }
}

@media screen and (max-width: 640px) {
  #lightcase-overlay {
    opacity: 0.9 !important;
  }
}

@media screen and (max-width: 767px) {
  #lightcase-overlay {
    opacity: 0.9 !important;
  }
}

@media screen and (max-width: 640px) {
  #top div#lightcase-case {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 767px) {
  #top div#lightcase-case {
    width: 95% !important;
    max-width: 95% !important;
    margin: 0 auto !important;
  }
}

.cakeshop .archive__list {
  padding: 0 0 5px 0;
  display: block;
}

.cakeshop .sweets__images {
  margin: 0 0 30px 0;
}

.cakeshop .sweets_text {
  text-align: center;
  width: 100%;
}

.cakeshop .sweets_seibunGp:last-child {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cakeshop .archive__lists {
    padding: 0 10px;
    width: 100%;
  }

  .cakeshop .archive__list {
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
  }

  .cakeshop .article__body {
    padding: 0 10px;
    width: auto;
  }
}

.menu_slide_th {
  margin: 0 0 30px 0;
}

.menu_slide_th .sweets__image_th {
  margin: 0 5px 0 0;
  cursor: pointer;
}

.menu_slide_th .sweets__image_th:hover {
  opacity: 0.8;
  transition: 0.15s;
}

@media screen and (max-width: 1080px) {
  .menu_slide_th {
    margin: 3px 0 20px 0;
    padding: 0 0;
  }

  .menu_slide_th .sweets__image_th {
    margin: 0 5px 0 0;
    cursor: pointer;
  }

  .menu_slide_th .sweets__image_th:hover {
    opacity: 0.8;
    transition: 0.15s;
  }
}

.sweets__images .sweets__image {
  text-align: center;
}

.sweets__images .slick-prev,
.sweets__images .slick-next {
  width: 70px !important;
  height: 70px !important;
}

.sweets__images .slick-prev {
  transform: rotate(135deg);
  left: -23px;
  z-index: 100;
}

.sweets__images .slick-next {
  transform: rotate(-45deg);
  right: -23px;
  z-index: 100;
}

.sweets__images .slick-next:before {
  content: '' !important;
}

.sweets__images .slick-prev:before {
  content: '' !important;
}

.sweets__images .slick-prev:before,
.sweets__images .slick-next:before {
  width: 70px !important;
  height: 70px !important;
  border-right: 3px solid #d90b08;
  border-bottom: 3px solid #d90b08;
  display: block;
}

@media screen and (max-width: 1080px) {
  .sweets__images .slick-prev {
    transform: rotate(135deg);
    left: 30px;
    z-index: 100;
  }

  .sweets__images .slick-next {
    transform: rotate(-45deg);
    right: 30px;
    z-index: 100;
  }
}

@media screen and (max-width: 767px) {
  .sweets__images .sweets__image {
    text-align: center;
  }

  .sweets__images .slick-prev,
  .sweets__images .slick-next {
    width: 60px !important;
    height: 60px !important;
  }

  .sweets__images .slick-prev {
    transform: rotate(135deg);
    left: 10px;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -7px;
  }

  .sweets__images .slick-next {
    transform: rotate(-45deg);
    right: 10px;
    z-index: 100;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -7px;
  }

  .sweets__images .slick-next:before {
    content: '' !important;
  }

  .sweets__images .slick-prev:before {
    content: '' !important;
  }

  .sweets__images .slick-prev:before,
  .sweets__images .slick-next:before {
    width: 30px !important;
    height: 30px !important;
    border-right: 2px solid #d90b08;
    border-bottom: 2px solid #d90b08;
    display: block;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
  }
}

/* --------------------------------
* プライバシーポリシー
* -------------------------------- */
.privacypolicy h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 -50px 0;
  padding: 0 0 0 0;
}

.privacypolicy .privacypolicy__inner {
  width: 70%;
  margin: 0px 0 0 auto;
}

.privacypolicy h2 {
  font-size: 1.6rem;
  margin: 2em 0 1em 0;
}

.privacypolicy .privacypolicy__name {
  margin: 0 0 0 auto;
  width: 140px;
}

.privacypolicy .privacypolicy__name .privacypolicy__name_s {
  font-size: 1.2rem;
  margin: -10px 0 -20px 0;
}

.privacypolicy p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.privacypolicy dl {
  margin: 0 0 2em 0;
}

.privacypolicy dt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.privacypolicy dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .privacypolicy h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .privacypolicy h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 0 0;
    text-align: center;
  }

  .privacypolicy .privacypolicy__inner {
    width: auto;
    margin: 0px auto;
  }

  .privacypolicy h2 {
    font-size: 1.6rem;
    margin: 2em 0 1em 0;
  }

  .privacypolicy .privacypolicy__name {
    margin: 0 0 0 0;
    width: auto;
  }

  .privacypolicy .privacypolicy__name .privacypolicy__name_s {
    font-size: 1.2rem;
  }

  .privacypolicy dl {
    margin: 0 0 1.5em 0;
  }

  .privacypolicy dt {
    font-size: 1.4rem;
  }
}

/* --------------------------------
* このサイトについて
* -------------------------------- */
.utility h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 -55px 0;
  padding: 0 0 0 20px;
}

.utility .utility__inner {
  width: 70%;
  margin: 0 0 0 auto;
}

.utility h2 {
  font-size: 1.8rem;
  margin: 2em 0 1em 0;
}

.utility p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.utility dl {
  margin: 0 0 2em 0;
}

.utility dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  font-weight: bold;
}

.utility dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

.utility .utility__txt01 {
  margin: -0.6em 0 1em 2em;
}

.utility .utility__list01 {
  list-style: disc;
  margin: 0 0 0.5em 4em;
}

@media screen and (max-width: 1024px) {
  .utility h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .utility h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 0 0;
    text-align: center;
  }

  .utility .utility__inner {
    width: auto;
    margin: 0 auto;
  }

  .utility h2 {
    font-size: 1.6rem;
    margin: 2em 0 1em 0;
  }

  .utility dl {
    margin: 0 0 1.5em 0;
  }

  .utility dt {
    font-size: 1.4rem;
  }

  .utility .utility__txt01 {
    margin: 0em 0 1em 1em;
  }

  .utility .utility__list01 {
    list-style: disc;
    margin: 0 0 0.5em 35px;
  }
}

/* --------------------------------
* 会社概要
* -------------------------------- */
.company h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 -20px 0;
  padding: 0 0 0 20px;
}

.company h2 {
  font-size: 2.2rem;
  margin: 2em 0 1em 0;
}

.company p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.company dl {
  margin: 0 0 20px auto;
  display: flex;
  border-bottom: 1px dotted #aaa;
  padding: 0 0 10px 0;
  width: 70%;
}

.company dt {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  width: 270px;
}

.company dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .company h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1em 0;
    text-align: center;
  }

  .company h2 {
    font-size: 2.0rem;
    margin: 2em 0 1em 0;
  }

  .company dl {
    margin: 0 auto 12px;
    display: block;
    border-bottom: 1px dotted #ddd;
    padding: 0 0 10px 0;
    width: auto;
  }

  .company dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 3px 0;
    font-weight: bold;
    width: auto;
  }

  .company dd {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
  }
}

/* --------------------------------
* サイトマップ
* -------------------------------- */
.sitemap h1 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 -20px 0;
  padding: 0 0 0 20px;
}

.sitemap p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.sitemap dl {
  margin: 0 auto 30px;
  display: flex;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 20px 0;
  width: 98%;
}

.sitemap dt {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  font-weight: bold;
  width: 270px;
}

.sitemap dd {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
}

.sitemap .sitemap__inner {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 0 0 auto;
}

.sitemap .wsp-shops-title {
  display: none;
}

.sitemap .wsp-menus-title {
  display: none;
}

.sitemap .sitemap__bk {
  border-bottom: 1px dotted #bbb;
  padding: 0 0 20px 0;
  margin: 0 0 30px 0;
}

.sitemap .sitemap__link {
  font-size: 1.6rem;
  margin: 1em 7px 1em 0;
  position: relative;
  padding: 0 0 0 20px;
  font-weight: bold;
}

.sitemap .sitemap__link_title {
  margin: 1em 1em 2em 0;
}

.sitemap .sitemap__link_title {
  margin: 0 0 20px 0;
  display: block;
}

.sitemap .sitemap__link:before {
  content: "";
  display: block;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 5px solid #333;
  border-right: 2px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.sitemap .sitemap__areaBlock {
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ddd;
  display: flex;
  align-items: flex-start;
  padding: 0 0 15px;
}

.sitemap .sitemap__areaBlock:last-child {
  border-bottom: none;
  margin: 0;
}

.sitemap .sitemap__areaTitle {
  padding: 0 0 0 20px;
  white-space: nowrap;
  margin: 0 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: normal;
  /* background: #ffe7e7; */
  color: #f70000;
  font-weight: bold;
}

.sitemap .sitemap__areaLists {
  display: flex;
  flex-wrap: wrap;
}

.sitemap .sitemap__areaList .sitemap__link {
  font-size: 1.4rem;
  margin: 0 20px 10px 0;
  line-height: 1.8;
  font-weight: normal;
}

.sitemap .sitemap__areaLists_menu {
  margin: -5px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  .sitemap h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sitemap h1 {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0 0 1em 0;
    text-align: center;
  }

  .sitemap h2 {
    font-size: 2.0rem;
    margin: 2em 0 1em 0;
  }

  .sitemap dl {
    margin: 0 auto 30px;
    display: block;
    border-bottom: 1px dotted #ddd;
    padding: 0 0 20px 0;
    width: auto;
  }

  .sitemap dt {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
    font-weight: bold;
    width: auto;
  }

  .sitemap dd {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
  }

  .sitemap .sitemap__inner {
    display: flex;
    flex-direction: column;
    width: auto;
  }

  .sitemap .wsp-shops-title {
    display: none;
  }

  .sitemap .wsp-menus-title {
    display: none;
  }

  .sitemap .sitemap__bk {
    border-bottom: 1px dotted #bbb;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
  }

  .sitemap .sitemap__bk:last-child {
    border-bottom: none;
  }

  .sitemap .sitemap__link {
    font-size: 1.6rem;
    margin: 1em 1em 1em 0;
    position: relative;
    padding: 0 0 0 10px;
    font-weight: bold;
    display: block;
  }

  .sitemap .sitemap__link_title {
    margin: 18px 0 20px 0;
    display: block;
  }

  .sitemap .sitemap__link:before {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-left: 5px solid #333;
    border-right: 2px solid #fff;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 2px;
    bottom: 0;
    margin: auto;
  }

  .sitemap .sitemap__areaBlock {
    margin: -10px 0 20px 10px;
    border-bottom: 1px dotted #ddd;
    display: block;
    align-items: flex-start;
    padding: 0 0 5px;
  }

  .sitemap .sitemap__areaBlock:last-child {
    border-bottom: none;
    margin: -10px 0 5px 10px;
  }

  .sitemap .sitemap__areaTitle {
    padding: 0 0 0 0;
    white-space: nowrap;
    margin: 0 10px 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: normal;
    /* background: #ffe7e7; */
    color: #f70000;
    font-weight: bold;
  }

  .sitemap .sitemap__areaLists {
    display: block;
    flex-wrap: wrap;
  }

  .sitemap .sitemap__areaList .sitemap__link {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: normal;
    margin: 0 0 5px 0px;
  }

  .sitemap .sitemap__areaLists_menu {
    margin: -10px 0 0 10px;
    padding: 0 0 10px 0;
  }
}

.article__body {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.article__body h1 {
  font-size: 2.4rem;
  line-height: 1.5;
}

.article__body h2 {
  font-size: 2rem;
  line-height: 1.5;
}

.article__body h3 {
  font-size: 1.8rem;
  line-height: 1.5;
}

.article__body p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0 0 1em 0;
}

.article__body table {
  margin: 20px 0;
}

.article__body th,
.article__body tr,
.article__body td {
  border: 1px solid #aaa;
  padding: 10px;
  line-height: 1.5;
}

.article__body img {
  display: inline-block;
}

/* CSS Document */
/* --------------------------------
* news archive
* -------------------------------- */
.newsArchive__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .newsArchive__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
  }
}

.newsArchive__list {
  width: 230px;
  margin: 0 34px 30px 0;
}

@media screen and (max-width: 1080px) {
  .newsArchive__list {
    width: 230px;
    margin: 0 10px 30px;
  }
}

.newsArchive__list_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .newsArchive__list_head {
    display: block;
  }
}

.collaboration .newsArchive__list {
  width: 47%;
  margin: 0 34px 30px 0;
}

@media screen and (max-width: 767px) {
  .collaboration .newsArchive__list {
    margin: 0 0 20px 0;
    width: auto;
  }

  .collaboration .newsArchive__lists {
    justify-content: center;
  }

  .newsArchive__list {
    width: 48%;
    margin: 0 0 20px;
  }
}

.newsArchive__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 1080px) {
  .newsArchive__list:nth-child(4n) {
    margin: 0 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .newsArchive__list:nth-child(4n) {
    margin: 0 0 30px;
  }
}

.collaboration .newsArchive__list:nth-child(4n) {
  margin: 0 0 20px 0;
}

.collaboration .newsArchive__list:nth-child(2n) {
  margin: 0 0 20px 0;
}

.newsArchive__link {
  display: block;
  position: relative;
}

.newsArchive__link.newsBtn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0 solid rgba(255, 4, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
}

.newsArchive__link.newsBtn:hover:after {
  border: 115px solid rgba(255, 4, 0, 0.5);
  transition: 0.3s;
}

.newsArchive__link.newsBtn:hover:before {
  content: "見る";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .newsArchive__link.newsBtn:after {
    display: none;
  }

  .newsArchive__link.newsBtn:hover:after {
    display: none;
  }

  .newsArchive__link.newsBtn:hover:before {
    display: none;
  }
}

.newsArchive__link:hover {
  display: block;
  opacity: 1;
}

.newsArchive__link:hover .newsArchive__thumb img {
  transform: scale(1.03);
}

.newsArchive__thumb {
  position: relative;
  width: 100%;
  height: 230px;
  margin: 0 0 10px 0;
  overflow: hidden;
}

.newsArchive__thumb img {
  max-width: none;
  height: auto;
  width: auto;
  margin: 0 0 0 0;
  transition: 0.15s;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.collaboration .newsArchive__thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.8%;
  margin: 0 0 10px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .collaboration .newsArchive__thumb {
    padding-top: 66.8%;
  }
}

.collaboration .newsArchive__thumb {
  position: relative;
}

.collaboration .newsArchive__thumb:before {
  content: "";
  display: block;
  border-top: 40px solid rgba(255, 255, 255, 0);
  border-bottom: 40px solid white;
  border-left: 40px solid rgba(255, 255, 255, 0);
  border-right: 40px solid white;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 0px;
  height: 0px;
  z-index: 100;
}

.collaboration .newsArchive__thumb:after {
  content: "";
  display: block;
  background-image: url(../img/common/icn_bared_ar.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  bottom: 3px;
  right: 3px;
  z-index: 101;
}

@media screen and (max-width: 767px) {
  .newsArchive__thumb {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding-top: 100%;
  }

  .newsArchive__thumb img {
    margin: 0 0 0 0;
    transition: 0.15s;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.newsArchive__time {
  font-size: 2rem;
  line-height: 1.8;
  text-align: left;
  font-weight: bold;
  margin: 0 10px 0 0;
  font-family: 'Caviar-Dreams';
}

@media screen and (max-width: 767px) {
  .newsArchive__time {
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 0 0;
  }
}

.collaboration .newsArchive__time {
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
  margin: 0 0 2px 0;
  font-family: 'Caviar-Dreams';
}

@media screen and (max-width: 767px) {
  .collaboration .newsArchive__time {
    font-size: 2.0rem;
    line-height: 1.0;
    text-align: left;
    font-weight: bold;
    margin: 0 0 5px 0;
    font-family: 'Caviar-Dreams';
  }
}

.newsArchive__title {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

.collaboration .newsArchive__title {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .newsArchive__title {
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    font-weight: normal;
  }
}

/* --------------------------------
* news single
* -------------------------------- */
.news__inner {
  display: flex;
}

@media screen and (max-width: 1080px) {
  .news__inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .news__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0 10px;
  }
}

.news__inner.news__inner_collaboration {
  display: flex;
}

.news__submenu {
  width: 30%;
  padding: 0 50px 0 0;
}

@media screen and (max-width: 1080px) {
  .news__submenu {
    padding: 0 25px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news__submenu {
    width: auto;
    padding: 0 0 0 0;
  }
}

.news__inner.news__inner_collaboration .news__submenu {
  width: 100%;
  padding: 30px 10px 15px;
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .news__inner.news__inner_collaboration .news__submenu {
    width: 100%;
    border: none;
    padding: 0;
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .news__submenLists {
    border: 1px dotted #ccc;
    padding: 20px 10px 0;
    border-radius: 10px;
    width: 100%;
  }
}

.news__submenList {
  margin: 0 0 17px 0;
  border-bottom: 1px dotted #fe0000;
  padding: 0 0 12px 0;
}

.news__submenList.news__submenList_collaboration {
  border-bottom: none;
}

.news__submenList_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px 0;
}

@media screen and (max-width: 767px) {
  .news__submenList {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #fe0000;
    padding: 0 0 5px 0;
  }

  .news__submenList:last-child {
    border: none;
  }
}

.news__submenListTime {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  margin: 0 0 6px 0;
  font-family: 'Caviar-Dreams';
}

@media screen and (max-width: 767px) {
  .news__submenListTime {
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    margin: 0 0 6px 0;
    font-family: 'Caviar-Dreams';
  }
}

.news__submenListLink {
  font-size: 1.4rem;
  line-height: 1.4;
}

.news__submenListLink_collaboration {
  height: 0;
  overflow: hidden;
  display: block;
  position: relative;
  padding-top: 69%;
}

.news__submenListLink_collaboration img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.news__body {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .news__body {
    width: 100%;
    margin: 0 0 40px;
  }
}

.news__inner.news__inner_collaboration .news__body {
  width: 100%;
  padding: 0;
  margin: 0;
}

.news__titleWrap {
  margin: 0 0 10px 0;
}

.news__title {
  font-size: 2.4rem;
  border-bottom: 1px dotted #ddd;
  padding: 0 0 7px 0;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.news__title.news__title_collaboration {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .news__title {
    font-size: 1.8rem;
    border-bottom: 1px dotted #ddd;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    line-height: 1.3;
  }
}

.news__time {
  width: 100%;
  display: inline;
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Caviar-Dreams';
  vertical-align: middle;
}

.news__time.news__time_collaboration {
  margin: 0 0 10px;
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .news__time {
    width: 100%;
    display: inline;
    font-size: 1.6rem;
  }
}

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

.news__bodyArticle {
  overflow: hidden;
  zoom: 1;
}

.news__bodyArticle p,
.news__bodyArticle div,
.news__bodyArticle th,
.news__bodyArticle td {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 1.5em 0;
}

.news__bodyArticle strong,
.news__bodyArticle b {
  font-weight: bold;
}

.news__bodyArticle li {
  font-size: 1.4rem;
  list-style: disc;
  margin: 0 0 1.5em 2em;
}

.news__bodyArticle ol li {
  list-style: decimal;
}

.news__bodyArticle blockquote {
  display: block;
  background: #eee;
  padding: 10px;
}

.news__bodyArticle table,
.news__bodyArticle tr,
.news__bodyArticle th,
.news__bodyArticle td {
  border: 1px solid #333;
}

.news__bodyArticle th,
.news__bodyArticle td {
  padding: 6px;
}

.news__bodyArticle ul,
.news__bodyArticle img {
  margin: 0 0 1.5em 0;
}

.news__bodyArticle .aligncenter {
  margin: 0 auto;
  display: block;
}

.news__bodyArticle .alignleft {
  float: left;
}

.news__bodyArticle .alignright {
  float: right;
}

.news__bodyArticle .alignnone {
  clear: both;
}

.news__bodyArticle h1 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle h2 {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle h3 {
  font-size: 2.0rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle h4 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle h6 {
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 0 0 0.5em 0;
}

.news__bodyArticle a {
  text-decoration: underline !important;
  color: #1122cc !important;
}

@media screen and (max-width: 767px) {
  .news__bodyArticle h1 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
  }

  .news__bodyArticle h2 {
    font-size: 2.0rem;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
  }

  .news__bodyArticle h3 {
    font-size: 2.0rem;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
  }

  .news__bodyArticle h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 0 0 0.5em 0;
  }

  .news__bodyArticle h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 0 0.5em 0;
  }

  .news__bodyArticle h6 {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 0 0 0.5em 0;
  }
}

.news__bodyArticle_thumb img {
  margin: 0 auto 1em;
}

@media screen and (max-width: 767px) {
  .news__bodyArticle {
    word-break: break-word;
  }

  .news__bodyArticle p,
  .news__bodyArticle b,
  .news__bodyArticle div {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 1em 0;
  }

  .news__bodyArticle ul,
  .news__bodyArticle li,
  .news__bodyArticle img {
    margin: 0 0 1em 0;
  }
}

.news__subTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 50px 0 25px;
}

@media screen and (max-width: 767px) {
  .news__subTitle {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 15px;
  }
}

.news__subTitleLists li {
  font-size: 1.4rem;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .news__subTitleLists li {
    font-size: 1.2rem;
    margin: 0 0 12px 0;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 7px 5px;
  }
}

.news__shoplinks {
  border: 2px dotted #ddd;
  padding: 30px 25px 15px;
  margin: 50px 0 0 0;
  border-radius: 15px;
}

.news__shoplinksTitle {
  font-size: 2.4rem;
  margin: 0 0 30px 0;
  font-weight: bold;
}

.news__shoplinksLists {
  display: flex;
  flex-wrap: wrap;
}

.news__shoplinksLists li {
  font-size: 1.6rem;
  margin: 0 20px 20px 0;
}

.news__cat {
  padding: 5px 0 0 0;
  text-align: right;
}

.news__cat a {
  color: #fff;
  background: #d6000a;
  padding: 3px 4px;
  font-size: 1.1rem;
  margin: 0 3px 3px 0;
  display: inline-block;
}

.news__cat .news__cat_event {
  background: #2360c6;
}

.news__cat .news__cat_news {
  background: #d87408;
}

.news__cat .news__cat_sweets {
  background: #d808d1;
}

.news__cat .news__cat_cafe {
  background: #935409;
}

.news__cat .news__cat_food {
  background: #088005;
}

.news__cat_single {
  text-align: left;
  padding: 0;
  margin: 0 0 0 0;
  display: inline-block;
}

.news__cat_single a {
  margin: 0 0 0 5px;
}

.news__cat_single a {
  margin: 0 0 0 5px;
}

.news__submenLists .news__cat a {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .news__submenLists .news__cat a {
    font-size: 1.1rem;
  }
}

.news__bodyArticle blockquote:before {
  content: "“";
  font-size: 2.4rem;
}

.news__bodyArticle blockquote {
  padding: 20px;
  background: #eee;
}

.news__subTitle_monthLists {
  display: none;
}

.news__subTitle_yearBl {
  border-bottom: 1px dotted #ddd;
  margin: 0 0 10px 0;
}

.news__subTitle_year {
  font-size: 1.4rem;
  margin: 0 0 10px;
  padding: 0px 0 0 5px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
  width: 150px;
}

.news__subTitle_year span:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #777;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.news__subTitle_year:after {
  content: "";
  width: 1px;
  height: 5px;
  background: #777;
  position: absolute;
  top: 0px;
  left: 73px;
  bottom: 0;
  margin: auto;
  display: block;
}

.news__subTitle_year:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #777;
  position: absolute;
  top: 0px;
  left: 71px;
  bottom: 0;
  margin: auto;
}

.news__subTitle_year.news__subTitle_year_open:after {
  display: none;
}

.news__subTitle_monthList {
  font-size: 1.2rem;
  margin: 0 0 9px 0;
  padding: 0 0 5px 31px;
  border-bottom: 1px dotted #ddd;
  text-align: left;
}

.news__subTitle_monthList:last-child {
  border-bottom: none;
}

.news__subShopLists {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 160px;
}

.news__subShopLists li {
  background: #d6000a;
  font-size: 1.1rem;
  text-align: left;
  border-radius: 5px;
  margin: 0 5px 5px 0;
  line-height: 1.3;
}

.news__subShopLists li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px;
}

.newsArchive__period {
  display: flex;
  margin: 0 0 5px 0;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .newsArchive__period {
    display: block;
  }
}

.newsArchive__periodName {
  padding: 5px;
  background: #fe0000;
  color: #fff;
  font-weight: bold;
  margin: 0 7px 0 0;
  font-size: 1.4rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .newsArchive__periodName {
    padding: 5px;
    color: #fff;
    font-weight: bold;
    margin: 0 7px 4px 0;
    font-size: 1.2rem;
    display: inline-block;
  }
}

.newsArchive__periodValue {
  font-size: 1.6rem;
  color: #fe0000;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .newsArchive__periodValue {
    font-size: 1.4rem;
  }
}


/* 2019/05/21 */
.guide__list_menuTitle {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 13px;
  letter-spacing: 1px;
}

@media screen and (max-width:767px) {
  .guide__list_menuTitle {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 5px;
    letter-spacing: 1px;
  }
}

.menuNav {
  display: block;
  margin: -40px 0 80px 0;
  text-align: center;
}

.menuNav__list {
  display: inline-block;
  padding: 0 5px;
}

.menuNav__link {
  display: block;
  background: #d6000a;
  color: #fff;
  padding: 10px 30px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width:767px) {
  .menuNav {
    display: block;
    margin: -10px 0 50px 0;
  }

  .menuNav__list {
    display: block;
    padding: 0 5px;
    margin: 0 auto 10px;
    width: 240px;
  }

  .menuNav__link {
    font-size: 1.4rem;
  }
}

.shopSingle__blogBody a {
  text-decoration: underline !important;
  color: #1122cc !important;
}

.shopNews__body a {
  text-decoration: underline !important;
  color: #1122cc !important;
}


/* 20190605　アプリ */

div.app_regist {
  position: relative;
  max-width: 950px;
  width: 950px;
  line-height: 0;
  margin: 0 auto;
}

@media screen and (max-width:950px) {
  div.app_regist {
    width: auto;
  }
}

.app_regist_btn01 {
  position: absolute;
  top: 23.5%;

  left: 10.10%;
  display: block;
  width: 38.210%;
}

.app_regist_btn02 {
  position: absolute;
  top: 23.5%;
  left: 54.42%;
  display: block;
  width: 38.210%;
}

@media screen and (max-width:750px) {
  .app_regist_btn01 {
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 65%;
  }

  .app_regist_btn01 img {
    width: 100%;
  }

  .app_regist_btn02 {
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 65%;
  }

  .app_regist_btn02 img {
    width: 100%;
  }
}


/* 20190610 */
.wp-caption {
  width: auto !important;
}

a.telLink {
  cursor: auto;
}

a.telLink:hover {
  opacity: 1;
}

@media screen and (max-width:767px) {
  .tablet a.telLink {
    text-decoration: underline;
    color: #1122cc;
  }
}



.news__bodyArticle a.telLink {
  text-decoration: none !important;
  color: #333 !important;
  cursor: auto;
}

.shopNews__body a.telLink {
  text-decoration: none !important;
  color: #333 !important;
  cursor: auto;
}


/* グローバルメニュー追加 */
.gNav__list_menu {
  position: relative;
}

.gNav__list_menu:hover {}

.gNav__list__sub {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .gNav__list__sub {
    position: relative;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 1;
  }
}

.gNav__list__sub li {
  background: #fff;
  padding: 0;
}

.gNav__list__sub li a {
  white-space: nowrap;
  padding: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width:960px) {
  .gNav__list__sub li a {
    padding: 15px 0 15px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:880px) {
  .gNav__list__sub li a {
    padding: 15px 0 15px;
    font-size: 1.0rem;
  }
}


@media screen and (max-width:767px) {
  .gNav__list__sub li a {
    white-space: nowrap;
    padding: 10px 0 10px 20px;
    font-size: 1.4rem;
  }
}

.gNav__list_menu:hover .gNav__list__sub {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:767px) {
  .gNav__list_menu:hover .gNav__list__sub {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

#toggle_sp_menu {
  display: none;
}

.gNav__list__sub li a:hover {
  background: #fceadc;
}

.tablet .gNav__list__sub li a:hover {
  background: #fff;
}

.gNav__list__sub li a:hover:after {
  display: none;
}

@media screen and (max-width:767px) {
  .gNav__list__sub li a:hover {
    background: #fff;
  }
}

@media screen and (max-width:767px) {
  .gNav__list_menu_link {
    position: relative;
  }

  .gNav__list_menu_link:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    margin: auto;
    background-image: url(../img/common/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
  }
}

@media screen and (max-width:767px) {
  .gNav__list_menu input:checked~.gNav__list__sub {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .gNav__list_menu input:checked~label .gNav__list_menu_link:before {
    background-image: url(../img/common/minus.png);
  }
}


.tablet .gNav__list__sub {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.tablet .gNav__list_menu input:checked~.gNav__list__sub {
  opacity: 1;
  visibility: visible;
  display: block;
}

ul.gNav__list__sub li a {
  text-align: left;
}

@media screen and (max-width:960px) {
  ul.gNav__list__sub li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }

  .header__nav ul.gNav__list__sub li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }

}

@media screen and (max-width:767px) {
  .header__nav .gNav__list a {
    display: block;
    height: auto;
    text-indent: 0;
    overflow: hidden;
    color: #000;
    padding: 20px 0 16px 19px;
    text-align: left;
    font-size: 1.6rem;
  }

  .header__nav ul.gNav__list__sub li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }
}



/* パスワードフォーム */
.news__body input {
  border: 1px solid #333;
  padding: 9px 5px;
  height: 35px;
}

.news__body input[type="submit"] {
  background: #2f2f2f;
  color: #fff;
  border-radius: 3px;
  width: 60px;
}

.news__body form p {
  margin: 0 0 2em;
}



.guide_banner {
  margin: 0 0 40px;
}

.guide_banner img {
  margin: 0 auto;
}

.guide_banner_ttl {
  font-size: 2.8rem;
  margin: 0 0 7px;
  text-align: center;
}

.guide_banner_link {}

.guide_banner_note {
  font-size: 2rem;
  padding: 5px 0 0 0;
  text-align: center;
}

@media screen and (max-width:767px) {
  .guide_banner {
    margin: 0 0 10px;
  }

  .guide_banner img {
    margin: 0 auto;
  }

  .guide_banner_ttl {
    font-size: 1.8rem;
    margin: 0 0 5px;
  }

  .guide_banner_link {}

  .guide_banner_note {
    font-size: 1.2rem;
    padding: 5px 0 0 0;
  }
}



.cakeshop__l {
  display: flex;
}

@media screen and (max-width:767px) {
  .cakeshop__l {
    display: block;
  }
}

.cakishop__img {
  width: 27.5%;
}

@media screen and (max-width:767px) {
  .cakishop__img {
    width: 90%;
    margin: 0 auto 10px;
  }
}

.sweets_text {
  width: 72.5%;
}

@media screen and (max-width:767px) {
  .sweets_text {
    width: 100%;
  }
}

.sweets_seibun_cakeshop {
  width: auto
}

.sweets_seibun_cakeshop .sweets_seibun_name {
  margin: 0 0 0 40px;
  width: 150px;
}

@media screen and (max-width:767px) {
  .sweets_seibun_cakeshop .sweets_seibun_name {
    margin: 0 0 0 0;
    width: auto;
  }
}








p.contact_lead {
  text-align: center;
  font-size: 2.0rem;
  margin: 0 0 50px;
}

@media screen and (max-width:767px) {
  p.contact_lead {
    text-align: center;
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
}

form.wpcf7-form {
  margin: -100px 0 0 0;
  padding: 100px 0 0 0;
}

@media screen and (max-width:767px) {
  form.wpcf7-form {
    margin: 0;
    padding: 0;
  }
}


.contact_wrap input {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 1.6rem;
  width: 100%;
}

.contact_wrap dl {
  display: flex;
  margin: 0 auto 20px;
  width: 750px;
}

@media screen and (max-width:767px) {
  .contact_wrap dl {
    display: block;
    width: 100%;

  }
}

.contact_wrap dt {
  width: 25%;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width:767px) {
  .contact_wrap dt {
    width: 100%;
    font-size: 1.4rem;
    position: relative;
  }
}

.hissu:after {
  content: "必須";
  font-size: 1.0rem;
  background: #da3941;
  color: #fff;
  padding: 5px 2px;
  margin: 0 0 0 auto;
  display: block;
  width: 33px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 4px;
  line-height: 1;
}

@media screen and (max-width:767px) {
  .hissu:after {
    right: 0;
    top: 0;
    line-height: 1;
  }
}

.mw_wp_form_confirm .hissu:after {
  display: none;
}

.contact_wrap dd {
  width: 75%;
}

@media screen and (max-width:767px) {
  .contact_wrap dd {
    width: 100%;
  }
}

.contact_wrap textarea {
  border: 1px solid #ccc;
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width:767px) {
  .contact_wrap textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
    padding: 8px;
    font-size: 1.4rem;
  }
}

.btn_contact {
  background: #da3941;
  font-size: 1.6rem !important;
  color: #fff;
  padding: 10px 15px !important;
  border-radius: 3px;
  margin: 0 10px;
  width: 120px !important;
  display: block;
  border: none !important;
}

@media screen and (max-width:767px) {
  .btn_contact {
    font-size: 1.3rem;
    color: #fff;
    padding: 8px 10px 6px;
    border-radius: 3px;
    margin: 0 5px;
    width: 100px;
    display: block;
  }
}

.btn_contact:hover {
  opacity: 0.8;
  transition: 0.15s;
}

.contact_btnwrap {
  display: flex;
  justify-content: center;
}

.mw_wp_form_confirm .contact_wrap dd {
  width: 75%;
  border: 1px solid #ccc;
  padding: 8px 10px;
}

@media screen and (max-width:767px) {
  .mw_wp_form_confirm .contact_wrap dd {
    width: 100%;
    border: 1px solid #ccc;
    padding: 8px 10px;
  }
}


p.contact_thanks01 {
  font-size: 2.0rem;
  text-align: center;
  margin: 0 0 50px;
}

@media screen and (max-width:767px) {
  p.contact_thanks01 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 30px;
  }
}

p.contact_thanks02 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 100px 0;
}

@media screen and (max-width:767px) {
  p.contact_thanks02 {
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 0 0;
  }
}

.btn_contact.btn_contact_c01 {
  background: #a0a0a0 !important;
}

.wpcf7c-conf {
  background-color: #fff !important;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
  text-align: center !important;
}


.wpcf7-response-output.wpcf7-display-none.wpcf7-custom-wpcf7c-confirmed.wpcf7-mail-sent-ok {
  display: none !important;
}

.cakeshop_info img {
  width: 100%;
}

.cakeshop_info a {
  display: block;
}



.cakeshop__l_menu .cakishop__img {
  width: 40%;
}

.cakeshop__l_menu .cakishop__img {
  width: 60%;
}

.cakeshop__l_menu .sweets_seibun_cakeshop .sweets_seibun_name {
  width: 110px;
}

@media screen and (max-width:767px) {
  .cakeshop__l_menu .cakishop__img {
    width: 100%;
  }

  .cakeshop__l_menu .cakishop__img {
    width: 100%;
  }

  .cakeshop__l_menu .sweets_seibun_cakeshop .sweets_seibun_name {
    width: 100%;
  }
}

.btn_staffblog {
  display: block;
  background: #d6000a;
  color: #fff;
  padding: 10px 30px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:767px) {
  .btn_staffblog {
    font-size: 1.4rem;
    width: 80%;
  }

}


.blog_archive .news__body {
  width: 100%;
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 16px;
  margin: 0 auto 40px;
}

@media screen and (max-width:1064px) {
  .blog_archive .news__body {
    width: 95%;
  }
}

@media screen and (max-width:767px) {
  .blog_archive .news__body {
    width: 95%;
    padding: 20px;
    margin: 0 auto 20px;
  }
}

.shopSingle__spec_event .shopSingle__name {
  white-space: nowrap;
}

.shopSingle__spec_event li {
  list-style: disc;
  margin: 0 0 10px 45px;
}

@media screen and (max-width:767px) {
  .shopSingle__spec_event li {
    margin: 0 0 10px 20px;
  }
}

.shopSingle__spec_event li a {
  text-decoration: underline !important;
  color: #1122cc !important;
}

/* 20220228_コース・料金ページ修正 */
@media(max-width: 1044px) {

  .guide__head,
  .guide__body {
    padding: 0 15px;
  }
}

.guide__head h2 {
  max-width: 655px;
  margin: 0 auto 30px;
}

@media(max-width: 767px) {
  .guide__head h2 img.pc_only {
    display: none;
  }
}

@media(min-width: 768px) {
  .guide__head h2 img.sp_only {
    display: none;
  }
}

@media(max-width: 767px) {
  .guide__head h2 {
    width: 60%;
    min-width: 240px;
  }
}

.guide__head .c_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}

@media(max-width: 767px) {
  .guide__head .c_txt {
    font-size: 13px;
    text-align: left;
  }
}

@media(max-width: 767px) {
  .guide__body .pc_only {
    display: none;
  }
}

@media(min-width: 768px) {
  .guide__body .sp_only {
    display: none;
  }
}

.guide__body .box_wrap h3 {
  cursor: pointer;
  transition: .2s;
  margin: 0 0 20px;
}

.guide__body .box_wrap h3:hover {
  opacity: .8;
}

.guide__body .box_wrap .accodion {
  display: none;
}

.guide__body .box_wrap .accodion ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guide__body .box_wrap .accodion ul.center {
  justify-content: center;
}

.guide__body .box_wrap .accodion ul li {
  margin-bottom: 2%;
}

.guide__body .box_wrap .accodion ul li a {
  transition: .2s;
  display: block;
}

.guide__body .box_wrap .accodion ul li a:hover {
  opacity: .8;
}

.guide__body .box_wrap .accodion ul li.one {
  width: 100%;
}

.guide__body .box_wrap .accodion ul li.two {
  width: calc(98% / 2);
}

.guide__body .box_wrap .accodion ul li.three {
  width: calc(97% / 3);
}

.guide__body .box_wrap .accodion .more_btn {
  max-width: 320px;
  margin: 20px auto 40px;
}

@media(max-width: 767px) {
  .guide__body .box_wrap .accodion .more_btn {
    max-width: 240px;
    margin: 10px auto 30px;
  }
}

.guide__body .box_wrap .accodion .more_btn a {
  width: 100%;
  padding: 26px 10px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #fe0000;
  display: block;
  text-align: center;
  border-radius: 10px;
  border: 2px solid #fe0000;
}

@media(max-width: 767px) {
  .guide__body .box_wrap .accodion .more_btn a {
    font-size: 15px;
    width: 90%;
    margin: auto;
    padding: 16px 10px;
  }
}

.guide__body .box_wrap .accodion .more_btn a:hover {
  opacity: 1;
  background: #fff;
  color: #fe0000;
}

.guide__body .option {
  background: #fff0f1;
  margin-top: 80px;
  padding: 40px 30px;
}

@media(max-width: 767px) {
  .guide__body .option {
    padding: 30px 15px;
    margin-top: 40px;
  }
}

.guide__body .option h2 {
  text-align: center;
  font-size: 30px;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 15px;
}

@media(max-width: 767px) {
  .guide__body .option h2 {
    font-size: 20px;
    margin: 0 0 15px;
  }
}

.guide__body .option h2:after {
  content: "…";
  font-size: 30px;
  font-weight: bold;
  color: #e50112;
  position: absolute;
  bottom: -10px;
  line-height: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.guide__body .option a {
  transition: .2s;
  display: block;
}

.guide__body .option a:hover {
  opacity: .8;
}

@media(max-width: 767px) {
  .guide__body .option h2:after {
    font-size: 25px;
    bottom: -6px;
  }
}

.guide__body .option .c_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 30px;
}

@media(max-width: 767px) {
  .guide__body .option .c_txt {
    font-size: 13px;
    margin: 0 0 15px;
  }
}


/*ヘッダーナビ追加*/
.gNav__list.recruit_btn {
  display: flex;
  align-items: center;
}

.gNav__list.recruit_btn a {
  background: #da3941;
  color: #fff;
  padding: 10px 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  border-radius: 3px;
}

.gNav__list.recruit_btn a:after {
  content: none;
}

@media(max-width: 767px) {
  .gNav__list.recruit_btn {
    margin-bottom: 15px;
  }

  .gNav__list.recruit_btn a {
    padding: 15px 10px;
  }
}

/*20220607_お問い合わせテキスト追加*/
.other_contact {
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
}

.other_contact .txt_big {
  font-size: 18px;
}

@media(max-width: 767px) {
  .other_contact .txt_big {
    font-size: 16px;
  }
}

.other_contact .tel_mail li {
  list-style: none;
  margin: 0 0 10px;
}

/*20221006_店舗情報 LINEボタン追加*/
.shopSingle__spec .shopSingle__value .line_btn {
  display: block;
  margin: 0 0 8px;
}

/*20221108_ヘッダーボタン調整*/
.gNav__list_menu02 {
  position: relative;
}

.gNav__list_menu02:hover {}

.gNav__list__sub02 {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .gNav__list__sub02 {
    position: relative;
    opacity: 0;
    visibility: hidden;
    display: none;
    z-index: 1;
  }
}

.gNav__list__sub02 li {
  background: #fff;
  padding: 0;
}

.gNav__list__sub02 li a {
  white-space: nowrap;
  padding: 15px;
  font-size: 1.4rem;
}

@media screen and (max-width:960px) {
  .gNav__list__sub02 li a {
    padding: 15px 0 15px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:880px) {
  .gNav__list__sub02 li a {
    padding: 15px 0 15px;
    font-size: 1.0rem;
  }
}


@media screen and (max-width:767px) {
  .gNav__list__sub02 li a {
    white-space: nowrap;
    padding: 10px 0 10px 20px;
    font-size: 1.4rem;
  }
}

.gNav__list_menu02:hover .gNav__list__sub02 {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width:767px) {
  .gNav__list_menu02:hover .gNav__list__sub02 {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}

#toggle_sp_menu02 {
  display: none;
}

.gNav__list__sub02 li a:hover {
  background: #fceadc;
}

.tablet .gNav__list__sub02 li a:hover {
  background: #fff;
}

.gNav__list__sub02 li a:hover:after {
  display: none;
}

@media screen and (max-width:767px) {
  .gNav__list__sub02 li a:hover {
    background: #fff;
  }
}

@media screen and (max-width:767px) {
  .gNav__list_menu_link02 {
    position: relative;
  }

  .gNav__list_menu_link02:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0;
    left: 0px;
    width: 15px;
    height: 15px;
    margin: auto;
    background-image: url(../img/common/plus.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
  }
}

@media screen and (max-width:767px) {
  .gNav__list_menu02 input:checked~.gNav__list__sub02 {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .gNav__list_menu02 input:checked~label .gNav__list_menu_link02:before {
    background-image: url(../img/common/minus.png);
  }
}


.tablet .gNav__list__sub02 {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.tablet .gNav__list_menu02 input:checked~.gNav__list__sub02 {
  opacity: 1;
  visibility: visible;
  display: block;
}

ul.gNav__list__sub02 li a {
  text-align: left;
}

@media screen and (max-width:960px) {
  ul.gNav__list__sub02 li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }

  .header__nav ul.gNav__list__sub02 li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }

}

@media screen and (max-width:767px) {
  .header__nav .gNav__list a {
    display: block;
    height: auto;
    text-indent: 0;
    overflow: hidden;
    color: #000;
    padding: 20px 0 16px 19px;
    text-align: left;
    font-size: 1.6rem;
  }

  .header__nav ul.gNav__list__sub02 li a {
    text-align: left;
    padding: 15px 10px;
    font-size: 1.1rem;
  }
}


/*20230301_トップ修正*/
.topBiking__cardLists.new {
  display: block;
  margin: auto;
  max-width: 1024px;
  padding: 0 15px;
}

.topBiking__cardLists.new .topBiking__cardListt {
  width: 100%;
}

@media(min-width:768px) {
  .topBiking__cardLists.new .topBiking__cardListt img.sp_only {
    display: none;
  }
}

@media(max-width:767px) {
  .topBiking__cardLists.new .topBiking__cardListt img.pc_only {
    display: none;
  }
}