@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before, blockquote::after {
  content: "";
  content: none;
}

q::before, q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg,
img {
  vertical-align: top;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
}

body {
  text-size-adjust: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 320px;
  color: #000;
  background: #fff;
}
@media (orientation: landscape) {
  body {
    background: #f5f0ed url("../img/content/bg.png");
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4vw;
  }
}
body.home {
  min-height: calc(100vh + 10px);
  background: #f5f0ed url("../img/content/bg.png");
}
@media (orientation: landscape) {
  body.home {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  body.home {
    padding-top: 18.4615384615vw;
  }
}

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

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
  padding: 0;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
.l-footer {
  padding: 12.8205128205vw 0;
  text-align: center;
}
@media (orientation: landscape) {
  .l-footer {
    padding: 75px 0;
  }
}
.l-footer__logo img {
  width: 51.7948717949vw;
}
@media (orientation: landscape) {
  .l-footer__logo img {
    width: 303px;
  }
}
.l-footer__copyright {
  font-size: 2.5641025641vw;
}
@media (orientation: landscape) {
  .l-footer__copyright {
    font-size: 15px;
  }
}

/*========================================
  サイト共通のヘッダー
========================================*/
.admin-bar .l-header#js-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .l-header#js-header {
    top: 46px;
  }
}

.is-gnav-show .l-header__logo {
  opacity: 0;
}

.l-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2.5641025641vw 5.1282051282vw;
  width: 100%;
  z-index: 3;
  background: #fff;
  transition: 0.3s opacity;
}
.l-header#js-header {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  pointer-events: fill;
}
.l-header#js-header.is-scrolling {
  opacity: 0;
  pointer-events: none;
}
.l-header#js-header.is-visible {
  opacity: 1;
  pointer-events: fill;
}
@media (orientation: landscape) {
  .l-header#js-header {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (orientation: landscape) {
  .l-header {
    padding: 15px 30px;
  }
}
.l-header__logo, .l-header__nav-btn {
  position: relative;
  z-index: 201;
}
.l-header__logo {
  width: 17.9487179487vw;
}
@media (orientation: landscape) {
  .l-header__logo {
    width: 105px;
  }
}
.l-header__logo img {
  width: 100%;
}
/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
.admin-bar .l-nav__body {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .l-nav__body {
    top: 46px;
  }
}

.admin-bar .l-nav__btn {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .l-nav__btn {
    margin-top: 46px;
  }
}

.l-nav__btn {
  background: #fff;
  border: 0;
  position: fixed;
  top: 2.5641025641vw;
  right: 2.5641025641vw;
  width: 12.8205128205vw;
  height: 13.5897435897vw;
  transition: background 0.25s;
  z-index: 201;
}
.l-nav__btn svg {
  width: 7.6923076923vw;
  height: 8.4615384615vw;
  position: relative;
  top: -1.2820512821vw;
}
@media (orientation: landscape) {
  .l-nav__btn {
    top: 15px;
    right: 50%;
    transform: translateX(285px);
    width: 75px;
    height: 79.5px;
  }
  .l-nav__btn svg {
    width: 45px;
    height: 49.5px;
    top: -7.5px;
  }
}
.l-nav__btn .is-line-1,
.l-nav__btn .is-line-4 {
  transform-origin: center;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.l-nav__btn .is-line-2,
.l-nav__btn .is-line-3 {
  transform-origin: center;
  transition-property: transform;
  transition-duration: 0.2s;
}
.l-nav__btn.is-active {
  background: transparent;
}
.l-nav__btn.is-active .is-line-1,
.l-nav__btn.is-active .is-line-4 {
  opacity: 0;
}
.l-nav__btn.is-active .is-line-2 {
  transform: rotate(45deg);
}
.l-nav__btn.is-active .is-line-3 {
  transform: rotate(-45deg);
}
.l-nav__btn-label {
  position: absolute;
  left: 0;
  bottom: 2.5641025641vw;
  display: block;
  font-size: 2.5641025641vw;
  line-height: 1;
  width: 100%;
  text-align: center;
}
@media (orientation: landscape) {
  .l-nav__btn-label {
    font-size: 15px;
    bottom: 15px;
  }
}
.l-nav__logo {
  margin-bottom: 2.5641025641vw;
  padding: 2.5641025641vw 5.1282051282vw;
}
.l-nav__logo img {
  width: 17.9487179487vw;
}
@media (orientation: landscape) {
  .l-nav__logo {
    margin-bottom: 15px;
    padding: 15px 30px;
  }
  .l-nav__logo img {
    width: 105px;
    transform: 0;
  }
}
.l-nav__body {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 200;
  background: #f5f0ed url("../img/content/bg.png");
  display: none;
  overflow: auto;
  padding-bottom: 25.641025641vw;
  overscroll-behavior: contain;
}
@media (orientation: landscape) {
  .l-nav__body {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-nav__wtxt {
  width: 87.1794871795vw;
}
@media (orientation: landscape) {
  .l-nav__wtxt {
    width: 510px;
  }
}
.l-nav__box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.l-nav__desc {
  margin-top: 7.6923076923vw;
  padding-bottom: 8.2051282051vw;
  margin-left: 5.641025641vw;
  font-size: 4.358974359vw;
}
@media (orientation: landscape) {
  .l-nav__desc {
    margin-top: 45px;
    padding-bottom: 48px;
    margin-left: 33px;
    font-size: 25.5px;
  }
}
.l-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 3.8461538462vw;
}
@media (orientation: landscape) {
  .l-nav__list {
    font-size: 21px;
  }
}
.l-nav__item {
  margin-top: 5.1282051282vw;
  font-weight: bold;
  width: 27.6923076923vw;
}
.l-nav__item.is-full {
  width: 100%;
}
.l-nav__item.is-full a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5.1282051282vw;
}
@media (orientation: landscape) {
  .l-nav__item.is-full a {
    gap: 30px;
  }
}
.l-nav__item.is-full p {
  margin: 0;
}
.l-nav__item .c-icon--arr {
  margin-right: 5.1282051282vw;
  top: 3.8461538462vw;
}
.l-nav__item a {
  display: block;
  background: #fff;
  padding: 3.8461538462vw 1.2820512821vw;
  line-height: 1.4;
  text-align: center;
  border-radius: 1.7948717949vw;
}
.l-nav__item p {
  margin-top: 0.5em;
}
@media (orientation: landscape) {
  .l-nav__item {
    width: 162px;
    margin-top: 30px;
  }
  .l-nav__item .c-icon--arr {
    margin-right: 30px;
    top: 22.5px;
  }
  .l-nav__item a {
    padding: 22.5px 15px;
    border-radius: 10.5px;
  }
}
.l-nav__ad {
  text-align: center;
}
.l-nav__ad img {
  width: 76.9230769231vw;
}
@media (orientation: landscape) {
  .l-nav__ad img {
    width: 450px;
  }
}
.l-nav__search {
  margin-top: 7.6923076923vw;
  margin-right: 5.641025641vw;
  margin-left: 5.641025641vw;
}
@media (orientation: landscape) {
  .l-nav__search {
    margin-top: 45px;
    margin-right: 33px;
    margin-left: 33px;
  }
}
.l-nav__search-ttl {
  font-weight: bold;
  font-size: 4.1025641026vw;
}
@media (orientation: landscape) {
  .l-nav__search-ttl {
    font-size: 24px;
  }
}
.l-nav__search-note {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 80%;
  color: #535353;
  margin-top: 0.4em;
}
.l-nav__search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  margin: 0.5em 0 0.2em 0;
}
.l-nav__search-form ::placeholder {
  color: #A0A0A0;
}
.l-nav__search-form input[type=text] {
  width: 86%;
  height: 12.0512820513vw;
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  border: 0;
}
@media (orientation: landscape) {
  .l-nav__search-form input[type=text] {
    height: 70.5px;
  }
}
.l-nav__search-form input[type=submit] {
  overflow: hidden;
  width: 14%;
  border: 0;
  background: transparent url("../img/icon/search.svg") 50% 50%/50% 50% no-repeat;
  text-indent: -9999px;
}

/*========================================
  ページ全体のレイアウト
========================================*/
@media (orientation: landscape) {
  .l-page__header, .l-page__layer, .l-page__content {
    max-width: 600px;
    margin: 0 auto;
  }
}
/*========================================
  wpulike
========================================*/
body .wpulike {
  position: relative;
  padding: 0;
  width: 11.5384615385vw;
  height: 11.5384615385vw;
}
body .wpulike.wpulike-is-pro .wp_ulike_general_class {
  margin: 0 !important;
}
body .wpulike .shield {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
@media (orientation: landscape) {
  body .wpulike {
    width: 67.5px;
    height: 67.5px;
  }
}
body .wpulike .wp_ulike_btn {
  width: 11.5384615385vw;
  height: 11.5384615385vw;
  min-width: 0 !important;
  background-color: #fff !important;
  border-radius: 25.641025641vw !important;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.16));
  padding: 0;
}
body .wpulike .wp_ulike_btn:focus, body .wpulike .wp_ulike_btn:hover {
  background: #fff;
}
@media (orientation: landscape) {
  body .wpulike .wp_ulike_btn {
    width: 67.5px;
    height: 67.5px;
    border-radius: 100px;
  }
}
body .wpulike .wp_ulike_is_loading .wp_ulike_btn {
  background-image: url("../img/icon/loader.svg");
  background-repeat: no-repeat;
  background-position: 50% 36%;
}
body .wpulike .wp_ulike_put_image::after {
  background: url("../img/icon/heart.svg") 50% 50%/contain no-repeat;
  width: 4.8717948718vw;
  height: 3.8461538462vw;
  transform: translateX(-50%) translateY(-75%);
}
@media (orientation: landscape) {
  body .wpulike .wp_ulike_put_image::after {
    width: 28.5px;
    height: 22.5px;
  }
}
body .wpulike .wp_ulike_put_image.wp_ulike_btn_is_active::after {
  filter: none;
}
body .wpulike .wp_ulike_put_image[disabled] {
  cursor: default;
  background-color: #fff !important;
}
body .wpulike .wp_ulike_put_image[disabled]::after {
  filter: none;
  background-image: url("../img/icon/heart_active.svg");
}
body .wpulike .count-box {
  pointer-events: none;
  position: absolute;
  bottom: 0.5em;
  left: 0;
  width: 100%;
  line-height: 1.1;
  padding: 0;
  box-shadow: none;
  background: transparent;
  margin: 0;
  text-align: center;
  font-size: 2.5641025641vw;
}
body .wpulike .count-box::before {
  display: none;
}
@media (orientation: landscape) {
  body .wpulike .count-box {
    font-size: 15px;
  }
}

/*========================================
  article
========================================*/
.c-article {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  transform: translateX(100vw);
  transition: transform 0.5s;
  padding-left: 10.2564102564vw;
}
@media (orientation: landscape) {
  .c-article {
    left: 50%;
    padding-left: 60px;
  }
}
.c-article.is-show {
  transform: translateX(0);
}
@media (orientation: landscape) {
  .c-article.is-show {
    transform: translateX(-50%);
  }
}
.c-article__close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 301;
  background: rgba(0, 0, 0, 0.8) url("../img/icon/prev.svg") 2.5641025641vw 80vh/auto 5.8974358974vw no-repeat;
  width: 100%;
  height: calc(100% + 80px);
}
@media (orientation: landscape) {
  .c-article__close {
    background-size: auto 34.5px;
    background-position: 15px calc(100% - 22.5px);
    height: 100%;
  }
}
.c-article__main {
  overflow: auto;
  position: relative;
  z-index: 302;
  background: url("../img/content/bg.png");
  height: 100vh;
}
.c-article .c-post {
  min-height: 100vh;
}
.c-article article {
  opacity: 0;
  transition: 0.8s opacity;
}
.c-article article.is-ready {
  opacity: 1;
}

/*========================================
  bookmark
========================================*/
.c-bookmark {
  padding: 7.6923076923vw 0 0 0;
}
@media (orientation: landscape) {
  .c-bookmark {
    padding: 45px 0 0 0;
  }
}
.c-bookmark__wfilter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 3.8461538462vw;
  margin-right: 5.1282051282vw;
  margin-left: 5.1282051282vw;
}
@media (orientation: landscape) {
  .c-bookmark__wfilter {
    margin-right: 30px;
    margin-left: 30px;
    padding: 0 22.5px;
  }
}
.c-bookmark__wfilter.is-seasons {
  justify-content: center;
  margin-top: 1.5em;
}
.c-bookmark__wfilter.is-seasons .c-bookmark__filter {
  position: relative;
  margin: 0 1.2em;
}
.c-bookmark__wfilter.is-seasons .c-bookmark__filter:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.3em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 4px;
  height: 2px;
  background: #333;
}
.c-bookmark__filter {
  border: 0;
  background: transparent;
  padding: 0;
  border-bottom: 3px solid transparent;
}
.c-bookmark__filter.is-active {
  border-bottom-color: #000;
}
.c-bookmark__list {
  margin-top: 10.2564102564vw;
  transition: opacity 0.25s;
}
@media (orientation: landscape) {
  .c-bookmark__list {
    margin-top: 60px;
  }
}
.c-bookmark__list.is-changing {
  opacity: 0;
}
.c-bookmark__list > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 7.1794871795vw;
  transition-property: opcity, height;
  transition-duration: 0.4s;
}
@media (orientation: landscape) {
  .c-bookmark__list > li {
    margin-bottom: 42px;
  }
}
.c-bookmark__list > li.is-off {
  display: none;
}
.c-bookmark__list > li.is-hide {
  display: none;
}
.c-bookmark__list > li.is-show-option .c-bookmark__unit {
  transform: translateX(-23.0769230769vw);
}
@media (orientation: landscape) {
  .c-bookmark__list > li.is-show-option .c-bookmark__unit {
    transform: translateX(-135px);
  }
}
.c-bookmark__list > li.is-show-option .c-bookmark__option {
  display: none;
}
.c-bookmark__list > li.is-remove {
  height: 0 !important;
  margin: 0;
  opacity: 0;
}
.c-bookmark__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
}
@media (orientation: landscape) {
  .c-bookmark__item {
    width: 100%;
  }
}
.c-bookmark__unit {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 123.0769230769vw;
  transition: transform 0.25s;
}
@media (orientation: landscape) {
  .c-bookmark__unit {
    width: calc(585px + 135px);
  }
}
.c-bookmark__ph {
  padding-left: 5.1282051282vw;
  width: 35.8974358974vw;
}
@media (orientation: landscape) {
  .c-bookmark__ph {
    padding-left: 30px;
    width: 210px;
  }
}
.c-bookmark__wtxt {
  padding-left: 5.1282051282vw;
  width: calc(100vw - 35.8974358974vw);
}
@media (orientation: landscape) {
  .c-bookmark__wtxt {
    padding-left: 30px;
    width: calc(585px - 210px);
  }
}
.c-bookmark__date {
  display: block;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 3.5897435897vw;
  margin-bottom: 0.4em;
}
.c-bookmark__date .is-m {
  padding-left: 0.2em;
  font-size: 4.6153846154vw;
}
@media (orientation: landscape) {
  .c-bookmark__date {
    font-size: 21px;
  }
  .c-bookmark__date .is-m {
    font-size: 27px;
  }
}
.c-bookmark__tax {
  background: #303F4F;
  width: 26.6666666667vw;
  padding: 0.4em;
  font-size: 3.8461538462vw;
  line-height: 1.1;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-bookmark__tax.is-kr_yasai {
  background: #672610;
}
@media (orientation: landscape) {
  .c-bookmark__tax {
    font-size: 22.5px;
    width: 156px;
  }
}
.c-bookmark__ttl {
  margin-top: 0.4em;
  padding-right: 10.2564102564vw;
  font-size: 4.6153846154vw;
  line-height: 1.4;
}
@media (orientation: landscape) {
  .c-bookmark__ttl {
    font-size: 27px;
    padding-right: 60px;
  }
}
.c-bookmark__delete {
  display: block;
  background: #7C7C7C;
  border: 0;
  color: #fff;
  width: 23.0769230769vw;
  font-size: 4.1025641026vw;
  text-align: center;
}
@media (orientation: landscape) {
  .c-bookmark__delete {
    width: 135px;
    font-size: 24px;
  }
}
.c-bookmark__delete-label {
  margin-top: 0.2em;
  display: block;
}
.c-bookmark__option {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent url("../img/icon/bar.svg") 50% 50%/2.5641025641vw auto no-repeat;
  border: 0;
  width: 10.2564102564vw;
  height: 100%;
}
@media (orientation: landscape) {
  .c-bookmark__option {
    width: 60px;
  }
}
.c-bookmark__submit {
  display: none;
  background: #fafafa;
  border: 2px solid #000;
  border-radius: 1.2820512821vw;
  font-size: 3.5897435897vw;
  padding: 4.1025641026vw 3.3333333333vw;
  margin-right: 5.1282051282vw;
  margin-left: 5.1282051282vw;
  letter-spacing: normal;
  font-weight: bold;
}
.c-bookmark__submit.is-active {
  display: block;
}
@media (orientation: landscape) {
  .c-bookmark__submit {
    margin-right: 30px;
    margin-left: 30px;
    border-radius: 7.5px;
    font-size: 21px;
    padding: 24px 19.5px;
  }
}

/*========================================
  ボタン
========================================*/
.c-btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  line-height: 1.1;
  text-decoration: none;
  user-select: none;
  border: 0;
}
.c-btn:hover {
  text-decoration: none;
}

/*========================================
  timeline
========================================*/
.c-cal {
  padding: 0 4px;
}
.c-cal__prev, .c-cal__next {
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  pointer-events: none;
  background: #000 50% 50%/auto 2.5641025641vw no-repeat;
  border-radius: 1.7948717949vw;
  border: 0;
  width: 15.3846153846vw;
  height: 9.7435897436vw;
  text-indent: -999px;
}
@media (orientation: landscape) {
  .c-cal__prev, .c-cal__next {
    background-size: auto 15px;
    border-radius: 10.5px;
    width: 90px;
    height: 57px;
  }
}
.c-cal__prev.is-active, .c-cal__next.is-active {
  visibility: visible;
  pointer-events: fill;
}
.c-cal__prev {
  left: 5.1282051282vw;
  background-image: url("../img/icon/prev.svg");
}
@media (orientation: landscape) {
  .c-cal__prev {
    left: 30px;
  }
}
.c-cal__next {
  right: 5.1282051282vw;
  background-image: url("../img/icon/next.svg");
}
@media (orientation: landscape) {
  .c-cal__next {
    right: 30px;
  }
}
.c-cal__unit {
  position: relative;
  margin-bottom: 5.1282051282vw;
}
@media (orientation: landscape) {
  .c-cal__unit {
    margin-bottom: 30px;
  }
}
.c-cal__head {
  text-align: center;
  font-size: 3.0769230769vw;
}
.c-cal__head b {
  font-size: 6.1538461538vw;
  margin-left: 0.2em;
}
@media (orientation: landscape) {
  .c-cal__head {
    font-size: 18px;
  }
  .c-cal__head b {
    font-size: 36px;
  }
}
.c-cal a {
  display: block;
  color: #000;
  margin-top: 1.2820512821vw;
}
@media (orientation: landscape) {
  .c-cal a {
    margin-top: 7.5px;
  }
}
.c-cal table {
  table-layout: fixed;
  width: 100%;
  font-size: 3.0769230769vw;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (orientation: landscape) {
  .c-cal table {
    font-size: 18px;
  }
}
.c-cal td {
  padding: 1px;
  padding-top: 2.5641025641vw;
  text-align: center;
  font-weight: bold;
}
@media (orientation: landscape) {
  .c-cal td {
    padding-top: 15px;
  }
}
.c-cal td .is-disabled {
  pointer-events: none;
}
.c-cal td.is-empty div,
.c-cal td .is-disabled div {
  background: #F7F7F7;
}
.c-cal td.is-empty {
  vertical-align: bottom;
}
.c-cal td.is-empty div {
  height: 26.6666666667vw;
}
@media (orientation: landscape) {
  .c-cal td.is-empty div {
    height: 82px;
  }
}
.c-cal td div {
  width: 100%;
  height: 13.3333333333vw;
}
@media (orientation: landscape) {
  .c-cal td div {
    height: 82px;
  }
}
.c-cal td div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-cal .thumb {
  background: 50% 50%/cover no-repeat;
}

/*========================================
  hdr
========================================*/
.c-hdr-a {
  margin-bottom: 2.5641025641vw;
}
.c-hdr-a__ttl {
  font-size: 4.1025641026vw;
}
@media (orientation: landscape) {
  .c-hdr-a {
    margin-bottom: 15px;
  }
  .c-hdr-a__ttl {
    font-size: 24px;
  }
}

.c-hdr-b {
  margin-bottom: 2.5641025641vw;
}
.c-hdr-b__ttl {
  font-size: 3.3333333333vw;
}
@media (orientation: landscape) {
  .c-hdr-b {
    margin-bottom: 15px;
  }
  .c-hdr-b__ttl {
    font-size: 19.5px;
  }
}

.c-hdr-c {
  margin: 7.6923076923vw 0 12.8205128205vw 0;
  text-align: center;
}
.c-hdr-c__ttl {
  font-size: 4.6153846154vw;
}
@media (orientation: landscape) {
  .c-hdr-c {
    margin: 45px 0 75px 0;
  }
  .c-hdr-c__ttl {
    font-size: 27px;
  }
}
.c-hdr-c.is-nmb {
  margin-bottom: 0;
}

/*========================================
  アイコン
========================================*/
.c-icon {
  position: relative;
  display: inline-block;
  background: 50% 50% no-repeat;
  background-size: contain;
  vertical-align: top;
  line-height: 1;
  font-style: normal;
}
.c-icon--arr {
  background-image: url("../img/icon/arr.svg");
  width: 2.0512820513vw;
  height: 3.0769230769vw;
}
@media (orientation: landscape) {
  .c-icon--arr {
    width: 12px;
    height: 18px;
  }
}
.c-icon--td-recipe {
  background-image: url("../img/icon/td_recipe.svg");
  width: 10.7692307692vw;
  height: 10.7692307692vw;
}
@media (orientation: landscape) {
  .c-icon--td-recipe {
    width: 63px;
    height: 63px;
  }
}
.c-icon--cal {
  background-image: url("../img/icon/cal.svg");
  width: 10.7692307692vw;
  height: 10.7692307692vw;
}
@media (orientation: landscape) {
  .c-icon--cal {
    width: 63px;
    height: 63px;
  }
}
.c-icon--send-bookmark {
  background-image: url("../img/icon/send_bookmark.svg");
  width: 6.1538461538vw;
  height: 6.4102564103vw;
}
@media (orientation: landscape) {
  .c-icon--send-bookmark {
    width: 36px;
    height: 37.5px;
  }
}
.c-icon--bookmark {
  background-image: url("../img/icon/bookmark.svg");
  width: 10.7692307692vw;
  height: 10.7692307692vw;
}
@media (orientation: landscape) {
  .c-icon--bookmark {
    width: 63px;
    height: 63px;
  }
}
.c-icon--archives {
  background-image: url("../img/icon/archives.svg");
  width: 11.5384615385vw;
  height: 10.2564102564vw;
}
@media (orientation: landscape) {
  .c-icon--archives {
    width: 67.5px;
    height: 60px;
  }
}
.c-icon--trash {
  background-image: url("../img/icon/trash.svg");
  width: 5.641025641vw;
  height: 6.6666666667vw;
}
.c-icon--trash.is-loading {
  background-image: url("../img/icon/loader_white.svg?m=1");
}
@media (orientation: landscape) {
  .c-icon--trash {
    width: 33px;
    height: 39px;
  }
}
.c-icon--is-tear {
  background-image: url("../img/icon/tear_the_bag.png?mod=2406");
  background-size: cover;
  width: 24.1025641026vw;
  height: 8.2051282051vw;
}
@media (orientation: landscape) {
  .c-icon--is-tear {
    width: 141px;
    height: 48px;
  }
}
.c-icon--is-not-tear {
  background-image: url("../img/icon/not_tear_the_bag.png?mod=2406");
  width: 21.7948717949vw;
  height: 8.2051282051vw;
}
@media (orientation: landscape) {
  .c-icon--is-not-tear {
    width: 127.5px;
    height: 48px;
  }
}

/*========================================
  intro
========================================*/
.c-intro {
  overflow: hidden;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 300;
  padding: 0 5.1282051282vw;
  opacity: 0;
  transition: 0.6s opacity;
}
.c-intro.is-show {
  opacity: 1;
}
@media (orientation: landscape) {
  .c-intro {
    padding: 0 30px;
  }
}
.c-intro .c-intro__box .splide .splide__pagination {
  display: block;
  text-align: center;
  margin-top: 0.75em;
}
.c-intro .splide__arrows {
  position: absolute;
  left: 0;
  bottom: 6.1538461538vw;
  width: 100%;
  pointer-events: none;
}
@media (orientation: landscape) {
  .c-intro .splide__arrows {
    bottom: 27px;
  }
}
.c-intro .splide__arrow {
  position: absolute;
  top: 0;
  border: 0;
  background: transparent;
  padding: 0;
  height: 4.8717948718vw;
  background: url("../img/content/prev.svg?m=202325") 0 50%/contain no-repeat;
  pointer-events: fill;
}
@media (orientation: landscape) {
  .c-intro .splide__arrow {
    height: 27px;
  }
}
.c-intro .splide__arrow::after, .c-intro .splide__arrow::before {
  color: #86221b;
  font-size: 4.6153846154vw;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1;
  vertical-align: top;
}
@media (orientation: landscape) {
  .c-intro .splide__arrow::after, .c-intro .splide__arrow::before {
    font-size: 22.5px;
  }
}
.c-intro .splide__arrow svg {
  display: none;
}
.c-intro .splide__arrow--prev {
  left: 0%;
  padding-left: 1.6em;
}
.c-intro .splide__arrow--prev::before {
  content: "戻る";
}
.c-intro .splide__arrow--next {
  background-image: url("../img/content/next.svg?m=202325");
  background-position: 100% 50%;
  right: 0%;
  padding-right: 1.6em;
}
.c-intro .splide__arrow--next::before {
  content: "次へ";
}
.c-intro .splide__arrow[disabled] {
  opacity: 0;
}
.c-intro .splide__pagination__page {
  width: 3.5897435897vw;
  height: 3.5897435897vw;
  padding: 0;
  border-radius: 100px;
  border: 0;
  background: #b08786;
  margin: 0 0.625em;
  font-size: 10px;
  vertical-align: top;
}
@media (orientation: landscape) {
  .c-intro .splide__pagination__page {
    width: 18px;
    height: 18px;
  }
}
.c-intro .splide__pagination__page[aria-selected=true] {
  background: #86221b;
}
.c-intro__first {
  overflow: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.c-intro__firstbox {
  background: #f5f0ed url("../img/content/bg.png");
  border-radius: 2.5641025641vw;
  padding: 5.1282051282vw 7.6923076923vw;
  width: 90%;
  text-align: center;
}
@media (orientation: landscape) {
  .c-intro__firstbox {
    max-width: 460px;
    padding: 45px 24px 30px 24px;
    border-radius: 15px;
  }
}
.c-intro__inner {
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translateX(200vw);
  transition: transform 0.4s;
}
.c-intro__box {
  background: #f5f0ed url("../img/content/bg.png");
  border-radius: 2.5641025641vw;
  padding: 5.1282051282vw 7.6923076923vw 2.5641025641vw 7.6923076923vw;
}
@media (orientation: landscape) {
  .c-intro__box {
    max-width: 460px;
    padding: 45px 24px 30px 24px;
    border-radius: 15px;
  }
}
.c-intro__fig {
  text-align: center;
}
.c-intro__ttl {
  text-align: center;
  font-size: 4.358974359vw;
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.5;
}
@media (orientation: landscape) {
  .c-intro__ttl {
    font-size: 21px;
  }
}
.c-intro__ttl2 {
  text-align: center;
  font-size: 4.358974359vw;
  margin-top: 1.3333333333em;
  font-weight: bold;
  line-height: 1.5;
}
@media (orientation: landscape) {
  .c-intro__ttl2 {
    font-size: 21px;
  }
}
.c-intro__foot {
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin-top: 1em;
}
@media (orientation: landscape) {
  .c-intro__foot {
    margin-top: 24px;
  }
}
.c-intro__check {
  font-size: 3.3333333333vw;
}
@media (orientation: landscape) {
  .c-intro__check {
    font-size: 16.5px;
  }
}
.c-intro__wbtn {
  margin-top: 2.5641025641vw;
  margin-bottom: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-intro__wbtn {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.c-intro__btn {
  background: #000;
  width: 37.1794871795vw;
  color: #fff;
  border-radius: 1.7948717949vw;
  font-size: 4.1025641026vw;
  appearance: none;
  padding: 0.7em;
}
@media (orientation: landscape) {
  .c-intro__btn {
    width: 202.5px;
    border-radius: 10.5px;
    font-size: 18px;
  }
}
.c-intro__logo {
  margin-bottom: 2em;
}
.c-intro__logo img {
  width: 40%;
}
.c-intro__btn2 {
  background: #000;
  width: 53.8461538462vw;
  color: #fff;
  border-radius: 1.7948717949vw;
  font-size: 4.1025641026vw;
  appearance: none;
  margin-top: 2em;
  padding: 0.7em 0.7em 0.8em 0.7em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
@media (orientation: landscape) {
  .c-intro__btn2 {
    width: 240px;
    border-radius: 10.5px;
    font-size: 18px;
  }
}
.c-intro__btn2 svg {
  vertical-align: middle;
  margin-left: 0.4em;
  width: 0.8em;
}
.c-intro.is-next .c-intro__first {
  transform: translateX(-120vw);
}
.c-intro.is-next .c-intro__inner {
  transform: translateX(0);
}

/*========================================
  loading
========================================*/
.c-loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 500;
  background: #fff;
  pointer-events: none;
}
.c-loading.is-invisible {
  visibility: hidden;
}
.c-loading.is-bg-transparent {
  background: transparent;
  transition-delay: 0.1s !important;
}
.c-loading__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.c-loading__logo {
  width: 63.0769230769vw;
}
@media (orientation: landscape) {
  .c-loading__logo {
    width: 369px;
  }
}
.c-loading__loader {
  margin-top: 10.2564102564vw;
  width: 11.7948717949vw;
}
@media (orientation: landscape) {
  .c-loading__loader {
    margin-top: 60px;
    width: 69px;
  }
}

/*========================================
  notfound
========================================*/
.c-notfound {
  text-align: center;
  padding: 4em 0;
}

/*========================================
  timeline
========================================*/
.c-timeline.is-fix {
  position: fixed;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (orientation: landscape) {
  .c-timeline.is-fix {
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    margin: 0 auto;
  }
}
.c-timeline li {
  position: relative;
  height: 200vw;
}
@media (orientation: landscape) {
  .c-timeline li {
    height: 1200px;
  }
}
.c-timeline li.is-ad {
  height: auto;
}
.c-timeline li.is-ad img {
  width: 100%;
}
.c-timeline__main.is-waiting {
  opacity: 0;
  position: absolute;
  kerning: -100vw;
}
.c-timeline__item {
  position: relative;
  width: 100%;
  height: 100vw;
  background: url("../img/icon/loader.svg") 50% 50%/18% auto no-repeat;
  transition: 0.5s opacity;
}
@media (orientation: landscape) {
  .c-timeline__item {
    height: 600px;
  }
}
.c-timeline__item.is-ready {
  opacity: 1;
}
.c-timeline__item::before, .c-timeline__item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 2.5641025641vw;
  width: calc(100% - 5.1282051282vw);
  height: 1px;
  background: #303F4F;
}
@media (orientation: landscape) {
  .c-timeline__item::before, .c-timeline__item::after {
    left: 15px;
    width: calc(100% - 30px);
  }
}
.c-timeline__item::before {
  top: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-timeline__item::before {
    top: 15px;
  }
}
.c-timeline__item::after {
  bottom: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-timeline__item::after {
    bottom: 15px;
  }
}
.c-timeline__item .inner::before, .c-timeline__item .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 1px;
  height: calc(100% - 5.1282051282vw);
  background: #303F4F;
}
@media (orientation: landscape) {
  .c-timeline__item .inner::before, .c-timeline__item .inner::after {
    height: calc(100% - 30px);
  }
}
.c-timeline__item .inner::before {
  left: 2.5641025641vw;
  top: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-timeline__item .inner::before {
    left: 15px;
    top: 15px;
  }
}
.c-timeline__item .inner::after {
  right: 2.5641025641vw;
  bottom: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-timeline__item .inner::after {
    right: 15px;
    bottom: 15px;
  }
}
.c-timeline__item .thumb {
  width: 100%;
  height: 100%;
  background: 50% 50%/cover no-repeat;
}
.c-timeline__item .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-timeline__item .title {
  position: absolute;
  writing-mode: vertical-rl;
  background: #303F4F;
  padding: 0.5em 0.3em 0.5em 0.5em;
  color: #fff;
  left: 2.5641025641vw;
  top: 2.5641025641vw;
  max-height: calc(100% - 5.1282051282vw);
  font-size: 4.6153846154vw;
}
@media (orientation: landscape) {
  .c-timeline__item .title {
    left: 15px;
    top: 15px;
    max-height: calc(100% - 30px);
    font-size: 27px;
  }
}
.c-timeline__item .wpulike {
  position: absolute;
  right: 7.6923076923vw;
  top: 7.6923076923vw;
}
@media (orientation: landscape) {
  .c-timeline__item .wpulike {
    right: 45px;
    top: 45px;
  }
}
.c-timeline__item.is-yasai::before, .c-timeline__item.is-yasai::after {
  background: #672610;
}
.c-timeline__item.is-yasai .inner::before, .c-timeline__item.is-yasai .inner::after {
  background: #672610;
}
.c-timeline__item.is-yasai .thumb::before, .c-timeline__item.is-yasai .thumb::after {
  background: #672610;
}
.c-timeline__item.is-yasai .title {
  background: #672610;
}
.c-timeline__day {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: #fff;
  padding: 2.5641025641vw 3.0769230769vw;
  transform: translate(-50%, -50%);
  font-size: 4.6153846154vw;
  line-height: 1;
  white-space: nowrap;
}
@media (orientation: landscape) {
  .c-timeline__day {
    font-size: 27px;
    padding: 15px 18px;
  }
}
.c-timeline__day .is-y {
  font-size: 3.5897435897vw;
}
@media (orientation: landscape) {
  .c-timeline__day .is-y {
    font-size: 21px;
  }
}
.c-timeline__day .is-w {
  font-size: 3.3333333333vw;
}
@media (orientation: landscape) {
  .c-timeline__day .is-w {
    font-size: 19.5px;
  }
}
.c-timeline__day .event {
  margin-top: 0.5em;
  text-align: center;
  font-size: 3.3333333333vw;
}
@media (orientation: landscape) {
  .c-timeline__day .event {
    font-size: 19.5px;
  }
}

/*========================================
  timeline-has
========================================*/
.c-timeline-has {
  background: url("../img/icon/loader.svg") 50% 50%/18% auto no-repeat;
  width: 100%;
}
.c-timeline-has.is-active {
  height: 40vw;
}
@media (orientation: landscape) {
  .c-timeline-has.is-active {
    height: 240px;
  }
}

/*========================================
  article
========================================*/
.c-post-wrap {
  background: url("../img/content/bg.png");
}

.c-post {
  background: url("../img/content/bg.png");
  padding-bottom: 23.0769230769vw;
}
@media (orientation: landscape) {
  .c-post {
    padding-bottom: 135px;
  }
}
.c-post .c-hdr-a {
  position: relative;
  margin-bottom: 5.1282051282vw;
}
.c-post .c-hdr-a::after {
  content: "";
  display: block;
  clear: both;
}
@media (orientation: landscape) {
  .c-post .c-hdr-a {
    margin-bottom: 30px;
  }
}
.c-post .c-hdr-a .c-hdr-a__ttl {
  float: left;
}
.c-post .c-hdr-a .c-post__bag-state {
  float: right;
}
.c-post__bag-state {
  display: flex;
  align-items: flex-end;
  gap: 2.0512820513vw;
  transform: translate(1.5384615385vw, -6%);
}
@media (orientation: landscape) {
  .c-post__bag-state {
    gap: 12px;
    transform: translate(9px, -6%);
  }
}
.c-post__bag-state .c-icon--is-tear {
  order: 2;
}
.c-post__copy {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  padding: 7.6923076923vw;
  width: 100%;
  height: 53.8461538462vw;
  font-family: "Noto Serif JP", serif;
  font-size: 5.1282051282vw;
  font-weight: bold;
}
@media (orientation: landscape) {
  .c-post__copy {
    padding: 45px;
    height: 315px;
    font-size: 30px;
  }
}
.c-post__visu {
  position: relative;
}
.c-post__fig {
  width: 100%;
  height: 100vw;
}
.c-post__fig img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (orientation: landscape) {
  .c-post__fig {
    height: 585px;
  }
}
.c-post__ttl {
  position: absolute;
  left: 5.1282051282vw;
  top: 5.1282051282vw;
  z-index: 2;
  writing-mode: vertical-rl;
  font-size: 4.6153846154vw;
  font-weight: normal;
  height: calc( 100vw - 10.2564102564vw );
}
@media (orientation: landscape) {
  .c-post__ttl {
    left: 30px;
    top: 30px;
    font-size: 27px;
    height: calc( 585px - 60px );
  }
}
.c-post__ttl-txt {
  display: inline-block;
  background: #303F4F;
  padding: 3.0769230769vw 1.2820512821vw 3.0769230769vw 1.7948717949vw;
  color: #fff;
}
@media (orientation: landscape) {
  .c-post__ttl-txt {
    padding: 18px 7.5px 18px 10.5px;
  }
}
.c-post__wlikebtn {
  position: absolute;
  right: 5.1282051282vw;
  top: 5.1282051282vw;
}
@media (orientation: landscape) {
  .c-post__wlikebtn {
    right: 30px;
    top: 30px;
  }
}
.c-post__body {
  padding: 10.2564102564vw 5.1282051282vw;
}
.c-post__body a {
  text-decoration: underline;
}
.c-post__body a.is-kayanoya {
  font-weight: bold;
  color: #1a528e;
}
.c-post__body a.is-yasai {
  font-weight: bold;
  color: #672610;
}
@media (orientation: landscape) {
  .c-post__body {
    padding: 60px 30px;
  }
}
.c-post__mitem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 3.3333333333vw;
  border-bottom: 1px solid #ADADAD;
  line-height: 1.5;
  padding: 0.5em 0;
}
@media (orientation: landscape) {
  .c-post__mitem {
    font-size: 19.5px;
  }
}
.c-post__mitem dt {
  width: 60%;
}
.c-post__mitem dt::before {
  content: "・";
}
.c-post__mitem dd {
  width: 40%;
  text-align: right;
}
.c-post__recipe {
  margin-top: 10.2564102564vw;
  padding: 5.1282051282vw;
  border: 2px solid #fff;
}
@media (orientation: landscape) {
  .c-post__recipe {
    margin-top: 60px;
    padding: 30px;
  }
}
.c-post__step {
  list-style: decimal;
  margin-left: 20px;
  font-size: 3.3333333333vw;
}
@media (orientation: landscape) {
  .c-post__step {
    font-size: 19.5px;
  }
}
.c-post__poroduct {
  display: block;
  padding-top: 12.8205128205vw;
  text-align: center;
}
.c-post__poroduct p {
  margin-top: 3.8461538462vw;
}
.c-post__poroduct .c-icon--arr {
  top: 2.3076923077vw;
  margin-right: 2.5641025641vw;
}
@media (orientation: landscape) {
  .c-post__poroduct {
    padding-top: 75px;
  }
  .c-post__poroduct p {
    margin-top: 22.5px;
  }
  .c-post__poroduct .c-icon--arr {
    top: 13.5px;
    margin-right: 15px;
  }
}
.c-post__share {
  text-align: center;
  margin-top: 5em;
}
.c-post__share a {
  display: inline-block;
  margin: 0 3.0769230769vw;
}
@media (orientation: landscape) {
  .c-post__share a {
    margin: 0 18px;
  }
}
.c-post__share img {
  width: 11.2820512821vw;
}
@media (orientation: landscape) {
  .c-post__share img {
    width: 66px;
  }
}
.c-post__tagname {
  margin-top: 0.8em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 4.1025641026vw;
}
@media (orientation: landscape) {
  .c-post__tagname {
    font-size: 24px;
  }
}
.c-post.is-kr_yasai .c-post__ttl-txt {
  background-color: #672610;
}

/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * hide
 *
 * クラス : u-hide
========================================*/
.u-hide {
  display: none;
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}